@import url('https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css');

@import url('../css/bootstrap.min.css');

@import url('../css/owl.carousel.css');

@import url('../css/jquery.listtopie.css');

@import url('../css/animations.css');

/* 
* Google Fonts

* BASIC STYLE
  - General Style    
  - Headings Style    
  - Button Style    
  - Form Style   

* HEADER

* CONTANT
  - Banner Section
  - Work Section
  - Feature Section
  - Timeline Section
  - Team Section
  - Token Sale Section
  - Blog Section
  - Ico Apps
  - FAQ Section
  - Home Tow Page
  - About Page
  - Blog List Page
  - Blog Detail Page
  - Team Page
  - Feature Page
  - Roadmap Page
  - Contact Page
  - Token Sale Page

* FOOTER
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/*---------- General Style ------------*/
* {
  box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

img {
  height: auto;
  max-width: 100%;
}

a, a:focus, button:focus {
  outline: none !important;
  text-decoration: none;
  box-shadow: unset !important;
}

a:hover {
  text-decoration: none;
}

ul, li, label, span {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

input:focus {
  outline: unset;
  box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, 0.5);
}

.transition, .btn, .form-control, a, input, button {
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.logo img {
  max-width: 206px;
}



/*.container {
  max-width: 1230px;
}*/

.position-u {
  position: unset;
}

.position-r {
  position: relative;
}

.flex-align {
  display: flex;
  align-items: center;
}

.flex-bottom {
  display: flex;
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
  display: flex;
}

.sub-heading {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 3px;
}

.heading-title {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 18px;
}

.heading-des {
  max-width: 580px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
}

.heading-title-2 {
  font-size: 45px;
  font-weight: 600;
}

.sub-heading-2 {
  font-size: 30px;
  font-weight: 600;
}

.z-index-2 {
  z-index: 2;
}

.white-space {
  white-space: nowrap;
}

.text-right {
  text-align: right;
}

.clear {
  clear: both;
}

.top-scroll {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  z-index: 999;
  bottom: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  font-size: 26px;
}

.top-scroll.fixed {
  visibility: visible;
  opacity: 1;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-75 {
  padding-right: 75px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-45 {
  margin-bottom: 45px;
}

/* - Headings Style   //---------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

/*----- Button Style -----*/
.btn {
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid;
    padding: 14px 22px;
    border-radius: 5px;
    position: relative;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    display: inline-flex;
    padding: 11px 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border-radius: 90px;
    background: #0998F8;
}

/*.btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
*/
/*.btn:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition: all 400ms ease;
}*/


a.btn-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}



.btn.btn-2 {
  border-radius: 50px;
}

.btn:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.owl-dots {
  padding-top: 50px;
  text-align: center;
}

.owl-dot {
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  border-radius: 100%;
}

/*----- Form Style -----*/
.form-group {
  margin-bottom: 20px;
}

.form-control {
  border-radius: 5px;
  border: 0;
  height: unset;
  padding: 13px 30px;
}

textarea.form-control {
  min-height: 170px;
}

.form-control:focus {
  outline: none;
  box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, .3);
}

/* preloader */
#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-size: 80px;
}

/*----- Header -----*/

header {
    padding: 18px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #FAFBFC;
    box-shadow: 0px 2.76726px 2.21381px 0px rgba(22, 61, 151, 0.02), 0px 6.6501px 5.32008px 0px rgba(22, 61, 151, 0.03), 0px 12.5216px 10.0172px 0px rgba(22, 61, 151, 0.04), 0px 22.3363px 17.869px 0px rgba(22, 61, 151, 0.04), 0px 41.7776px 33.4221px 0px rgba(22, 61, 151, 0.05), 0px 100px 80px 0px rgba(22, 61, 151, 0.07);
}

header .container {
  position: relative;
}

.logo img:hover {
  opacity: 0.5;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu ul {
    border-radius: 96px;
    border: 1px solid #DEF1FF;
    padding: 0 10px;
}

.menu ul li {
    display: inline-block;
    position: relative;
} 

.menu ul li a { 
  display:inline-block ;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px;
    padding: 10px 20px;
}
.signin {
  margin-left: 30px;
}

.signin .btn {
  padding: 9px 30px;
}

/*.menu > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 400ms ease;
}*/

.opener {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  z-index: 1;
}

.opener:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 16px;
  height: 2px;
  transform: translateY(-50%);
}

.opener:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 2px;
  height: 16px;
  transform: translateY(-50%);
  transition: all 400ms ease;
}

.menu-toggle {
  display: none;
  width: 26px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 400ms ease;
}

.menu-toggle span {
  top: 50%;
  transform: translate(-50%, -50%);
}

.menu-toggle span:before {
  top: -8px;
  transform: translate(-50%);
}

.menu-toggle span:after {
  top: 8px;
  transform: translate(-50%);
}

.menu-toggle.active span:before {
  top: 0px;
  transform: translate(-50%) rotate(-45deg);
}

.menu-toggle.active span:after {
  top: 0px;
  transform: translate(-50%) rotate(45deg);
}

.opener.active:after {
  transform: rotate(90deg);
  top: 1px;
}

/*----- Sticky Header -----*/
header.fixed {
  padding: 15px 0px; 
}


.grid {
  display: grid;
}

.grid-cols-2 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}


.grid-cols-3 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}


.grid-cols-1 {
  grid-template-columns: repeat(1,minmax(0,1fr));
}

.gap-3 {
  gap: .75rem;
}


.grid_menu span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  display: block;
  line-height: 1.5;
}

.grid_menu small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #000; 
  opacity: 0.7;
}


















/*----- Sticky Header End -----*/
/*----- Header End -----*/

/*_______________________________________________________
// Home Page Style  //----------------------------
_______________________________________________________*/




/*
.home_wrapper {
    background: url(../images/home_bg.png) no-repeat top / cover;
}

*/

.home_wrapper {
  margin-top: 80px;
  position: relative;
}
















/*----- Home Banner -----*/




.home-banner {
    padding: 150px 0px 00px;
    overflow: hidden;
    background: url(../images/banner-bg.svg) no-repeat center / cover;
    background-attachment: fixed;
}

.banner-heading { 
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.banner-des {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 600px;
    margin: 25px 0;
}


.banner-img {
  animation: MoveUpDown 2s linear infinite;
  text-align: center;
}

@keyframes MoveUpDown {
  0% {
    position: relative;
    top: 0;
  }

  50% {
    position: relative;
    top: 10px;
  }

  100% {
    position: relative;
    top: 0;
  }
}


.part_card {
  margin-top: 140px;
  overflow: hidden;
}

.part_img {
    border: 1px solid #C1E5EB;
    background-color: #fff;
    margin: 0 -1px;
}








ul.bopoc_sec {
    display: block;
    vertical-align: text-top;
    margin-top: 39px;
    margin-left: -20px
}

 
.bopoc_sec li {
    display: inline-block;
    width: calc(25%  - 4px);
    color: #21272C;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    vertical-align: middle;
    border-right: 1px solid rgba(33, 39, 44, 0.20);
    padding: 20px 24px;
    min-height: 70px;
}

.bopoc_sec li strong {
    color: #0998F8;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    text-align: center;
    margin-bottom:5px;
}

.bopoc_sec li:last-child{
  padding: 0;
  border:0;
}






.hero_img {
  width: 620px;
  height: 620px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-blend-mode: screen;
  /* mix-blend-mode: screen; */
  pointer-events: none;
}

.hero_img img {
  position: absolute;
  left: 0;
  top: 0;
}


.globe_img {
  width: 100%;
  left: 20px !important;
}
.globe_ring {
  z-index: 1;
  width: 100%;
  /* z-index: -1; */
}


.rrotate_1{
  animation: loader 20s infinite alternate ease-in;
  animation-direction: alternate;
  
}

@keyframes loader {
  0% {
    rotate: 0deg;
  }
  100% { 
    rotate: 180deg;
  }
}

.rrotate_2{
  animation: loader2 2ms infinite alternate  ease-in;
  animation-direction: alternate-reverse;
}

@keyframes loader2 {
  0% {
    rotate: 0deg;
  }
  100% { 
    rotate: 180deg;
  }
}


.rrotate_3{
  animation: crescendo 40s alternate infinite ease-in;
}

@keyframes crescendo {
  0%   {transform: scale(1);}
  50% {transform: scale(1.4);}
  100% {transform: scale(1);}
}



/*----- Home Banner End -----*/










/*cba_content*/

.about_pre_img {
    position: absolute;
    right: 3%;
    bottom: -50px;
    max-width: 190px;
    pointer-events: none;
}



.cba_sec{
  background: url(../images/cba_bg_img.png);
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}

.cba_sec h2 {
    color: #000;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 50px;
}

.cba_sec h2 span {
  color: #0998F8;
  font-weight: 700;
  text-transform: uppercase;
}

.cba_content img {
    mix-blend-mode: darken !important;
}
 
.work-box #v-pills-tab {
    max-width: fit-content; 
}

.work-box #v-pills-tab .nav-link {
    border-top: 1px solid #C1E5EB;
    border-radius: 0;
    border-right: 1px solid #C1E5EB;
    color: var(--black, #21272C); 
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left !important;
    padding: 25px 36px;
    position: relative;
}

.work-box #v-pills-tab .nav-link:first-child{
  border-top: 0
}

.work-box #v-pills-tab .nav-link.active {
    background: linear-gradient(270deg, #0998F8 0.97%, #ffeef900 100%);
    filter: drop-shadow(10px 0px 15px rgba(0, 0, 0, 0.10));
}

.work-box #v-pills-tab .nav-link.active:before {
    content: " ";
    width: 0;
    height: 0;
    border-top: 39px solid transparent;
    border-bottom: 39px solid transparent;
    border-left: 25px solid #0998f8;
    position: absolute;
    right: -25px;
    top: 0px;
}


.pre_img2 {
  position: absolute;
  left: 2%;
  top: 50px;
  max-width: 150px;
  pointer-events: none;
  z-index: -1;
}


/*cba_content*/






.heading-title {
  color: #000;
  font-size: 61px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 4px;
}
.heading-title-sm {
  color: #000;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 25px;
}


.heading-title span{
  color: #0998F8; 
  font-weight: 700;
}

.faq-part .Frequently-tabs {
    display: flex;
    text-align: center;
    border: 0;
    border-radius: 20px;
    background: rgba(9, 152, 248, 0.10);
    backdrop-filter: blur(5px);
    justify-content: space-evenly;
}
.faq-part .Frequently-tabs li {
    width: 100%;
}

.faq-part  .Frequently-tabs li {
    padding: 0px 0;
    width: 16.666666%;
}






.single-service {
    padding: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #27AEFF;
    border-radius: 30px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(33, 39, 44, 0.10);
    background: #E2F3FF;
    display: block;
}
.single-service h2 {
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 600;
}
.single-service:hover {
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  -webkit-transition: .3s;
  transition: .3s;
}
.service-icon {
    border-radius: 25px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff59;
    backdrop-filter: blur(10px);
}
.service-content {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 20px 5px;
}


.single-service.service1 {
    background: #E3EEFF;
}

.single-service.service2 {
    background: #DDF0FC;
}

.single-service.service3 {
    background: #FFEBDB;
}

.single-service.service4 {
    background: #D8FCEF;
}
.single-service.service5 {
    background: #E4F2FF;
}
.single-service.service6 {
    background: #E2F3FF;
}


.view_all i.ri-xl {
    font-size: 46px;
    padding: 10px 0 10px;
    display: block;
}

.view_all .service-content {
    padding: 35.5px 5px;
}


























/*----- Work Section -----*/
.work-part {
  overflow: hidden;
  background: url(../images/cba_bg_img.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
}
.work-box {
  position: relative;
}

.work-process-title {
  font-size: 30px;
  max-width: 500px;
  font-weight: 600;
}

.work-des {
  max-width: 480px;
}

ul.check-list {
  max-width: 500px;
}

ul.check-list li {
  padding-bottom: 12px;
  display: inline-block;
  width: 100%;
}

ul.check-list li:last-child {
  padding-bottom: 0;
}

ul.check-list li span {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100%;
  display: block;
  text-align: center;
  float: left;
  position: relative;
  top: 4px;
}

ul.check-list li p {
  padding-left: 10px;
  width: calc(100% - 18px);
  float: left;
}

.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;
}

.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);
  }
}
/*----- Work Section End -----*/

/*----- Feature Section -----*/
.feature-box {
  max-width: 300px;
}

.feature-des {
  padding-top: 10px;
}

.feature-icon img {
  transition: all 400ms ease;
}

.feature-box:hover .feature-icon img {
  filter: grayscale(100%);
}

.feature-title {
  font-size: 24px;
  font-weight: 600;
}

.feature-box-2 .frontend, .feature-box-2 .backend {
  box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 0.1);
}
/*----- Feature Section End -----*/

/*----- Timeline Section -----*/
.main-roadmap {
  overflow: hidden;
}

.main-roadmap .owl-carousel .owl-stage-outer {
  overflow: unset;
}

.h-border {
  border-bottom: 2px dashed;
  margin-top: 175px;
}

.date-title {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: -60px;
  width: 100%;
  left: 0;
}

.small-round {
  width: 38px;
  height: 38px;
  border: 2px solid;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.small-round span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.v-row {
  border-left: 2px dashed;
  height: 96px;
  position: relative;
  left: 50%;
  margin-left: -1px;
}

.v-row:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  bottom: -15px;
  left: -9px;
}

.roadmap-detail-box {
  max-width: 250px;
  margin: 0 auto;
  padding-top: 25px;
  width: 100%;
}

.roadmap-slider .owl-item:nth-child(2n+0) .date-title {
  top: 35px;
}

.roadmap-slider .owl-item:nth-child(2n+0) .v-row {
  top: -110px;
  position: absolute;
}

.roadmap-slider .owl-item:nth-child(2n+0) .v-row:before {
  top: -5px;
}

.roadmap-slider .owl-item:nth-child(2n+0) .roadmap-detail-box {
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translate(-50%);
  ;
}
/*----- Timeline Section End -----*/

/*----- Team Section -----*/
.team-part {
  overflow: hidden;
}

.team-img {
  width: 156px;
  height: 156px;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid;
  float: left;
  transition: all 400ms ease;
}

.team-des {
  width: calc(100% - 156px);
  float: left;
  padding-left: 20px;
}

.member-name {
  font-size: 20px;
  padding-bottom: 5px;
}

.team-box ul li {
  display: inline-block;
  padding: 0px 15px;
}

.team-box ul li:first-child {
  padding-left: 0;
}

.team-box ul li:last-child {
  padding-right: 0;
}

.team-part {
  overflow: hidden;
}
/*----- Team Section End -----*/

/*----- Token Sale Section -----*/
.token-sale {
  background: url(../images/tokensale.svg) no-repeat;
  background-attachment: fixed;
}

.token-graphic-detail ul li {
  position: relative;
  padding: 5px 0px;
  padding-left: 40px;
}

.token-graphic-detail ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 27px;
  height: 27px;
  border-radius: 100%;
}

.token-graph {
  max-width: 400px;
  position: relative;
  margin: 0 auto;
}

.token-graph-right {
  width: 400px;
  height: 400px;
  float: right;
}

.graph-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*----- Token Sale Section End -----*/

/*----- Blog Section -----*/
.blog-img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.blog-img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 400ms ease;
  z-index: 1;
  opacity: 0;
}

.blog-box:hover .blog-img a:before {
  opacity: 1;
}

.blog-img img {
  transition: all 400ms ease;
}

.blog-box:hover .blog-img img {
  transform: scale(1.1);
}

.blog-title {
  font-size: 18px;
  font-weight: 700;
}

.blog-date {
  padding-top: 3px;
  padding-bottom: 5px;
}

.blog-date li {
  display: inline-block;
  padding: 0px 15px;
  position: relative;
}

.blog-date li:first-child {
  padding-left: 0;
}

.blog-date li:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 2px;
  height: 10px;
}

.blog-date li:last-child:before {
  width: 0;
}

.blog-des {
  padding-bottom: 8px;
}

.blog-des-box p {
  padding-bottom: 8px;
}

.read-more {
  text-decoration: underline;
}

.read-more:hover {
  text-decoration: underline;
}
/*----- Blog Section End -----*/

/*----- FAQ Section -----*/
.ico-apps {
  background: url(../images/ico-apps-bg.svg) no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.faq-part {
    padding-bottom: 30px;
    position: relative;
    background-image: url(../images/faq_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}
.Frequently-tabs {
  display: block;
  text-align: center;
  border: 0;
  margin-bottom: 60px;
}

.Frequently-tabs li {
  padding: 0px 20px;
  display: inline-block;
}

.Frequently-tabs li:first-child {
  padding-left: 0;
}

.Frequently-tabs li:last-child {
  padding-right: 0;
}

.Frequently-tabs li a {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 25px 0;
}

.Frequently-tabs li a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 102px;
    transition: all 400ms ease;
    border-radius: 20px;
    border: 5px solid var(--Dark-Blue, #0998F8);
    background: transparent;
    z-index: -2;
    opacity: 0;
}

.Frequently-tabs li a.active:before {
  width: 90%; 
  opacity:1;
}

.faq-tab {
  max-width: 540px;
}

.tab-panel.active {
  display: block;
}

.tab-panel {
  display: none;
}

.qus-title {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
/*----- FAQ Section End -----*/

/*_______________________________________________________
// Home Page Tow Style  //----------------------------
_______________________________________________________*/
/*----- Home Banner -----*/
.home-banner-2 {
  overflow: hidden;
}

#particle-canvas {
  width: 100%;
  height: 100%;
}

#particle-canvas canvas {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px;
  left: 0;
  z-index: 0 !important;
  opacity: .5;
}

.home-banner-2 {
  padding-top: 84px;
}

.banner-heading-tow {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home-banner-2 .banner-des {
  margin-bottom: 0;
}

.coin-counter {
  border-radius: 40px;
  padding: 40px;
  text-align: center;
  max-width: 492px;
  float: right;
}

.coin-start {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 20px;
}

.coin-head {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.coins-counter-loop {
  padding-bottom: 35px;
}

.coins-counter-loop li {
  display: inline-block;
  padding: 0px 17px;
  position: relative;
}

.coins-counter-loop li:first-child {
  padding-left: 0;
}

.coins-counter-loop li:last-child {
  padding-right: 0;
}

.coins-counter-loop li:before, .coins-counter-loop li:after {
  content: "";
  position: absolute;
  right: -4px;
  width: 5px;
  height: 5px;
}

.coins-counter-loop li:before {
  top: 29px;
}

.coins-counter-loop li:after {
  top: 41px;
}

.coins-counter-loop li:last-child:before, .coins-counter-loop li:last-child:after {
  content: unset;
}

.coins-counter-loop li span {
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  display: block;
  border-radius: 5px;
}

.coins-counter-loop li .coin-day {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  padding-top: 8px;
  display: block;
}

.coin-slide-text {
  text-align: left;
  font-weight: 700;
  padding-bottom: 10px;
}

.coin-max {
  float: right;
}

.coins-progress {
  width: 100%;
  height: 18px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.coins-progress span {
  height: 100%;
  display: block;
  width: 0;
  position: absolute;
  font-size: 0;
  border-radius: 50px;
}
/*----- Home Banner End -----*/

/*----- About Section -----*/
.about-part {
  overflow: hidden;
}
/*----- About Section End -----*/

/*----- Feature tow -----*/
.feature-part-2 {
  padding-bottom: 70px;
}

.feature-box-2 {
  position: relative;
  height: 100%;
}

.feature-box-2 .frontend, .feature-box-2 .backend {
  padding: 40px;
  height: 100%;
}

.feature-box-2 .frontend {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.feature-icon-2 {
  width: 40px;
  float: left;
}

.feature-content {
  width: calc(100% - 40px);
  float: left;
  padding-left: 20px;
}

.feature-title-2 {
  font-size: 24px;
  font-weight: 600;
}

.feature-part-2 .backend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.feature-box-2 .frontend, .feature-box-2 .backend {
  z-index: 1;
  border-radius: inherit;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
  -moz-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
  transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
}

.feature-box-2:hover .backend {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
  -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
  transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}

.feature-box-2:hover .frontend {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
  -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
  transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}

.feature-main {
  overflow: hidden;
}
/*----- Feature tow End -----*/

/*----- Roadmap Section -----*/
.roadmap-part .heading-des {
  max-width: 740px;
}

.roadmap-part .main-roadmap {
  margin-top: 80px;
}

.roadmap-part .date-title {
  position: unset;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.roadmap-part .v-row:before {
  content: unset;
}

.roadmap-part .small-round {
  width: 20px;
  height: 20px;
  top: -11px;
}

.roadmap-part .small-round span {
  width: 8px;
  height: 8px;
}

.roadmap-part .v-row {
  border-left: 1px solid;
  height: 50px;
  top: 22px;
}

.roadmap-part .h-border {
  border-bottom: 2px solid;
  margin-top: 20px;
}

.roadmap-part .roadmap-slider .owl-item:nth-child(2n+0) .roadmap-detail-box {
  position: unset;
  transform: unset;
}

.roadmap-part .roadmap-slider .owl-item:nth-child(2n+0) .v-row {
  position: relative;
  top: 22px;
}
/*----- Roadmap Section End -----*/

/*----- Team tow Section -----*/
.team-slide-box {
  padding: 0px 15px;
}

.team-box-2 {
  border-radius: 5px;
  overflow: hidden;
}

.team-member-name {
  text-align: center;
  padding: 25px 10px;
}

.team-member-name a {
  font-size: 20px;
  font-weight: 700;
}

.team-member-img {
  position: relative;
  overflow: hidden;
}

.team-member-img img {
  transition: all .35s;
  -webkit-transition: all .35s;
}

.team-box-2:hover .team-member-img img {
  opacity: .4;
}

.team-member-img:after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
  transition: all .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
  -webkit-transition: all .6s;
}

.team-box-2:hover .team-member-img:after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
}

.team-member-img:after {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  content: "";
}
/*----- Team tow Section End -----*/

/*----- Token Sale tow Section -----*/
.token-sale-2 {
  overflow: hidden;
}

.token-sale-2 .heading-des {
  max-width: 740px;
}

.token-sale-2 .token-graphic-detail {
  padding-left: 50px;
}

.token-sale-2 .token-graphic-detail ul li {
  font-size: 16px;
}

.token-sale-2 .token-graphic-detail ul li:before {
  top: 7px;
  width: 21px;
  height: 21px;
}
/*----- Token Sale tow Section End -----*/

.ico-apps-2 {
  overflow: hidden;
}

/*----- FAQ tow Section -----*/
.faq-part-2 {
  overflow: hidden;
}

.faq-part-2 .heading-des {
  max-width: 740px;
}

.faq-part-2 .Frequently-tabs li a {
  padding: 15px 26px;
  border-radius: 5px;
}

.faq-part-2 .Frequently-tabs li {
  padding: 0px 10px;
}

.faq-part-2 .Frequently-tabs li a:before {
  content: unset;
}

.faq-part-2 .faq-tab {
  padding: 45px 40px;
  border-radius: 5px;
  max-width: unset;
}

.faq-part-2 .qus-title {
  font-size: 18px;
  font-weight: 400;
}

.accordion-faq-box {
  border-radius: 5px;
}

.accordion-faq-title {
  font-size: 18px;
  border-radius: 5px;
  padding: 13px 30px;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accordion-faq-title.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.accordion-faq-title:before, .accordion-faq-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 37px;
  width: 2px;
  height: 15px;
  transition: all 400ms ease;
  transform: translateY(-50%);
}

.accordion-faq-title:after {
  width: 16px;
  height: 2px;
  right: 30px;
  top: 50%;
}

.accordion-faq-title.active:before {
  opacity: 0;
}

.accordion-faq-content {
  display: none;
  padding: 13px 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 0;
}
/*----- FAQ tow Section End -----*/

/*_______________________________________________________
// About Page Style  //----------------------------
_______________________________________________________*/
.sub-page-banner {
  padding-top: 180px;
  padding-bottom: 90px;
  background: url(../images/sub-page-banner.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.sub-banner-title {
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 10px;
}

.sub-page-banner ul li {
  font-size: 16px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 30px;
}

.sub-page-banner ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  right: -2px;
  width: 2px;
  height: 15px;
  transform: rotate(20deg);
}

.sub-page-banner ul li:last-child:before {
  content: unset;
}

.about-des {
  font-size: 16px;
}

.about-main .work-box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.video-play {
  height: 300px;
}

button.close {
  position: absolute;
  right: 0px;
  top: -35px;
  opacity: 1;
  font-size: 30px;
  z-index: 2;
}

.play-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon span {
  width: 97px;
  height: 97px;
  border-radius: 100%;
  line-height: 56px;
  border: 20px solid;
  font-size: 30px;
  padding-left: 6px;
  transition: all 400ms ease;
}

.modal-open .modal {
  z-index: 999999;
  background: #0000006b;
}

.modal-backdrop.show {
  display: none;
}

.about-main {
  overflow: hidden;
}
/*_______________________________________________________
// Blog List Page Style  //----------------------------
_______________________________________________________*/
.blog-search {
  position: relative;
}

.blog-search input {
  width: 100%;
  background: transparent;
  border: 1px solid;
  padding: 12px 60px 12px 30px;
  border-radius: 5px;
}

.blog-search-btn {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 16px;
  font-size: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.blog-category {
  padding: 25px 30px;
  border-radius: 5px;
}

.blog-cat-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.blog-category ul li {
  padding: 5px 0px 5px 40px;
  position: relative;
}

.blog-category ul li:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0px;
  width: 20px;
  height: 1px;
}

.blog-category ul li a {
  font-family: 'Poppins', sans-serif;
}

.trending-news-box {
  display: flex;
  align-items: center;
  width: 100%;
}

.trending-news-img {
  width: 90px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}

.trending-news-content {
  width: calc(100% - 90px);
  float: left;
  padding-left: 18px;
}

.trending-news-title {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.trending-news-date {
  font-size: 12px;
}

.trending-news-box:hover .trending-news-img img {
  transform: scale(1.1);
}

.blog-tags ul {
  margin: 0px -4px;
}

.blog-tags ul li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0px 4px;
}

.blog-tags ul li a {
  font-family: 'Poppins', sans-serif;
  display: block;
  padding: 5px 14px;
  border-radius: 5px;
}

.archives ul {
}

.archives ul li {
  border-bottom: 1px solid;
}

.archives ul li a {
  font-family: 'Poppins', sans-serif;
  display: block;
  padding: 12px 15px;
  position: relative;
}

.archives ul li:first-child a {
  padding-top: 0;
}

.archives ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  left: 0;
}

.blog-list-box {
  padding-bottom: 50px;
}

.blog-list-img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-list-title {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 10px;
  display: inline-block;
}

.blog-list-content ul {
  padding-bottom: 20px;
}

.blog-list-content ul li {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
}

.blog-list-content ul li:first-child {
  padding-left: 0;
}

.blog-list-content ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 2px;
  height: 10px;
}

.blog-list-content ul li:last-child:before {
  content: unset;
}

.blog-list-des {
  padding-bottom: 15px;
}

.blog-list-img img:hover {
  transform: scale(1.1);
}

.blog-list-pagination ul li {
  display: inline-block;
  padding: 0px 5px;
}

.blog-list-pagination ul li:first-child {
  padding-left: 0;
}

.blog-list-pagination ul li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
}

/*_______________________________________________________
// Blog Detail Page Style  //----------------------------
_______________________________________________________*/
.blog-detail-img {
  margin-bottom: 25px;
}

.blog-detail-content ul {
  padding-bottom: 15px;
}

.blog-detail-content ul li {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
  font-size: 16px;
}

.blog-detail-content ul li:first-child {
  padding-left: 0;
}

.blog-detail-content ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 2px;
  height: 10px;
}

.blog-detail-content ul li:last-child:before {
  content: unset;
}

.blog-detail-content h2 {
  font-size: 28px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 15px;
}

.blog-detail-content p {
  padding-bottom: 25px;
}

.blog-detail-content blockquote {
  padding: 30px 40px;
  font-size: 16px;
  font-style: italic;
  border-left: 5px solid;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 25px;
}

.blog-detail-tag span {
  font-size: 18px;
  font-weight: 700;
}

.blog-detail-tag ul {
  display: inline-block;
  padding-left: 20px;
}

.blog-detail-tag ul li {
  display: inline-block;
  padding-right: 8px;
}

.blog-detail-tag ul li:last-child {
  padding-right: 0;
}

.blog-detail-tag ul li a {
  display: block;
  padding: 8px 25px;
  border-radius: 5px;
}

.blog-detail-social span {
  font-size: 18px;
  font-weight: 700;
}

.blog-detail-social ul {
  display: inline-block;
  padding-left: 20px;
}

.blog-detail-social ul li {
  display: inline-block;
  padding-right: 8px;
}

.blog-detail-social ul li:last-child {
  padding-right: 0;
}

.blog-detail-social ul li a {
  display: list-item;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}

.blog-detail-tag-social {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.blog-comment-heading {
  font-size: 28px;
  padding-bottom: 30px;
}

.blog-comment-box li {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 28px;
  align-items: center;
}

.comment-user {
  width: 90px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

.blog-comment-content {
  width: calc(100% - 90px);
  float: left;
  padding-left: 25px;
}

.commenter {
  font-size: 18px;
}

.comment-date {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}

.comment-des {
  font-family: 'Poppins', sans-serif;
}

.comment-reply {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 6px 19px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.comment-reply i {
  padding-left: 5px;
}

.blog-comment-post-singel {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

/*_______________________________________________________
// Team Page Style  //----------------------------
_______________________________________________________*/
.advisors .team-img {
  float: unset;
  margin: 0 auto;
  margin-bottom: 20px;
}

.advisors .team-des {
  width: 100%;
  float: unset;
  padding-left: 0;
}

.advisors .member-des {
  max-width: 350px;
  margin: auto;
}

/*_______________________________________________________
// Feature Page Style  //----------------------------
_______________________________________________________*/
.feature-main .work-box .btn {
  margin-bottom: 20px;
  margin-top: 20px;
}

/*_______________________________________________________
// Roadmap Page Style  //----------------------------
_______________________________________________________*/
.roadmap-main-graph {
  padding: 50px 0px;
}

.roadmap-chart {
  max-width: 958px;
  margin: 0 auto;
}

.roadmap-center-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  border-right: 2px dashed;
  height: 100%;
}

.roadmap-center-line:before, .roadmap-center-line:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -7px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.roadmap-center-line:after {
  bottom: -15px;
  top: unset;
}

.roadmap-content-box {
  margin-bottom: 140px;
}

.roadmap-content-box:last-child {
  margin-bottom: 0;
}

.roadmap-main-content {
  max-width: 360px;
  position: relative;
  margin-left: 105px;
  float: right;
}

.roadmap-animated {
  padding: 25px 30px;
  border-radius: 5px;
}

.roadmap-date {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 8px;
}

.roadmap-content-box:nth-child(2n + 0) .roadmap-main-content {
  margin-right: 105px;
  float: unset;
  margin-left: 0;
}

.roadmap-main-content:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
  width: 120px;
  border-bottom: 2px dashed;
}

.roadmap-small-round {
  position: absolute;
  top: 50%;
  left: -138px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 2px solid;
  border-radius: 100%;
}

.roadmap-small-round:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

.roadmap-content-box:nth-child(2n + 0) .roadmap-main-content:before {
  right: -120px;
  left: unset;
}

.roadmap-content-box:nth-child(2n + 0) .roadmap-small-round {
  right: -138px;
  left: unset;
}

.roadmap-main .main-roadmap {
  display: none;
}

.roadmap-main .roadmap-detail-box {
  padding: 15px 15px;
  border-radius: 5px;
}

.roadmap-main .date-title {
  position: unset;
  margin-bottom: 6px;
}

.roadmap-main .v-row:before {
  content: unset;
}

.roadmap-main .roadmap-slider .owl-item:nth-child(2n+0) .roadmap-detail-box {
  bottom: 110px;
}

.roadmap-main .main-roadmap {
  padding-top: 50px;
}

/*_______________________________________________________
// Contact Page Style  //----------------------------
_______________________________________________________*/
.contact-form {
  overflow: hidden;
}

.contact-form .heading-des {
  font-size: 16px;
}

.contact-detail {
  padding-top: 40px;
}

.contact-detail li {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  display: flex;
  width: 100%;
  padding-bottom: 25px;
  align-items: center;
}

.contact-detail li:last-child {
  padding-bottom: 0;
}

.contact-detail li a, .contact-detail li span {
  width: calc(100% - 44px);
  float: left;
  padding-left: 15px;
}

.contact-detail li i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  float: left;
}

.contact-form .blog-comment-heading {
  font-size: 35px;
}

.contact-map #map {
  width: 100%;
  height: 500px;
}

.contact-detail li a:hover {
  color: #16d5ff;
}

/*_______________________________________________________
// Token Sale Page Style  //----------------------------
_______________________________________________________*/
.token-sele {
  overflow: hidden;
}

.information-token-head {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}

.information-token li {
  font-family: 'Poppins', sans-serif;
  margin: 10px 0px;
  position: relative;
}

.information-token li:first-child {
  margin-top: 0;
}

.information-token li:last-child {
  margin-bottom: 0;
}

.information-token li label {
  position: relative;
}

.information-token li span {
  float: right;
  position: relative;
}

.token-sale-counter {
  float: unset;
  max-width: 100%;
  border-radius: 5px;
  padding: 40px;
}

.token-sale-counter .coins-counter-loop li span {
  font-size: 50px;
  font-weight: 400;
  width: unset;
  height: unset;
  line-height: 50px;
}

.token-sale-counter .coins-counter-loop li .coin-day {
  font-size: 16px;
  padding-top: 15px;
}

.token-sale-counter .coins-counter-loop li:before, .token-sale-counter .coins-counter-loop li:after {
  border-radius: 100%;
}

.token-sale-counter .coins-counter-loop li:before {
  top: 10px;
}

.token-sale-counter .coins-counter-loop li:after {
  top: 30px;
}

.token-sale-counter .coins-counter-loop li {
  padding: 0px 25px;
}

.token-sale-counter .coins-counter-loop li:first-child {
  padding-left: 0;
}

.token-sale-counter .coins-counter-loop li:last-child {
  padding-right: 0;
}

.token-slide-info {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.token-slide-info:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 30px;
  z-index: 1;
}

.token-sale-counter .coins-progress {
  height: 20px;
  border-radius: 5px;
}

.token-sale-counter .coins-progress span {
  border-radius: 0px;
}

.currency-card {
  margin-top: 30px;
}

.currency-card li {
  display: inline-block;
  padding: 0px 10px;
}

.currency-card li a:hover {
  opacity: 0.5;
}

.distribution-title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 50px;
}

.token-distribut .token-graph-right {
  float: unset;
  margin: auto;
  height: unset;
}

/*----- Footer Section -----*/
footer.bg-pattern {
  background-position: top;
  background: #21272c url(../images/footer_bg.png) no-repeat top;
  padding-bottom: 20px;
  background-size: cover;
}

.footer-logo img {
  transition: all 400ms ease;
}

.footer-logo img:hover {
  opacity: 0.5;
}

.footer {
  border-bottom: 1px solid;
  padding-bottom: 50px;
}

.footer-icon ul li {
  display: inline-block;
  padding: 0px 5px;
}

.footer-icon ul li:first-child {
  padding-left: 0;
}

.footer-icon ul li a {
  display: list-item;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #58626D;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

.footer-link ul {
  display: inline-block;
  width: 100%;
}

.footer-link ul li {
  width: 100%;
  float: none;
  padding-bottom: 10px;
}

.subscribe {
  position: relative;
  margin-top: 30px;
}

.subscribe label {
  font-size: 18px;
  padding-bottom: 15px;
}

.subscribe .form-control {
  border: 0;
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 0;
  box-shadow: none !important;
}

.subscribe .submit {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  border: 0;
  width: 115px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.copyright {
  padding-top: 20px;
}

.copyright p a {
  text-decoration: underline;
}

.copyright ul {
  text-align: right;
}

.copyright ul li {
  display: inline-block;
  padding: 0px 5px;
  position: relative;
}

.copyright ul li:first-child {
  padding-left: 0;
}

.copyright ul li:last-child {
  padding-right: 0;
}

/* .copyright ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 2px;
  height: 12px;
} */

.copyright ul li:last-child:before {
  width: 0;
}
/*----- Footer Section End -----*/









/*sm card*/




.sm_sec {
    padding: 90px 0;
    overflow-x: hidden;
    background-image: url(../images/sm_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sm_card {
    border-radius: 20px;
    background: #EBF7FF;
    padding: 40px;
    background-image: url(../images/sm_card_bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.sm_card .fe_sec_title h2 {
    color: #000;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    max-width: 456px; 
  margin-bottom: 25px;
}










.sm_card  .swiper-wrapper {
    padding-bottom: 0 !important;
}

.clint { 
    margin: 10px;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #C0E5FF;
    background: #FFF;
    box-shadow: 0px 8px 15px 0px rgba(9, 152, 248, 0.20);
}

.program_swiper {
    overflow: unset;
}



.program_swiper.owl-carousel .item {
    width: 800px;
    min-width: 800px; 
}


.clint h2 {
    margin-bottom: 20px;
    color: var(--black, #21272C);
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.client_header > div {
    margin-top: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
 .client_header {
    border-bottom: 1px solid rgb(33 39 44 / 8%);
    padding-bottom: 19px;
    margin-bottom: 22px;
}


.clint ul {
    margin: 0;
    padding: 0;
    padding-left: 28px; 
}
 
.clint ul li {
    list-style: circle;
}

.clint ul li a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 9px 0;
    display: block;
}

.sm_sec {
  overflow: hidden;
}
.sm_sec .owl-carousel .owl-stage-outer { 
    overflow: unset;
}

.sm_card .fe_sec_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sm_card  .sm_control, .owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: -83px;
}
.sm_control > div, .owl-nav button span {
    height: 40px;
    width: 40px;
    border-radius: 46px;
    border: 1px solid #B5B5B5;
    color: #B5B5B5;
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    cursor: pointer;
    font-size: 32px;
}

.sm_control > div:hover { 
    border: 1px solid #EE4F77;
    color: #EE4F77; 
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}


span.badge.badge-primary {
    color: #0998F8;
    background: #EBF7FF;
}

.badge { 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    padding: 8px 24px;
}
.program_swiper {
    margin-top: 13px;
}




.clint-box p {
    margin-bottom: 20px;
}


.clint-box p strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px
}

.su_control {
  position: relative;
  padding: 16px 4px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.su_control input {
    padding: 0;
    background-color: transparent !important;
    border: 0;
}


.subscribe .submit {
  color: #ffffff94;
  background:transparent !important;
  width: auto;
  padding: 0 20px;
  font-size: 18px;
  position: relative;
  line-height: 1;
  height: unset;
}
.subscribe label {
  color: #FFF;  
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}



.footer-link h4 {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 17px;
}
.copyright ul {
  margin-left: 19px;
}


.copyright ul li a{
  color:rgba(255, 255, 255, 0.60);
}













.cry_ser {
	position: relative;
  background: url(../images/ete_imga.png);
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}
 

.cry_ser .tab-link{
  display: block;
  width: 126%;
  height: 100%;
  padding: 31px 45px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 20px;
  z-index: 1;
  box-shadow: 9px 5px 12px #3333331c !important;
}
 
.cry_ser .tab-link {
	font-size: 18px;
	font-weight: 600; 
}

 
.cry_ser .active.tab-link {
	background: #dce8fa;
	color: #1667e0;
	box-shadow: 9px 5px 12px #3333331c, 0 0 0 2px #1667e0  !important;
}

.active.services-title img {
	filter: invert(0);
}

.cry_ser .tab-panel {
    position: sticky;
    top: 90px;
    left: 0;
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
}

.services-card {
	padding: 8% 5.5% 7% 15%;
	background-color: #fff;
	border-radius: 10px;
	min-height: 100%;
}

.services-card h3 {
	font-size: 36px;
	font-weight: 800;
	max-width: 600px;
}

.services-card p {
	font-size: 19px;
	line-height: 1.7;
}


.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr ;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.grid-process-section {
  grid-column-gap: 92px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr ;
  grid-template-columns: 1fr ;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.process-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.title-large {
  margin-bottom: 16px;
  color:  #0998F8;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.h3-heading {
  margin-top: 0px;
  margin-bottom: 24px; 
  color: #000;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.paragraph-large {
  max-width: 600px;
  margin-bottom: 0px;
  color: #67718e;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.grid-process-stacked {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
.card-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #f2f3f8;
  border-radius: 20px;
}

.process-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-bottom: 24px;
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color:  #0998F8;
    font-family: Opensaucesans, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.heading-large {
  margin-bottom: 14px; 
  color: #061237;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.paragraph-standard {
  max-width: 600px;
  margin-bottom: 0px;
  color: #67718e;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
}



.ee_wrapper {
  padding-top: 80px;
}


section.brand_sec {
  padding: 0 200px;
  margin-top: -70px;
  z-index: 9;
  position: relative;
}


.brand_card {
  background: #ffffff;
  border-radius: 15px;
  display: block;
  padding: 25px 10px;
  box-shadow: 6px 12px 6px #3333330a, 0 0 0px 1px #0000000d;
  max-width: 250px;
  min-width: 250px;
  margin-right: 15px;
  text-align: center;
}

.brand_sec  .container {
  display: flex;
  align-items: center;
}
.brand_card img {
  max-width: 206px;
  max-height: 166px;
  object-fit: scale-down;
}
.feature-icon img {
  width: 60px;
}




.clint.client_riview {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* padding: 8%; */
}


.clint.client_riview .clint-box{
  margin-left:80px;
  padding-left:80px;
  border-left:1px solid #3333;
}

.clint.client_riview p {
  font-size: 20px;
  text-align:center;
  line-height: 1.9;
}


.r_user img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}
.r_user_c  > div {
    display: block;
    line-height: 1;
    font-weight:500;
}
.r_user_c  small{
  line-height:1;
}





.wip_card {
  background: #f0efff;
  border-radius: 40px;
  padding: 70px;
}

.wip_content h3 {
  font-size: 61px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
}
.wip_content h3 span {
  color: #0B96F6;
  font-weight: 700;
}

.wip_content p{
  font-size: 22px;
  max-width: 450px;
  line-height: 1.4;
}



.fe_drop.dropdown select {
  display: block;
  width: 100%;
  max-width: 450px;
  margin-top: 40px;
  padding: 13px 15px;
  border-radius: 10px;
  background: #f8faff;
  border: 0;
  border: 1px solid #e5e7eb;
  font-size: 16px;
  outline: 0 !important;
}

.feat_card{
  box-shadow: 0 9.27252px 27.8176px rgba(52,63,245,.35);
  border-radius: 40px;
}




.process-price {
  font-size: 47px;
  font-weight: 600;
  line-height: 1.1;
  margin: 20px 0 15px;
}




.wip_card {
    background: #f0efff;
    border-radius: 30px;
    padding: 30px;
}

.wip_content h3 {
  font-size: 40px; 
  margin-bottom: 10px;
  margin-top: 30px;
}

.wip_content p {
  font-size: 18px; 
  margin-bottom: 22px;
}








.brand_card i.ri-xl {
  display: block;
  text-align: left;
  font-size: 42px;
  margin-bottom: 35px;
}

.brand_card.brand_card_x {
  padding: 30px;
  text-align: left;
}


.brand_card.brand_card_x h5 {
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  quotes: 100%;
}


.tpub_sec .work-box #v-pills-tab {
  max-width: 320px;
}







.table-responsive.table_card {
  background: #ffffff;
  border-radius: 15px;
  display: block;
  padding: 0;
  box-shadow: 6px 12px 6px #3333330a, 0 0 0px 1px #0000000d;
  text-align: center;
}

.table_card th {
  padding: 20px 15px;
  background: linear-gradient(0,rgba(213,215,255,.5) -.36%,rgba(242,243,255,.5) 70.89%)!important;
  border-radius: 10px 0 0 0;
}



.table_card th span {
  font-size: 14px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: #ffffff !important; 
}

.table-striped>tbody>tr:nth-of-type(even) {
  --bs-table-accent-bg: #f9f9ff !important; 
}



tbody, td, tfoot, th, thead, tr { 
  border-width: 0;
  border-color: #ebebeb42;
}


.table>:not(caption)>*>* {
  padding: 20px 15px;
}


table{
 margin: 0 !important;
}

table tr td:first-child{
  font-weight: 600;
  color: #000;
}


.program_swiper.owl-carousel.sm_owl2 .item {
  min-width: 450px;
  width: 450px;
}


.program_swiper.owl-carousel.sm_owl2 .item p{
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}


.img-fluid {
  max-width: 100% !important; 
  
}




.about_wrapper .wip_card .wip_content {
  padding-left: 56px;
}

.about_wrapper .wip_content p {
  line-height: 1.7;
  margin-top: 23px;
}





.feature-box.febx_about {
  padding: 35px 0;
  text-align: center;
  max-width: 100%;
}



.mt-4.text-2xl.text-black.font-bold {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
}

.mt-4.text-base.leading-6.text-black.font-medium{
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
}



.comm_card {
    text-align: center;
    padding: 60px 50px;
    border-radius: 40px;
    box-shadow: -2px -1px 40px #ccdce7;
    background: url(../images/soc_bg.jpg) no-repeat top / cover;
}



.comm_card  h3 {
    color: #000;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
}



.comm_card p{
  font-size:18px;
  line-height:1.6;
}

.joc_social_row {
    margin-top: 2rem;
    justify-content:center;
}
.joc_social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: hsl(0deg 0% 95.77%);
    padding: 20px 18px;
    border-radius: 15px;
    color: #0998f8;
    font-size: 20px;
    margin-right: 10px;
    transition: 0.2s all;
    border: 1px solid #C0E5FF;
    background: #FFF;
    box-shadow: 0px 8px 15px 0px rgba(9, 152, 248, 0.20);
}

.joc_social .ri-xl {
  font-weight:500;
    font-size: 24px;
}


/*
.home_wrapper {
    background: url(../images/home_bg.png) no-repeat top / cover;
}

*/








.process_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.process_row .process-content, .process_row .paragraph-large {

    max-width: 850px;
}
.process_row .h3-heading {
    font-size: 33px;
    line-height: 1.4;
    margin-bottom: 11px;
}




