@font-face {
  font-family: 'Athiti';
  src: url('../fonts/athiti/Athiti-ExtraLight.ttf');
  src: url('../fonts/athiti/Athiti-ExtraLight.ttf?#iefix') format('embedded-opentype'), url('../fonts/athiti/Athiti-ExtraLight.ttf') format('ttf'), url('../fonts/athiti/Athiti-ExtraLight.ttf') format('truetype');
  font-weight: 200
}
@font-face {
  font-family: 'Athiti';
  src: url('../fonts/athiti/Athiti-Light.ttf');
  src: url('../fonts/athiti/Athiti-Light.ttf?#iefix') format('embedded-opentype'), url('../fonts/athiti/Athiti-Light.ttf') format('ttf'), url('../fonts/athiti/Athiti-Light.ttf') format('truetype');
  font-weight: 300
}
@font-face {
  font-family: 'Athiti';
  src: url('../fonts/athiti/Athiti-Regular.ttf');
  src: url('../fonts/athiti/Athiti-Regular.ttf?#iefix') format('embedded-opentype'), url('../fonts/athiti/Athiti-Regular.ttf') format('ttf'), url('../fonts/athiti/Athiti-Regular.ttf') format('truetype');
  font-weight: 400
}
@font-face {
  font-family: 'Athiti';
  src: url('../fonts/athiti/Athiti-Medium.ttf');
  src: url('../fonts/athiti/Athiti-Medium.ttf?#iefix') format('embedded-opentype'), url('../fonts/athiti/Athiti-Medium.ttf') format('ttf'), url('../fonts/athiti/Athiti-Medium.ttf') format('truetype');
  font-weight: 500
}
@font-face {
  font-family: 'Athiti';
  src: url('../fonts/athiti/Athiti-SemiBold.ttf');
  src: url('../fonts/athiti/Athiti-SemiBold.ttf?#iefix') format('embedded-opentype'), url('../fonts/athiti/Athiti-SemiBold.ttf') format('ttf'), url('../fonts/athiti/Athiti-SemiBold.ttf') format('truetype');
  font-weight: 600
}
@font-face {
  font-family: 'Athiti';
  src: url('../fonts/athiti/Athiti-Bold.ttf');
  src: url('../fonts/athiti/Athiti-Bold.ttf?#iefix') format('embedded-opentype'), url('../fonts/athiti/Athiti-Bold.ttf') format('ttf'), url('../fonts/athiti/Athiti-Bold.ttf') format('truetype');
  font-weight: 700
}
/* ------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  font-family: 'Athiti', 'Prompt', sans-serif !important;
  color: #ffffff;
  overflow-x: hidden !important;
}
p {
  font-family: 'Athiti', 'Prompt' !important;
  font-weight: 400;
  line-height: 30px;
  font-size: 17px;
}
h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: 'Athiti', 'Prompt', sans-serif !important;
  margin: 0;
}
h4 {
  font-weight: 500;
}
a, a:hover, a:focus {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
}
ol, ul {
  margin: 0;
  padding: 0;
}
ol li, ul li {
  list-style: outside none none;
  list-style-type: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.screensize-monitor {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  z-index: 13;
  border-radius: 3px;
  /*	display: none;*/
}
.btn.focus, .btn:focus {
  outline: none;
}
button.focus, button:focus {
  box-shadow: none;
  outline: none;
}
.custom-file-label {
  text-align: left;
  color: #495057a8;
}
.padding-none {
  padding: 0px;
}
.padding-right {
  padding-right: 0px;
}
.padding-left {
  padding-left: 0px;
}
.ml-15 {
  margin-left: 15px;
}
.sub-title {
  text-align: center;
  max-width: 800px;
  margin: 0px auto 50px;
}
.sub-title h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 30px;
}
.sub-title p {
  margin: 0px auto;
}
.btn-default-style {
  background: #b86824;
  border-radius: 50px;
  color: #ffffff;
  height: 55px;
  line-height: 55px;
  padding: 0 50px;
  font-size: 14px;
  margin-top: 40px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.btn-default-style:hover {
  color: #ffffff;
}
.gradient-color span {
  background-image: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.text-gray {
  color: #dadada;
}
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
/* -------- Pre Loader -------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999;
}
#preloader #status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
.is-sticky nav.navbar {
  background: #020c59;
  border-radius: 0;
  box-shadow: 0px 1px 21px -1px rgba(108, 102, 231, 0.2);
  z-index: 99;
  transition: all 1s ease-in-out;
}
.is-sticky .cripto_nav {
  padding: 0 !important;
  transition: all 0.3s ease-in-out;
}
#header-01 .is-sticky nav.navbar {
  background: #562ad8;
  box-shadow: 0px 1px 21px -1px rgba(108, 102, 231, 0.2);
}
#header-01 .language .dropdown a {
  color: #19233B;
}
#header-02 .is-sticky nav.navbar {
  background: #562ad9;
  box-shadow: 0px 1px 21px -1px rgba(108, 102, 231, 0.2);
}
#header-02 .language .dropdown a {
  color: #19233B;
}
#header-04 .is-sticky nav.navbar {
  background: #7321a7;
  box-shadow: 0px 1px 21px -1px rgba(108, 102, 231, 0.2);
}
#header-04 .language .dropdown a {
  color: #19233B;
}
#header-05 nav.navbar {
  background: #ffffff;
  box-shadow: 0px 1px 21px -1px rgba(108, 102, 231, 0.2);
  z-index: 1040!important	
}
#header-05 .is-sticky nav.navbar {
  background: #ffffff;
  box-shadow: 0px 1px 21px -1px rgba(108, 102, 231, 0.2);
}
#header-05 .language .dropdown a {
  color: #19233B;
}
.form-control {
  border-radius: 0px !important;
}
.form-control:focus {
  border-color: rgb(207, 212, 217);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shape-1 {
  position: absolute;
  top: 0px;
  right: 23%;
}
.shape-1 .box {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  height: 100%;
  width: 100%;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
}
.shape-1 .bounce-1 {
  animation-name: bounce-1;
  animation-timing-function: linear;
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*=========={
 Header Section 
}
==============*/
.header {
  background: url("../images/bg-img/banner-03.jpg") no-repeat 50% 50%;
  height: 100vh;
  background-size: cover;
  position: relative;
  z-index: 99;
}
.header:before {
  position: absolute;
  background: rgba(10, 29, 103, 0.6);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.header .navbar {
  padding: 25px 0 0;
}
.header .navbar .navbar-nav .nav-item {
  margin-right: 30px;
}
.header .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  padding: 30px 0px;
  /*    color: #ffffff;*/
  color: rgb(140 140 140) !important;
  font-size: 15px;
}
.header .navbar .navbar-nav .nav-item .nav-link.active, .header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #b86824;
}
.header .navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
}
.header .navbar .dropdown .dropdown-menu {
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  min-width: 200px;
  border-radius: 0;
  padding: 0;
  padding: 0px;
  margin-top: -27px;
  display: block;
  visibility: hidden;
  opacity: .1;
  max-height: 0px;
}
.header .navbar .dropdown .dropdown-menu .dropdown-item {
  transition: all 0.3s ease-in-out;
  padding: 8px 15px !important;
  background: transparent;
}
.header .navbar .dropdown .dropdown-menu .dropdown-item:hover {
  color: #b86824;
}
.header .navbar .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
}
.header .navbar .dropdown .dropdown-menu .dropdown .dropdown-menu {
  border-left: 1px solid #f1f1f1;
  left: 224px;
  top: -13px;
  padding: 15px 0px;
  visibility: hidden;
  opacity: 0;
  max-height: 0px;
  font-size: 14px;
}
.header .navbar .dropdown-toggle::after {
  display: none;
}
.header .navbar .language {
  display: inline-flex;
  /*    margin-left: 50px;*/
}
.header .navbar .language .token {
  padding: 0;
  color: #ffffff;
  background: #30e08e;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.header .navbar .language .facebook {
  padding: 0;
  color: #ffffff;
  background: #29487d;
  border-radius: 50%;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.header .navbar .language .dropdown {
  /*    margin-left: 25px;*/
  padding: 21px 0px !important;
  z-index: 1032;
}
.header .navbar .language .dropdown span {
  color: #8c8c8c !important;
  line-height: 40px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.header .navbar .language .dropdown span i {
  font-size: 10px;
  margin-left: 10px;
}
.header .navbar .language .dropdown .dropdown-menu {
  min-width: 130px;
  background: #0b1e68;
}
.header .navbar .language .dropdown .dropdown-menu li a {
  color: #ffffff !important;
  line-height: 26px;
  text-transform: capitalize;
}
.header .intro-text {
  margin-top: 180px; /*padding-right: 70px;*/
}
.header .intro-text h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 68px;
}
.header .intro-text p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  font-weight: 400;
  padding-right: 50px;
}
.header .intro-text .intro_btn_3 {
  background: transparent;
  border: 2px solid #fe9a8b;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
.header .intro-text .intro_btn_3:last-child {
  margin-right: 0;
}
.header .intro-text .intro_btn_3:before {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #f78ca0, #fe9a8b);
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
}
.header .intro-text .intro_btn_3:hover {
  border: 2px solid #fe9a8b;
  background: linear-gradient(to right, #f78ca0, #fe9a8b);
}
.header .intro-text .intro_btn_3:hover:before {
  visibility: visible;
  opacity: 0;
}
.header .intro-text .intro_active_3 {
  background: linear-gradient(to right, #f78ca0, #fe9a8b);
}
.header .img-wrapper .intro-img {
  margin-top: 20%;
  margin-left: -20%;
}
.header .img-wrapper .intro-img img {
  height: auto;
  width: auto;
  margin-left: -4px;
}
.sectionBgLightbrown {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffecd4;
}
.sectionBgwhite {
	background-color: #ffffff!important;
}
/*
.sectionBgLightbrown.sectionBgwhite{
	background-color: #ffffff!important;
}
*/
.imgclickbtn {
  cursor: pointer
}
.imgclickbtn:hover {
  opacity: 0.8;
}
.imgclickbtn img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 28%);
}
#benefits {
  background: #081864;
  padding: 100px 0 0;
}
#benefits .benefits-single-item .benefits-single-wrapper {
  border: 1px solid #16266d;
  text-align: center;
}
#benefits .benefits-single-item .benefits-single-wrapper:hover .benefits-img {
  webkit-animation: swing 0.5s ease;
  animation: swing 0.5s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#benefits .benefits-single-item .benefits-single-wrapper .benefits-img {
  min-height: 270px;
  padding: 80px 0;
}
#benefits .benefits-single-item .benefits-single-wrapper h4 {
  background: #0d1d66;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
}
#benefits #about_cryptonic {
  background: #081864;
  padding: 220px 0;
  overflow: hidden;
  position: relative;
}
#benefits #about_cryptonic .about-img {
  position: absolute;
  right: 52%;
}
#benefits #about_cryptonic .about-img .img-wrapper {
  position: relative;
  z-index: 1;
}
#benefits #about_cryptonic .about-img .img-wrapper:before {
  background: #132067;
  border-top-right-radius: 22% 66%;
  border-bottom-right-radius: 30% 67%;
  content: "";
  height: 620px;
  left: -150%;
  position: absolute;
  top: 51%;
  transform: rotate(-35deg);
  width: 1800px;
  z-index: -1;
}
#benefits #about_cryptonic .about_cryptonic-content {
  padding-left: 75px;
}
#benefits #about_cryptonic .about_cryptonic-content h6 {
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  margin-left: 130px;
}
#benefits #about_cryptonic .about_cryptonic-content h6:before {
  background: #ffffff;
  position: absolute;
  top: 9px;
  left: -130px;
  width: 100px;
  height: 1px;
  content: "";
}
#benefits #about_cryptonic .about_cryptonic-content h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 55px;
  margin-bottom: 30px;
  padding: 20px 0 0;
}
#benefits #about_cryptonic .about_cryptonic-content .btn-default-style {
  background: #42d896;
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  margin-top: 30px;
}
#countdown-area {
  background: #0b1e68;
  padding: 120px 0;
}
#countdown-area .sub-title {
  margin: 0px auto 70px;
}
#countdown-area .countdown-wrapper .countdownHolder {
  margin-bottom: 130px;
}
#countdown-area .countdown-wrapper .countdownHolder .countDays, #countdown-area .countdown-wrapper .countdownHolder .countHours, #countdown-area .countdown-wrapper .countdownHolder .countMinutes, #countdown-area .countdown-wrapper .countdownHolder .countSeconds {
  position: relative;
}
#countdown-area .countdown-wrapper .countdownHolder .countDays:before, #countdown-area .countdown-wrapper .countdownHolder .countHours:before, #countdown-area .countdown-wrapper .countdownHolder .countMinutes:before, #countdown-area .countdown-wrapper .countdownHolder .countSeconds:before {
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
#countdown-area .countdown-wrapper .countdownHolder .countDays:before {
  content: "Days";
}
#countdown-area .countdown-wrapper .countdownHolder .countHours:before {
  content: "Hours";
}
#countdown-area .countdown-wrapper .countdownHolder .countMinutes:before {
  content: "Minutes";
}
#countdown-area .countdown-wrapper .countdownHolder .countSeconds:before {
  content: "Seconds";
}
#countdown-area .btn-default-style {
  background: #42d896;
  font-size: 16px;
  font-weight: 500;
}
#progerss-wrapper {
  min-height: 150px;
}
#progerss-wrapper .progress {
  height: 43px;
  border-radius: 25px;
}
#progerss-wrapper .progress .progress-bar {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 80%;
  position: relative;
  background: linear-gradient(to top, #f78ca0, #fe9a8b);
}
#progerss-wrapper .progress .progress-bar span {
  position: absolute;
  right: 30px;
  top: 7px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
#progerss-wrapper .progress .minimum_goal {
  position: absolute;
  left: 10%;
  text-align: center;
  bottom: -6%;
}
#progerss-wrapper .progress .minimum_goal .progress-shpe {
  background: #ffffff;
  height: 110px;
  width: 6px;
  border-radius: 10px;
  margin-left: 48%;
  margin-bottom: 15px;
}
#progerss-wrapper .progress .minimum_goal span {
  font-weight: 500;
  font-size: 20px;
  margin-top: 15px;
}
#progerss-wrapper .progress .minimum_goal h3 {
  color: #20e687;
  font-weight: 600;
  line-height: 40px;
}
#progerss-wrapper .progress .heard_cap {
  position: absolute;
  right: 2%;
  text-align: center;
  top: 90px;
}
#progerss-wrapper .progress .heard_cap span {
  font-weight: 500;
  font-size: 20px;
  margin-top: 15px;
}
#progerss-wrapper .progress .heard_cap h3 {
  color: #20e687;
  font-weight: 600;
  line-height: 40px;
}
.btn-default-style {
  background: #20e687;
}
.payment_mathod {
  text-align: center;
  padding-top: 100px;
}
.payment_mathod h3 {
  margin-bottom: 70px;
  font-size: 30px;
}
.payment_mathod .payment-options {
  display: flex;
  justify-content: center;
}
.payment_mathod .payment-options .payment-single {
  height: 175px;
  width: 175px;
  background: #ffffff;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.payment_mathod .payment-options .payment-single:before {
  position: absolute;
  background: linear-gradient(to right, #f78ca0, #fe9a8b);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.payment_mathod .payment-options .payment-single:hover:before {
  opacity: 1;
}
.payment_mathod .payment-options .payment-single:hover .payment-icon i:before {
  color: #ffffff !important;
}
.payment_mathod .payment-options .payment-single .payment-wrapper .payment-icon {
  height: 90px;
  width: 90px;
  margin: 0px auto;
  top: 50%;
  transform: translateY(50%);
}
.payment_mathod .payment-options .payment-single .payment-wrapper .payment-icon i {
  line-height: 90px;
}
.payment_mathod .payment-options .payment-single .payment-wrapper .payment-icon i:before {
  font-size: 90px;
  margin: 0;
  color: #254786;
  transition: all 0.3s ease-in-out;
}
/* roadmap */
.roadmap {
  padding: 100px 0;
  background: #0b1e68;
}
.roadmap .roadmap-area {
  position: relative;
}
.roadmap .roadmap-area:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #1de886;
  left: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn:last-child {
  margin-bottom: 0;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn:hover .roadmap-desc .doc-wraper:before {
  opacity: 1;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-marker {
  position: absolute;
  top: 0%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border: 6px solid #020c59;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-marker:before {
  position: absolute;
  content: "";
  background: #1de886;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -4.5px;
  border-radius: 50%;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-marker.marker-off:before {
  background: #1de886;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-left {
  padding: 0 65px 0 0;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-dese-right {
  padding: 0 0px 0 65px;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc {
  min-height: 120px;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc .doc-wraper {
  padding: 30px 40px;
  position: relative;
  z-index: 1;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc .doc-wraper:before {
  position: absolute;
  background: linear-gradient(to right, #f78ca0, #fe9a8b);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc .doc-wraper h4 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 30px;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc .doc-wraper p {
  line-height: 25px;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-desc .doc-wraper p span {
  color: #4d6076;
  font-weight: 500;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-status {
  min-height: 185px;
  padding: 0 35px;
  position: relative;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-status span {
  display: inherit;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-status span:last-child {
  font-size: 16px;
  font-weight: 500;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-left {
  text-align: right;
}
.roadmap .roadmap-area .roadmap-tree .roadmap-cloumn .roadmap-right {
  text-align: left;
}
#token_distribution {
  background: #020c59;
  padding: 100px 0 0;
}
#token_distribution .sub-title {
  margin: 0px auto 70px;
}
#token_distribution .token_distribution_wrapper {
  text-align: center;
}
#token_funds {
  background: #020c59;
  padding: 100px 0;
}
#token_funds .sub-title {
  margin: 0px auto 70px;
}
#token_funds .token_distribution_wrapper {
  text-align: center;
}
.logos {
  background: #0b1e68;
  padding: 100px 0 0;
}
.logos .companis-logo-wapper .companis-logos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.logos .companis-logo-wapper .companis-logos:last-child {
  margin-bottom: 0;
  justify-content: center;
}
.logos .companis-logo-wapper .companis-logos:last-child li {
  margin: 0 50px;
}
.logos .companis-logo-wapper .companis-logos li img {
  display: flex;
  height: auto;
  width: 150px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#faq-area {
  background: #0b1e68;
  padding: 150px 0 0;
}
#faq-area .faq-wrapper {
  background: #111c75;
  padding: 80px 50px 50px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
#faq-area .faq-wrapper .sub-title {
  margin-bottom: 0;
}
#faq-area .faq-wrapper #accordion .card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 50px 0;
  border-bottom: 1px solid #123177;
}
#faq-area .faq-wrapper #accordion .card:last-child {
  border-bottom: 1px solid transparent;
}
#faq-area .faq-wrapper #accordion .card .card-header {
  background: transparent;
  border: none;
  padding: 0 24px;
}
#faq-area .faq-wrapper #accordion .card .card-header a {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
}
#faq-area .faq-wrapper #accordion .card .card-body {
  padding: 40px 24px 0;
}
#faq-area .faq-wrapper #accordion .card .card-body p {
  font-size: 15px;
}
#faq-area .faq-wrapper a {
  display: block;
  position: relative;
}
#faq-area .faq-wrapper a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  right: 0;
}
#faq-area .faq-wrapper a[aria-expanded="true"]:after {
  content: "\f077";
}
/*---------- team Style-------*/
#team_membar {
  background: #020c56;
  padding: 150px 0;
}
#team_membar .single-row {
  margin-bottom: 40px;
}
#team_membar .single-row:last-child {
  margin-bottom: 0;
}
#team_membar .single-row .team-single-item {
  overflow: hidden;
}
#team_membar .single-row .team-single-item figure {
  position: relative;
  margin: 0;
}
#team_membar .single-row .team-single-item figure .member-img {
  position: relative;
}
#team_membar .single-row .team-single-item figure .member-img:before {
  background: #0b1e68;
  opacity: 0.45;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
}
#team_membar .single-row .team-single-item figure .member-img img {
  width: 100%;
}
#team_membar .single-row .team-single-item figure figcaption {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}
#team_membar .single-row .team-single-item figure figcaption .member-name {
  transition: all 0.3s ease-in-out;
  text-align: left;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  margin-left: 40px;
}
#team_membar .single-row .team-single-item figure figcaption .member-name h4 {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
#team_membar .single-row .team-single-item figure figcaption .member-name span {
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}
#team_membar .single-row .team-single-item figure figcaption .social-links {
  background: linear-gradient(to right, #f78ca0, #fe9a8b);
  margin: 0px auto;
  text-align: left;
  padding-left: 40px;
  height: 55px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-bottom: -55px;
}
#team_membar .single-row .team-single-item figure figcaption .social-links li {
  display: inline-flex;
  margin-right: 15px;
  line-height: 55px;
}
#team_membar .single-row .team-single-item figure figcaption .social-links li a {
  color: #0b1e68;
  font-size: 18px;
  transition: all 0.3s ease 0s;
}
#team_membar .single-row .team-single-item figure figcaption .social-links li a:hover {
  color: #26e48a;
}
#team_membar .single-row .team-single-item figure:hover .member-img:before {
  opacity: 0.20;
}
#team_membar .single-row .team-single-item figure:hover figcaption {
  transition: all 0.3s ease-in-out;
}
#team_membar .single-row .team-single-item figure:hover figcaption .social-links {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0px;
}
#subscribe-wrapper {
  padding: 150px 0 0px;
  position: relative;
  z-index: 0;
}
#subscribe-wrapper:before {
  position: absolute;
  background: #0b1e68;
  content: "";
  height: 60%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#subscribe-wrapper:after {
  position: absolute;
  background: #020c59;
  content: "";
  height: 40%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#subscribe-wrapper #subscribe {
  background: linear-gradient(to right, #f78ca0, #fe9a8b);
  padding: 60px 0;
}
#subscribe-wrapper #subscribe .sub-title {
  margin: 0 auto;
}
#subscribe-wrapper #subscribe .sub-title h2 {
  margin-bottom: 50px;
  font-size: 35px;
}
#subscribe-wrapper #subscribe .subscribe-form form {
  width: 560px;
  margin: 50px auto 0 auto;
  position: relative;
}
#subscribe-wrapper #subscribe .subscribe-form form input {
  width: 100%;
  height: 60px;
  border: 0 none;
  color: #4d6076;
  background: #ffffff;
  border-radius: 50px;
  padding: 0 190px 0 40px;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}
#subscribe-wrapper #subscribe .subscribe-form form button {
  position: absolute;
  right: 10px;
  top: 6px;
  border: 0 none;
  border-radius: 50px;
  background: #36dd90;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  width: 154px;
  height: 48px;
  font-size: 15px;
}
#subscribe-wrapper #subscribe .subscribe-social {
  margin-top: 50px;
}
#subscribe-wrapper #subscribe .subscribe-social .social-items {
  display: flex;
  justify-content: center;
}
#subscribe-wrapper #subscribe .subscribe-social .social-items li {
  margin-right: 15px;
}
#subscribe-wrapper #subscribe .subscribe-social .social-items li:last-child {
  margin-right: 0;
}
#subscribe-wrapper #subscribe .subscribe-social .social-items li a i {
  background: rgba(255, 255, 255, 0.4);
  color: #0b1e68;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
#subscribe-wrapper #subscribe .subscribe-social .social-items li a i:hover {
  background: #ffffff;
  color: #0077b5;
}
/*---------- Footer Style-------*/
.footer {
  padding: 50px;
  position: relative;
  background: #5F4B01;
}
.footer .footer-btm-wrapper {
  padding-bottom: 80px;
}
.footer .footer-btm-wrapper .footer-single-col .subtitle_1 {
  text-transform: none;
  font-size: 24px;
  margin-bottom: 40px;
}
.footer .footer-btm-wrapper .footer-single-col p {
  margin: 0 100px 0 0;
}
.footer .footer-btm-wrapper .footer-single-col ul li {
  padding-bottom: 12px;
  color: #8a8a8a;
  font-weight: 300;
}
.footer .footer-btm-wrapper .footer-single-col ul li:last-child {
  padding-bottom: 0px;
}
.footer .footer-btm-wrapper .footer-single-col ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.1s ease-in-out;
}
.footer .footer-btm-wrapper .footer-single-col ul li a:hover {
  color: #ffffff;
  transition: all 0.1s ease-in-out;
  padding-left: 3px;
}
.footer .copyright {
  text-align: center;
}
.footer .copyright p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #5F4B01;
  line-height: 14px;
}
/*====================== {
 Index two Style 
}
========================*/
.body_01 {
  background: #562ad8;
}
.body_01 p {
  font-weight: 400;
}
.body_01 .sub-title {
  margin: 0px auto 60px;
}
.body_01 .sub-title h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.body_01 .sub-title p {
  font-weight: 400;
  font-weight: 16.06px;
  color: #a2b2ff;
}
#header-01 {
  background: url("../images/bg-img/banner.jpg") no-repeat 100% 100%;
  background-size: cover;
  position: relative;
  min-height: 970px;
  z-index: 99;
}
#header-01:before {
  position: absolute;
  background: rgba(36, 69, 120, 0);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#header-01 .navbar {
  padding: 25px 0 0;
}
#header-01 .navbar .navbar-nav .nav-item {
  margin-right: 30px;
}
#header-01 .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
#header-01 .navbar .navbar-nav .nav-item .nav-link {
  padding: 30px 0px;
  color: #ffffff;
  font-size: 15px;
  text-transform: none;
  font-weight: 300;
}
#header-01 .navbar .navbar-nav .nav-item .nav-link.active, #header-01 .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #00e9fe;
}
#header-01 .navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: 700;
  background-image: linear-gradient(to left, #08aeea 0%, #24e8a7 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: block;
}
#header-01 .navbar .language .token {
  background: transparent;
  border: 1px solid #08aeea;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#header-01 .navbar .language .token:before {
  position: absolute;
  content: "";
  background: linear-gradient(to left, #08aeea 0%, #24e8a7 100%);
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#header-01 .navbar .language .token:hover:before {
  visibility: visible;
  opacity: 1;
}
#header-01 .navbar .language .token:last-child {
  margin-right: 0px;
}
#header-01 .navbar .language .active {
  background: linear-gradient(to right, #08aeea 0%, #24e8a7 100%);
}
#header-01 .intro-text {
  margin-top: 220px;
  padding: 0 50px 0 60px;
}
#header-01 .intro-text h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 1px;
}
#header-01 .intro-text p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
  font-weight: 400;
  padding-right: 0px;
  color: #a2b2ff;
}
#header-01 .intro-text a {
  background: linear-gradient(to bottom, #08aeea 0%, #24e8a7 100%);
  color: #ffffff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  padding: 0 40px;
  overflow: hidden;
  z-index: 1;
  border: none;
}
#header-01 .intro-text a:before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #08aeea 0%, #24e8a7 100%);
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#header-01 .intro-text a:hover:before {
  visibility: visible;
  opacity: 1;
}
#header-01 .img-wrapper .intro-img {
  margin-top: 6%;
  margin-right: -18%;
}
#header-01 .img-wrapper .intro-img img {
  height: auto;
  width: auto;
}
#header-01 .img-wrapper .intro-img .shape-1 {
  position: absolute;
  top: 18%;
  left: 23%;
}
#header-01 .img-wrapper .intro-img .shape-1 .box {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  height: 100%;
  width: 100%;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
}
#header-01 .img-wrapper .intro-img .shape-1 .bounce-1 {
  animation-name: bounce-1;
  animation-timing-function: linear;
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
#header-01 .img-wrapper .intro-img .bounce_wrapper {
  position: relative;
}
#header-01 .img-wrapper .intro-img .bounce_wrapper img {
  height: auto;
  width: auto;
  margin-left: -6%;
  margin-top: 0%;
}
#header-01 .img-wrapper .intro-img .bounce_wrapper .bounce_img {
  position: absolute;
  top: 0;
  right: 0;
}
#about_cryptonic_01 {
  background: transparent;
  padding: 100px 0;
  z-index: 2;
  position: relative;
}
#about_cryptonic_01 .about_cryptonic-content h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#about_cryptonic_01 .about_cryptonic-content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 30px;
}
#about_cryptonic_01 .about_cryptonic-content p {
  margin-top: 20px;
  color: #a2b2ff;
  font-weight: 400;
  font-size: 16px;
}
#about_cryptonic_01 .about_cryptonic-content a {
  background-image: linear-gradient(to left, #08aeea 0%, #24e8a7 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
  border: 1px solid #08aeea;
  height: 64px;
  width: 280px;
  text-align: center;
  line-height: 64px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#about_cryptonic_01 .about_cryptonic-content a:before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #08aeea 0%, #24e8a7 100%);
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#about_cryptonic_01 .about_cryptonic-content a:hover {
  color: #ffffff;
}
#about_cryptonic_01 .about_cryptonic-content a:hover:before {
  visibility: visible;
  opacity: 1;
}
#about_cryptonic_01 .about-img {
  margin-top: -10%;
  margin-left: 10%;
}
#benefits-01 {
  background: transparent;
  padding: 30px 0 100px;
  position: relative;
  z-index: 1;
}
#benefits-01:before {
  position: absolute;
  background: url("../images/shape/shape-01.png") no-repeat 50% 50%;
  content: "";
  height: 1600px;
  width: 100%;
  left: 0;
  top: -80%;
  z-index: -2;
  opacity: 0.8;
  background-size: cover;
}
#benefits-01:after {
  position: absolute;
  background: #562ad8;
  content: "";
  height: 1700px;
  width: 100%;
  left: 0;
  top: -75%;
  z-index: -1;
  opacity: 0.8;
  background-size: cover;
}
#benefits-01 .benefits-single-item .benefits-single-wrapper {
  border: 1px solid #5e38dc;
  text-align: center;
}
#benefits-01 .benefits-single-item .benefits-single-wrapper .benefits-img {
  min-height: 270px;
  padding: 70px 0 50px;
}
#benefits-01 .benefits-single-item .benefits-single-wrapper h4 {
  background: transparent;
  font-size: 20px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
}
#tokenization_benefits_01 {
  padding: 0px 0 60px;
  background: transparent;
  z-index: 2;
  position: relative;
}
#tokenization_benefits_01 .about_cryptonic-content {
  margin-top: 60px;
}
#tokenization_benefits_01 .about_cryptonic-content h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
#tokenization_benefits_01 .about_cryptonic-content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}
#tokenization_benefits_01 .about_cryptonic-content p {
  margin-top: 20px;
  color: #a2b2ff;
  font-weight: 400;
}
#tokenization_benefits_01 .about_cryptonic-content a {
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
  background: transparent;
  border: 1px solid #ffffff;
  height: 64px;
  width: 280px;
  text-align: center;
  line-height: 64px;
  padding: 0;
}
#tokenization_benefits_01 .about-img {
  margin-top: 0%;
  margin-left: -10%;
}
#token_sale_01 {
  text-align: center;
  padding: 100px 0 50px;
  position: relative;
}
#token_sale_01 .sub-title {
  margin: 0px auto 70px;
}
#token_sale_01 .sub-title h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #b86824;
}
#token_sale_01 .sub-title h2 {
  font-weight: 600;
}
#token_sale_01 .sub-title p {
  color: #7a839e;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single {
  text-align: center;
  background: transparent;
  border: 1px solid #2b8aeb;
  margin: 0 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  border-radius: 3px;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single:hover {
  background: #4450e0;
  border: 1px solid transparent;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single:hover:before {
  opacity: 1;
  visibility: visible;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single:hover .offer_price h4 {
  color: #562ad8;
  background: #ffffff;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single:hover .offer_price h4:before {
  border-right: 20px solid #ffffff;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single:hover .offer_details span {
  color: #ffffff;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single:hover .offer_details h3 {
  color: #ffffff;
  font-weight: 500;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single:hover .offer_details p {
  color: #ffffff;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single:hover .sale {
  border-top: 1px solid #a2a8f0;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single:hover .sale a {
  color: #ffffff;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single .offer_price h4 {
  margin-top: 22px;
  color: #ffffff;
  background: #00e9fe;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  width: auto;
  height: 40px;
  position: relative;
  text-align: right;
  float: right;
  padding: 0 30px 0 10px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single .offer_price h4:before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #00e9fe;
  border-bottom: 20px solid transparent;
  transition: all 0.3s ease-in-out;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single .offer_details {
  padding: 100px 15px 15px;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single .offer_details span {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.3;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single .offer_details h3 {
  font-size: 24px;
  font-weight: 500;
  color: #00e9fe;
  margin-top: 25px;
  transition: all 0.3s ease-in-out;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single .offer_details img {
  padding: 30px 0;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single .offer_details p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 36px;
  transition: all 0.3s ease-in-out;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single .sale {
  border-top: 1px solid #5d45d6;
  transition: all 0.3s ease-in-out;
}
#token_sale_01 .pricing_items .single-wrapper .pricing_single .sale a {
  font-size: 20px;
  font-weight: 500;
  color: #00e9fe;
  line-height: 52px;
}
#token_sale_01 .pricing_bottom {
  margin-top: 70px;
}
#token_sale_01 .pricing_bottom .pricing_list_wrapper {
  display: flex;
  border: 1px solid #7754df;
  padding: 60px;
  margin: 0 10px;
}
#token_sale_01 .pricing_bottom .pricing_list_wrapper ul li:before {
  border: 3px solid #00e9fe;
}
#token_sale_01 .pricing_bottom .pricing_list_wrapper ul li span {
  color: #a2b2ff;
}
#token_sale_01 .pricing_bottom .pricing_list_wrapper ul {
  text-align: left;
  margin-left: 30px;
  margin-right: 60px;
  width: 33.33%;
}
#token_sale_01 .pricing_bottom .pricing_list_wrapper ul:last-child {
  margin-right: 0px;
}
#token_sale_01 .pricing_bottom .pricing_list_wrapper ul li {
  position: relative;
  margin-bottom: 40px;
  min-height: 100px;
}
#token_sale_01 .pricing_bottom .pricing_list_wrapper ul li:last-child {
  margin-bottom: 0;
  min-height: 0px;
}
#token_sale_01 .pricing_bottom .pricing_list_wrapper ul li:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 11px;
  top: 5px;
  left: -30px;
  border-radius: 3px;
}
#token_sale_01 .pricing_bottom .pricing_list_wrapper ul li h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 15px;
}
#token_sale_01 .pricing_bottom .pricing_list_wrapper ul li span {
  font-size: 18px;
  font-weight: 500;
}
.token_distribution_01 .sub-title {
  padding-bottom: 90px;
}
.token_distribution_01 .sub-title h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #b86824 !important;
  background: none;
}
.token_distribution_01 .sub-title h2 {
  font-weight: 600;
}
.token_distribution_01 .details_content .details span {
  font-weight: 500 !important;
  background-image: linear-gradient(to bottom, #08aeea 0%, #24e8a7 100%) !important;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.token_distribution_01 .details_content .details span:before {
  position: absolute;
  background: #ffffff;
  width: 1px;
  height: 35px;
  content: "";
}
#roadmap_01 {
  position: relative;
  padding: 100px 0 100px;
  z-index: 1;
}
#roadmap_01:before {
  position: absolute;
  background: url("../images/shape/roadmap-1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  top: 39.5%;
  content: "";
  width: 100%;
  height: 717px;
  left: 50%;
  transform: translate(-50%);
}
#roadmap_01 .sub-title {
  margin: 0px 0 70px 0;
  text-align: left;
  max-width: 429px;
}
#roadmap_01 .sub-title h2 {
  color: #ffffff;
}
#roadmap_01 .sub-title p {
  color: #ffffff;
}
#roadmap_01 .container {
  max-width: 1300px;
}
#roadmap_01 .single-items {
  text-align: center;
  margin-bottom: 70px;
}
#roadmap_01 .single-items h3 {
  font-size: 25px;
  font-weight: 500;
  padding: 35px 15px 15px;
  color: #ffffff;
}
#roadmap_01 .single-items p {
  color: #7a839e;
  line-height: 26px;
  font-weight: 400;
}
#roadmap_01 .location_04 {
  text-align: center;
  z-index: 2;
}
#roadmap_01 .location_04 .location_wrapper .roadmap_position {
  position: relative;
  height: 420px;
  width: 1300px;
}
#roadmap_01 .location_04 .location_wrapper span {
  position: relative;
}
#roadmap_01 .location_04 .location_wrapper span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  background: #00e9fe;
  content: "";
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#roadmap_01 .location_04 .location_wrapper span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  border: 1px solid #00e9fe;
  content: "";
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #00e9fe;
  z-index: -2;
  opacity: 0.5;
}
#roadmap_01 .location_04 .location_wrapper .location {
  position: absolute;
  width: 25%;
}
#roadmap_01 .location_04 .location_wrapper .location .map_date {
  margin-bottom: 50px;
}
#roadmap_01 .location_04 .location_wrapper .location .map_date h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
#roadmap_01 .location_04 .location_wrapper .location .location_title {
  padding: 40px 0 50px;
}
#roadmap_01 .location_04 .location_wrapper .location .location_title h3 {
  font-weight: 600;
  font-size: 16px;
  color: #b86824;
  margin-bottom: 15px;
}
#roadmap_01 .location_04 .location_wrapper .location .location_title p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  color: #a2b2ff;
}
#roadmap_01 .location_04 .location_wrapper .location_1 {
  left: -7%;
  bottom: 40%;
}
#roadmap_01 .location_04 .location_wrapper .location_2 {
  left: 30%;
  bottom: 31%;
}
#roadmap_01 .location_04 .location_wrapper .location_3 {
  right: 17%;
  bottom: 14%;
}
#roadmap_01 .location_04 .location_wrapper .location_4 {
  right: -4%;
  bottom: 52%;
}
#roadmap_01 .header-shape {
  position: absolute;
  z-index: 1;
}
#roadmap_01 .shape2 {
  top: 33%;
  left: 0%;
}
#roadmap_01 .shape3 {
  top: 25%;
  right: 0%;
}
.companis_supported_01 {
  padding: 0 0 100px;
  z-index: 4;
  position: relative;
}
.companis_supported_01 .sub-title {
  margin: 0px 0 40px 0;
  text-align: left;
  max-width: 429px;
}
.companis_supported_01 .sub-title h5 {
  font-size: 18px;
  font-weight: 500;
}
.companis_supported_01 .sub-title h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
.companis_supported_01 .companis_supported_logos {
  background: url("../images/shape/companis_logo.png") no-repeat;
  max-height: 350px;
}
.companis_supported_01 .companis_supported_logos ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 80px 30px;
}
.companis_supported_01 .companis_supported_logos ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  margin-bottom: 30px;
}
#team_membar_01 {
  background: transparent;
  padding: 100px 0 150px;
  position: relative;
  z-index: 1;
}
#team_membar_01:before {
  position: absolute;
  background: url("../images/shape/shape-02.png") no-repeat 50% 50%;
  content: "";
  height: 600px;
  width: 100%;
  left: 0;
  top: 10%;
  z-index: -2;
  opacity: 0.8;
  background-size: cover;
}
#team_membar_01:after {
  position: absolute;
  background: #562ad8;
  content: "";
  height: 600px;
  width: 100%;
  left: 0;
  top: 10%;
  z-index: -1;
  opacity: 0.9;
  background-size: cover;
}
#team_membar_01 .sub-title {
  max-width: 500px;
  margin: 0px auto 50px;
}
#team_membar_01 .single-wrapper {
  margin: 0 30px;
}
#team_membar_01 .single-wrapper .team-single-item {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 60px;
}
#team_membar_01 .single-wrapper .team-single-item:last-child {
  margin-bottom: 0px;
}
#team_membar_01 .single-wrapper .team-single-item figure {
  position: relative;
  margin: 0;
}
#team_membar_01 .single-wrapper .team-single-item figure .member-img {
  position: relative;
}
#team_membar_01 .single-wrapper .team-single-item figure .member-img:before {
  background: linear-gradient(to bottom, rgba(8, 174, 234, 0.7) 0%, rgba(36, 232, 167, 0.7) 100%);
  content: "";
  left: 0;
  position: absolute;
  top: 30px;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
  opacity: 0.4;
  visibility: hidden;
}
#team_membar_01 .single-wrapper .team-single-item figure .member-img img {
  width: 100%;
}
#team_membar_01 .single-wrapper .team-single-item figure figcaption {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}
#team_membar_01 .single-wrapper .team-single-item figure figcaption .member-name {
  transition: all 0.3s ease-in-out;
  text-align: left;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 30px;
  margin-left: 40px;
}
#team_membar_01 .single-wrapper .team-single-item figure figcaption .member-name h4 {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
#team_membar_01 .single-wrapper .team-single-item figure figcaption .member-name span {
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
#team_membar_01 .single-wrapper .team-single-item figure figcaption .social-links {
  margin: 0px auto;
  text-align: left;
  padding-left: 40px;
  height: 55px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-bottom: -10px;
}
#team_membar_01 .single-wrapper .team-single-item figure figcaption .social-links li {
  display: inline-flex;
  margin-right: 1px;
  line-height: 55px;
}
#team_membar_01 .single-wrapper .team-single-item figure figcaption .social-links li a {
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease 0s;
}
#team_membar_01 .single-wrapper .team-single-item figure figcaption .social-links li a i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background: transparent;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#team_membar_01 .single-wrapper .team-single-item figure figcaption .social-links li a i:hover {
  background: linear-gradient(to left, #08aeea 0%, #24e8a7 100%);
}
#team_membar_01 .single-wrapper .team-single-item figure:hover .member-img:before {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#team_membar_01 .single-wrapper .team-single-item figure:hover .member-img img {
  width: 100%;
}
#team_membar_01 .single-wrapper .team-single-item figure:hover figcaption {
  transition: all 0.3s ease-in-out;
}
#team_membar_01 .single-wrapper .team-single-item figure:hover figcaption .social-links {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0px;
}
#team_membar_01 .owl-item.active {
  margin-top: 60px;
}
#team_membar_01 .owl-controls {
  margin-top: 80px;
}
#team_membar_01 .owl-controls .owl-page.active span {
  background: #00e9fe !important;
}
#team_membar_01 .owl-controls .owl-page span {
  background: #6545e0;
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  opacity: 1;
}
#faq-area-01 {
  background: transparent;
  padding: 0 0 100px;
}
#faq-area-01 .sub-title {
  margin: 0;
  text-align: left;
  margin-bottom: 30px;
}
#faq-area-01 .sub-title h2 {
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 10px;
}
#faq-area-01 .sub-title p {
  max-width: 500px;
  margin: 0;
}
#faq-area-01 .faq-wrapper .accordion-wrapper .accordion-single {
  background: #ffffff;
  border: none;
  margin-bottom: 15px;
  border-radius: 5px;
}
#faq-area-01 .faq-wrapper .accordion-wrapper .accordion-single:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0px;
}
#faq-area-01 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading {
  background: transparent;
  border: none;
  padding: 0 25px;
  height: 80px;
}
#faq-area-01 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading a {
  line-height: 80px;
  color: #562ad8;
  font-size: 22px;
  font-weight: 500;
}
#faq-area-01 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading a i {
  float: right;
}
#faq-area-01 .faq-wrapper .accordion-wrapper .accordion-single .accordion-content {
  padding: 0 25px 25px;
}
#faq-area-01 .faq-wrapper .accordion-wrapper .accordion-single .accordion-content p {
  font-size: 16px;
  color: #a2b2ff;
  margin: 0;
}
#faq-area-01 .faq-wrapper .accordion-wrapper .panel-title > a:before {
  float: right !important;
  padding-right: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 600;
  font-size: 14px;
}
#faq-area-01 .faq-wrapper .accordion-wrapper .panel-title > a.collapsed:before {
  float: right !important;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 600;
  font-size: 14px;
  padding-right: 15px;
}
#faq-area-01 .faq-wrapper .accordion-wrapper .panel-title > a:hover, #faq-area-01 .faq-wrapper .accordion-wrapper .panel-title > a:active, #faq-area-01 .faq-wrapper .accordion-wrapper .panel-title > a:focus {
  text-decoration: none;
}
#subscribe_area_01 .subscribe-wrapper #subscribe {
  padding: 60px 0 0;
}
#subscribe_area_01 .subscribe-wrapper #subscribe {
  margin: 0 auto;
}
#subscribe_area_01 .subscribe-wrapper #subscribe .sub-title h2 {
  margin-bottom: 0px;
  font-size: 35px;
}
#subscribe_area_01 .subscribe-wrapper #subscribe .sub-title p {
  max-width: 500px;
  line-height: 25px;
  margin-top: 15px;
}
#subscribe_area_01 .subscribe-wrapper #subscribe .subscribe-form form {
  width: 770px;
  margin: 50px auto 0 auto;
  position: relative;
}
#subscribe_area_01 .subscribe-wrapper #subscribe .subscribe-form form .form-group {
  margin: 0;
}
#subscribe_area_01 .subscribe-wrapper #subscribe .subscribe-form form .form-group input {
  width: 100%;
  height: 84px;
  border: 0 none;
  color: #a2b2ff;
  background: #ffffff;
  border-radius: 5px;
  padding: 0px 250px 0 70px;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}
#subscribe_area_01 .subscribe-wrapper #subscribe .subscribe-form form .form-group button {
  position: absolute;
  right: 0;
  top: 0px;
  border: 0 none;
  border-radius: 5px;
  background: linear-gradient(to bottom, #08aeea 0%, #24e8a7 100%);
  color: #ffffff;
  font-weight: 600;
  width: 185px;
  height: 84px;
  font-size: 18px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
#footer-01 {
  background: transparent;
  padding: 150px 0 0;
}
#footer-01 .footer-btm-wrapper {
  padding-bottom: 40px;
}
#footer-01 .footer_items {
  display: flex;
  justify-content: space-between;
}
#footer-01 .footer_items .footer_single_list_1 {
  width: 40%;
}
#footer-01 .footer_items .footer_single_list_2 {
  width: 20%;
}
#footer-01 .footer_items .footer_single_list_3 {
  width: 20%;
}
#footer-01 .footer_items .footer_single_list_4 {
  width: 20%;
}
#footer-01 .subtitle_1 {
  font-size: 16px !important;
  font-weight: 600;
  color: #00e9fe;
}
#footer-01 ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #a2b2ff;
}
#footer-01 p {
  color: #a2b2ff;
  font-weight: 400;
  margin: 0 115px 0 0;
  line-height: 26px;
}
#footer-01 .copyright {
  position: relative;
  border-top: 1px solid #5e38dc;
}
#footer-01 .copyright p {
  font-size: 16px;
  margin: 0;
  padding: 30px 0;
  line-height: 14px;
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
#footer-01 .copyright .social-links {
  justify-content: center;
  padding: 10px 0;
}
#footer-01 .copyright .social-links li {
  display: inline-flex;
  margin-right: 15px;
  line-height: 55px;
}
#footer-01 .copyright .social-links li a {
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease 0s;
}
#footer-01 .copyright .social-links li a i {
  height: 43px;
  width: 43px;
  border: 1px solid rgba(0, 233, 254, 0.5);
  color: #ffffff;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
#footer-01 .copyright .social-links li a i:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #562ad8;
}
/*====================== {
 Index Three Style 
}
========================*/
.body_02 {
  color: #7a839e;
  background: #ffffff;
}
.body_02 p {
  line-height: 26px;
}
.body_02 h1, .body_02 h2, .body_02 h3, .body_02 h4, .body_02 h5, .body_02 h6 {
  color: #19233b;
}
.body_02 .sub-title h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.body_02 .bubbles {
  display: inline-block;
  font-family: arial;
  position: relative;
}
.body_02 .individual-bubble {
  position: absolute;
  border-radius: 100%;
  bottom: 10px;
  background-color: #fff;
  z-index: 1;
}
#header-02 {
  background: #ffffff;
  position: relative;
  min-height: 820px;
  z-index: 99;
}
#header-02:before {
  position: absolute;
  background: url("../images/bg-img/banner-02.png") no-repeat 100% 100%;
  background-size: cover;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
#header-02 .navbar {
  padding: 25px 0 0;
  z-index: 1;
}
#header-02 .navbar .navbar-nav .nav-item {
  margin-right: 30px;
}
#header-02 .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
#header-02 .navbar .navbar-nav .nav-item .nav-link {
  padding: 30px 0px;
  color: #ffffff;
  font-size: 15px;
  text-transform: none;
}
#header-02 .navbar .navbar-nav .nav-item .nav-link.active, #header-02 .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #b86824;
}
#header-02 .navbar .language .token {
  background: #00e9fe;
  padding: 9px 25px;
  border-radius: 50px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
}
#header-02 .navbar .language .dropdown a {
  color: #ffffff;
}
#header-02 .navbar .language .dropdown .dropdown-menu {
  background: #6543df;
  border: transparent;
}
#header-02 .navbar .language .dropdown .dropdown-menu li a {
  color: #ffffff;
}
#header-02 .intro-text {
  margin-top: 140px;
  padding: 0 110px 0 0;
}
#header-02 .intro-text h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  color: #ffffff;
}
#header-02 .intro-text p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  font-weight: 400;
  padding-right: 0px;
  color: #a2b2ff;
}
#header-02 .intro-text a {
  font-family: "Open Sans", sans-serif;
}
#header-02 .intro-text .btn_video_wrapper {
  display: flex;
  margin-top: 40px;
}
#header-02 .intro-text .btn_video_wrapper a {
  background: #ffffff;
  color: #562ad8;
  text-transform: capitalize;
  font-size: 18px;
  padding: 0 40px;
  margin-top: 0px;
  margin-right: 50px;
}
#header-02 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn {
  text-align: center;
}
#header-02 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span {
  position: relative;
  border-radius: 50%;
  display: flex;
}
#header-02 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a {
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background: transparent;
  margin-right: 0px;
  padding: 0;
  display: flex;
}
#header-02 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a:hover i {
  transform: scale(1.15);
  background: #ffffff;
  color: #00e9fe;
}
#header-02 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a i {
  height: 56px;
  width: 56px;
  line-height: 56px;
  font-size: 12px;
  background: #ffffff;
  color: #00e9fe;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff;
}
#header-02 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  color: #ffffff;
  padding-left: 25px;
}
#header-02 .img-wrapper .intro-img {
  margin-top: 0px;
  margin-left: 4%;
}
#header-02 .img-wrapper .intro-img img {
  height: auto;
  width: auto;
  margin-left: -6%;
  margin-top: 5%;
}
#header-02 .earning-02 {
  margin-top: 20%;
}
#header-02 .earning-02 .earning-wrapper {
  background: #ffffff;
  box-shadow: 0 0 80px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  transform: scale(1.05);
}
#header-02 .earning-02 .earning-wrapper .single-earnings {
  width: 27%;
}
#header-02 .earning-02 .earning-wrapper .single-earnings .earning-title {
  display: flex;
  margin-bottom: 40px;
  margin-left: 15px;
}
#header-02 .earning-02 .earning-wrapper .single-earnings .earning-title img {
  height: 39px;
  width: auto;
}
#header-02 .earning-02 .earning-wrapper .single-earnings .earning-title h2 {
  color: #562ad8;
  font-size: 24px;
  font-weight: 600;
  line-height: 39px;
  margin-left: 20px;
}
#header-02 .earning-02 .earning-wrapper .single-earnings .earning-title h2 span {
  text-transform: uppercase;
}
#header-02 .earning-02 .earning-wrapper .single-earnings .single-items {
  display: flex;
  justify-content: space-between;
}
#header-02 .earning-02 .earning-wrapper .single-earnings .single-items ul li {
  margin-bottom: 30px;
}
#header-02 .earning-02 .earning-wrapper .single-earnings .single-items ul li:last-child {
  margin-bottom: 0;
}
#header-02 .earning-02 .earning-wrapper .single-earnings .single-items ul li:first-child {
  text-transform: uppercase;
}
#header-02 .earning-02 .earning-wrapper .single-earnings .single-items ul li span {
  display: inherit;
  text-align: center;
}
#header-02 .earning-02 .earning-wrapper .single-earnings .single-items ul li .up-arrow:before {
  font-size: 11px;
  color: #23b666;
  margin: 0;
}
#header-02 .earning-02 .earning-wrapper .single-earnings .single-items ul li .down-arrow:before {
  font-size: 11px;
  color: #d70b0c;
  margin: 0;
}
#about_cryptonic_02 {
  padding: 350px 0 0;
}
#about_cryptonic_02 .about_2_item {
  padding-top: 100px;
}
#about_cryptonic_02 .about_2_item .about-img {
  margin-top: 0;
  margin-left: -6%;
}
#about_cryptonic_02 .about_cryptonic-content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 40px;
  color: #19233b;
}
#about_cryptonic_02 .about_cryptonic-content p {
  margin-top: 20px;
  color: #7a839e;
}
#about_cryptonic_02 .about-img {
  margin-top: -6%;
  margin-left: 12%;
}
#pricing_charts_02 {
  padding: 50px 0;
  position: relative;
}
#pricing_charts_02:before {
  position: absolute;
  background: url("../images/priceing-chats-bg-shpe.png") no-repeat 100% 100%;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 50%;
  transform: translateY(20%);
}
#pricing_charts_02 .sub-title {
  margin: 0 auto;
}
#pricing_charts_02 .sub-title h2 {
  margin-bottom: 0;
}
#pricing_charts_02 .chats-wrapper {
  text-align: center;
}
#pricing_charts_02 .chats-wrapper .btn-default-style {
  background: #562ad8;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 40px;
  margin-top: 26px;
}
#multiple-income-02 {
  padding: 100px 0;
}
#multiple-income-02 .about_cryptonic-content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 40px;
  color: #19233b;
}
#multiple-income-02 .about_cryptonic-content p {
  margin-top: 20px;
  color: #7a839e;
}
#multiple-income-02 .about-img {
  margin-top: -6%;
  margin-left: 12%;
}
#services-02 .sub-title {
  margin: 0px auto 70px;
}
#services-02 .single-items {
  text-align: center;
  margin-bottom: 70px;
}
#services-02 .single-items h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 35px 15px 15px;
}
#services-02 .single-items p {
  color: #7a839e;
  line-height: 26px;
  font-weight: 300;
}
#team_membar_02 {
  background: transparent;
  padding: 100px 0;
}
#team_membar_02 .sub-title {
  max-width: 500px;
  margin: 0px auto 20px;
  color: #F07C53;
}
#team_membar_02 .single-wrapper {
  margin: 0 30px;
}
#team_membar_02 .single-wrapper .team-single-item {
  overflow: hidden;
  border-radius: 5px;
}
#team_membar_02 .single-wrapper .team-single-item figure {
  position: relative;
  margin: 0;
  cursor: pointer;
}
#team_membar_02 .single-wrapper .team-single-item figure .member-img {
  position: relative;
}
#team_membar_02 .single-wrapper .team-single-item figure .member-img:before {
  background: #cb3737;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
#team_membar_02 .single-wrapper .team-single-item figure .member-img img {
  width: 100%;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .member-name {
  transition: all 0.3s ease-in-out;
  text-align: left;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(249, 111, 87, 0.78);
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .member-name h4 {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .member-name span {
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  color: #ffffff;
  line-height: 36px;
}
#team_membar_02 .social-links.list-unstyled i.fas.fa-eye {
  line-height: inherit;
  margin-right: 5px;
}
#team_membar_02 .social-links.list-unstyled li.nav-item {
  color: #fff;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .social-links {
  margin: 0px auto;
  text-align: left;
  padding: 0px 15px;
  height: 55px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-bottom: -55px;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .social-links li {
  display: inline-block;
  margin-right: 15px;
  line-height: 55px;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .social-links li a {
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease 0s;
}
#team_membar_02 .single-wrapper .team-single-item figure figcaption .social-links li a:hover {
  color: #26e48a;
}
#team_membar_02 .single-wrapper .team-single-item figure:hover .member-img:before {
  visibility: visible;
  opacity: 0.7;
}
#team_membar_02 .single-wrapper .team-single-item figure:hover figcaption {
  transition: all 0.3s ease-in-out;
}
#team_membar_02 .single-wrapper .team-single-item figure:hover figcaption .social-links {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0px;
}
#team_membar_02 .owl-item.active {
  margin-top: 60px;
}
#team_membar_02 .owl-controls {
  margin-top: 80px;
}
#team_membar_02 .owl-controls .owl-page.active span {
  background: #a2b2ff !important;
}
#team_membar_02 .owl-controls .owl-page span {
  background: #ecf0ff;
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  opacity: 1;
}
#ico_news_02 {
  padding: 0px 0 150px;
}
#ico_news_02 .title-wrapepr {
  margin-bottom: 60px;
  margin-left: 0;
  position: relative;
}
#ico_news_02 .title-wrapepr:before {
  background: url("../images/shape/news-shape-01.png") no-repeat 50% 50%;
  position: absolute;
  right: 20%;
  top: -75%;
  content: "";
  height: 222px;
  width: 215px;
}
#ico_news_02 .title-wrapepr:after {
  background: url("../images/shape/news-shape-02.png") no-repeat 50% 50%;
  position: absolute;
  right: 40%;
  top: 20%;
  content: "";
  height: 181px;
  width: 178px;
}
#ico_news_02 .title-wrapepr .news-title {
  display: flex;
  justify-content: space-between;
}
#ico_news_02 .title-wrapepr .news-title .sub-title {
  text-align: left;
  max-width: 300px;
  margin: 0;
}
#ico_news_02 .title-wrapepr .news-title .sub-title h2 {
  margin-bottom: 15px;
}
#ico_news_02 .title-wrapepr .more_news {
  padding: 0 21px;
  height: 36px;
  background: #562ad8;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  border-radius: 50px;
}
#ico_news_02 .single-blog-wrapper {
  padding-right: 120px;
  position: relative;
}
#ico_news_02 .single-blog-wrapper:before {
  position: absolute;
  right: 50px;
  top: 0;
  content: "";
  border-right-style: dotted;
  opacity: 0.2;
  height: 100%;
}
#ico_news_02 .single-blog-wrapper:last-child:before {
  display: none;
}
#ico_news_02 .single-blog-wrapper .singel-blog h3 a {
  font-size: 24px;
  color: #19233b;
  font-weight: 500;
}
#ico_news_02 .single-blog-wrapper .singel-blog .post-date {
  padding: 30px 0;
}
#ico_news_02 .single-blog-wrapper .singel-blog .post-date span {
  color: #7a839e;
  font-size: 16px;
  font-weight: 500;
}
#ico_news_02 .single-blog-wrapper .singel-blog p {
  padding-bottom: 40px;
  font-weight: 300;
  margin: 0;
}
#ico_news_02 .single-blog-wrapper a {
  color: #562ad8;
  font-weight: 600;
  font-size: 16px;
}
#faq-area-02 {
  background: #f5f5f7;
  padding: 100px 0 150px;
}
#faq-area-02 .sub-title {
  margin: 0;
  text-align: left;
  margin-bottom: 30px;
  max-width: 350px;
}
#faq-area-02 .sub-title h2 {
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 30px;
}
#faq-area-02 .sub-title p {
  margin: 0;
}
#faq-area-02 .faq-wrapper .accordion-wrapper .accordion-single {
  background: #ffffff;
  border: none;
  margin-bottom: 15px;
  border-radius: 5px;
}
#faq-area-02 .faq-wrapper .accordion-wrapper .accordion-single:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0px;
}
#faq-area-02 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading {
  background: transparent;
  border: none;
  padding: 0 25px;
  height: 80px;
}
#faq-area-02 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading a {
  line-height: 80px;
  color: #19233b;
  font-size: 22px;
  font-weight: 400;
}
#faq-area-02 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading a i {
  float: right;
}
#faq-area-02 .faq-wrapper .accordion-wrapper .accordion-single .accordion-content {
  padding: 0 25px 25px;
}
#faq-area-02 .faq-wrapper .accordion-wrapper .accordion-single .accordion-content p {
  font-size: 16px;
  color: #7a839e;
  margin: 0;
}
#faq-area-02 .faq-wrapper .accordion-wrapper .panel-title > a:before {
  float: right !important;
  padding-right: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 600;
  font-size: 14px;
  color: #12ddd0;
}
#faq-area-02 .faq-wrapper .accordion-wrapper .panel-title > a.collapsed:before {
  float: right !important;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 600;
  font-size: 14px;
  padding-right: 15px;
  color: #12ddd0;
}
#faq-area-02 .faq-wrapper .accordion-wrapper .panel-title > a:hover, #faq-area-02 .faq-wrapper .accordion-wrapper .panel-title > a:active, #faq-area-02 .faq-wrapper .accordion-wrapper .panel-title > a:focus {
  text-decoration: none;
}
#footer-02 {
  background: url("../images/bg-img/footer-02.jpg");
  padding-top: 150px;
}
#footer-02 .footer-btm-wrapper {
  padding-bottom: 40px;
}
#footer-02 .footer_items {
  display: flex;
  justify-content: space-between;
}
#footer-02 .footer_items .footer_single_list_1 {
  width: 40%;
}
#footer-02 .footer_items .footer_single_list_2 {
  width: 20%;
}
#footer-02 .footer_items .footer_single_list_3 {
  width: 20%;
}
#footer-02 .footer_items .footer_single_list_4 {
  width: 20%;
}
#footer-02 .subtitle_1 {
  font-size: 16px !important;
  font-weight: 600;
  color: #00e9fe;
}
#footer-02 ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
#footer-02 p {
  color: #a2b2ff;
  font-weight: 400;
  margin: 0 115px 0 0;
}
#footer-02 .copyright {
  border-top: 1px solid #7659e3;
}
#footer-02 .copyright p {
  font-size: 16px;
  margin: 0;
  padding: 30px 0;
  border: none;
  line-height: 14px;
  text-align: center;
}
/*====================== {
 Index Four Style 
}
========================*/
.body_04 {
  color: #7a839e;
}
.body_04 p {
  line-height: 25px;
  font-size: 15px;
  font-weight: 400;
}
.body_04 h1, .body_04 h2, .body_04 h3, .body_04 h4, .body_04 h5, .body_04 h6 {
  color: #19233b;
}
.body_04 .sub-title {
  margin: 0px auto 70px;
}
.body_04 .sub-title p {
  margin-bottom: 15px;
}
.body_04 h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
}
#header-04 {
  background: linear-gradient(to bottom, #7422a8 0%, #2c095c 100%);
  background-size: cover;
  position: relative;
  min-height: 1050px;
  z-index: 99;
}
#header-04:before {
  position: absolute;
  background: url("../images/banner-04.png") no-repeat 100% 100%;
  content: "";
  height: 872px;
  width: 791px;
  left: 50%;
  top: 31%;
  transform: translateX(-50%);
  z-index: -2;
}
#header-04 .navbar {
  padding: 25px 0 0;
}
#header-04 .navbar .navbar-nav .nav-item {
  margin-right: 30px;
}
#header-04 .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
#header-04 .navbar .navbar-nav .nav-item .nav-link {
  padding: 30px 0px;
  color: #dcdbdb;
  font-size: 15px;
  text-transform: none;
}
#header-04 .navbar .navbar-nav .nav-item .nav-link.active, #header-04 .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
}
#header-04 .navbar .language .token {
  border-radius: 5px;
  background: #8642b2; /* font-size: 12px;
 */
}
#header-04 .navbar .language .dropdown a {
  color: #ffffff;
}
#header-04 .navbar .language .dropdown .dropdown-menu {
  background: #601b92;
  border: transparent;
}
#header-04 .navbar .language .dropdown .dropdown-menu ul li a {
  color: #ffffff;
}
#header-04 .intro-text {
  margin-top: 100px;
  text-align: center;
  padding-right: 0px;
}
#header-04 .intro-text h1 {
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
  color: #ffffff;
  letter-spacing: 1px;
}
#header-04 .intro-text p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  font-weight: 400;
  padding-right: 0px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 62%;
  margin: 30px auto 0;
}
#header-04 .intro-text a {
  background: #ff7050;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
}
@keyframes playbutton {
  0% {
    transform: translate(-50%, 0%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0%) scale(1.3);
    opacity: 0;
  }
}
#header-04 .running_effect {
  position: absolute;
  content: "";
  z-index: -9;
  border-radius: 50%;
  border: 1px solid rgba(115, 33, 167, 0.9);
}
#header-04 .running_effect1 {
  height: 1200px;
  width: 1200px;
  top: -45%;
  left: 50%;
  animation: 3s ease 0s normal none infinite running playbutton;
}
#header-04 .running_effect2 {
  height: 1450px;
  width: 1450px;
  top: -58%;
  left: 50%;
  animation: 3s ease 0s normal none infinite running playbutton;
}
#header-04 .running_effect3 {
  height: 1700px;
  width: 1700px;
  top: -72%;
  left: 50%;
  animation: 3s ease 0s normal none infinite running playbutton;
}
#header-04 .running_effect4 {
  height: 2000px;
  width: 2000px;
  top: -90%;
  left: 50%;
  animation: 3s ease 0s normal none infinite running playbutton;
}
#earning-04 {
  background: linear-gradient(to bottom, #2c095c 0%, #261055 100%);
  padding: 125px 0;
}
#earning-04 .sub-title {
  max-width: 700px;
  margin: 0px auto 80px;
  font-weight: 600;
}
#earning-04 .earning-wrapper {
  display: flex;
  justify-content: space-between;
}
#earning-04 .earning-wrapper .single-earnings {
  width: 33.333%;
  box-shadow: 0 0 80px 0px rgba(0, 0, 0, 0.15);
  background: #211651;
  margin: 0 15px;
  padding: 60px 30px;
}
#earning-04 .earning-wrapper .single-earnings .earning-title {
  display: flex;
  margin-bottom: 60px;
  margin-left: 15px;
}
#earning-04 .earning-wrapper .single-earnings .earning-title img {
  height: 39px;
  width: auto;
}
#earning-04 .earning-wrapper .single-earnings .earning-title h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 39px;
  margin-left: 20px;
}
#earning-04 .earning-wrapper .single-earnings .earning-title h2 span {
  text-transform: uppercase;
}
#earning-04 .earning-wrapper .single-earnings .erniing-rate {
  position: relative;
}
#earning-04 .earning-wrapper .single-earnings .erniing-rate:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #4d4574;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#earning-04 .earning-wrapper .single-earnings .erniing-rate .single-items {
  display: flex;
  justify-content: space-between;
}
#earning-04 .earning-wrapper .single-earnings .erniing-rate .single-items ul li {
  margin-bottom: 50px;
  text-transform: uppercase;
}
#earning-04 .earning-wrapper .single-earnings .erniing-rate .single-items ul li:last-child {
  margin-bottom: 0;
  text-transform: capitalize;
}
#earning-04 .earning-wrapper .single-earnings .erniing-rate .single-items ul li span {
  display: inherit;
  text-align: center;
  color: #7a839e;
}
#earning-04 .earning-wrapper .single-earnings .erniing-rate .single-items ul li .up-arrow:before {
  font-size: 11px;
  color: #23b666;
  margin: 0;
}
#earning-04 .earning-wrapper .single-earnings .erniing-rate .single-items ul li .down-arrow:before {
  font-size: 11px;
  color: #d70b0c;
  margin: 0;
}
#about_cryptonic_04 {
  background: linear-gradient(to bottom, #261055 0%, #260f56 100%);
  padding: 200px 0 100px;
  min-height: auto;
}
#about_cryptonic_04 .about_2_item {
  padding-top: 350px;
}
#about_cryptonic_04 .about_2_item .about-img {
  margin-top: -17%;
  margin-left: 0%;
  margin-right: 50px;
}
#about_cryptonic_04 .about_cryptonic-content h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 40px;
  color: #ffffff;
}
#about_cryptonic_04 .about_cryptonic-content p {
  margin-top: 20px;
  color: #7a839e;
  font-weight: 400;
}
#about_cryptonic_04 .about-img {
  margin-top: -17%;
  margin-left: 50px;
}
#benefit-04 {
  padding: 100px 0;
  background: linear-gradient(to bottom, #260f56 0%, #2b0a5a 100%);
  position: relative;
}
#benefit-04:before {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 400px;
  width: 102%;
  background: linear-gradient(to bottom, #162146 0%, rgba(32, 22, 79, 0) 100%);
  content: "";
  border-radius: 100px 100px 0px 0px;
  transform: rotate(-8deg);
}
#benefit-04 .sub-title h2 {
  margin-bottom: 30px;
}
#benefit-04 .sub-title p {
  margin: 0;
  font-size: 15px;
}
#benefit-04 .single-items {
  display: flex;
  margin-bottom: 100px;
}
#benefit-04 .single-items .benefits-icon {
  width: 28%;
}
#benefit-04 .single-items .benefits-icon img {
  width: 110px;
  height: auto;
}
#benefit-04 .single-items .benefits-content {
  width: 72%;
}
#benefit-04 .single-items .benefits-content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ffffff;
}
#benefit-04 .single-items .benefits-content p {
  font-size: 15.5px;
  color: #7a839e;
  margin: 0;
}
#real_investor_04 {
  background: linear-gradient(to bottom, #2b0a5a 0%, #2c095c 100%);
}
#real_investor_04 .best_price {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}
#real_investor_04 .best_price .single_items {
  margin: 0 80px;
}
#real_investor_04 .best_price .single_items h4 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}
#real_investor_04 .best_price .single_items h3 {
  font-size: 50px;
  font-weight: 500;
  color: #ff7050;
  margin: 30px 0 15px;
}
#real_investor_04 .best_price .single_items p {
  font-size: 20px;
  color: #7a839e;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
#real_investor_04 .real_investor_top {
  margin-bottom: 150px;
}
#real_investor_04 .about-img {
  text-align: center;
}
#real_investor_04 .about-img h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 60px;
}
#you_earning_04 {
  background: linear-gradient(to bottom, #2c095c 0%, #182248 100%);
  padding: 150px 0;
}
#you_earning_04 .you_earning_wrapper .calculate-form {
  background: #313475;
  justify-content: space-between;
  display: flex;
  padding: 55px 75px;
  border-left: 4px solid #ff7050;
}
#you_earning_04 .you_earning_wrapper .calculate-form input, #you_earning_04 .you_earning_wrapper .calculate-form select {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  height: 55px;
}
#you_earning_04 .you_earning_wrapper .calculate-form input {
  width: 45%;
}
#you_earning_04 .you_earning_wrapper .calculate-form::-webkit-input-placeholder {
  /* Chrome */
  color: #ffffff;
  padding: 100px;
}
#you_earning_04 .you_earning_wrapper .calculate-form:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  padding: 100px;
}
#you_earning_04 .you_earning_wrapper .calculate-form::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
  padding: 100px;
}
#you_earning_04 .you_earning_wrapper .calculate-form:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #ffffff;
  opacity: 1;
  padding: 100px;
}
#you_earning_04 .you_earning_wrapper .calculate-form select {
  width: 20%;
  font-weight: 400;
}
#you_earning_04 .you_earning_wrapper .calculate-form select option {
  background: #ffffff;
  padding: 5px 15px;
  color: #7a839e;
}
#you_earning_04 .you_earning_wrapper .calculate-form button {
  color: white;
  background: #ff7050;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 16px 45px;
  line-height: 15px;
  cursor: pointer;
}
#you_earning_04 .you_earning_wrapper .bitcoin_rate {
  background: #211651;
  display: flex;
  justify-content: space-between;
  padding: 36px 75px;
}
#you_earning_04 .you_earning_wrapper .bitcoin_rate .countdown_details h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 14px;
}
#you_earning_04 .you_earning_wrapper .bitcoin_rate .countdown_details h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px 0;
  text-transform: uppercase;
}
#you_earning_04 .you_earning_wrapper .bitcoin_rate .countdown_details span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
#you_earning_04 .you_earning_wrapper .bitcoin_rate .countdown_time h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#you_earning_04 .you_earning_wrapper .bitcoin_rate .countdown_time .clock-countdown .single-counter {
  text-align: center;
  border: 1px solid #ffffff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 5px 0;
  margin-right: 15px;
}
#you_earning_04 .you_earning_wrapper .bitcoin_rate .countdown_time .clock-countdown .single-counter span {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}
#you_earning_04 .you_earning_wrapper .bitcoin_rate .countdown_time .clock-countdown .single-counter span:last-child {
  font-size: 10px;
  line-height: 15px;
}
#services-04 {
  background: linear-gradient(to bottom, #182248 0%, #251155 100%);
}
#services-04 .sub-title {
  margin: 0px auto 70px;
}
#services-04 .single-items {
  text-align: center;
  margin-bottom: 70px;
}
#services-04 .single-items h3 {
  font-size: 25px;
  font-weight: 500;
  padding: 35px 15px 15px;
  color: #ffffff;
}
#services-04 .single-items p {
  color: #7a839e;
  line-height: 26px;
  font-weight: 400;
}
#services-04 .location_04 {
  padding: 100px 0;
  text-align: center;
}
#services-04 .location_04 .location_wrapper img {
  position: relative;
}
#services-04 .location_04 .location_wrapper span {
  position: relative;
}
#services-04 .location_04 .location_wrapper span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  background: #ff7050;
  content: "";
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#services-04 .location_04 .location_wrapper span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 28px;
  width: 28px;
  border: 1px solid #ffffff;
  content: "";
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#services-04 .location_04 .location_wrapper .location {
  position: absolute;
  width: 25%;
}
#services-04 .location_04 .location_wrapper .location .location_title {
  padding: 40px 0 50px;
}
#services-04 .location_04 .location_wrapper .location .location_title h3 {
  font-weight: 700;
  font-size: 35px;
  color: #ffffff;
}
#services-04 .location_04 .location_wrapper .location .location_title p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#services-04 .location_04 .location_wrapper .location_1 {
  left: 7%;
  bottom: 55.9%;
}
#services-04 .location_04 .location_wrapper .location_2 {
  left: 29%;
  top: 47.5%;
}
#services-04 .location_04 .location_wrapper .location_3 {
  right: 23%;
  bottom: 49.3%;
}
#services-04 .location_04 .location_wrapper .location_4 {
  right: 0%;
  top: 54.5%;
}
/*---------- team Style-------*/
#team_membar_04 {
  background: linear-gradient(to bottom, #251155 0%, #261055 100%);
  padding: 100px 0 150px;
}
#team_membar_04 .single-row {
  margin-bottom: 40px;
  padding: 0 30px;
}
#team_membar_04 .single-row:last-child {
  margin-bottom: 0;
}
#team_membar_04 .single-row .membar_item_bottom {
  margin-top: 113%;
}
#team_membar_04 .single-row .team-single-item {
  overflow: hidden;
}
#team_membar_04 .single-row .team-single-item figure {
  position: relative;
  margin: 0;
}
#team_membar_04 .single-row .team-single-item figure .member-img {
  position: relative;
}
#team_membar_04 .single-row .team-single-item figure .member-img:before {
  background: linear-gradient(to bottom, rgba(205, 175, 227, 0.15) 30%, rgba(115, 34, 168, 0.8) 70%, rgba(104, 31, 155, 0.9) 100%);
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
}
#team_membar_04 .single-row .team-single-item figure .member-img img {
  width: 100%;
}
#team_membar_04 .single-row .team-single-item figure figcaption {
  content: "";
  left: 0;
  bottom: 30px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}
#team_membar_04 .single-row .team-single-item figure figcaption .member-name {
  transition: all 0.3s ease-in-out;
  text-align: left;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin-left: 40px;
}
#team_membar_04 .single-row .team-single-item figure figcaption .member-name h4 {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
#team_membar_04 .single-row .team-single-item figure figcaption .member-name span {
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  transition: all 0.3s ease 0s;
  color: #ffffff;
  font-weight: 500;
}
#team_membar_04 .single-row .team-single-item figure figcaption .social-links {
  margin: 0px auto;
  text-align: left;
  padding-left: 40px;
  height: 55px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-bottom: -55px;
}
#team_membar_04 .single-row .team-single-item figure figcaption .social-links li {
  display: inline-flex;
  margin-right: 15px;
  line-height: 55px;
}
#team_membar_04 .single-row .team-single-item figure figcaption .social-links li a {
  color: #0b1e68;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  color: #ffffff;
}
#team_membar_04 .single-row .team-single-item figure figcaption .social-links li a:hover {
  color: #26e48a;
}
#team_membar_04 .single-row .team-single-item figure:hover .member-img:before {
  background: linear-gradient(to bottom, rgba(205, 175, 227, 0.15) 30%, rgba(115, 34, 168, 0.8) 85%, rgba(104, 31, 155, 0.9) 100%);
}
#team_membar_04 .single-row .team-single-item figure:hover figcaption {
  transition: all 0.3s ease-in-out;
}
#team_membar_04 .single-row .team-single-item figure:hover figcaption .social-links {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0px;
}
/*---------- Company logos-------*/
#companis_logos_04 {
  background: linear-gradient(to bottom, #261055 0%, #2c095c 100%);
  padding: 100px 0;
}
#companis_logos_04 .sub-title h2 {
  font-size: 40px;
  font-weight: 600;
}
#companis_logos_04 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#companis_logos_04 ul:last-child {
  justify-content: center;
  margin-bottom: 0;
}
#companis_logos_04 ul li {
  width: 20%;
}
#companis_logos_04 ul li img {
  display: flex;
  height: auto;
  width: 70%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#footer-04 {
  background: #241454;
}
#footer-04 .social-items {
  display: flex;
}
#footer-04 .social-items li {
  margin-right: 25px;
  padding-bottom: 0;
}
#footer-04 .social-items li:last-child {
  margin-right: 0;
}
#footer-04 .social-items li a:hover {
  padding-left: 0px;
}
#footer-04 .social-items li a i {
  height: 62px;
  width: 62px;
  text-align: center;
  line-height: 62px;
  border-radius: 50%;
  font-size: 20px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
#footer-04 .social-items li a i:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
}
#footer-04 .social-items li a .fb-icon {
  border: 1px solid #3b5998;
  color: #3b5998;
}
#footer-04 .social-items li a .instagram-icon {
  border: 1px solid #f77737;
  color: #f77737;
}
#footer-04 .social-items li a .twitt-icon {
  border: 1px solid #1da1f2;
  color: #1da1f2;
}
#footer-04 .social-items li a .youtube-icon {
  border: 1px solid #ff0000;
  color: #ff0000;
}
#footer-04 .address-single {
  display: flex;
}
#footer-04 .address-single i {
  background: #43396c;
  color: #ffffff;
  height: 62px;
  width: 62px;
  text-align: center;
  line-height: 62px;
  border-radius: 50%;
  font-size: 16px;
  margin: 0;
}
#footer-04 .address-single .address_wrapper {
  margin-left: 30px;
}
#footer-04 .address-single .address_wrapper h4 {
  color: #7a839e;
  font-size: 18px;
  font-weight: 300;
}
#footer-04 .address-single .address_wrapper span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
}
#footer-04 .footer-single-col p {
  font-weight: 400;
}
#footer-04 .footer-btm-wrapper {
  padding-top: 100px;
  border-top: 1px solid #4c3e72;
  margin-top: 100px;
  padding-bottom: 100px;
}
#footer-04 .footer-btm-wrapper .subtitle_1 {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
#footer-04 .footer-btm-wrapper ul li a {
  font-weight: 400;
  font-size: 15px;
  color: #7a839e;
}
#footer-04 .footer-btm-wrapper p {
  color: #7a839e;
  font-weight: 400;
  margin: 0 115px 0 0;
}
#footer-04 .copyright {
  width: 100%;
}
#footer-04 .copyright p {
  font-size: 14px;
  margin: 0;
  padding: 15px 0 30px;
  border-top: none;
  line-height: 14px;
  text-align: center;
  color: #a2b2ff;
}
/*====================== {
 Index five style 
}
========================*/
.body_05 {
  color: #ffffff;
}
.body_05 p {
  line-height: 26px;
  font-size: 17px;
  font-weight: 400;
  color: #7a839e;
}
.body_05 h1, .body_05 h2, .body_05 h3, .body_05 h4, .body_05 h5, .body_05 h6 {
  color: #5d5d5d;
  /*	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);*/
}
.body_05 h2 {
  font-size: 40px;
}
#header-05 {
  background: none;
  background-size: cover;
  position: static;
  z-index: 99;
  height: auto;
}
#header-05:before {
  position: absolute;
  background: none;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.92;
}
#header-05 .navbar {
  /*    padding: 25px 0 0;*/
  padding: 0;
}
#header-05 .navbar .navbar-nav .nav-item {
  margin-right: 30px; 
  z-index: 1032!important;
	
}
#header-05 .navbar .navbar-nav .nav-item:last-child {
  margin-left: 30px;
}
#header-05 .navbar .navbar-nav .nav-item .nav-link {
  padding: 30px 0px;
  color: #19233b;
  font-size: 18px;
  text-transform: none;
  width: 100%;
}
#header-05 .navbar .navbar-nav .nav-item.active .nav-link, #header-05 .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #b86824 !important;
}
#header-05 .navbar .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
  color: #b86824 !important;
}
#header-05 .navbar .language .token {
  background: #12ddd0; /* font-size: 12px;
 */
}
#header-05 .navbar .language .dropdown a {
  color: #19233b;
}
#header-05 .navbar .language .dropdown .dropdown-menu {
  background: #f1f1f1;
  border: transparent;
  margin-top: 0px;
}
#header-05 .navbar .language .dropdown .dropdown-menu li a {
  color: #19233b !important;
}
#header-05 .intro-text {
  margin-top: 90px;
  text-align: center;
  margin-bottom: 50px;
}
#header-05 .intro-text h1 {
  font-size: 55px;
  font-weight: 900;
  line-height: 70px;
  color: #19233b;
}
#header-05 .intro-text p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  font-weight: 400;
  padding-right: 0px;
  color: #7a839e;
  max-width: 70%;
  margin: 20px auto 0;
}
#header-05 .intro-text a {
  background: #19233b;
  color: #12ddd0;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  margin-right: 100px;
  padding: 0 40px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
#header-05 .intro-text a:hover {
  color: #ffffff;
  background: #12ddd0;
}
#header-05 .intro-text .btn_video_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#header-05 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn {
  text-align: center;
}
#header-05 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span {
  position: relative;
  border-radius: 50%;
  display: flex;
}
#header-05 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a {
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background: transparent;
  margin-right: 0px;
  padding: 0;
  display: flex;
}
#header-05 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a:hover i {
  transform: scale(1.15);
}
#header-05 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a i {
  height: 56px;
  width: 56px;
  line-height: 56px;
  font-size: 12px;
  background: transparent;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff;
  background: #12DDD0;
}
#header-05 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  color: #19233b;
  padding-left: 25px;
}
#header-05 .intro-text .intro-img-wrapper {
  margin-top: 50px;
}
#header-05 .header-shape {
  position: absolute;
  z-index: -9;
}
#header-05 .shape1 {
  bottom: -35%;
  left: -31%;
}
#header-05 .shape2 {
  top: -212%;
  left: 30%;
}
#header-05 .shape3 {
  top: -31%;
  right: -26%;
}
#earning-05 .earning-wrapper {
  background: #ffffff;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
}
#earning-05 .earning-wrapper .single-earnings {
  width: 100%;
  cursor: pointer;
}
#earning-05 .earning-wrapper .single-earnings.homeIcon img {
  width: 100%
}
#earning-05 .earning-wrapper .single-earnings.homeIcon h2 {
  text-align: center;
  font-size: 25px;
  margin-top: 10px;
  word-break: break-all;
}
#earning-05 .earning-wrapper .single-earnings.homeIcon:hover img {
  webkit-animation: swing 0.5s ease;
  animation: swing 0.5s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#earning-05 .earning-wrapper .single-earnings .earning-title {
  display: flex;
  margin-bottom: 40px;
  margin-left: 15px;
}
#earning-05 .earning-wrapper .single-earnings .earning-title img {
  height: 39px;
  width: auto;
}
#earning-05 .earning-wrapper .single-earnings .earning-title h2 {
  color: #19233b;
  font-size: 24px;
  font-weight: 600;
  line-height: 39px;
  margin-left: 20px;
}
#earning-05 .earning-wrapper .single-earnings .earning-title h2 span {
  text-transform: uppercase;
}
#earning-05 .earning-wrapper .single-earnings .single-items {
  display: flex;
  justify-content: space-between;
}
#earning-05 .earning-wrapper .single-earnings .single-items ul li {
  margin-bottom: 30px;
}
#earning-05 .earning-wrapper .single-earnings .single-items ul li:last-child {
  margin-bottom: 0;
  text-transform: uppercase;
}
#earning-05 .earning-wrapper .single-earnings .single-items ul li span {
  display: inherit;
  text-align: center;
  color: #7a839e;
}
#earning-05 .earning-wrapper .single-earnings .single-items ul li .up-arrow:before {
  font-size: 11px;
  color: #23b666;
  margin: 0;
}
#earning-05 .earning-wrapper .single-earnings .single-items ul li .down-arrow:before {
  font-size: 11px;
  color: #d70b0c;
  margin: 0;
}
#about_cryptonic_05 {
  padding: 150px 0 0;
  background: #f5f5f7;
  position: relative;
}
#about_cryptonic_05:before {
  position: absolute;
  content: "";
  background: url("../images/shape/redius-top-5.png") no-repeat 50% 50%;
  content: "";
  height: 150px;
  width: 1920px;
  max-width: 100%;
  left: 0;
  top: -150px;
  background-size: cover;
  z-index: -1;
}
#about_cryptonic_05 .about_2_item {
  padding-top: 250px;
}
#about_cryptonic_05 .about_2_item .about-img {
  margin-top: -6%;
  margin-left: 12%;
}
#about_cryptonic_05 .about_cryptonic-content h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #b86824;
}
#about_cryptonic_05 .about_cryptonic-content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 40px;
  color: #5d5d5d;
  /*	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);*/
}
#about_cryptonic_05 .about_cryptonic-content p {
  margin-top: 20px;
  color: #7a839e;
}
#about_cryptonic_05 .about_cryptonic-content a {
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
  background: transparent;
  border: 1px solid #c1c5ce;
  height: 64px;
  width: 280px;
  text-align: center;
  line-height: 64px;
  padding: 0;
  color: #19233b;
}
#about_cryptonic_05 .about-img {
  margin-top: -6%;
  margin-right: 12%;
}
#ico_start_05 {
  background: #f5f5f7;
  padding: 150px 0 0;
  position: relative;
}
#ico_start_05:before {
  position: absolute;
  content: "";
  background: url("../images/shape/redius-btm-5.png") no-repeat 50% 50%;
  content: "";
  height: 150px;
  width: 1920px;
  max-width: 100%;
  left: 0;
  bottom: -150px;
  background-size: cover;
  z-index: 1;
}
#ico_start_05 .ico-title {
  text-align: center;
  margin-bottom: 90px;
}
#ico_start_05 .ico-title h2 {
  color: #b86824;
  font-size: 36px;
  line-height: 50px;
}
#ico_start_05 .ico-title h3 {
  color: #19233b;
  font-size: 36px;
  line-height: 50px;
}
#ico_start_05 .you_earning_wrapper {
  text-align: center;
}
#ico_start_05 .you_earning_wrapper .countdown_time .clock-countdown .single-counter {
  text-align: center;
  border: 1px solid #ffffff;
  width: 190px;
  height: 190px;
  border-radius: 5px;
  margin-right: 60px;
  background: #19233b;
  padding: 50px 0px;
  margin-bottom: 90px;
}
#ico_start_05 .you_earning_wrapper .countdown_time .clock-countdown .single-counter:last-child {
  margin-right: 0;
}
#ico_start_05 .you_earning_wrapper .countdown_time .clock-countdown .single-counter span {
  font-size: 50px;
  font-weight: 600;
  color: #b86824;
  line-height: 46px;
}
#ico_start_05 .you_earning_wrapper .countdown_time .clock-countdown .single-counter span:last-child {
  font-size: 30px;
}
#ico_start_05 .you_earning_wrapper h3 {
  font-size: 30px;
  font-weight: 600;
  color: #19233b;
}
.homeContentList {
  background: #f5f5f7 !important;
  padding: 150px 0 0 !important;
  position: relative !important;
}
.homeContentList:before {
  position: absolute;
  content: "";
  background: url("../images/shape/redius-btm-5.png") no-repeat 50% 50%;
  content: "";
  height: 150px;
  width: 1920px;
  left: 0;
  bottom: -150px;
  background-size: cover;
  z-index: 1;
}
.homeContentList .ico-title {
  text-align: center;
  margin-bottom: 90px;
}
.homeContentList .ico-title h2 {
  color: #b86824;
  font-size: 36px;
  line-height: 50px;
}
.homeContentList .ico-title h3 {
  color: #19233b;
  font-size: 36px;
  line-height: 50px;
}
#multiple-income-05 {
  padding: 290px 0 150px;
  background: #ffffff;
}
#multiple-income-05 .about_cryptonic-content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 40px;
  color: #19233b;
}
#multiple-income-05 .about_cryptonic-content p {
  margin-top: 20px;
  color: #7a839e;
}
#multiple-income-05 .about-img {
  margin-top: -6%;
  margin-left: 12%;
}
#benefits-05 {
  background: #19233b;
  padding: 150px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#benefits-05:after {
  position: absolute;
  background: #19233b;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.92;
  background-size: cover;
}
#benefits-05 .sub-title h2 {
  color: #b86824;
}
#benefits-05 .benefits-single-item .benefits-single-wrapper {
  border: 1px solid #304c5e;
  text-align: center;
}
#benefits-05 .benefits-single-item .benefits-single-wrapper:hover .benefits-img {
  webkit-animation: swing 0.5s ease;
  animation: swing 0.5s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#benefits-05 .benefits-single-item .benefits-single-wrapper .benefits-img {
  min-height: 270px;
  padding: 70px 0 50px;
}
#benefits-05 .benefits-single-item .benefits-single-wrapper h4 {
  background: transparent;
  font-size: 20px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
#benefits-05 .shape1 {
  position: absolute;
  bottom: 18%;
  left: -14%;
  z-index: -3;
}
#benefits-05 .shape2 {
  position: absolute;
  bottom: -76%;
  left: -81%;
  z-index: -3;
}
#best_feature_05 {
  text-align: center;
  padding: 100px 0;
}
#best_feature_05 .sub-title h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #b86824;
}
#best_feature_05 .sub-title p {
  color: #7a839e;
}
#best_feature_05 .feature_items .single-wrapper {
  padding-right: 50px;
}
#best_feature_05 .feature_items .single-wrapper:last-child {
  margin-right: 0;
}
#best_feature_05 .feature_items .single-wrapper .single-items {
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  padding: 60px 25px;
}
#best_feature_05 .feature_items .single-wrapper .single-items:hover img {
  webkit-animation: swing 0.5s ease;
  animation: swing 0.5s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#best_feature_05 .feature_items .single-wrapper .single-items h3 {
  font-size: 24px;
  font-weight: 600;
  color: #19233b;
}
#best_feature_05 .feature_items .single-wrapper .single-items img {
  padding: 30px 0;
}
#best_feature_05 .feature_items .single-wrapper .single-items p {
  color: #7a839e;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
#best_feature_05 .payment-options {
  display: flex;
  justify-content: space-between;
}
#best_feature_05 .payment-options h3 {
  margin-bottom: 70px;
  font-size: 30px;
  font-weight: 700;
}
#best_feature_05 .payment-options .payment-single-05 {
  height: 175px;
  width: 175px;
  background: #ffffff;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
#best_feature_05 .payment-options .payment-single-05:hover {
  background: #19233b;
}
#best_feature_05 .payment-options .payment-single-05:hover .payment-icon i:before {
  color: #ffffff !important;
}
#best_feature_05 .payment-options .payment-single-05 .payment-wrapper .payment-icon {
  height: 90px;
  width: 90px;
  margin: 0px auto;
  top: 50%;
  transform: translateY(50%);
}
#best_feature_05 .payment-options .payment-single-05 .payment-wrapper .payment-icon i {
  line-height: 90px;
}
#best_feature_05 .payment-options .payment-single-05 .payment-wrapper .payment-icon i:before {
  font-size: 90px;
  margin: 0;
  color: #254786;
  transition: all 0.3s ease-in-out;
}
#roadmap_05 {
  background: #19233b;
  background: url("../images/bg-img/roadmap-05.png") no-repeat 100% 100%;
  background-size: cover;
  position: relative;
  padding: 150px 0;
}
#roadmap_05 .sub-title {
  margin: 0px auto 70px;
}
#roadmap_05 .sub-title h2 {
  color: #ffffff;
}
#roadmap_05 .sub-title p {
  color: #ffffff;
}
#roadmap_05 .container {
  max-width: 1300px;
}
#roadmap_05 .single-items {
  text-align: center;
  margin-bottom: 70px;
}
#roadmap_05 .single-items h3 {
  font-size: 25px;
  font-weight: 500;
  padding: 35px 15px 15px;
  color: #ffffff;
}
#roadmap_05 .single-items p {
  color: #7a839e;
  line-height: 26px;
  font-weight: 400;
}
#roadmap_05 .location_04 {
  text-align: center;
}
#roadmap_05 .location_04 .location_wrapper .roadmap_position {
  position: relative;
  height: 420px;
  width: 1300px;
}
#roadmap_05 .location_04 .location_wrapper span {
  position: relative;
}
#roadmap_05 .location_04 .location_wrapper span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  background: #b86824;
  content: "";
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#roadmap_05 .location_04 .location_wrapper span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 34px;
  width: 34px;
  border: 1px solid #b86824;
  content: "";
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#roadmap_05 .location_04 .location_wrapper .location {
  position: absolute;
  width: 25%;
}
#roadmap_05 .location_04 .location_wrapper .location .map_date {
  margin-bottom: 50px;
}
#roadmap_05 .location_04 .location_wrapper .location .map_date h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
#roadmap_05 .location_04 .location_wrapper .location .location_title {
  padding: 40px 0 50px;
}
#roadmap_05 .location_04 .location_wrapper .location .location_title h3 {
  font-weight: 500;
  font-size: 16px;
  color: #b86824;
  margin-bottom: 15px;
}
#roadmap_05 .location_04 .location_wrapper .location .location_title p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  color: #7a839e;
}
#roadmap_05 .location_04 .location_wrapper .location_1 {
  left: 0%;
  bottom: 20%;
}
#roadmap_05 .location_04 .location_wrapper .location_2 {
  left: 30%;
  bottom: 35%;
}
#roadmap_05 .location_04 .location_wrapper .location_3 {
  right: 25%;
  bottom: -15%;
}
#roadmap_05 .location_04 .location_wrapper .location_4 {
  right: 0%;
  bottom: 20%;
}
#roadmap_05 .header-shape {
  position: absolute;
  z-index: 1;
}
#roadmap_05 .shape1 {
  bottom: 40%;
  left: 30px;
}
#roadmap_05 .shape2 {
  top: 13%;
  right: 10%;
}
.team_membar_05 {
  background: transparent;
  padding: 100px 0;
}
.team_membar_05 .sub-title {
  max-width: 500px;
  margin: 0px auto 50px;
}
.team_membar_05 .single-wrapper {
  margin: 0 30px;
}
.team_membar_05 .single-wrapper .team-single-item {
  margin-bottom: 60px;
}
.team_membar_05 .single-wrapper .team-single-item:last-child {
  margin-bottom: 0;
}
.team_membar_05 .owl-item.active {
  margin-top: 60px;
}
.team_membar_05 .owl-controls {
  margin-top: 80px;
}
.team_membar_05 .owl-controls .owl-page.active span {
  background: #a2b2ff !important;
}
.team_membar_05 .owl-controls .owl-page span {
  background: #ecf0ff;
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  opacity: 1;
}
/*---------- Company logos-------*/
#companis_logos_05 {
  background: #ffffff;
  padding: 100px 0;
}
#companis_logos_05 .sub-title h2 {
  font-size: 40px;
  font-weight: 600;
}
#companis_logos_05 .sub-title p {
  color: #7a839e;
}
#companis_logos_05 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#companis_logos_05 ul:last-child {
  justify-content: center;
  margin-bottom: 0;
}
#companis_logos_05 ul li {
  width: 20%;
}
#companis_logos_05 ul li img {
  display: flex;
  height: auto;
  width: 70%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#faq-area-05 {
  background: #f5f5f7;
  padding: 100px 0 150px;
}
#faq-area-05 .sub-title {
  margin: 0;
  text-align: left;
  margin-bottom: 30px;
  max-width: 350px;
}
#faq-area-05 .sub-title h2 {
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 30px;
}
#faq-area-05 .sub-title p {
  margin: 0;
  color: #7a839e;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single {
  background: #ffffff;
  border: none;
  margin-bottom: 15px;
  border-radius: 5px;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0px;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading {
  background: transparent;
  border: none;
  padding: 0 25px;
  height: 80px;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading a {
  line-height: 80px;
  color: #19233b;
  font-size: 22px;
  font-weight: 400;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading a i {
  float: right;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single .accordion-content {
  padding: 0 25px 25px;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .accordion-single .accordion-content p {
  font-size: 16px;
  color: #7a839e;
  margin: 0;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .panel-title > a:before {
  float: right !important;
  padding-right: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 600;
  font-size: 14px;
  color: #12ddd0;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .panel-title > a.collapsed:before {
  float: right !important;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 600;
  font-size: 14px;
  padding-right: 15px;
  color: #12ddd0;
}
#faq-area-05 .faq-wrapper .accordion-wrapper .panel-title > a:hover, #faq-area-05 .faq-wrapper .accordion-wrapper .panel-title > a:active, #faq-area-05 .faq-wrapper .accordion-wrapper .panel-title > a:focus {
  text-decoration: none;
}
#footer-05 {
  padding-top: 50px;
  background-color: rgb(163 127 103);
  background-image: url(../images/bgFoot.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#footer-05 .addressDetail {
  text-align: center;
  margin-bottom: 15px;
}
#footer-05 .footer-btm-wrapper {
  padding-bottom: 40px;
}
#footer-05 .footer_items {
  display: flex;
  justify-content: space-between;
}
#footer-05 .social-items {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#footer-05 .social-items li {
  margin-right: 15px;
}
#footer-05 .social-items li:last-child {
  margin-right: 0;
}
#footer-05 .social-items li a:hover {
  padding-left: 0px;
}
#footer-05 .social-items li a i {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  font-size: 18px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
#footer-05 .social-items li a i.fa-line {
  font-size: 22px;
}
#footer-05 .social-items li a i:hover {
  background: #ffffff;
  color: #19233b;
}
#footer-05 .subtitle_1 {
  font-size: 25px !important;
  font-weight: 600;
  color: #ed7c52;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#footer-05 ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
#footer-05 p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
  letter-spacing: 1px;
}
#footer-05 .copyright p {
  font-size: 16px;
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  line-height: 14px;
  text-align: center;
  position: relative;
}

#footer-05 .clickWhite{
	color:#fff;
}
#footer-05 .clickWhite:hover{
	opacity: 0.7;
}
a.btn{
	border-width: 1px;
}
/*====================== {
 Index Six Style 
}
========================*/
.body_06 {
  color: #ffffff;
  background: #0e044d;
}
.body_06 p {
  line-height: 26px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
.body_06 h1, .body_06 h2, .body_06 h3, .body_06 h4, .body_06 h5, .body_06 h6 {
  color: #19233b;
}
.body_06 .sub-title h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: 1px;
}
.language_6 {
  color: #19233b !important;
}
#header-06 {
  background: #0e044d;
  position: relative;
  height: 100%;
  z-index: 99;
}
#header-06:before {
  position: absolute;
  background: transparent;
  background-size: cover;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
#header-06 .header-shape {
  position: absolute;
}
#header-06 .shape1 {
  top: 0;
  left: 0;
  z-index: -1;
}
#header-06 .shape2 {
  top: 0;
  right: 0;
  z-index: -1;
}
#header-06 .shape3 {
  top: -28%;
  right: -22%;
  z-index: -2;
}
#header-06 .shape4 {
  top: 15%;
  right: 12%;
  z-index: -2;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#header-06 .shape5 {
  bottom: 0%;
  right: -30%;
  z-index: -2;
}
#header-06 .shape6 {
  bottom: -30%;
  right: 0;
  z-index: -1;
}
#header-06 .navbar {
  padding: 30px 0 0;
  z-index: 1;
}
#header-06 .navbar .navbar-nav .nav-item {
  margin-right: 30px;
}
#header-06 .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
#header-06 .navbar .navbar-nav .nav-item .nav-link {
  padding: 30px 0px;
  color: #ffffff;
  font-size: 15px;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
#header-06 .navbar .navbar-nav .nav-item .nav-link.active, #header-06 .navbar .navbar-nav .nav-item .nav-link:hover {
  background: linear-gradient(to left, #9982ed 0%, #f879b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header-06 .navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: 700;
}
#header-06 .navbar .language .token {
  background: linear-gradient(to left, #f879b6 0%, #9982ed 100%);
  padding: 9px 25px;
  border-radius: 50px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
}
#header-06 .navbar .language .dropdown span i {
  background: linear-gradient(to left, #9982ed 0%, #f879b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header-06 .navbar .language .dropdown .dropdown-menu {
  background: #1E109B;
}
#header-06 .navbar .language .dropdown .dropdown-menu li a {
  color: #ffffff;
}
#header-06 .navbar .language .dropdown .dropdown-menu li a:hover {
  background: linear-gradient(to left, #9982ed 0%, #f879b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header-06 .intro-text {
  margin: 120px 0 300px;
  padding-right: 0;
}
#header-06 .intro-text h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 0 100px 0 0;
}
#header-06 .intro-text p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  font-weight: 400;
  padding-right: 0px;
  color: #a2b2ff;
  padding: 0 110px 0 0;
}
#header-06 .intro-text a {
  font-family: "Open Sans", sans-serif;
}
#header-06 .intro-text .btn_video_wrapper {
  display: flex;
  margin-top: 60px;
}
#header-06 .intro-text .btn_video_wrapper a {
  background: linear-gradient(-45deg, #9982ed 0%, #f879b6 100%);
  color: #ffffff;
  text-transform: capitalize;
  font-size: 18px;
  padding: 0 40px;
  margin-top: 0px;
  margin-right: 50px;
  line-height: 54px;
}
#header-06 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn {
  text-align: center;
}
#header-06 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span {
  position: relative;
  border-radius: 50%;
  display: flex;
}
#header-06 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a {
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background: transparent;
  margin-right: 0px;
  padding: 0;
  display: flex;
}
#header-06 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a:hover i {
  transform: scale(1.15);
}
#header-06 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a i {
  height: 56px;
  width: 56px;
  line-height: 56px;
  font-size: 12px;
  background: linear-gradient(to left, #f879b6 0%, #9982ed 100%);
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
#header-06 .intro-text .btn_video_wrapper .video_wrapper .video-play-btn span a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  color: #ffffff;
  padding-left: 25px;
}
#header-06 .countdown_time {
  background: #1a0b69;
  border-radius: 5px;
  padding: 15px;
  margin: 90px 80px 0 0;
  text-align: center;
}
#header-06 .countdown_time h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 0 30px;
}
#header-06 .countdown_time .clock-countdown .single-counter {
  text-align: center;
  padding: 0px 21px 30px;
}
#header-06 .countdown_time .clock-countdown .single-counter:last-child {
  margin-right: 0;
}
#header-06 .countdown_time .clock-countdown .single-counter h4 {
  width: 70px;
  height: 70px;
  background: #1e109a;
  border-radius: 5px;
}
#header-06 .countdown_time .clock-countdown .single-counter h4 .count-time {
  font-size: 24px;
  font-weight: 600;
  line-height: 70px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background: linear-gradient(to left, #9982ed 0%, #f879b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header-06 .countdown_time .clock-countdown .single-counter .normal {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 15px;
}
#header-06 .countdown_time .count-time_btn {
  margin-bottom: -41px;
}
#header-06 .countdown_time .count-time_btn a {
  background: #1e109a;
  padding: 15px 30px;
  border-radius: 5px;
  color: #ffffff;
  line-height: 54px;
}
#header-06 .countdown_time .count-time_btn a span {
  font-weight: 600;
  font-size: 16px;
}
#header-06 .img-wrapper .intro-img {
  margin-top: 25%;
  margin-left: 4%;
}
#header-06 .img-wrapper .intro-img .shape-1 {
  position: absolute;
  top: 0px;
  right: 23%;
}
#header-06 .img-wrapper .intro-img .shape-1 .box {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  height: 100%;
  width: 100%;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
}
#header-06 .img-wrapper .intro-img .shape-1 .bounce-1 {
  animation-name: bounce-1;
  animation-timing-function: linear;
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
#header-06 .img-wrapper .intro-img .bounce_wrapper {
  position: relative;
}
#header-06 .img-wrapper .intro-img .bounce_wrapper img {
  height: auto;
  width: auto;
  margin-left: -6%;
  margin-top: 0%;
}
#header-06 .img-wrapper .intro-img .bounce_wrapper .bounce_img {
  position: absolute;
  top: 0;
  right: 0;
}
#welcome_cryptonic_06 {
  background: transparent;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 0 0 150px;
}
#welcome_cryptonic_06 .shape1 {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%);
  z-index: -2;
}
#welcome_cryptonic_06 .sub-title {
  margin: 0px auto 50px;
}
#welcome_cryptonic_06 .about_cryptonic-content {
  padding: 0 25px;
}
#welcome_cryptonic_06 .about_cryptonic-content img {
  animation-name: spin;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#welcome_cryptonic_06 .about_cryptonic-content p {
  padding: 30px 0 0;
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}
#welcome_cryptonic_06 .about_cryptonic-content a {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  background: linear-gradient(to right, #f879b6 0%, #9982ed 100%);
  color: #ffffff;
  margin-top: 80px;
  padding: 0px 40px;
}
#about_cryptonic_06 {
  background: transparent;
  padding: 40px 0 140px;
  z-index: 2;
  position: relative;
}
#about_cryptonic_06 .header-shape {
  position: absolute;
}
#about_cryptonic_06 .shape1 {
  top: -50%;
  left: 0;
  z-index: -1;
}
#about_cryptonic_06 .shape2 {
  bottom: 20%;
  right: 0;
  z-index: -1;
}
#about_cryptonic_06 .about_cryptonic-content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 10px;
  color: #ffffff;
}
#about_cryptonic_06 .about_cryptonic-content p {
  margin-top: 20px;
  color: #a2b2ff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30;
}
#about_cryptonic_06 .about_cryptonic-content p:last-child {
  margin-bottom: 0;
}
#about_cryptonic_06 .about_cryptonic-content a {
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
  background: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  border: none;
  height: 64px;
  width: 280px;
  text-align: center;
  line-height: 64px;
  padding: 0;
}
#about_cryptonic_06 .about-img {
  margin-top: -12%;
  margin-left: 10%;
}
#best_feature_06 {
  text-align: center;
  padding: 0px 0 100px;
  position: relative;
}
#best_feature_06 .sub-title {
  margin: 0px auto 70px;
}
#best_feature_06 .sub-title h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  background: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#best_feature_06 .sub-title h2 {
  font-weight: 600;
}
#best_feature_06 .sub-title p {
  color: #ffffff;
}
#best_feature_06 .feature_items .single-wrapper {
  padding: 0 40px;
}
#best_feature_06 .feature_items .single-wrapper:hover {
  webkit-animation: swing 0.5s ease;
  animation: swing 0.5s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#best_feature_06 .feature_items .single-wrapper:first-child {
  padding-right: 40px;
}
#best_feature_06 .feature_items .single-wrapper:last-child {
  padding-left: 40px;
}
#best_feature_06 .feature_items .single-wrapper .single-items {
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  padding: 60px 15px 40px;
  background: #1e109b;
}
#best_feature_06 .feature_items .single-wrapper .single-items h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
#best_feature_06 .feature_items .single-wrapper .single-items img {
  padding: 40px 0 30px;
}
#best_feature_06 .feature_items .single-wrapper .single-items p {
  color: #7a839e;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  line-height: 26px;
}
#best_feature_06 .shape1 {
  position: absolute;
  top: -25%;
  left: 0;
  z-index: -1;
}
#token_sale_06 {
  text-align: center;
  padding: 100px 0 100px;
  position: relative;
}
#token_sale_06 .sub-title {
  margin: 0px auto 70px;
}
#token_sale_06 .sub-title h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #b86824;
  background: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#token_sale_06 .sub-title p {
  color: #7a839e;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single {
  text-align: center;
  background: #1e109b;
  margin: 0 10px;
  position: relative;
  z-index: 1;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single:hover:before {
  opacity: 1;
  visibility: visible;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single:hover .offer_price h4 {
  color: #a2b2ff;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single:hover .offer_price h4:before {
  opacity: 0;
  visibility: hidden;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single:hover .offer_price h4:after {
  opacity: 1;
  visibility: visible;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single:hover .offer_price h4 .shape_1 {
  background: #ffffff;
  z-index: -1;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single:hover .offer_price h4 .hover_text {
  visibility: visible;
  opacity: 1;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single:hover .offer_details span {
  color: #ffffff;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single:hover .offer_details h3 {
  color: #ffffff;
  font-weight: 500;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single:hover .offer_details p {
  color: #ffffff;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single:hover .sale {
  border-top: 1px solid #e688c8;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single:hover .sale a {
  color: #ffffff;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single .offer_price h4 {
  margin-top: 22px;
  color: #ffffff;
  background: #ffffff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  width: auto;
  height: 40px;
  position: relative;
  text-align: right;
  float: right;
  padding: 0 30px 0 30px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single .offer_price h4:before {
  background: url("../images/shape/home_6/pricing-1.png");
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  height: 40px;
  width: 20px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single .offer_price h4:after {
  background: url("../images/shape/home_6/pricing-2.png");
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  height: 40px;
  width: 20px;
  opacity: 0;
  visibility: hidden;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single .offer_price h4 .shape_1 {
  background: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  position: absolute;
  content: "";
  top: 0;
  right: 0px;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  z-index: -1;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single .offer_price .hover_text {
  right: 30px;
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  background-image: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single .offer_details {
  padding: 100px 15px 15px;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single .offer_details span {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.3;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single .offer_details h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 25px;
  background-image: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transition: all 0.3s ease-in-out;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single .offer_details img {
  padding: 30px 0;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single .offer_details p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 36px;
  transition: all 0.3s ease-in-out;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single .sale {
  border-top: 1px solid #3528a5;
  transition: all 0.3s ease-in-out;
}
#token_sale_06 .pricing_items .single-wrapper .pricing_single .sale a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 52px;
  background-image: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
#token_sale_06 .pricing_bottom {
  margin-top: 70px;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper {
  display: flex;
  border: 1px solid #1e109b;
  padding: 60px;
  margin: 0 10px;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper .item_list_1 li:before {
  border: 3px solid #f66f97;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper .item_list_1 li span {
  color: #f66f97;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper .item_list_2 li:before {
  border: 3px solid #55bbf0;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper .item_list_2 li span {
  color: #55bbf0;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper .item_list_3 li:before {
  border: 3px solid #7c92df;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper .item_list_3 li span {
  color: #7c92df;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper ul {
  text-align: left;
  margin-left: 30px;
  margin-right: 60px;
  width: 33.33%;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper ul:last-child {
  margin-right: 0px;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper ul li {
  position: relative;
  margin-bottom: 40px;
  min-height: 100px;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper ul li:last-child {
  margin-bottom: 0;
  min-height: 0px;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper ul li:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 11px;
  top: 5px;
  left: -30px;
  border-radius: 3px;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper ul li h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 15px;
}
#token_sale_06 .pricing_bottom .pricing_list_wrapper ul li span {
  font-size: 18px;
  font-weight: 500;
}
#token_sale_06 .shape1 {
  position: absolute;
  top: -50%;
  left: 0;
  z-index: -1;
}
#token_sale_06 .shape2 {
  position: absolute;
  bottom: -12%;
  left: 0;
  z-index: -1;
}
#token_distribution_06 {
  padding: 150px 0;
  background: transparent;
}
#token_distribution_06 .sub-title {
  padding-bottom: 90px;
}
#token_distribution_06 .sub-title h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #b86824;
  background: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#token_distribution_06 .distribution_single {
  text-align: center;
}
#token_distribution_06 .distribution_single .distribution_wrapper {
  max-width: 320px;
  position: relative;
  margin: 0px auto;
  z-index: 1;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details {
  background: linear-gradient(to right, #f979b6, #9a82ed);
  border-radius: 50%;
  color: #122dff;
  display: inline-block;
  font-size: 20px;
  padding: 8px;
  text-decoration: none;
  position: relative;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details h3 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  padding-top: 42%;
  text-align: center;
  min-height: 304px;
  min-width: 304px;
  background: #0e044d;
  border-radius: 50%;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .header-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape1 {
  /* Zoom in Keyframes */
  /*End of Zoom in Keyframes */
}
@-webkit-keyframes zoomin1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape1 img {
  -webkit-animation: zoomin1 10s ease-in infinite;
  animation: zoomin1 10s ease-in infinite;
  transition: all 5s ease-in-out;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape2 {
  /* Zoom in Keyframes */
  /*End of Zoom in Keyframes */
}
@-webkit-keyframes zoomin2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape2 img {
  -webkit-animation: zoomin2 5s ease-in infinite;
  animation: zoomin2 5s ease-in infinite;
  transition: all 5s ease-in-out;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape3 {
  /* Zoom in Keyframes */
  /*End of Zoom in Keyframes */
}
@-webkit-keyframes zoomin3 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoomin3 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(0.9);
  }
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape3 img {
  -webkit-animation: zoomin3 8s ease-in infinite;
  animation: zoomin3 8s ease-in infinite;
  transition: all 5s ease-in-out;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape4 {
  /* Zoom in Keyframes */
  /*End of Zoom in Keyframes */
}
@-webkit-keyframes zoomin4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape4 img {
  -webkit-animation: zoomin4 6s ease-in infinite;
  animation: zoomin4 6s ease-in infinite;
  transition: all 5s ease-in-out;
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape5 {
  /* Zoom in Keyframes */
  /*End of Zoom in Keyframes */
}
@-webkit-keyframes zoomin5 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoomin5 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(0.9);
  }
}
#token_distribution_06 .distribution_single .distribution_wrapper .distribution_details .token_shape .shape5 img {
  -webkit-animation: zoomin5 7s ease-in infinite;
  animation: zoomin5 7s ease-in infinite;
  transition: all 5s ease-in-out;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details {
  position: absolute;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details span {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: rgba(255, 255, 255, 0.3);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details span:before {
  position: absolute;
  background: #ffffff;
  width: 1px;
  height: 35px;
  content: "";
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_1 {
  bottom: 88%;
  left: 50%;
  transform: translate(-50%);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_1 p {
  margin-bottom: 60px;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_1 span:before {
  top: -41px;
  left: 50%;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_2 {
  bottom: 70%;
  right: 81%;
  width: 100%;
  text-align: right;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_2 p {
  margin-bottom: 30px;
  margin-right: 30px;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_2 span {
  float: right;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_2 span:before {
  top: -28px;
  left: -50%;
  transform: rotate(-45deg);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_3 {
  bottom: 70%;
  left: 81%;
  width: 70%;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_3 p {
  margin-bottom: 30px;
  margin-left: 30px;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_3 span {
  float: left;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_3 span:before {
  top: -28px;
  right: -50%;
  transform: rotate(45deg);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_4 {
  top: 70%;
  right: 81%;
  width: 100%;
  text-align: right;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_4 p {
  margin-top: 55px;
  margin-right: 30px;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_4 span {
  float: right;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_4 span:before {
  bottom: -28px;
  left: -50%;
  transform: rotate(45deg);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_5 {
  top: 88%;
  left: 50%;
  transform: translate(-50%);
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_5 p {
  margin-top: 60px;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_5 span:before {
  bottom: -42px;
  left: 50%;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_6 {
  top: 70%;
  left: 81%;
  width: 100%;
  text-align: left;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_6 p {
  margin-top: 55px;
  margin-left: 30px;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_6 span {
  float: left;
}
#token_distribution_06 .distribution_single .distribution_wrapper .details_content .details_6 span:before {
  bottom: -28px;
  right: -50%;
  transform: rotate(-45deg);
}
#roadmap_06 {
  position: relative;
  padding: 150px 0 100px;
  z-index: 1;
}
#roadmap_06:before {
  position: absolute;
  background: url("../images/shape/home_6/road_map_1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  top: 41%;
  content: "";
  width: 100%;
  height: 717px;
  left: 50%;
  transform: translate(-50%);
}
#roadmap_06 .sub-title {
  margin: 0px 0 70px 0;
  text-align: left;
  max-width: 429px;
}
#roadmap_06 .sub-title h2 {
  color: #ffffff;
}
#roadmap_06 .sub-title p {
  color: #ffffff;
}
#roadmap_06 .container {
  max-width: 1300px;
}
#roadmap_06 .single-items {
  text-align: center;
  margin-bottom: 70px;
}
#roadmap_06 .single-items h3 {
  font-size: 25px;
  font-weight: 500;
  padding: 35px 15px 15px;
  color: #ffffff;
}
#roadmap_06 .single-items p {
  color: #7a839e;
  line-height: 26px;
  font-weight: 400;
}
#roadmap_06 .location_04 {
  text-align: center;
  z-index: 2;
}
#roadmap_06 .location_04 .location_wrapper .roadmap_position {
  position: relative;
  height: 420px;
  width: 1300px;
}
#roadmap_06 .location_04 .location_wrapper span {
  position: relative;
}
#roadmap_06 .location_04 .location_wrapper span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  background: linear-gradient(to left, #f879b6 0%, #9982ed 100%);
  content: "";
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#roadmap_06 .location_04 .location_wrapper span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  border: 1px solid #f979b6;
  content: "";
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to left, #f879b6 0%, #9982ed 100%);
  z-index: -2;
  opacity: 0.5;
}
#roadmap_06 .location_04 .location_wrapper .location {
  position: absolute;
  width: 25%;
}
#roadmap_06 .location_04 .location_wrapper .location .map_date {
  margin-bottom: 50px;
}
#roadmap_06 .location_04 .location_wrapper .location .map_date h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
#roadmap_06 .location_04 .location_wrapper .location .location_title {
  padding: 40px 0 50px;
}
#roadmap_06 .location_04 .location_wrapper .location .location_title h3 {
  font-weight: 500;
  font-size: 16px;
  color: #b86824;
  margin-bottom: 15px;
  background-image: linear-gradient(to left, #f879b6 0%, #9982ed 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
#roadmap_06 .location_04 .location_wrapper .location .location_title p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  color: #7a839e;
}
#roadmap_06 .location_04 .location_wrapper .location_1 {
  left: -7%;
  bottom: 40%;
}
#roadmap_06 .location_04 .location_wrapper .location_2 {
  left: 30%;
  bottom: 30%;
}
#roadmap_06 .location_04 .location_wrapper .location_3 {
  right: 17%;
  bottom: 11%;
}
#roadmap_06 .location_04 .location_wrapper .location_4 {
  right: -4%;
  bottom: 53%;
}
#roadmap_06 .header-shape {
  position: absolute;
  z-index: 1;
}
#roadmap_06 .shape2 {
  top: 33%;
  left: 0%;
}
#roadmap_06 .shape3 {
  top: 25%;
  right: 0%;
}
#companis_supported_06 {
  padding: 0 0 100px;
  z-index: 4;
  position: relative;
}
#companis_supported_06 .sub-title {
  margin: 0px 0 40px 0;
  text-align: left;
  max-width: 429px;
}
#companis_supported_06 .sub-title h6 {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
#companis_supported_06 .sub-title h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
#companis_supported_06 .companis_supported_logos {
  background: url("../images/shape/home_6/shape-logo_border.png") no-repeat;
  max-height: 350px;
}
#companis_supported_06 .companis_supported_logos ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 80px 30px;
}
#companis_supported_06 .companis_supported_logos ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  margin-bottom: 30px;
}
#team_membar_06 {
  background: transparent;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
#team_membar_06 .sub-title {
  max-width: 500px;
  margin: 0px auto 50px;
}
#team_membar_06 .sub-title p {
  color: rgba(255, 255, 255, 0.5);
}
#team_membar_06 .single-wrapper {
  margin: 0 30px;
}
#team_membar_06 .single-wrapper .team-single-item {
  overflow: hidden;
  border-radius: 5px;
}
#team_membar_06 .single-wrapper .team-single-item figure {
  position: relative;
  margin: 0;
}
#team_membar_06 .single-wrapper .team-single-item figure .member-img {
  position: relative;
}
#team_membar_06 .single-wrapper .team-single-item figure .member-img:before {
  background: rgba(14, 4, 77, 0.5);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
}
#team_membar_06 .single-wrapper .team-single-item figure .member-img img {
  width: 100%;
}
#team_membar_06 .single-wrapper .team-single-item figure figcaption {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}
#team_membar_06 .single-wrapper .team-single-item figure figcaption .member-name {
  transition: all 0.3s ease-in-out;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
}
#team_membar_06 .single-wrapper .team-single-item figure figcaption .member-name h4 {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
#team_membar_06 .single-wrapper .team-single-item figure figcaption .member-name span {
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  color: #ffffff;
  line-height: 36px;
}
#team_membar_06 .single-wrapper .team-single-item figure figcaption .social-links {
  margin: 0px auto;
  text-align: center;
  height: 55px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-bottom: -55px;
}
#team_membar_06 .single-wrapper .team-single-item figure figcaption .social-links li {
  display: inline-flex;
  margin-right: 5px;
  line-height: 55px;
}
#team_membar_06 .single-wrapper .team-single-item figure figcaption .social-links li a {
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  background: transparent;
  height: 37px;
  width: 37px;
  border-radius: 100%;
  line-height: 37px;
  position: relative;
  z-index: 1;
}
#team_membar_06 .single-wrapper .team-single-item figure figcaption .social-links li a:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #ee7abc 0%, #a481e7 100%);
  left: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#team_membar_06 .single-wrapper .team-single-item figure figcaption .social-links li a:hover:before {
  visibility: visible;
  opacity: 1;
}
#team_membar_06 .single-wrapper .team-single-item figure:hover figcaption {
  transition: all 0.3s ease-in-out;
}
#team_membar_06 .single-wrapper .team-single-item figure:hover figcaption .social-links {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0px;
}
#team_membar_06 .owl-item.active {
  margin-top: 60px;
}
#team_membar_06 .owl-controls {
  margin-top: 80px;
}
#team_membar_06 .owl-controls .owl-page.active span {
  background: #a2b2ff !important;
}
#team_membar_06 .owl-controls .owl-page span {
  background: #ecf0ff;
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  opacity: 1;
}
#team_membar_06 .header-shape {
  position: absolute;
  z-index: -1;
}
#team_membar_06 .shape1 {
  bottom: 5%;
  right: 0;
}
#team_membar_06 .shape2 {
  bottom: 0%;
  right: 30%;
}
#faq-area-06 {
  background: transparent;
  padding: 100px 0 100px;
}
#faq-area-06 .sub-title {
  margin: 0;
  text-align: left;
  margin-bottom: 30px;
}
#faq-area-06 .sub-title h2 {
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 10px;
}
#faq-area-06 .sub-title p {
  max-width: 500px;
  margin: 0;
}
#faq-area-06 .faq-wrapper .accordion-wrapper .accordion-single {
  background: #1e109b;
  border: none;
  margin-bottom: 15px;
  border-radius: 5px;
}
#faq-area-06 .faq-wrapper .accordion-wrapper .accordion-single:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0px;
}
#faq-area-06 .faq-wrapper .accordion-wrapper .accordion-single:checked .panel-heading {
  background: #333;
}
#faq-area-06 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading {
  background: #ffffff;
  border: none;
  padding: 0px;
  height: 80px;
}
#faq-area-06 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading a {
  padding: 0px 25px;
  line-height: 80px;
  color: #7a839e;
  font-size: 22px;
  font-weight: 500;
  background-image: linear-gradient(-45deg, #9982ed 0%, #f879b6 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inherit;
}
#faq-area-06 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading a i {
  float: right;
}
#faq-area-06 .faq-wrapper .accordion-wrapper .accordion-single .panel-heading.active {
  background: #1e109b;
}
#faq-area-06 .faq-wrapper .accordion-wrapper .accordion-single .accordion-content {
  padding: 0 25px 25px;
}
#faq-area-06 .faq-wrapper .accordion-wrapper .accordion-single .accordion-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  margin: 0;
}
#faq-area-06 .faq-wrapper .accordion-wrapper .panel-title > a:before {
  float: right !important;
  padding-right: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 600;
  font-size: 14px;
  color: #7a839e;
  float: right;
}
#faq-area-06 .faq-wrapper .accordion-wrapper .panel-title > a.collapsed:before {
  float: right !important;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 600;
  font-size: 14px;
  padding-right: 15px;
  color: #7a839e;
  float: right;
}
#faq-area-06 .faq-wrapper .accordion-wrapper .panel-title > a:hover, #faq-area-06 .faq-wrapper .accordion-wrapper .panel-title > a:active, #faq-area-06 .faq-wrapper .accordion-wrapper .panel-title > a:focus {
  text-decoration: none;
}
#contact_06 {
  padding: 150px 0;
}
#contact_06 .address_wrapper {
  margin-left: 80px;
}
#contact_06 .address_wrapper .sub-title {
  text-align: left;
  margin: 0px 0 70px;
}
#contact_06 .address_wrapper .contact-info-wrapper {
  background: transparent;
  height: 100%;
}
#contact_06 .address_wrapper .contact-info-wrapper .contact-info .single-list {
  margin-bottom: 60px;
}
#contact_06 .address_wrapper .contact-info-wrapper .contact-info .single-list .address_title {
  display: flex;
  margin-bottom: 15px;
}
#contact_06 .address_wrapper .contact-info-wrapper .contact-info .single-list .address_title span {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
#contact_06 .address_wrapper .contact-info-wrapper .contact-info .single-list .address_title img {
  margin-right: 15px;
}
#contact_06 .address_wrapper .contact-info-wrapper .contact-info .single-list .address_title i:before {
  background-image: linear-gradient(to right, #a42efe 0%, #4e6bfb 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
#contact_06 .address_wrapper .contact-info-wrapper .contact-info .single-list .title_caption {
  margin-left: 33px;
}
#contact_06 .address_wrapper .contact-info-wrapper .contact-info .single-list .title_caption span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
#contact_06 .address_wrapper .contact-info-wrapper .contact-info .single-list .address_icon {
  margin-right: 15px;
  font-size: 18px;
  line-height: 24px;
}
#contact_06 .contact_form {
  background: transparent;
  margin-top: 120px;
}
#contact_06 .contact_form form {
  text-align: center;
}
#contact_06 .contact_form form .label_wrapper label {
  display: none !important;
}
#contact_06 .contact_form form .form-group {
  margin-bottom: 5px;
  position: relative;
}
#contact_06 .contact_form form .form-group label {
  background-image: linear-gradient(to top, #9982ed 0%, #f879b6 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  position: absolute;
  top: 26px;
  left: 31px;
  z-index: 1;
  line-height: 16px;
  margin: 0;
  font-size: 16px;
}
#contact_06 .contact_form form .form-group input {
  background: #1a1156;
  color: #ffffff;
  height: 70px;
  font-size: 16px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 5px;
  outline: none;
  border: none;
  border-radius: 0;
}
#contact_06 .contact_form form .form-group input:focus {
  outline: none;
}
#contact_06 .contact_form form .form-group input::-moz-placeholder {
  font-size: 14px;
  opacity: 1;
  background-image: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
#contact_06 .contact_form form .form-group textarea {
  background: #1a1156;
  color: #ffffff;
  height: 133px;
  font-size: 16px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 0px;
  outline: none;
  border: none;
  border-radius: 5px;
  resize: none;
  height: 110px;
}
#contact_06 .contact_form form .form-group textarea:focus {
  outline: none;
}
#contact_06 .contact_form form .form-group button {
  background: #3f77fa;
  border: medium none;
  color: yellow;
  outline: medium none;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
}
#contact_06 .contact_form form .submit-btn {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}
#contact_06 .contact_form form .submit-btn input {
  background: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  border: none;
  padding: 12px 30px;
  border-radius: 0px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  width: 188px;
  height: 54px;
  border-radius: 50px;
}
#subscribe_area_06 {
  position: relative;
  z-index: 2;
}
#subscribe_area_06 .subscribe-wrapper #subscribe {
  padding: 60px 0 0;
}
#subscribe_area_06 .subscribe-wrapper #subscribe .sub-title {
  margin: 0 auto;
}
#subscribe_area_06 .subscribe-wrapper #subscribe .sub-title h2 {
  margin-bottom: 0px;
  font-size: 35px;
}
#subscribe_area_06 .subscribe-wrapper #subscribe .sub-title p {
  max-width: 500px;
  line-height: 25px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.5);
}
#subscribe_area_06 .subscribe-wrapper #subscribe .subscribe-form form {
  width: 770px;
  margin: 50px auto 0 auto;
  position: relative;
}
#subscribe_area_06 .subscribe-wrapper #subscribe .subscribe-form form .form-group {
  margin: 0;
}
#subscribe_area_06 .subscribe-wrapper #subscribe .subscribe-form form .form-group input {
  width: 100%;
  height: 84px;
  border: 0 none;
  color: #a2b2ff;
  background: #ffffff;
  border-radius: 5px;
  padding: 0px 250px 0 70px;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}
#subscribe_area_06 .subscribe-wrapper #subscribe .subscribe-form form .form-group button {
  position: absolute;
  right: 0;
  top: 0px;
  border: 0 none;
  border-radius: 5px;
  background: linear-gradient(-45deg, #9982ed 0%, #f879b6 100%);
  color: #ffffff;
  font-weight: 600;
  width: 185px;
  height: 84px;
  font-size: 18px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
#footer-06 {
  background: transparent;
  padding-top: 180px;
  z-index: 1;
  position: relative;
}
#footer-06 .footer-btm-wrapper {
  padding-bottom: 80px;
}
#footer-06 .footer_items {
  display: flex;
  justify-content: space-between;
}
#footer-06 .footer_items .footer_single_list_1 {
  width: 40%;
}
#footer-06 .footer_items .footer_single_list_2 {
  width: 20%;
}
#footer-06 .footer_items .footer_single_list_3 {
  width: 20%;
}
#footer-06 .footer_items .footer_single_list_4 {
  width: 20%;
}
#footer-06 .social-links {
  display: flex;
  justify-content: start;
  margin-top: 30px;
}
#footer-06 .social-links li {
  display: inline-flex;
  margin-right: 25px;
  line-height: 55px;
}
#footer-06 .social-links li a {
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  background: transparent;
  padding: 0px;
  height: 46px;
  width: 46px;
  border-radius: 100%;
  line-height: 46px;
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid #a481e7;
}
#footer-06 .social-links li a:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #ee7abc 0%, #a481e7 100%);
  left: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#footer-06 .social-links li a:hover:before {
  visibility: visible;
  opacity: 1;
}
#footer-06 .subtitle_1 {
  font-size: 16px !important;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #9982ed 0%, #f879b6 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
#footer-06 ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
#footer-06 p {
  color: #ffffff;
  font-weight: 400;
  margin: 0 20% 0 0;
  font-size: 16px;
  line-height: 26px;
}
#footer-06 .copyright p {
  font-size: 16px;
  margin: 0;
  padding: 60px 0;
  border-top: 1px solid #271e5f;
  line-height: 14px;
  text-align: center;
  position: relative;
}
#footer-06 .header-shape {
  position: absolute;
  z-index: -1;
}
#footer-06 .shape1 {
  bottom: 0%;
  left: 0%;
}
#footer-06 .shape2 {
  bottom: 0%;
  right: 0%;
}
#footer-06 .shape3 {
  bottom: 2%;
  right: -9%;
}
/* Blog Style */
#blog .sub-title {
  margin-top: 100px;
}
#blog .sub-title p {
  color: #a2b2ff;
  font-size: 18px;
}
#blog .mb-30 {
  margin-bottom: 30px;
}
#blog .blog_singel {
  background: #1e109b;
  padding: 15px;
  margin-bottom: 30px;
}
#blog .blog_singel h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 11px;
}
#blog .blog_singel h3 a {
  color: #fff;
}
#blog .blog_singel .blog-img {
  position: relative;
}
#blog .blog_singel .blog-img img {
  border-radius: 3px;
}
#blog .blog_singel .blog-img i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 12px;
  padding-left: 21px;
  background: linear-gradient(to left, #f879b6 0%, #9982ed 100%);
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 30px;
  bottom: -24px;
}
#blog .blog_singel .blog-title {
  margin-top: 15px;
}
#blog .blog_singel .blog-title span {
  font-size: 14px;
}
#blog .blog_singel .blog-meta {
  margin-top: 30px;
}
#blog .blog_singel .blog-meta span.ago {
  font-size: 14px;
  color: #a2b2ff;
}
#blog .blog_singel .blog-meta i:before {
  color: #fff;
}
#blog .blog_singel .blog-meta ul {
  float: right;
}
#blog .blog_singel .blog-meta ul li {
  float: left;
}
/* Blog Post */
#blog-post .sub-title {
  margin-top: 100px;
  text-align: left;
  max-width: 100%;
  margin-bottom: 40px;
}
#blog-post .sub-title p {
  color: #a2b2ff;
  font-size: 18px;
}
#blog-post .post-area {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  color: #8d95a6;
  margin-bottom: 217px;
  padding-bottom: 50px;
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.13);
}
#blog-post .post-area img.postAreaBanner {
  border-radius: 10px 10px 0px 0px;
}
#blog-post .post-area .blog_wrapper {
  padding: 20px 40px;
}
#blog-post .post-area .blog_wrapper .blog-title h3 {
  color: #5d5d5d;
  font-size: 30px;
  /*	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);*/
}
#blog-post .post-area .blog_wrapper .blog-title .author_info {
  margin: 10px 0px 20px 0px;
}
#blog-post .post-area .blog_wrapper .blog-title .author_info span {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #blog-post .post-area .blog_wrapper .blog-title .author_info {
    font-size: 14px;
  }
  #blog-post .post-area .blog_wrapper .blog-title .author_info span {
    display: block;
  }
}
#blog-post .post-area .blog_wrapper .blog-details-pera p {
  color: #8d95a6;
}
#blog-post .post-area img {
  max-width: 100%;
}
#blog-post .post-area .blog_wrapper .blog_wrapper_right {
  margin-top: 25px;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .items-title {
  padding: 30px 0;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .items-title .title {
  font-weight: 500;
  font-size: 20px;
  background-image: linear-gradient(to left, #9982ed 0%, #f879b6 100%);
  color: transparent;
  -webkit-background-clip: text;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper {
  margin-bottom: 30px;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .reply_comment_text {
  margin-left: 50px;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper:last-child {
  margin-bottom: 0;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 24px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list:last-child {
  margin-bottom: 0;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .commnet_img {
  width: 100px;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .commnet_img img {
  border-radius: 5px;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text {
  padding: 0 15px 0 30px;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info {
  line-height: 14px;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .author_name {
  font-size: 14px;
  font-weight: 500;
  color: #7a839e;
  margin-right: 25px;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text .author_info .date-connent {
  color: #7a839e;
  font-weight: 400;
  font-size: 13px;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .comment-text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 19px 0 0;
  color: #8d95a6;
}
#blog-post .post-area .blog_wrapper .commnet-wrapper .comment-list-items .comment-list-wrapper .comment-list .reply-comment a {
  background-image: linear-gradient(to left, #9982ed 0%, #f879b6 100%);
  color: transparent;
  -webkit-background-clip: text;
  font-size: 14px;
  margin-right: 15px;
}
#blog-post .post-area .blog_wrapper .leave_comment_wrapper .items-title {
  padding: 70px 0 15px;
}
#blog-post .post-area .blog_wrapper .leave_comment_wrapper .items-title .title {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  background-image: linear-gradient(to left, #9982ed 0%, #f879b6 100%);
  color: transparent;
  -webkit-background-clip: text;
}
#blog-post .post-area .blog_wrapper .leave_comment_wrapper .contact_form form .form-group label {
  color: blue;
  font-weight: 500;
  margin-left: 15px;
}
#blog-post .post-area .blog_wrapper .leave_comment_wrapper .contact_form form .form-group input, #blog-post .post-area .blog_wrapper .leave_comment_wrapper .contact_form form .form-group textarea {
  background: white;
  color: #8d95a6;
  height: 58px;
  font-size: 16px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 10px;
  outline: none;
  border: none;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.05);
}
#blog-post .post-area .blog_wrapper .leave_comment_wrapper .contact_form form .form-group input:focus, #blog-post .post-area .blog_wrapper .leave_comment_wrapper .contact_form form .form-group textarea:focus {
  outline: none;
}
#blog-post .post-area .blog_wrapper .leave_comment_wrapper .contact_form form .form-group input::-moz-placeholder {
  color: #8d95a6;
  font-size: 14px;
  opacity: 1;
}
#blog-post .post-area .blog_wrapper .leave_comment_wrapper .contact_form form .form-group button {
  background: blue;
  border: medium none;
  color: #fff;
  outline: medium none;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
}
#blog-post .post-area .blog_wrapper .leave_comment_wrapper .contact_form form .form-group textarea {
  resize: none;
  height: 140px;
  font-size: 14px;
  color: #8d95a6;
}
#blog-post .post-area .blog_wrapper .leave_comment_wrapper .contact_form form .submit-btn {
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-left: 15px;
}
#blog-post .post-area .blog_wrapper .leave_comment_wrapper .contact_form form .submit-btn .button-l {
  background: linear-gradient(to left, #f879b6 0%, #9982ed 100%);
  padding: 9px 25px;
  border-radius: 50px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  border: none;
  cursor: pointer;
  color: #fff;
}
#blog-post .post-area .blog_wrapper .widget {
  /*
    box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden;
	box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0,0,0,0.1);
*/
  box-shadow: 0px 0px 5px 3px rgb(220 220 220 / 23%);
  margin-bottom: 0px;
  padding: 20px;
  overflow: hidden;
  background: rgb(189 117 56 / 21%);
  border-radius: 10px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
#blog-post .post-area .blog_wrapper .widget form input[type="search"] {
  border: none;
  outline: none;
}
#blog-post .post-area .blog_wrapper .widget form button {
  border: none;
  background: url(../images/icons/search-icon.png) no-repeat center, linear-gradient(to left, #f879b6 0%, #9982ed 100%);
  width: 40px;
  border-radius: 3px;
  height: 30px;
  float: right;
  cursor: pointer;
}
#blog-post .post-area .blog_wrapper .widget p {
  color: #8d95a6;
}
#blog-post .post-area .blog_wrapper .widget h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #543800;
}
#blog-post .post-area .blog_wrapper .widget ul li span {
  float: right;
}
#blog-post .post-area .blog_wrapper .widget ul.tags li {
  float: left;
  margin-right: 10px;
  margin-top: 25px;
}
#blog-post .post-area .blog_wrapper .widget ul.tags li a {
  padding: 8px 12px;
  transition: all 0.1s ease-in-out;
  color: #7a839e;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid #ebd8f4;
}
#blog-post .post-area .blog_wrapper .widget ul.tags li a:hover {
  /*    background: linear-gradient(to left, #9982ed 0%, #f879b6 100%);*/
  background: rgb(232, 144, 126);
  color: #fff;
}
#blog-post .post-area .blog_wrapper .widget a {
  color: #7a839e;
}
.intro-img-wrapper .carousel {
  /*    margin-bottom: 20px;*/
  margin-bottom: 0px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
}
.carousel-control-next-icon:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 55px;
  color: #543800;
}
.carousel-control-prev-icon:after {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: 900;
  font-size: 55px;
  color: #543800;
}
.orangeSelect::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 55px;
  color: #543800;
  position: absolute;
  right: 10px;
}
/*# sourceMappingURL=style.css.map */
.nav-scroller, .nav-scroller-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.nav-scroller {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.nav-scroller-nav {
  margin: 0 20px;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.nav-scroller-content {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  min-height: 45px;
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-scroller-content.no-transition {
  transition: none;
}
ul.nav-scroller-content {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-scroller-item {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: block;
  font-size: 1.125rem;
  text-align: center;
  padding: .2rem 1rem;
}
.nav-scroller-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  padding: .5rem;
  font-size: 1.25rem;
  color: #000;
  background: transparent;
  border: none;
  transition: color .3s, opacity .3s;
  cursor: pointer;
}
.nav-scroller-btn:hover {
  color: #666;
}
.nav-scroller-btn:focus {
  outline: 0;
}
.nav-scroller-btn:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.nav-scroller-btn--left {
  left: 0;
}
.nav-scroller-btn--right {
  right: 0;
}
.nav-scroller-logo {
  display: inline-block;
  padding: .5rem;
  margin-right: 1rem;
  font-size: 1.75rem;
  font-weight: bold;
}
.nav-scroller--controls-inline .nav-scroller-content {
  padding: 0 44px;
}
.nav-scroller--controls-inline .nav-scroller-btn:not(.active) {
  color: #ddd;
  opacity: 1;
}
.nav-scroller--expand .nav-scroller-nav, .nav-scroller--expand .nav-scroller-content {
  width: 100%;
}
.nav-scroller--right .nav-scroller-nav {
  margin-left: auto;
}
.nav-scroller--snap .nav-scroller-nav {
  -ms-scroll-snap-type: x proximity;
  scroll-snap-type: x proximity;
  scroll-padding: 0 44px;
}
.nav-scroller--snap .nav-scroller-item {
  scroll-snap-align: start;
}
.nav-scroller--snap .nav-scroller-content.no-transition .nav-scroller-item {
  scroll-snap-align: none;
}
.nav-scroller-nav::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.navbar-collapse.collapse.show {
  position: fixed;
  margin-top: 58px;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.92) !important;
  width: 100%;
  box-shadow: 0px 1px 0px 0px #0000006b;
}
/*===== Login Regis Forgot =======*/
.loginRegisModal .tab-content > .tab-pane {
  padding: 15px 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--single, .select2-search--dropdown .select2-search__field {
  outline: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 13px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 28px;
  line-height: 24px;
  vertical-align: middle;
  font-weight: normal !important;
  float: left;
  margin-right: 6px !important;
	color: #d3a143;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid rgb(207, 212, 217) 1px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 8px !important;
}
ul.select2-selection__rendered {
  display: block !important;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-bottom: 7px;
}
.fr-box.fr-basic.fr-top {
  margin-top: 15px;
}
.logoutArea {
  text-align: right;
  margin-bottom: 25px;
}
.notifyAlert {
  z-index: 1051 !important;
  color: #155a4a;
  background-color: rgb(148, 216, 203);
  border-color: rgb(98, 183, 163);
}
.hide {
  display: none;
}
/*----------------------------------------------------*/
.g-navbar-area {
  position: relative;
  width: 100%;
  margin: 5px 0;
}
.g-navbar-search {
  width: 100%;
  display: inline-block;
  border-radius: 50px !important;
  padding: 20px 15px;
  font-size: 15px;
  border: 2px solid #d4d4d4;
  transition: 0.3s;
}
.g-navbar-search:focus {
  border: 2px solid #b86824;
  transition: 0.3s;
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}
.btn-input {
  position: absolute;
  top: 0;
  height: 45px;
  width: 86px;
  line-height: 30px;
  right: 0;
}
.btn-filter-area {
  text-align: right;
  margin-left: 10px;
  padding: 0;
}
.g-reset-btn {
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  font-family: fa5-proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  transition: all .1s ease-in;
  color: #b86824;
}
.btn-circle {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  line-height: 35px;
  padding: 0;
}
.btn-filter {
  background-color: #b86824;
  color: #ffffff;
}
.footer-search {
  justify-content: center;
}
.navbar-toggler.navbar-toggler-right {
  display: none;
}
.icon-mobile {
  display: none;
}
#earning-05 .container-fluid .earning-wrapper .owl-item .item {
  text-align: center !important;
}
#earning-05 .container-fluid .earning-wrapper .owl-item .item img {
  width: 100%;
}
#earning-05 .container-fluid .earning-wrapper .owl-item .item > .animals-type {
  color: #b86824;
  margin: 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* Albul Profile*/
.g-card-album {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  margin-bottom: 1.5rem !important;
  border: 0;
  transition: 0.3s;
  overflow: hidden;
	border-radius: 10px;
}
.g-card-album > .card-body {
  padding: 10px;
}
.g-card-album img {
  width: 100%;
}
.album-profile {
  background-image: url("../images/Mockup/bgfix_petsthumbnail.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.album-profile-breed, .album-profile-old, .album-profile-gender {
  margin-bottom: 0;
}
.album-profile-name {
  /*	color: #543800!important;*/
  font-size: 18px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.album-profile-breed {
  color: #b86824 !important;
  font-size: 17px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5px;
}
.album-profile-old span:nth-of-type(2) {
  font-size: 14px;
  color: #543800;
  background-color: #fde1b4 !important;
  padding: 2px 10px;
  border-radius: 50px;
}
.album-profile-old {
  color: #7a839e !important;
}
.album-profile-gender {
  text-align: right;
}
.album-profile-gender i {
  color: #b86824;
  margin-left: 10px;
}
.g-card-album:hover {
  transform: scale(1.02);
  transition: 0.3s;
  cursor: pointer;
}
.search-filter-modal {
  color: #6c757d !important;
}
.search-filter-modal > .form-group > label {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #020202;
}
.carousel-caption {
  background-color: rgb(255 255 255 / 50%);
}
.carousel-caption h3.pets-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #2d2d2d;
}
.carousel-caption p.pets-profile-breed {
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.carousel-caption.petsmodaldetailpic {
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 6px 15px;
}
/*
#543800
#b86824
#fde1b4
*/
.pets-profile-area {
  padding: 15px
}
.pets-profile-area > .form-group {
  margin-bottom: 15px;
}
.pets-profile-area > .form-group > label {
  color: #543800 !important;
  font-size: 15px;
}
.pets-profile-area > .form-group > p {
  color: #b86824 !important;
  margin-bottom: 3px;
  background-color: #b8682538;
  border-radius: 5px;
  padding: 0px 8px;
}
.pets-profile-breed {
  color: #b86824 !important;
}
.pets-profile-column {
  text-align: center;
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
}
.pets-profile-column-old {
  font-size: 30px !important;
  color: #b86824 !important;
  margin-bottom: 10px !important;
}
.pets-profile-column .col i, .pets-profile-column .col span {
  color: #b86824;
  height: 40px;
  display: block;
  font-size: 35px;
  line-height: 35px;
}
.pets-profile-column-text {
  color: #543800 !important;
  font-size: 15px !important;
}
.labeltextold {
	font-size: 16px;
}
.tagcard-area {
  background-color: #f0e0d5;
  border-radius: 5px;
  padding: 5px;
}
.tagcard-area .tagcard-child {
  display: inline-block;
  margin: 3px;
  border-radius: 50px;
  padding: 0px 11px;
  border: 2px solid #ce982c;
  background-color: #fff;
  color: #b86824;
}
.btn-block + .btn-block {
  margin-top: 0px;
}
/* ===================== Checkbox Design css */
.checkboxArea {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkboxArea.chkwarning {
  background-color: #bfb718;
  border-radius: 4px;
  color: #fff;
  padding-right: 5px;
  border: 3px solid #bfb718;
}
.checkboxArea.chkdanger {
  background-color: #b31010;
  border-radius: 4px;
  color: #fff;
  padding-right: 5px;
  border: 3px solid #b31010;
}
.checkboxArea.chksecondary {
  background-color: #5a5c69;
  border-radius: 4px;
  color: #fff;
  padding-right: 5px;
  border: 3px solid #5a5c69;
}
.checkboxArea.inline {
  display: inline-block;
}
.checkboxArea input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  background-color: #eee;
  border: 1px solid #dadada;
}
.checkboxArea:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkboxArea input:checked ~ .checkmark {
  background-color: #3dbfb7;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkboxArea input:checked ~ .checkmark:after {
  display: block;
}
.checkboxArea .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkboxArea > input:disabled + .checkmark {
  background-color: #f1f1f1;
  border: none;
  cursor: not-allowed;
}
.checkboxArea:hover > input:disabled + .checkmark {
  background-color: #f1f1f1;
  border: none;
  cursor: not-allowed;
}
table td > .checkboxArea {
  margin-bottom: 21px;
}
.g-btn-outline {
  font-weight: 700;
  padding: 8px 25px;
  border-radius: 50px;
  background: rgb(65 69 88 / 10%);
  transition: 0.5s;
}
.g-btn-outline:hover {
  color: #543800;
  background-color: #FFFFFF;
  transition: 0.5s;
  box-shadow: 0 0 0 0.25rem rgb(84 56 0 / 50%);
}
.g-btn-login {
  font-weight: 700;
  padding: 8px 25px;
  border-radius: 50px;
  transition: 0.5s;
  background-color: #543800;
  color: #ffffff;
}
.g-btn-login:hover {
  box-shadow: 0 0 0 0.25rem rgb(84 56 0 / 50%);
}
.g-bg-blue {
  background: rgb(174 214 241 / 80%) !important;
}
.g-bg-blue.g-btn-outline:hover {
  color: #424949;
  box-shadow: 0 0 0 0.25rem rgb(174 214 241 / 50%);
}
.paw-icon {
  display: inline-block;
  margin: 15px 0 10px;
  position: relative;
}
.paw-icon::before {
  background: #777 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: -50px;
  position: absolute;
  top: 15px;
  width: 40px;
}
.paw-icon::after {
  background: #777 none repeat scroll 0 0;
  content: "";
  height: 2px;
  right: -50px;
  position: absolute;
  top: 15px;
  width: 40px;
}
.paw-icon i {
  font-size: 25px;
  color: #543800;
}
/*----- Multi Select -----*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fde1b4 !important;
  border: 2px solid #d3a143 !important;
  border-radius: 20px !important;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0px 8px !important;
}
.select2-selection--multiple .select2-selection__choice {
  font-size: 16px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0px 10px !important;
  width: 100%;
}
/*----- Multi Select -----*/
/*----- checkbox tag ------ */
ul.g-cboxtags {
  list-style: none;
  padding: 0 15px;
}
ul.g-cboxtags li {
  display: inline;
}
ul.g-cboxtags li label {
  display: inline-block;
  background-color: rgba(255, 255, 255, .9);
  border: 2px solid rgba(139, 139, 139, .3);
  color: #adadad;
  border-radius: 25px;
  white-space: nowrap;
  margin: 3px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
}
ul.g-cboxtags li label {
  padding: 2px 10px;
  cursor: pointer;
}
ul.g-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  padding: 2px 6px 2px 2px;
  content: "\f067";
  transition: transform .3s ease-in-out;
}
ul.g-cboxtags li input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  transform: rotate(-360deg);
  transition: transform .3s ease-in-out;
	    color: #a97b27;
}
ul.g-cboxtags li input[type="checkbox"]:checked + label {
  border: 2px solid #a97b27;
  background-color: #D3A144;
  color: #fff;
  transition: all .2s;
}
ul.g-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.g-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.g-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #543800;
}
/*----- checkbox tag ------ */
#table_master_category tbody > tr > td {
  vertical-align: middle;
}
#table_master_category tbody > tr > td:nth-child(n+1):nth-child(-n+2) {
  max-width: 70px;
  text-align: center;
}
#table_master_category tbody > tr > td > div > img {
  max-width: 150px;
  text-align: center;
}
#table_master_category tbody > tr > td:nth-last-child(n+1):nth-last-child(-n+3) {
  max-width: 70px !important;
  text-align: center;
}
#table_master_breed tbody > tr > td {
  vertical-align: middle;
}
#table_master_breed tbody > tr > td:nth-child(n+1):nth-child(-n+2) {
  max-width: 70px;
  text-align: center;
}
#table_master_breed tbody > tr > td:nth-last-child(n+1):nth-last-child(-n+3) {
  max-width: 70px;
  text-align: center;
}
#table_master_color tbody > tr > td {
  vertical-align: middle;
}
#table_master_color tbody > tr > td:nth-child(n+1):nth-child(-n+2) {
  max-width: 70px;
  text-align: center;
}
#table_master_color tbody > tr > td:nth-last-child(n + 1):nth-last-child(-n + 3) {
  max-width: 70px;
  text-align: center;
}
.form-group > label {
  color: #6c757d !important;
}
.modal ~ .modal-backdrop + .modal-backdrop {
  z-index: 1051;
}
.modal-on-modal {
  z-index: 1052;
}
/*.modal-on-third*/
#modalAlert {
	z-index: 1053;
}
.modal-on-modal ~ .modal-backdrop + .modal-backdrop {
  z-index: 1050;
}
#modalAlert ~ .modal-backdrop + .modal-backdrop + .modal-backdrop {
  z-index: 1052;
}
.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 8px;
  width: 100% !important;
}
.catagoryArea .owl-carousel .owl-item {
  max-width: 250px;
}
.catagoryArea .owl-carousel .owl-item .item img:hover {
  cursor: pointer;
}
.modal-filter {}
.carousel-item img.fix_homebanner {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.carousel-item img.fix_petsslide {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  z-index: 1;
  background-color: rgb(255 255 255 / 0%);
  border-radius: 3px;
}
.btn-close i {
  color: #fff;
}
.btn-close:hover {
  background: rgba(8, 25, 43, 0.1);
}
.modal {
  overflow: auto !important;
}
#header-05 .navbar .language .dropdown .dropdown-menu li:hover a {
  color: #b86824 !important;
  background-color: #faebd7;
}
.btn-twitter {
  color: #ffffff;
  background-color: #00acee;
}
.pets-profile-footer-share {
  text-align: center;
}
.pets-profile-footer-share > p {
  font-size: 18px;
  margin-bottom: 15px;
}
.pets-profile-footer-share .fb-share-button {
  margin-top: 2px;
}
/*============ Survey Style ================*/
.questionnaireArea {
  margin-top: 60px;
  margin-bottom: 100px
}
.questionnaireArea .q-tophead {
  width: 100%;
  text-align: center;
}
.questionnaireArea .q-tophead .q-topheadimg img {
  width: 100%;
  margin-bottom: -6vh;
}
.questionnaireArea .q-tophead .q-topheadtext {
  font-size: 20px;
  font-weight: bold;
  background-color: #8c6245;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 7%);
}
.questionnaireArea .q-sectionArea {
  background-color: rgb(255 255 255 / 61%);
  padding: 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 7%);
}
.questionnaireArea .q-sectionArea .q-sectionhead {
  text-align: left;
  color: #8c6245;
  font-size: 21px;
  font-weight: lighter;
}
.questionnaireArea .q-sectionArea .q-sectionhead:nth-child(n+2) {
  margin-top: 50px;
}
.questionnaireArea .q-sectionArea .q-questionArea {
  margin: 20px 0px;
  background-color: rgb(255 218 188 / 42%);
  box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
  transition: box-shadow 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.5;
}
.questionnaireArea .q-sectionArea .q-questionArea.active {
  box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 40%);
  opacity: 1;
}
.questionnaireArea .q-sectionArea .q-questionArea .q-question {
  font-size: 20px;
  background-color: rgba(231, 170, 153, 0.1);
  display: flex;
}
.questionnaireArea .q-sectionArea .q-questionArea .q-question .q-questionnumber {
  padding: 0px 15px;
  background-color: #c97a37;
  color: #ffffff;
  vertical-align: middle;
  text-shadow: 2px 1px 0px rgb(0 0 0 / 20%);
  display: flex;
  line-height: normal;
}
.questionnaireArea .q-sectionArea .q-questionArea .q-question .q-questiontext {
  padding: 6px 15px;
  font-size: 20px;
  background-color: rgb(201 122 56 / 52%);
  display: flex;
  width: 100%;
}
.questionnaireArea .q-sectionArea .q-questionArea .q-answer {
  padding: 15px;
}
.questionnaireArea .q-sectionArea .q-questionArea .q-answer .q-radio-area {}
.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 7px;
  border: 2px solid #ced4da;
  margin-left: -13px;
}
.form-check-input:checked[type="radio"] {
  background-size: 1.8em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%232196f3' stroke='%23fff' stroke-width='1' /%3e%3c/svg%3e"), var(--bs-gradient);
}
.form-check .form-check-label {
  margin-left: 5px;
}
.questionnaireArea .form-check {
  margin: 6px 0;
}
.questionnaireArea .form-check.active {
  background-color: rgb(226 175 134 / 50%);
}
.questionnaireArea .form-check-label {
  width: calc(100% + 20px);
  background-color: rgb(226 175 134 / 20%);
  padding: 5px 5px 5px 2.6rem;
  border-radius: 7px;
  margin-left: -20px;
  cursor: pointer;
}
.questionnaireArea .form-check-label:hover {
  background-color: rgb(226 175 134 / 50%);
}
.questionnaireArea .form-check-input:checked[type="radio"] + .form-check-label {
  background-color: rgb(226 175 134 / 60%);
}
/*============ End Survey Style ================*/
.sectionHomePetsList {
  padding-top: 70px;
}
.sectionHomePetsList .sub-title {
  margin-bottom: 20px;
}
.sectionHomeArticle {
  padding-top: 70px;
  background-color: rgb(255 236 212 / 42%);
}
.sectionHomeArticle .sub-title {
  margin-bottom: 20px;
}


.contentbgArea {
  background-color: rgba(0, 0, 0, 0.23);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.05) 100%);
  padding: 15px;
  border-radius: 15px;
}
.contentbgArea > .lrn-content:nth-of-type(1) > h3.lrn {
  margin-top: 15px
}
.pets-profile-footer-share .btn.btn-circle i {
  font-size: 25px;
	line-height: 50px;
}

.frameArea.paddingFrame.btn-border * label.btn.btn-light {
	border: 1px solid #d8d8d8!important;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #fde1b4;
}

.viewmore-box {
	width: 100%;
	padding: 30px 0;
}
.viewmore-area {
	display: flex;
  	width: 100%;
}
.viewmore-box .viewmore-area div {
	display: flex;
	width: 100%;
	text-transform: uppercase;
	font-weight: 900;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.viewmore-box .viewmore-area div:before,.viewmore-box .viewmore-area div:after {
  content: '';
  border-top: 2px solid rgb(140 98 70 / 50%);
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
.viewmore-box .viewmore-area div:after {
	margin: 0 0 0 20px;
}
.viewmore-box .viewmore-area div > button {
	background-color: rgb(140 98 70 / 80%);
    color: #fff;
}
table > tbody > tr > td {
	vertical-align: middle;
}
#pet_pic_json tbody > tr > td:nth-last-of-type(n+1):nth-last-of-type(-n+3) {
	min-width: 70px;
	max-width: 70px;
	text-align: center;
}
.album-profile-size span:nth-last-of-type(1) {
	font-size: 14px;
    color: #ffffff;
    background-color:#7a839e !important;
    padding: 2px 10px;
    border-radius: 50px;
}
#table_dog_size tbody > tr td {
	vertical-align: middle;
}
#table_dog_size tbody > tr td:nth-child(n+2):nth-child(-n+4) {
	width: 250px;
	min-width: 250px;
	text-align: center;
}
#table_dog_size tbody > tr td:nth-last-of-type(1){
	width: 400px;
	min-width: 400px;
	
}
#table_dog_size tbody > tr td:nth-last-of-type(1) > .tagcard-area{
	background-color: transparent!important;
	text-align: left;
}
.justify-content-center > .formcheck {
	cursor: initial;
}
@media(max-width: 991px) {
	.btn-display-sm {
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    height: 68px;
    width: auto !important;
  }
  .navbar-brand img {
    height: 100% !important;
    width: auto !important;
  }
  .questionnaireArea {
    margin-top: 30px;
  }
  .questionnaireArea .q-tophead .q-topheadimg img {
    margin-bottom: -50px;
  }
}
@media(max-width: 768px) {
  body {
    padding-bottom: 80px;
  }
  .sectionHomePetsList {
    padding-top: 30px;
  }
  .sectionHomePetsList .sub-title {
    margin-bottom: 20px;
  }
  .sectionHomeArticle {
    padding-top: 30px;
  }
  .sectionHomeArticle .sub-title {
    margin-bottom: 20px;
  }
  .contentbgArea {
    padding: 0px;
    background-color: transparent;
    background: transparent;
  }

	
	
  .carousel-control-prev-icon:after, .carousel-control-next-icon:after {
    font-size: 25px;
    color: #b86824;
  }
  .btn-filter-area {
    padding: 0;
    text-align: left;
  }
  .navbar-brand.mobile {
    height: 58px !important;
    width: auto !important;
    margin-bottom: 0px !important;
    position: static !important;
    min-height: none !important;
  }
  .navbar-brand.mobile img {
    height: 100% !important;
    width: auto !important;
  }
  .navbar-light .navbar-brand {
    text-align: center !important;
    margin-bottom: 0px;
  }
  .collapse:not(.show) {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.90) !important;
    width: 100%;
    box-shadow: 1px 0px 10px 0px #0000002b;
	z-index: 1040!important;   
  }
  .navbar-nav {
    display: list-item;
    text-align: center;
  }
  #header-05 .navbar .navbar-nav .nav-item {
    margin: 0px;
    display: inline-table;
  }
  .navbar-light .navbar-brand {
    text-align: right;
  }
  .search-mobile {
    /*		position: absolute;*/
    right: 0;
  }
  .icon-mobile {
    display: block;
    padding: 0px 5px;
    font-size: 25px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    color: rgb(140 140 140) !important;
    font-size: 18px;
    padding: 4px 15px !important;
  }
  .g-navbar-area {
    position: absolute;
    width: 65%;
    top: 10px;
    right: 0;
  }
  #earning-05 .container-fluid .earning-wrapper .owl-item .item h5 {
    font-size: 1rem
  }
  p.album-profile-old {
    font-size: 13px;
  }
  p.album-profile-old span {
    font-size: 13px;
  }
  p.album-profile-gender i.fa-2x {
    font-size: 1.5em;
  }
  .carousel-caption {
    padding-bottom: 0;
  }
  .oprh, .post-h1, .news-h {
    display: none;
    margin: 5px 0;
    font-size: 25px !important;
    word-break: break-all;
  }
  .lrn {
    font-size: 22px !important;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
  }
  .detail-h3 {
    font-size: 22px;
  }
  ul.breadcrumb {
    margin-top: 15px;
  }
  #team_membar_02.team_membar_05 {
    padding-top: 0px !important;
  }
  .questionnaireArea {
    margin-top: 13px;
  }
  .questionnaireArea .q-tophead .q-topheadimg img {
    margin-bottom: -20px;
  }
  .questionnaireArea .q-tophead .q-topheadtext {
    font-size: 16px;
  }
  .sectionBgLightbrown {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .sectionBgLightbrown > .container {
    margin: 0;
    padding: 0;
  }
  .imgclickbtn {
    cursor: pointer
  }
  .imgclickbtn:hover {
    opacity: 0.8;
  }
  .imgclickbtn img {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  .card.g-card-album {
    margin: -8px;
  }
  .card-text .album-profile-name {
    font-size: 16px !important;
    line-height: 1.2rem;
    text-overflow: unset;
    white-space: unset;
    overflow: unset;
    margin-bottom: 5px;
  }
  .pets-profile-column-old {
    font-size: 20px !important;
  }

}
@media(max-width: 414px) {
  #header-05 .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
  .search-mobile div {
    padding-left: 0;
  }
  .g-navbar-search {
    width: 95%;
  }
  .btn-filter-area {
    margin-left: -15px;
  }
  .icon-mobile {
    font-size: 18px;
  }
  .search-mobile {
    max-width: 215px;
  }
  .catagoryArea .owl-carousel .owl-item {
    max-width: 125px !important;
  }
  .navbar-brand.mobile {
    height: 50px !important;
    min-height: unset !important;
    margin-top: 5px;
    margin-bottom: 5px !important;
  }
  .questionnaireArea {
    margin-top: 13px;
  }
  .questionnaireArea .q-tophead .q-topheadimg {
    margin: 0px -10px;
  }
  .questionnaireArea .q-tophead .q-topheadimg img {
    margin-bottom: -20px;
  }
  .questionnaireArea .q-tophead .q-topheadtext {
    font-size: 16px;
    margin: 0px -15px;
    border-radius: 0px;
  }
  .questionnaireArea .q-sectionArea {
    padding: 0px;
    border-radius: none;
    box-shadow: none;
  }
  .questionnaireArea .q-sectionArea .q-sectionhead {
    font-size: 16px;
    margin: 0px -15px 0px;
    background-color: #cabaaf;
    padding: 5px 15px;
  }
  .questionnaireArea .q-sectionArea .q-sectionhead:nth-child(n+2) {
    margin-top: 30px;
  }
  .questionnaireArea .q-sectionArea .q-questionArea {
    margin: 10px 0px;
  }
  .questionnaireArea .q-sectionArea .q-questionArea .q-question {
    font-size: 18px;
  }
  .questionnaireArea .q-sectionArea .q-questionArea .q-question .q-questiontext {
    padding: 3px 15px;
    font-size: 18px;
  }
  p.album-profile-old span.labeltextold {
    display: none;
  }
  p.album-profile-old span:nth-of-type(2) {}
  .carousel-caption h3.pets-name {
    font-size: 18px;
  }
  .lrn-content .grid{
    margin:-8px;
  }
  .admin_modal > .modal-dialog {
	max-width:  initial!important;
  }
	
}
@media(max-width: 414px) {
	#header-05 .navbar .navbar-nav .li_profile.nav-item:last-child {
		margin-left: 0px!important;
		margin-right: 0px!important
	}
	.header .navbar .navbar-nav .nav-item a.nav-link {
		padding: 10px 10px !important;
	}
	.btn-survey-mobile {
		display: contents;
	}
	.btn-survey-mobile button , .btn-survey-mobile a {
		margin: 5px;
	}
}
@media(max-width: 320px) {
  #header-05 .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
  p.album-profile-old span.labeltextold {
    display: none;
  }
  p.album-profile-old span:nth-of-type(2) {}
  .navbar-brand.mobile {
    height: 45px !important;
    min-height: unset !important;
    margin-top: 5px;
    margin-bottom: 5px !important;
  }
}
/*
#543800
#b86824
#fde1b4
*/
.infobtnmodal{
	 height: unset;
    display: inline-block;
    vertical-align: middle;
}
.infobtnmodal i{
	 height: unset !important;
    font-size: 18px !important;
    color: #daca00 !important;
    display: inline-block !important;
}

.surveyResultArea{
	
}
.surveyResultArea .resultText{
	    width: 100%;
    background-color: #c97a37;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
}
.surveyResultArea .resultSectionArea{
	width:100%;
	border-radius: 8px;
	overflow: hidden;
	margin:8px 0px;
}
.surveyResultArea .resultSectionArea > .resultSecHead{
	background-color: #27b7b0;
	color:#fff;
	padding:5px 15px;
}
.surveyResultArea .resultSectionArea > .resultSecresult{
	background-color: rgb(39 183 176 / 36%);
	color:#136d69;
	padding:5px 15px;
}
.surveyResultArea .resultSectionArea > .resultSecresult::before{
	content:"\f058";
	font-family: Font Awesome\ 5 Free;
	margin-right: 5px;
}


.surveyResultArea .resultSectionArea.notpass > .resultSecHead{
	background-color: rgb(173 48 49 / 75%);
	color:#fff;
	padding:5px 15px;
}
.surveyResultArea .resultSectionArea.notpass > .resultSecresult{
	background-color: rgb(194 132 132 / 57%);
	color:#7E1F20;
	padding:5px 15px;
}

.surveyResultArea .resultSectionArea.notpass > .resultSecresult::before{
	content:"\f057";
	font-family: Font Awesome\ 5 Free;
	margin-right: 5px;
}

.sold-out-sign{
	position: absolute;
	width: 77px;
    height: 68px;
	background-image: url("../images/pets/soldout_tag.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.updatedate_petsdetail{
	background-color: #e2e2e2;
    padding: 0px 15px;
    text-align: center;
    color: #888888;
    margin-bottom: -1rem;
}

.screensize-monitor{
	display:none;
}