/*

Trade World

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. testimonials
08. contact
09. footer
10. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  zoom: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  zoom: 100%;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #888;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

::selection {
  background: #090812;
  color: #fff;
}

::-moz-selection {
  background: #090812;
  color: #fff;
}

a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #090812;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #090812;
}

.center-heading {
  margin-bottom: 30px;
}

.center-heading h2 {
  margin-top: 0px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #b8e0fb;
  margin-bottom: 25px;
}

.center-heading h2 em {
  font-style: normal;
  color: #090812;
}

.center-heading p {
  font-size: 15px;
  color: #888;
  text-align: center;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #090812;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff !important;
}

.background-header .main-nav .nav li:hover a {
  color: #ffd700 !important;
}

.background-header .nav li a.active {
  color: #ffd700 !important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #191a20;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* float: right; */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#video {
  pointer-events: none;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 15%;
  margin-right: 0px;
  padding: 0px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #ffd700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a {
  color: #fff;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #7a7a7a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #7a7a7a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #ffd700;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #ffd700 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #ffd700;
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/

#welcome {
  padding-top: 10px;
  /* padding-bottom: 50px; */
}

#welcome .header-text h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #b8e0fb;
  text-align: left;
  margin-top: 20%;
  font-family: Poppins;
}

#welcome .header-text p {
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  font-family: Poppins;
}

a.main-button-slider {
  font-size: 14px;
  padding: 15px 25px;
  background-color: #090812;
  border: 3px solid #ffff;
  text-transform: uppercase;
  color: #ffff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #090812;
}

/*
---------------------------------------------
We provide
---------------------------------------------
*/

#we_provide {
  padding: 50px 0px;
  position: relative;
  z-index: 1;
  background-color: #090812;
}

.features-item-provide {
  border-radius: 50px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  height: 280px;
  width: 250px;
  background-color: #2b2a2f;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

#we_provide .center-heading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #b8e0fb;
  font-family: Poppins;
}

.features-item-provide img {
  z-index: 10;
  position: relative;
  width: 70px;
  height: 95px;
}

.features-item-provide h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: Poppins;
}

.features-item-provide p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

/*
---------------------------------------------
We deliver
---------------------------------------------
*/

#we_deliver {
  padding: 30px 0px;
  position: relative;
  z-index: 9;
}

.features-item-deliver {
  text-align: center;
  /* height: 300px; */
  /* width: 300px; */
  background-color: #090812;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#we_deliver .center-heading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #b8e0fb;
  margin-top: 10px;
  text-align: center;
}
#we_deliver .center-heading p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.features-item-deliver img {
  z-index: 10;
  position: relative;
  width: 100px;
  height: auto;
}
.features-item-deliver p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

/*
---------------------------------------------
Thrive crypto
---------------------------------------------
*/

#thrive_crypto {
  position: relative;
  z-index: 9;
}

.features-item-thrive {
  text-align: center;
  height: 280px;
  width: 320px;
  background-color: #2b2a2f;
  margin-bottom: 20px;
  margin-left: 0%;
  margin-right: 30%;
  border-radius: 24px;
  box-shadow: 1px 5px 30px 15px #090812;
}

#thrive_crypto .center-heading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #b8e0fb;
  text-align: center;
}

#thrive_crypto h3 {
  display: none;
  font-size: 40px;
  font-weight: 600;
  color: #778899;
  text-align: center;
  margin-left: 40%;
}

.features-item-thrive h4 {
  /* background-color: #000066; */
  background-image: linear-gradient(to top right, #102f60, #337aaa);
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  border-top: 0px solid #fff;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.features-item-thrive p {
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  text-align: justify;
  letter-spacing: 1px;
  color: #fff;
}

/*
---------------------------------------------
Blog
---------------------------------------------
*/

#blog {
  position: relative;
  margin-bottom: 0px;
  background: #090812;
}

.features-item-blog {
  text-align: center;
  height: 280px;
  width: 345px;
  margin-top: 0px;
  margin-bottom: 30px;
  /*background-color: #ffff;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  */
  background-color: #2b2a2f;
  box-shadow: 1px 5px 30px 15px #090812;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

#blog .center-heading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #b8e0fb;
  margin-top: 40px;
}

.features-item-blog h4 {
  background-image: linear-gradient(to top right, #102f60, #000);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  border-top: 40px solid #2b2a2f;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.features-item-blog h4 a {
  color: #fff;
}

.features-item-blog p {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
  padding: 18px;
  text-align: justify;
  letter-spacing: 0.6px;
}

/*
---------------------------------------------
Upcoming article
---------------------------------------------
*/

.features-item-upcoming {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}

#upcoming .center-heading h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000033;
  margin-top: 20%;
  text-align: center;
}

.features-item-upcoming p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  padding: 20px;
}

.features-item-upcoming h3 {
  color: #000033;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: underline;
}

.features-item-upcoming h4 {
  color: #000033;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
  text-decoration: underline;
}

/*
---------------------------------------------
Use crypto article
---------------------------------------------
*/

.features-item-usecryto {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}

#usecrypto .center-heading h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000033;
  margin-top: 20%;
}

.features-item-usecrypto p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  padding: 20px;
}

.features-item-usecrypto h2 {
  color: #000033;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: underline;
}

.features-item-usecrypto h3 {
  color: #000033;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: underline;
}

/*
---------------------------------------------
Strategy article
---------------------------------------------
*/

.features-item-strategy {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}

#strategy .center-heading h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000033;
  margin-top: 20%;
}

.features-item-strategy p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  padding: 20px;
}

.features-item-strategy h2 {
  color: #000033;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: underline;
}

.features-item-strategy h3 {
  color: #000033;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: underline;
}

/*
---------------------------------------------
Be part
---------------------------------------------
*/

/*#be_part {*/
/*  position: relative;*/
/*}*/

#be_part {
  background-color: #090812;
}

#be_part .center-heading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #090812;
  margin-top: 20px;
}

/*
---------------------------------------------
Credos
---------------------------------------------
*/

#credos {
  padding: 10px 0px;
  position: relative;
  z-index: 9;
}

#credos .center-heading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #dcf9f8;
  margin-top: 20px;
}

#credos h3 {
  color: #dcf9f8;
  font-weight: 600;
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#credos .credo-info {
  color: #fff;
  font-size: 12px;
  margin-bottom: 20px;
  text-align: left;
  display: flex;
}

/*
---------------------------------------------
Testimonials
---------------------------------------------
*/

.features-item-testimo {
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  height: 300px;
  /* width: 250px; */
  background-color: #07102c;
  padding: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
}

#testimonials .center-heading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #b8e0fb;
  margin-top: 30px;
}

.features-item-testimo .features-icon-testimo img {
  position: absolute;
  right: 40%;
  bottom: 10%;
  width: 20% !important;
  height: auto;
}

.features-item-testimo .features-icon-testimo h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}

.features-item-testimo .features-icon-testimo p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

/*
---------------------------------------------
Pricing
---------------------------------------------
*/

#pricing .card {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 10px 40px 40px;
}

#pricing .card-body h3 {
  margin-bottom: 10px;
  color: #102f60;
  font-weight: 600;
  text-align: center;
}

#pricing .card-body ul li {
  font-size: 14px;
  text-align: left;
  display: flex;
}

#pricing .wave {
  height: 50px;
  position: relative;
  background: linear-gradient(90deg, #4dd2ff 0%, #4dd2ff 100%);
  background-size: cover;
  width: calc(100% + 40px);
  color: #fff;
  margin-top: -20px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-left: -20px;
  padding-top: 20px;
  padding-bottom: 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#pricing .wave::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 10px;
  background-size: 20px 20px;
  background-image: radial-gradient(
    circle at 10px -5px,
    transparent 12px,
    #fff 13px
  );
}

#pricing .wave::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 15px;
  background-size: 40px 20px;
  background-image: radial-gradient(
    circle at 20px 25px,
    #fff 12px,
    transparent 13px
  );
}

#pricing .card-footer button {
  background-color: #4dd2ff;
  color: #fff;
  border: 1px solid #4dd2ff;
  border-radius: 10px;
  align-items: center;
  width: 70%;
  padding: 10px;
  margin-bottom: -10%;
  z-index: 2;
  position: absolute;
}

.modal-header {
  background-color: #090812;
}

.modal-title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 33px;
}

.modal-footer {
  background-color: #090812;
}

/*
---------------------------------------------
AI Services
---------------------------------------------
*/

#services {
  padding: 10px 0px;
}

#services .right-image {
  align-self: center;
  width: 100%;
}

#services .left-text .services-heading h2 {
  font-size: 30px;
  color: #b8e0fb;
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
}

#services .left-text ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
  display: flex;
}

/*
---------------------------------------------
AI Analysis
---------------------------------------------
*/

#analysis {
  padding: 20px 0px;
}

#analysis .left-image {
  align-self: center;
  width: 100%;
}

#analysis .right-text .analysis-heading h2 {
  font-size: 30px;
  color: #b8e0fb;
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  /* margin-left: -10px; */
}

#analysis .right-text ul li {
  margin-bottom: 10px;
  color: #fff;
  list-style: disc;
  font-size: 16px;
  font-weight: 500;
  margin-left: -30px;
}

#analysis .right-text ul li:last-child {
  margin-bottom: 0px;
}

.card {
  margin: 30px;
  padding: 20px;
}

/* 
---------------------------------------------
footer  / Contact
--------------------------------------------- 
*/

footer {
  background-color: #090812;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*width: 100%;*/
}

footer .footer-content {
  padding: 10px 0px;
}

footer .footer-content .center-heading h2 {
  color: #b8e0fb;
  font-size: 30px;
  margin-top: 60px;
}

.contact-form {
  position: relative;
  z-index: 10;
  padding: 40px;
  border-radius: 5px;
  background-color: #07102c;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

footer .left-content {
  align-self: center;
}

footer .footer-content .getmore h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 20px;
}

footer .footer-content .getmore ul li {
  color: #fff;
  margin: 50px;
  text-transform: capitalize;
  font-size: 16px;
}

footer .footer-content .getmore ul li a {
  color: #fff;
}

footer .footer-content .company h2 {
  color: #dcf9f8;
  font-size: 20px;
  font-weight: 600;
  margin-top: 50px;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: auto;
  width: 81px;
  display: block;
  height: 30px;
}

.footer-content .company ul li a {
  color: #fff;
  margin-left: 90px;
  margin-right: 20px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
}

.footer-content .company ul li a:hover {
  color: #dcf9f8;
}

footer .contact-form button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 25px;
  padding: 15px;
  background-color: #00bfff;
  text-transform: capitalize;
  color: #090812;
  font-weight: 800;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 10%;
  margin-left: 35%;
}

footer .contact-form button.main-button:hover {
  background-color: #090812;
  color: #fff;
}

.form-group {
  position: relative;
  padding: 10px 20px;
  width: 100%;
  max-width: 100%;
}

.form-group input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #a6a6a6;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  display: block;
  width: 100%;
}

.form-group textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #a6a6a6;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  display: block;
  width: 100%;
}

.form-group label {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  position: absolute;
  pointer-events: none;
  top: 0;
  transform: translateY(30px);
  transition: all 0.2s ease-in-out;
  left: 20px;
  font-style: italic;
}

.form-group input:valid,
.form-group input:focus {
  border-bottom-color: #a6a6a6;
  outline: none;
  padding: 0;
  margin: 10px 0;
}

.form-group input:valid + label,
.form-group input:focus + label {
  color: #fff;
  font-size: 14px;
  transform: translateY(0);
}

.contact-form .form-check .form-check-label {
  color: #fff;
}

/* .contact-form {
  text-align: center;
} */

.contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

footer .social {
  overflow: hidden;
  margin-top: 30px;
}

footer .social ul li:first-child {
  margin-left: 0px;
}

footer .social ul li {
  margin: 0px 7.5px;
  display: inline-block;
}

footer .social ul li a {
  color: #090812;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  margin: 20px 5px 10px 20px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .main h2 {
  color: #dcf9f8;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

footer .main p {
  color: #d1d1d1;
  font-size: 16px;
}

footer .main ul li a {
  color: #090812;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  margin: 20px 5px 10px 20px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #4dd2ff;
  border-color: #4dd2ff;
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

footer .sub-footer {
  padding: 20px 0px;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
  text-align: center;
}

footer .sub-footer a {
  color: #fff;
  margin-right: 80px;
}

footer .sub-footer a:hover {
  color: #dcf9f8;
}

footer .sub-footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #090812 0%, #090812 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}
/* Reset default styles */
body,
ul {
  margin: 0;
  padding: 0;
}

/* Tab container */
.tabs {
  display: flex;
  list-style: none;
  justify-content: center;
}

/* Individual tab */
.tab {
  cursor: pointer;
  margin-right: 10px;
  padding: 9px 134px;
  height: 42px;
  background-color: #cce5ff;
  cursor: pointer;
  font-weight: 600;
}

/* Active tab */
.tab.active {
  background-color: #dfc939;
}

/* Tab content */
.tab-content {
  display: none;
  padding: 20px;
}

/* Show active tab content */
.tab-content.active {
  display: block;
}
#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.22222s;
  animation-delay: 0.22222ss;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
---------------------------------------------
Terms and condition
---------------------------------------------
*/

.features-item-terms {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}

#terms .center-heading h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000033;
  margin-top: 20%;
}

.features-item-terms p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  padding: 20px;
}

.features-item-terms h2 {
  color: #000033;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: underline;
}

.features-item-terms h3 {
  color: #000033;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
  text-decoration: underline;
}

.features-item-terms h4 {
  color: #000033;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 40px;
  text-decoration: underline;
}

/*
---------------------------------------------
Privacy policy
---------------------------------------------
*/

.features-item-privacy {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}

#privacy .center-heading h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000033;
  margin-top: 20%;
}

.features-item-privacy p {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  padding: 20px;
}

.features-item-privacy h2 {
  color: #000033;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: underline;
}

.features-item-privacy h3 {
  color: #000033;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
  text-decoration: underline;
}

.features-item-privacy h4 {
  color: #000033;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 40px;
  text-decoration: underline;
}

/* chat bot */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");

/* Chatbot */
.botIcon {
  bottom: 15px;
  left: 60px;
  position: fixed;
  z-index: 9999;
}

.iconInner {
  -ms-align-items: center;
  align-items: center;
  background: #a64bf4;
  background: linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background-position: 50%;
  background-size: 300%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.7em;
  height: 2em;
  justify-content: center;
  width: 2em;
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
  display: none;
}

/* .showBotSubject .botSubject {display: block;}
.showMessenger .messages {display: block;}
.botSubject {position: relative;width: 300px;}
.botIcon .messages {background: none;border: none;border-radius: 0;bottom: 0;box-shadow: 0px 0px 30px -5px #000;min-height: 250px;max-height: 50vh;margin: 0;padding: 0;position: relative;right: 0;width: 300px;}
.screen {background-color: #fff;position: absolute;height: 100%;overflow: hidden;width: 100%;}
.botIcon .messages .body {box-sizing: border-box;height: calc(100% - 40px);overflow-y: auto;padding: 0px 12px 6px;}
.botIcon .messages .body .msg {-webkit-animation: msg 1s;-moz-animation: msg 1s;-ms-animation: msg 1s;-o-animation: msg 1s;animation: msg 1s;background-color: #1666af;border-radius: 0px 10px 10px 10px;box-sizing: border-box;clear: both;color: #fff;margin-top: 10px;opacity: 1;display: block;overflow: hidden;padding: 10px 10px;width: 100%;float: left;width: auto;}
.messages .body .msg.user {background-color: #fff;box-shadow: 0 0 4px rgba(0, 0, 0 , .5);border-radius: 10px 0px 10px 10px;color: #000;float: right;width: auto;}
.botIcon .messages .footer, .botSubject > form {box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);bottom: 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;padding: 0;position: absolute;width: 100%;z-index: 100;}
.botSubject > form {background-color: #fff;padding: 20px 15px;position: static;}
.botIcon .messages .footer input, .botSubject input {border-width: 0px;box-sizing: border-box;font-size: 1em;margin: 0;padding-left: 10px;}
.botIcon .messages .footer input[type="text"], .botSubject input[type="text"] {border: 1px solid;width: calc(100% - 70px);}
.botIcon .messages .footer input[type="submit"], .messages .footer input[type="button"], .messages .footer button, .botSubject input[type="submit"], .botSubject input[type="button"], .botSubject button {width: 60px;}
.botIcon .messages .footer input, .messages .footer button, .botSubject input, .botSubject button {height: 40px;}
.botIcon .messages .footer button, .botSubject button {background-color: #123123;border: 0px solid black;color: white;width: 70px;margin: 0px;outline: none;}
.botIcon .messages .footer button:hover, .botSubject button:hover {opacity: 0.7;}
.botIcon .btn.btn-default.buyc_btn {border-radius: 0 !important;color: #fff;margin: 0;padding: 0;}
.botIcon .btn.btn-default.buyc_btn:hover {padding: 0;}
.closeBtn {background: #a64bf4;background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -moz-linear-gradient(right,#00dbde, #fc00ff, #00dbde,#fc00ff);background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background-position: 50%;background-size: 300%;border-radius: 50%;height: 30px;position: absolute;right: 0;top: 0;-webkit-transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);transform: translate(50%, -50%);width: 30px;z-index: 999;}
.closeBtn::before, .closeBtn::after {background-color: #fff;content: "";display: block;height: 2px;left: 50%;position: absolute;top: 50%;-webkit-transform: translate(-50%, -50%) rotate(45deg);-ms-transform: translate(-50%, -50%) rotate(45deg);transform: translate(-50%, -50%) rotate(45deg);width: 20px;}
.closeBtn::after {-webkit-transform: translate(-50%, -50%) rotate(-45deg);-ms-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}

@-webkit-keyframes msg {
	0% {opacity: 0;-webkit-transform: translateY(20px);}
	100% {opacity: 1;-webkit-transform: translateY(0px);}
}
@-o-keyframes msg {
	0% {opacity: 0;-o-transform: translateY(20px);}
	100% {opacity: 1;-o-transform: translateY(0px);}
}
@-moz-keyframes msg {
	0% {opacity: 0;-moz-transform: translateY(20px);}
	100% {opacity: 1;-moz-transform: translateY(0px);}
}
@-ms-keyframes msg {
	0% {opacity: 0;-ms-transform: translateY(20px);}
	100% {opacity: 1;-ms-transform: translateY(0px);}
}
@keyframes msg {
	0% {opacity: 0;transform: translateY(20px);}
	100% {opacity: 1;transform: translateY(0px);}
}

@media only screen and (max-width: 412px) {
	.botSubject, .botIcon .messages {width: 280px;}
} */

.botIcon .Messages,
.botIcon .Messages_list {
  flex-grow: 1;
}

.chat_close_icon {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 12px;
  z-index: 9;
}

.chat_on {
  background-color: #8a57cf;
  bottom: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 45px;
  padding: 9px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 45px;
  z-index: 10;
}

.chat_on_icon {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.botIcon .Layout {
  -webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-color: rgb(63, 81, 181);
  bottom: 20px;
  border-radius: 10px;
  box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1);
  box-sizing: content-box !important;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-height: 30px;
  max-width: 300px;
  min-width: 50px;
  opacity: 0;
  pointer-events: auto;
  position: fixed;
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  z-index: 999999999;
}

.botIcon .Layout-open {
  border-radius: 10px;
  color: #fff;
  height: 500px;
  max-height: 500px;
  max-width: 300px;
  overflow: hidden;
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  width: 100%;
}

.botIcon .Layout-expand {
  display: none;
  height: 400px;
  max-height: 100vh;
  min-height: 300px;
}
.showBotSubject.botIcon .Layout-expand {
  display: block;
}
.botIcon .Layout-mobile {
  bottom: 10px;
}
.botIcon .Layout-mobile.Layout-open {
  min-width: calc(100% - 20px);
  width: calc(100% - 20px);
}
.botIcon .Layout-mobile.Layout-expand {
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}
.botIcon .Messenger_messenger {
  height: 100%;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
  display: flex;
}
.botIcon .Messenger_header {
  align-items: center;
  background-color: rgb(22, 46, 98);
  color: rgb(255, 255, 255);
  flex-shrink: 0;
  height: 40px;
  padding-left: 10px;
  padding-right: 40px;
}

.botIcon .Messenger_header h4 {
  -webkit-animation: slidein 0.15s 0.3s;
  animation: slidein 0.15s 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-size: 16px;
  opacity: 0;
}
.botIcon .Messenger_prompt {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.botIcon .Messenger_content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 80px;
}
.botIcon .Messages {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.botIcon .Input {
  background-color: #fff;
  border-top: 1px solid #e6ebea;
  color: #96aab4;
  flex-grow: 0;
  flex-shrink: 0;
  padding-bottom: 15px;
  padding-top: 17px;
  position: relative;
  width: 100%;
}
.botIcon .Input-blank .Input_field {
  max-height: 20px;
}
.botIcon .Input_field {
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 45px;
  resize: none;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px !important;
}
.botIcon .Input_button-emoji {
  right: 45px;
}
.botIcon .Input_button {
  background-color: transparent;
  border: none;
  bottom: 15px;
  cursor: pointer;
  height: 25px;
  outline: none;
  padding: 0;
  position: absolute;
  width: 25px;
}
.botIcon .Input_button-send {
  right: 15px;
}
.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
  transform: scale(1.1);
  transition: all 0.1s ease-in-out;
}
.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
  fill: #2c2c46;
}
.Icon svg {
  height: auto;
  width: 100%;
}

.msg {
  display: flex;
}
.msg.user {
  flex-direction: row-reverse;
}
.msg + .msg {
  margin-top: 15px;
}
span.responsText {
  color: #000;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  max-width: calc(100% - 50px);
}
.msg.user span.responsText {
  margin-left: 0;
  margin-right: 10px;
}
span.avtr {
  display: inline-block;
  width: 30px;
}
span.avtr figure {
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  margin: 0;
  padding-bottom: 100%;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes slidein {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media only screen and (max-width: 412px) {
  .botIcon .Layout-open {
    width: 250px;
  }
}

/* Responsive */

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  /* .mobile-bottom-fix-big {
    margin-bottom: 60px;
  } */
}

/* header */

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .logo {
    text-align: left;
    float: none !important;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-right: 200px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 0px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ffd700 !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* welcome */

@media (max-width: 992px) {
  #welcome {
    position: relative;
  }
  #welcome .header-text h1 {
    margin-top: 40%;
  }
  #welcome .header-text .left-text {
    margin-top: 10px;
    transform: none !important;
  }
  #welcome a.main-button-slider {
    font-size: 14px;
    padding: 15px 25px;
    background-color: #090812;
    border: 3px solid #ffff;
    text-transform: uppercase;
    color: #ffff;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  #welcome a.main-button-slider:hover {
    background-color: #090812;
  }

  #welcome .header-text .right-image {
    margin-left: 30%;
    align-items: center;
  }
}

/* about */

@media (max-width: 992px) {
  #about section .left-text {
    color: #fff;
    /* font-size: 12px;  */
    /* text-align: left;  */
    margin-top: 20px;
    /* margin-bottom: 20px; */
  }
  #about .right-image {
    width: 200px;
    height: 200px;
    align-items: center;
    margin-bottom: -30%;
    margin-top: -50%;
    z-index: 2;
    position: relative;
    margin: 0px 100px;
  }
}

/* provide */

@media (max-width: 992px) {
  #we_provide {
    align-items: center;
  }
  #we_provide .center-heading h2 {
    margin-top: 30px;
  }
  .features-item-provide {
    margin: 10px 50px;
  }
}

/* analysis */

@media (max-width: 992px) {
  #analysis {
    align-items: center;
  }
  #analysis .right-text .analysis-heading h2 {
    margin: 10px;
  }
  #analysis .right-text ul li {
    margin: 10px 30px;
  }
  #analysis .left-image {
    left: -90px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* services */

@media (max-width: 992px) {
  #services {
    align-items: center;
    /* position: relative; */
  }
  #services .left-text .services-heading h2 {
    font-size: 30px;
    color: #b8e0fb;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
    text-align: left;
  }
  #services .left-text ul li {
    margin: 20px;
  }
  #services .right-image {
    width: 500px;
    height: 500px;
    /* margin: 10px 30px; */
  }
}

/* deliver */

@media (max-width: 992px) {
  #we_deliver {
    padding: 30px 0px;
    position: relative;
    z-index: 9;
  }

  .features-item-deliver {
    text-align: center;
    /* height: 300px; */
    /* width: 300px; */
    background-color: #090812;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #we_deliver .center-heading h2 {
    font-size: 30px;
    font-weight: 600;
    color: #b8e0fb;
    margin-top: 10px;
    text-align: center;
  }
  #we_deliver .center-heading p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .features-item-deliver img {
    z-index: 10;
    position: relative;
    width: 100px;
    height: auto;
  }
  .features-item-deliver p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
  }
}

/* thrive */

@media (max-width: 992px) {
  #thrive_crypto {
    align-items: center;
  }
  #thrive_crypto .center-heading h2 {
    margin-top: 20px;
  }
  .features-item-thrive {
    margin: 20px 15px;
  }
  .features-item-thrive p {
    font-size: 16px;
  }
  #thrive_crypto h3 {
    font-size: 40px;
    font-weight: 600;
    color: #778899;
    text-align: center;
    margin-left: 10px;
  }
}

/* blog */

@media (max-width: 992px) {
  #blog {
    align-items: center;
  }
  #blog .center-heading h2 {
    margin-top: 20px;
  }
  .features-item-blog {
    margin: 20px 2px;
  }
}

/* upcoming */

@media (max-width: 992px) {
  #upcoming {
    align-items: center;
  }
  #upcoming .center-heading h2 {
    margin-top: 30%;
  }
  .features-item-upcoming p h3 h4 {
    margin: 20px;
  }
}

/* usecrypto */

@media (max-width: 992px) {
  #usecrypto {
    align-items: center;
  }
  #usecrypto .center-heading h2 {
    margin-top: 30%;
  }
  .features-item-usecrypto p h3 {
    margin: 20px;
  }
}

/* usecrypto */

@media (max-width: 992px) {
  #strategy {
    align-items: center;
  }
  #strategy .center-heading h2 {
    margin-top: 30%;
  }
  .features-item-strategy p h3 {
    margin: 20px;
  }
}

/* be part */

@media (max-width: 992px) {
  #be_part {
    position: relative;
  }

  #be_part .center-heading h2 {
    font-size: 30px;
    font-weight: 600;
    color: #090812;
    margin-top: 20px;
  }
}

/* testimonials */

@media (max-width: 992px) {
  #testimonials {
    align-items: center;
    padding-bottom: 30px;
  }
  #testimonials .center-heading h2 {
    font-size: 30px;
    font-weight: 600;
    color: #b8e0fb;
    margin-top: 20px;
  }
  .features-item-testimo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .features-item-testimo .features-icon-testimo img {
    position: absolute;
    right: 40%;
    bottom: -4%;
    width: 20% !important;
    height: auto;
  }
}

/* pricing */

@media (max-width: 992px) {
  #pricing .card {
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 10px 40px 40px;
  }

  #pricing .card-body h3 {
    margin-bottom: 10px;
    color: #102f60;
    font-weight: 600;
    text-align: center;
  }

  #pricing .wave {
    height: 50px;
    position: relative;
    background: linear-gradient(90deg, #4dd2ff 0%, #4dd2ff 100%);
    background-size: cover;
    width: calc(100% + 40px);
    color: #fff;
    margin-top: -20px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-left: -20px;
    padding-top: 20px;
    padding-bottom: 60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  #pricing .wave::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat;
    height: 10px;
    background-size: 20px 20px;
    background-image: radial-gradient(
      circle at 10px -5px,
      transparent 12px,
      #fff 13px
    );
  }

  #pricing .wave::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat;
    height: 15px;
    background-size: 40px 20px;
    background-image: radial-gradient(
      circle at 20px 25px,
      #fff 12px,
      transparent 13px
    );
  }

  #pricing .card-footer button {
    background-color: #4dd2ff;
    color: #fff;
    border: 1px solid #4dd2ff;
    border-radius: 10px;
    align-items: center;
    width: 70%;
    padding: 10px;
    margin-bottom: -10%;
    z-index: 2;
    position: absolute;
  }

  .modal {
    width: auto;
    height: 800px;
  }

  .modal-header {
    background-color: #090812;
  }

  .modal-body h5 em {
    font-size: 14px;
  }

  .modal-body h5 {
    font-size: 18px;
  }

  .modal-body img {
    width: auto;
    height: 300px;
  }

  .modal-title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
  }

  .modal-footer {
    background-color: #090812;
  }
}

/* contact / footer */

@media (max-width: 992px) {
  footer {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .contact-form {
    position: relative;
    z-index: 10;
    padding: 40px;
    border-radius: 5px;
    background-color: #07102c;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 10px 10px;
  }
  footer .contact-form button.main-button {
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 25px;
    padding: 15px;
    background-color: #00bfff;
    text-transform: capitalize;
    color: #090812;
    font-weight: 800;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 10%;
    margin-left: 30%;
  }
  .form-group {
    position: relative;
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
  }

  .form-group input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #a6a6a6;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    width: 100%;
  }

  .form-group label {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    pointer-events: none;
    top: 0;
    transform: translateY(30px);
    transition: all 0.2s ease-in-out;
    left: 20px;
    font-style: italic;
  }

  .form-group input:valid,
  .form-group input:focus {
    border-bottom-color: #a6a6a6;
    outline: none;
  }

  .form-group input:valid + label,
  .form-group input:focus + label {
    color: #fff;
    font-size: 14px;
    transform: translateY(0);
  }
  footer .footer-content .left-content {
    text-align: center;
  }
  footer .footer-content {
    padding: 60px 0px !important;
  }
  footer .footer-content .center-heading h2 {
    color: #b8e0fb;
    font-size: 20px;
    margin-top: 10px;
  }
  .footer-content .company ul li a {
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
  }
  footer .copyright {
    text-align: center;
  }
  footer .social {
    text-align: center;
    margin: 10px;
  }
  footer .sub-footer p a {
    text-align: center;
    margin: 10px;
  }
  footer .main {
    text-align: center;
    margin: 10px;
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /* margin-bottom: 4rem; */
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.add_sep {
  width: 400px;
  background: #222222;
  height: 1px;
  margin-left: 0px;
}

/* background-color: #010523; */
#crypto:hover,
#crypto:focus {
  background-color: #ff99a2 !important;
}

#forex:hover,
#forex:focus {
  background-color: #94c2f3;
}

.ser_btn {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 0 25px;
  transition: all 200ms ease 50ms;
}

.ser_btn:hover,
.ser_btn:focus {
  background: #2a6adf;
  color: white;
  transition: all 200ms ease 50ms;
  font-weight: bold;
  border: 1px solid #2a6adf;
  outline: none;
}

.spot_1 {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 10px;
  border-radius: 60px;
  background-color: #2b2a2f;
  /* box-shadow: inset 0 0px 3px 1px #c9c4c4; */
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  margin: 10px 0;
}

.custom_spot_1 {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 10px;
  border-radius: 60px;
  background-color: #2b2a2f;
  /* box-shadow: inset 0 0px 3px 1px #c9c4c4; */
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.spot_1:hover,
.custom_spot_1:hover {
  transform: scale(1.1, 1.1);
  margin-top: 25px;
}

.spot_1 > h4,
.custom_spot_1 > h4 {
  border: 1px solid black;
  border-radius: 10px;
}

.spot_1 > .card-header,
.custom_spot_1 > .card-header {
  background: none !important;
  text-align: center;
  display: block;
  width: 236px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 0px;
  display: flex;
    justify-content: center;
    gap: 23px;
}

.spot_1 > .card-header > .card-img {
  display: block;
  float: left;
  width: 40px !important;
  height: 40px;
}

.spot_1 > .card-header > .card-title,
.custom_spot_1 > .card-header > .card-title {
  background: #fff;
}

.spot_1 > .card-header > .card-title:hover,
.custom_spot_1 > .card-header > .card-title:hover {
  color: blue !important;
}

.ser_desc {
  clear: both;
  display: block;
  height: auto;
}

.ser_lists {
  margin-top: 10px;
}

.ser_desc > .list-group > .list-group-item {
  font-size: 12px;
  font-weight: 100;
  border: 0;
  margin-left: 25px;
  background-image: url("../images/check-mark-angle.png");
  background-position: left center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-color: #2b2a2f;
  color: #fff;
}

.list-group-item {
  padding: 5px 1px;
}

.spot_price {
  margin: 20px 0 5px 0;
}

.spot_price1 {
  display: block;
  width: 100px;
  border: 0px solid black;
  border-radius: 4px;
  padding: 5px 15px;
  margin: 0 7px;
  font-size: 14px;
  margin: 0 auto;
}

.adds,
.adds > .list-group-item {
  background: #090812 !important;
}

.media_lists {
  clear: both;
  display: block;
  float: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 10px;
}

#media,
#flag {
  margin-bottom: 0px;
  background: #090812;
}

.media_lists > h3 {
  color: #b8e0fb;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
}

.media_lists > .list-group {
  margin-top: 40px;
}

.media_lists > .list-group > .list-group-item {
  display: block;
  width: 180px;
  height: 117px;
  margin: 0 20px;
  background: none;
  text-align: center;
}

.media_lists > .list-group > .list-group-item > img {
  width: 180px;
  height: 90px;
  margin: 0 auto;
}

.quicklink {
  border: 0px solid rgba(250, 250, 250, 0.3);
  padding: 10px;
}

.quicklink > h5 {
  display: block;
  float: none;
  width: 100%;
  color: #dcf9f8;
}
.quicklink > a {
  background: #090812 !important;
  color: #fff !important;
  display: block;
  padding: 5px 10px;
  border-right: 1px solid #fff;
}

.quicklink > a:last-child {
  border-right: 0px solid #fff;
}

.features-icon-blog {
  position: relative;
}
.article_logo {
  position: absolute;
  width: 70px;
  height: 60px;
  left: 0;
  top: -43px;
}

p#code1,
p#code2,
p#code3 {
  font-size: 13px;
}

.referral {
  background-color: black;
  padding: 10px 0;
  color: #fff;
}
.ref {
  font-size: 11px;
}

.adds li a {
  width: 200px !important;
  background: none !important;
  border: none !important;
  text-align: left !important;
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  div#mbstartupModal {
    visibility: visible;
  }
  div#mbstartupModal {
    visibility: hidden;
  }
}

.modal-backdrop {
  position: none !important;
}
.modal-backdrop.show {
  display: none;
}

@media only screen and (max-width: 767px) {
  .media_lists .list-group {
    display: block;
    margin: 0 12%;
  }
  .imgcode {
    width: auto;
    height: 100% !important;
  }
  div#startupModal {
    visibility: hidden;
  }
  .tabs {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-direction: column;
  }
  .tab {
    margin: 5px 13px;
  }
  div#mbstartupModal {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    visibility: visible;
  }

  .mbmodal {
    height: 150px;
    overflow: scroll;
    scroll-behavior: smooth;
  }

  /* .modal-backdrop{ */
  /* position:none !important; */
  /* } */
  /* .modal-backdrop.show{ */
  /* opacity:0; */
  /* } */
}
