*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 1rem/1.6 -apple-system, BlinkMacSystemFont,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
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,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

blockquote,
dl,
ol,
p,
table,
ul {
  font-size: 1.05rem;
  list-style: none;
}

ul {
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  blockquote,
  dl,
  ol,
  p,
  table,
  ul {
    font-size: inherit;
  }
}

ul li p {
  margin: 0 0 0.2rem;
}

ul li {
  padding-bottom: 0.3rem;
}

ul li ul {
  padding-left: 1rem;
  margin: 0;
}

ul li ul li {
  margin: 0;
}

ol li ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

a {
  display: inline-block;
  color: #fdc902;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
  color: #111111;
}

img,
video {
  vertical-align: middle;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}

button {
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

a,
button,
input {
  -webkit-tap-highlight-color: transparent;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button:active {
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  background: none;
  outline: none;
  border: none;
  text-transform: none;
  padding: 0;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
.feedback {
  font-weight: bold;
}

.list-items {
  display: block;
  margin: 0.52083rem 0;
  padding: 0;
}

.list-items .list-item {
  font-size: 1rem;
  padding: 0.52083rem 0;
}

.dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-item a {
  display: block;
  width: 100%;
  color: #2b2b2b;
  padding: 0.78125rem 1.04167rem;
  font-size: 1rem;
}

.dropdown-item a svg {
  color: #2b2b2b;
  position: relative;
  height: 1rem;
  width: 1rem;
  stroke-width: 0.3;
  vertical-align: middle;
}

.dropdown-item a span {
  margin-left: 1.04167rem;
}

.dropdown-item a:hover {
  background-color: #f8f9fe;
  color: #fdc902;
  fill: #fdc902;
}

.bold {
  font-weight: weight(semi-bold);
}

.cursor {
  cursor: pointer !important;
}

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

.relative {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.category {
  width: auto;
  margin: 1em 0;
  overflow: hidden;
}

.category .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.category .category-list li {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding-right: 0.78125rem;
  white-space: nowrap;
  cursor: pointer;
}

.category .category-list li button {
  border: none;
  outline: none;
}

.dot {
  position: relative;
  display: inline;
  width: 13px;
  height: 13px;
  background-color: #fdc902;
}

a.button:link,
a.button:visited,
a.button,
.button {
  font: 500 14px/30px "Fira Sans", sans-serif;
  color: #000;
  padding: 7px 40px;
  border: solid #000 1px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a.button.button-primary,
.button.button-primary {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc902+0,f7aa1c+50,f29330+100 */
  background: #fdc902;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdc902),
    color-stop(50%, #f7aa1c),
    to(#f29330)
  );
  background: linear-gradient(to bottom, #fdc902 0%, #f7aa1c 50%, #f29330 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc902', endColorstr='#f29330', GradientType=0 );
  /* IE6-9 */
}

a.button.button-primary:hover,
.button.button-primary:hover {
  background: white;
}

a.button.button-outline,
.button.button-outline {
  border: 1px solid #fdc902;
  background: 0;
  color: white;
}

a.button.button-outline:hover,
.button.button-outline:hover {
  background: #fdc902;
}

.button-full {
  display: block;
  width: 100%;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #141037;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.gutter-1 {
  height: 3.125rem;
}

.gutter-2 {
  height: 1.5625rem;
}

.gutter-3 {
  height: 1.04167rem;
}

/* wrapper classes */
.wrapper-fluid {
  max-width: 100%;
  padding: 0 1rem;
  margin-right: auto;
  margin-left: auto;
}

.wrapper,
.small-wrapper,
.medium-wrapper {
  max-width: 1200px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
}

.small-wrapper {
  max-width: 915px;
}

.medium-wrapper {
  max-width: 1000px;
}

.header {
  width: 100%;
  position: relative;
  background: url("../images/hero-img.png") transparent no-repeat center bottom;
  background-size: cover;
  background-color: #141037;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(20, 16, 55, 0.55);
}

.header__sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background-color: #283a5e;
  overflow-x: hidden;
  z-index: 999;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.header__sidebar.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header__sidebar__close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.header__sidebar__close span {
  color: #fff;
  font-size: 2rem;
}

.header__sidebar__nav {
  margin-top: 100px;
}

.header__sidebar__nav ul li {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header__sidebar__nav ul li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
}

.header__sidebar__nav ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  padding: 14px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__sidebar__nav ul li a:hover {
  color: #fdc902;
}

.header__sidebar__nav ul li a.button-outline {
  text-align: center;
}

.header__sidebar__nav ul li a.button-outline:hover {
  color: #fff;
}

.header .mobile-sidebar {
  display: none;
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #141037;
  z-index: 1;
}

.header .mobile-sidebar.active {
  display: block;
}

.header .mobile-sidebar .side-close {
  position: absolute;
  top: 20px;
  right: 30px;
}

.header .mobile-sidebar .side-close span {
  font-size: 25px;
  color: #fff;
}

.header .mobile-sidebar ul {
  margin-top: 30px;
}

.header .mobile-sidebar ul li {
  display: block;
  vertical-align: middle;
  font: 400 14px/30px "Fira Sans", sans-serif;
}

.header .mobile-sidebar ul li a {
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.header .mobile-sidebar ul li a.active {
  color: #fdc902;
  font-weight: 600;
}

.header .mobile-sidebar ul li a:hover {
  color: #fdc902;
}

.header__navigation {
  width: 100%;
  padding: 0 1rem;
  background-color: rgba(20, 16, 55, 0.65);
  overflow: hidden;
  position: relative;
}

.header__navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__navigation__inner .navlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__navigation__inner .navlist ul li {
  display: inline-block;
  vertical-align: middle;
  font: 400 14px/30px "Fira Sans", sans-serif;
  position: relative;
}

.header__navigation__inner .navlist ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.header__navigation__inner .navlist ul li a.active {
  color: #fdc902;
  font-weight: 600;
}

.header__navigation__inner .navlist ul li a:hover {
  color: #fdc902;
}

.header__navigation__inner .menu-button {
  display: none;
}

.header__navigation__inner .menu-button span {
  color: #fff;
  font-size: 2.3rem;
}

.header__banner {
  width: 100%;
  padding: 65px 0;
  overflow: hidden;
  position: relative;
}

.header__banner__inner {
  width: 1170px;
  margin: 0 auto;
  z-index: 9999;
}

.header__banner__inner .banner-text {
  padding: 30px;
  color: #fff;
}

.header__banner__inner .banner-text h3 {
  font-size: 2.8rem;
  display: block;
  margin: 0;
  line-height: 58px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.header__banner__inner .banner-text span {
  color: #fdc902;
}

.header__banner__inner .banner-text h4 {
  font-size: 2rem;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.header__banner__inner .banner-text P {
  font-size: 0.9rem;
}

.header__banner__inner .banner-text .banner-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}

.header__banner__inner .banner-text .banner-action .button-left {
  margin-right: 1rem;
}

.header__banner__inner .banner-text .banner-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.header__banner__inner .banner-text .banner-benefit div {
  padding: 0.5rem;
}

.header__banner__inner .banner-text .banner-benefit div i {
  position: relative;
  top: 1px;
  margin-right: 0.2rem;
}

.header__subheading {
  padding-top: 5rem;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.header__subheading h3 {
  color: #fff;
  font-size: 45px;
  text-transform: capitalize;
  font-weight: 700;
}

.header__subheading h3 span {
  color: #fdc902;
}

.header__subheading ul {
  padding-top: 1rem;
}

.header__subheading ul li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-right: 22px;
}

.header__subheading ul li a {
  color: #f6f8f9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__subheading ul li a:hover,
.header__subheading ul li a.active {
  color: #fdc902;
}

.header__subheading ul li:not(:last-child)::after {
  display: inline-block;
  font-family: "boxicons";
  content: "\ebab";
  color: #fff;
  position: absolute;
  top: 1px;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .header__navigation__inner .navlist {
    display: none;
  }
  .header__navigation__inner .menu-button {
    display: block;
  }
  .header__banner__inner {
    width: 100%;
  }
  .header__banner__inner .banner-text {
    text-align: center;
    padding: 20px;
  }
  .header__banner__inner .banner-text h3 {
    font-size: 2rem;
    line-height: 35px;
  }
  .header__banner__inner .banner-text h3 span {
    display: block;
  }
  .header__banner__inner .banner-text h4 {
    font-size: 1.4rem;
  }
  .header__banner__inner .banner-text .banner-action > div {
    width: 100%;
  }
  .header__banner__inner .banner-text .banner-action .button-left {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .header__banner__inner .banner-image {
    display: none;
  }
}

.about {
  padding-top: 5rem;
}

.about__title h5 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #677286;
  font-weight: 600;
}

.about__title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #283a5e;
}

.about__subtitle {
  position: relative;
  color: #fdc902;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 85px;
  margin-top: 32px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.about__subtitle span {
  color: #fdc902;
  font-weight: 700;
  font-size: 4rem;
  position: absolute;
  left: 0;
}

.about__description {
  font-size: 1rem;
  color: #677286;
  line-height: 28px;
  font-weight: 400;
  position: relative;
}

.about__description p {
  margin-bottom: 15px;
}

.about__description p span {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
}

.about__description p span i {
  color: #fdc902;
  font-size: 1.3rem;
  margin-right: 0.5rem;
  position: relative;
  top: 3px;
}

.about__video {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about__video .image {
  max-width: 100%;
  height: 300px;
}

.benefit {
  padding-top: 5rem;
  background-color: #f8f9fe;
  text-align: center;
}

.benefit__title h5 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #677286;
  font-weight: 600;
}

.benefit__title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #283a5e;
}

.benefit .benefit-card {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #283a5e;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 65px 25px 40px 25px;
  border-radius: 4px;
  border: 1px solid rgba(103, 114, 134, 0.2);
  text-align: center;
}

.benefit .benefit-card__icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 20px;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  color: #283a5e;
  background-color: #fff4cc;
  position: relative;
}

.benefit .benefit-card__icon i {
  color: #fdc902;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transsform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.benefit .benefit-card__icon:hover {
  background-color: #f8f9fe;
}

.benefit .benefit-card h3 {
  font-size: 1.4rem;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 43px;
  margin-bottom: 15px;
}

.benefit .benefit-card p {
  font-size: 1rem;
  line-height: 28px;
  font-weight: 400;
}

.benefit .benefit-card::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 4px;
  background-color: rgba(253, 201, 2, 0.8);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.benefit .benefit-card:hover::before {
  color: #fff;
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: auto;
  height: 100%;
  z-index: -1;
}

.started {
  padding-top: 5rem;
}

.started__title {
  text-align: center;
}

.started__title h5 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #677286;
  font-weight: 900;
}

.started__title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #283a5e;
}

.started__card {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid rgba(103, 114, 134, 0.1);
  padding: 45px 30px 40px 30px;
  margin-bottom: 20px;
}

.started__card__number {
  font-size: 40px;
  font-weight: 500;
  position: absolute;
  top: 30px;
  right: 20px;
  color: #fdc902;
  opacity: 0.1;
}

.started__card__icon {
  font-size: 35px;
  color: #fdc902;
  margin-bottom: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #fff4cc;
  border-radius: 50%;
}

.started__card__icon svg,
.started__card__icon i {
  position: relative;
  top: 3px;
}

.started__card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: capitalize;
  color: #283a5e;
}

.started__card p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 28px;
  font-weight: 400;
}

.started__card:hover .started__card__icon {
  background-color: #fdc902;
  color: #fff;
}

.price {
  padding-top: 5rem;
  background-color: #f8f9fe;
  text-align: center;
}

.price__title h5 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #677286;
  font-weight: 900;
}

.price__title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #283a5e;
}

.price__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid rgba(103, 114, 134, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.price__card__icon {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff4cc;
  color: #fdc902;
  margin-bottom: 20px;
  font-size: 25px;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 2.25);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 2.25);
}

.price__card__icon i {
  font-size: 2.5rem;
}

.price__card h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111111;
}

.price__card h4 strong {
  color: #fdc902;
}

.price__card h3 {
  font-size: 1.05rem;
  font-weight: 500;
  margin: 5px 0 20px;
  color: #677286;
}

.price__card__action {
  margin-top: 20px;
}

.price__card__action a.button {
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.price__card__action a.button.button-primary {
  background: #fff;
}

.price__card:hover .price__card__icon {
  background-color: #fdc902;
  color: #fff;
}

.price__card:hover .price__card__action a.button {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.price__card:hover .price__card__action a.button.button-primary {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc902+0,f7aa1c+50,f29330+100 */
  background: #fdc902;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdc902),
    color-stop(50%, #f7aa1c),
    to(#f29330)
  );
  background: linear-gradient(to bottom, #fdc902 0%, #f7aa1c 50%, #f29330 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc902', endColorstr='#f29330', GradientType=0 );
  /* IE6-9 */
}

.action {
  width: 100%;
  background: url("../assets/images/pay-img.jpg") transparent no-repeat center;
  background-color: #141037;
  background-size: cover;
  padding: 100px 0;
  overflow: hidden;
}

.action__title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}

.action__title p {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
}

.action .analytics {
  background-color: #050224;
  border-radius: 30px;
  padding: 31px 0;
  margin-right: 45px;
  text-align: center;
  margin-bottom: 20px;
}

.action .analytics h2 {
  font-size: 18px;
  color: #fdc902;
  font-weight: 400;
  margin: 15px 0;
}

.action .analytics p {
  font-size: 14px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .action .analytics {
    margin-right: 0;
  }
}

.footer {
  padding-top: 119px;
  position: relative;
  display: block;
  z-index: 1;
}

.footer__logo {
  height: 100%;
  margin-bottom: 50px;
}

.footer__logo image {
  width: 200px;
  height: 200px;
}

.footer p {
  font-size: 17px;
  color: #677286;
  line-height: 30px;
  margin-top: 26px;
  font-weight: 400;
}

.footer p a {
  display: block;
  color: #677286;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.footer p a i {
  position: relative;
  top: 3px;
  font-size: 18px;
}

.footer p span {
  text-transform: uppercase;
}

.footer__widget {
  padding-left: 36px;
}

.footer__widget h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 24px;
  display: inline-block;
  position: relative;
  color: #283a5e;
}

.footer__widget h3 span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 4px;
  background-color: #fdc902;
  border-radius: 30px;
}

.footer__widget h3 span:nth-child(2) {
  left: 17px;
  width: 10px;
  opacity: 0.8;
}

.footer__widget h3 span:nth-child(3) {
  left: 29px;
  width: 8px;
  opacity: 0.6;
}

.footer__widget ul li {
  display: block;
  margin-bottom: 10px;
}

.footer__widget ul li a {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  background-color: transparent;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  text-transform: capitalize;
  font-size: 16px;
  line-height: inherit;
  font-weight: 400;
  color: #677286;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

.footer__widget ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fdc902;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.footer__widget ul li a:hover {
  background-color: 0;
  color: #fdc902;
}

.footer__widget ul li a:hover::after {
  bottom: 4px;
  opacity: 1;
  visibility: visible;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fe;
}

.section__title h5 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #677286;
  font-weight: 600;
}

.section__title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #283a5e;
}

.section__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  margin-bottom: 40px;
}

.section__features__icon {
  width: 80px;
  height: 65px;
  line-height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  color: #283a5e;
  position: relative;
  background-color: #fdc902;
}

.section__features__icon i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transsform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section__features__text {
  width: 285px;
}

.section__features__text h3 {
  font-size: 1.5rem;
}

.section__features__text p {
  margin-top: 5px;
}

.section__action {
  margin-top: 4rem;
}

.section__action h4 {
  font-size: 2.1rem;
  margin-bottom: 5px;
}

.section__metrics {
  margin-top: 4rem;
}

.section__metrics__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.section__metrics__body .numbers {
  width: 150px;
  font-size: 2.5rem;
  color: #fdc902;
  font-weight: 600;
}

.section__metrics__body .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px;
  padding-left: 40px;
}

.section__metrics__body .text h3 {
  font-size: 1.7rem;
}

.section__address {
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  border-radius: 8px;
  padding: 63px 40px 32px 40px;
  margin-bottom: 50px;
  height: 180px;
  position: relative;
}

.section__address ul li i {
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -35px;
  color: #fdc902;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section__address ul h5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 11px;
  color: #283a5e;
}

.section__address ul p {
  color: #677286;
  font-size: 16px;
  font-weight: 400;
}

.section__address ul a {
  color: #677286;
}

.section__heading h4,
.section__heading h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #283a5e;
}

.section__heading p.section__desc {
  font-size: 16px;
  color: #677286;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
}

.section__accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.section__accordion li {
  position: relative;
  margin-bottom: 20px;
}

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

.section__accordion li h3.title {
  color: #283a5e;
  width: 100%;
  cursor: pointer;
  padding: 20px 80px 18px 30px;
  display: block;
  -webkit-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
  box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
  border: 1px solid #eee;
  font-weight: 500;
  font-size: 20px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section__accordion li h3.title:hover {
  color: #fdc902;
}

.section__accordion li h3.title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
}

.section__accordion li h3.title::after {
  width: 10px;
  height: 10px;
  border-right: 1px solid #312f2f;
  border-bottom: 1px solid #312f2f;
  position: absolute;
  right: 22px;
  content: " ";
  top: 23px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.section__accordion li h3.title.active {
  color: #fff;
  background-color: #fdc902;
  border-radius: 4px 4px 0 0;
  border: transparent;
}

.section__accordion li h3.title.active::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.section__accordion li .content {
  padding: 23px 30px 21px 30px;
  display: none;
  -webkit-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
  box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
  border-radius: 0 0 5px 5px;
  font-weight: 400;
  background-color: #fff;
}

.section__accordion li .content p {
  font-size: 16px;
  color: #677286;
  line-height: 25px;
}

.section__faq {
  padding-left: 5rem;
}

.section__faq h3 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #283a5e;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.section__faq span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 4px;
  background-color: #fdc902;
  border-radius: 30px;
}

.section__faq span:nth-child(2) {
  left: 17px;
  width: 10px;
  opacity: 0.8;
}

.section__faq span:nth-child(3) {
  left: 29px;
  width: 8px;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .section__faq {
    margin-top: 3rem;
    padding-left: 0;
  }
}

.dashboard {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #fff;
}

.dashboard__sidebar {
  position: fixed;
  top: 64px;
  right: -320px;
  width: 320px;
  height: 100%;
  background-color: #fff;
  overflow-x: hidden;
  z-index: 999;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.dashboard__sidebar.active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.dashboard__sidebar__close {
  position: absolute;
  top: 15px;
  right: 25px;
}

.dashboard__sidebar__close span {
  color: #141037;
  font-size: 2rem;
}

.dashboard__sidebar__nav {
  margin-top: 60px;
}

.dashboard__sidebar__nav .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.dashboard__sidebar__nav .profile .photo .avatar {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 5rem;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.dashboard__sidebar__nav .profile .content h3 {
  font-size: 17px;
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 25px;
}

.dashboard__sidebar__nav .profile .content p {
  font-size: 14px;
  margin: 5px 0 10px;
}

.dashboard__sidebar__nav ul li {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.dashboard__sidebar__nav ul li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
}

.dashboard__sidebar__nav ul li a {
  font-size: 16px;
  color: #141037;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  padding: 14px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dashboard__sidebar__nav ul li a i {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.dashboard__sidebar__nav ul li a:hover {
  color: #fdc902;
}

.dashboard__sidebar__nav ul li a.button-primary {
  text-align: center;
}

.dashboard__sidebar__nav ul li a.button-primary:hover {
  color: #141037;
}

.dashboard__header {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.05);
}

.dashboard__header__inner {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dashboard__header__inner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dashboard__header__inner .logo .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: 0 10px;
}

.dashboard__header__inner .logo .photo span {
  font-weight: 500;
  margin-left: 10px;
}

.dashboard__header__inner nav ul li {
  display: inline-block;
  vertical-align: middle;
  font: 400 14px/30px "Fira Sans", sans-serif;
  position: relative;
}

.dashboard__header__inner nav ul li button.menu-button {
  margin-left: 20px;
}

.dashboard__header__inner nav ul li button.menu-button span {
  font-size: 1.8rem;
}

.dashboard__header__inner nav ul li.photo {
  margin-right: 20px;
}

.dashboard__header__inner nav ul li.photo .avatar {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.dashboard__header__inner nav ul li a {
  text-decoration: none;
  color: #141037;
  padding: 0 20px;
  text-transform: capitalize;
  font-size: 1rem;
}

.dashboard__header__inner nav ul li a.button {
  padding: 3px 40px;
}

.dashboard__header__inner nav ul li a.button-outline {
  color: #141037;
}

.dashboard__header__inner .mobile-btn {
  display: none;
}

.dashboard__header__inner .mobile-btn button.menu-button {
  margin-left: 20px;
}

.dashboard__header__inner .mobile-btn button.menu-button span {
  font-size: 1.8rem;
}

.dashboard__body {
  padding-top: 5rem;
}

.dashboard__body__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.dashboard__body__inner .amount {
  text-align: center;
}

.dashboard__body__inner .amount h2 {
  font-size: 40px;
  font-weight: 600;
  display: block;
}

.dashboard__body__inner .amount small {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.dashboard__body__inner .text h2 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.dashboard__body__inner .content {
  width: 100%;
  max-width: 600px;
  margin: 30px 0;
}

.dashboard__body__inner .content .panel li.panel-heading {
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  padding: 12px;
  display: block;
  -webkit-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
  box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.1);
  border: 1px solid #fafafe;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dashboard__body__inner .content .panel li.panel-heading a {
  color: #0db90d;
}

.dashboard__body__inner .content .panel li.panel-heading i {
  color: #283a5e;
  font-size: 25px;
  line-height: 30px;
  margin-right: 10px;
  position: relative;
  bottom: -5px;
}

.dashboard__body__inner .content .panel li.panel-heading:hover {
  background-color: #dddddd;
}

.dashboard__body__inner .content .card {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dashboard__body__inner .content .card .label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}

.dashboard__body__inner .content .card p {
  text-align: center;
}

.dashboard__body__inner .content .card .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard__body__inner .content .card .address p {
  margin-top: 25px;
  font-weight: 600;
}

.dashboard__body__inner .content .card .address button {
  border: 1px solid #111111;
  padding: 7px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.dashboard__body__inner .content .card .address button.btn-copied {
  border-color: #41b341;
  background-color: #a0dca0;
  color: #1d4f1d;
}

.dashboard__body__inner .content .card .form-bitcoin {
  width: 100%;
  text-align: center;
}

.dashboard__body__inner .content .card .form-bitcoin label {
  font-weight: 600;
  font-size: 20px;
}

.dashboard__body__inner .content .card .form-bitcoin .form-input {
  background-color: #f2f2f2;
  color: #111111;
  padding: 0.5rem;
  border-radius: 4px;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  width: 250px;
}

.dashboard__body__inner .record {
  width: 100%;
  max-width: 900px;
  margin: 30px 0;
}

.dashboard__body__inner .record .panel {
  padding: 0;
  border: 1px solid #dbdcdf;
}

.dashboard__body__inner .record .panel li {
  padding: 1.5rem;
  font-size: 18px;
  background-color: #fafafe;
  border-bottom: 1px solid #dbdcdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dashboard__body__inner .record .panel li .date {
  text-align: center;
}

.dashboard__body__inner .record .panel li .date span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.dashboard__body__inner .record .panel li .date span:nth-child(2) {
  margin: 5px 0;
  font-size: 25px;
  font-weight: 600;
}

.dashboard__body__inner .record .panel li .date span:last-child {
  font-size: 12px;
  font-weight: 500;
  color: #141037;
}

.dashboard__body__inner .record .panel li .status small {
  font-size: 15px;
}

.dashboard__body__inner .record .panel li .status small.red {
  color: #da1e1e;
}

.dashboard__body__inner .record .panel li .status small.green {
  color: #0db90d;
}

.dashboard__body .account-sidebar ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
}

.dashboard__body .account-sidebar ul li a {
  width: 100%;
  height: 55px;
  line-height: 53px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #141037;
  font-weight: 700;
  padding-left: 20px;
  display: inline-block;
  border-radius: 3px;
  border: 2px solid #fdc902;
  position: relative;
}

.dashboard__body .account-sidebar ul li a:hover {
  color: #fff;
}

.dashboard__body .account-sidebar ul li a img {
  background-repeat: no-repeat;
  background-color: transparent;
  background-position-x: 20px;
  background-position-y: center;
}

.dashboard__body .account-sidebar ul li a span {
  padding-left: 20px;
}

.dashboard__body .account-overview__header {
  height: 100%;
  width: 100%;
  padding: 3rem 1rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.dashboard__body .account-overview__header .metrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
}

.dashboard__body .account-overview__header .metrics__icon {
  width: 55px;
  height: 45px;
  line-height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  color: #283a5e;
  position: relative;
  background-color: #fdc902;
}

.dashboard__body .account-overview__header .metrics__icon i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transsform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dashboard__body .account-overview__header .metrics__text {
  width: 285px;
}

.dashboard__body .account-overview__header .metrics__text h3 {
  font-size: 1.1rem;
}

.dashboard__body .account-overview__header .metrics__text p {
  margin-top: 5px;
}

.dashboard__body .account-overview__main {
  margin-top: 2.3rem;
}

.dashboard__body .account-overview__main .dashboard-metric__header {
  width: 100%;
  padding: 20px;
  background-color: #141037;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard__body .account-overview__main .dashboard-metric__header .text {
  padding-left: 30px;
}

.dashboard__body .account-overview__main .dashboard-metric__header .text h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.dashboard__body .account-overview__main .dashboard-metric__header .text h2 {
  font-size: 35px;
  color: #fdc902;
}

.dashboard__body .account-overview__main .dashboard-metric__main {
  padding: 20px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  background-color: #fdc902;
}

.dashboard__body
  .account-overview__main
  .dashboard-metric__main
  .border-bottom {
  width: 100%;
  border: 1px solid #141037;
  margin: 10px 0;
}

.dashboard__body .account-overview__main .dashboard-metric__main a.action-btn {
  width: 247px;
  height: 46px;
  line-height: 42px;
  color: #141037;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #141037;
  border-radius: 3px;
  display: inline-block;
}

.dashboard__body
  .account-overview__main
  .dashboard-metric__main
  a.action-btn:hover {
  background-color: #141037;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .dashboard__sidebar {
    top: 54px;
    right: -310px;
  }
  .dashboard__header__inner nav {
    display: none;
  }
  .dashboard__header__inner .mobile-btn {
    display: block;
  }
  .dashboard__body__inner .record .panel li {
    padding: 0.8rem;
  }
  .dashboard__body__inner .record .panel li .date span {
    font-size: 15px;
  }
  .dashboard__body__inner .record .panel li .date span:nth-child(2) {
    font-size: 20px;
    margin: 2px 0;
  }
  .dashboard__body .account-overview__header .metrics {
    margin-bottom: 30px;
  }
  .dashboard__body .account-sidebar {
    display: none;
  }
}

html,
body {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}

html ::-moz-selection,
body ::-moz-selection {
  background-color: #fdc902;
  color: #fff;
}

html ::selection,
body ::selection {
  background-color: #fdc902;
  color: #fff;
}

@media (max-width: 991px) {
  html,
  body {
    font-size: 1rem;
    line-height: 1.40625rem;
  }
  html p,
  body p {
    font-size: 0.9375rem;
  }
}

html a:hover,
body a:hover {
  text-decoration: none;
}

.svg-inline {
  display: inline-block;
  font-size: 1.125rem;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline.show {
  color: #ffd475;
  fill: #ffd475;
}

.show {
  display: block;
  visibility: visible;
  opacity: 1;
}

.hide {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tv-embed-widget-wrapper__body {
  background-color: #141037 !important;
}

#scrollUp {
  background-color: #fff;
  border-radius: 0;
  color: #fdc902;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  border-radius: 0%;
  line-height: 42px;
  right: 50px;
  width: 40px;
  bottom: 50px;
  height: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

#scrollUp i.bx {
  position: relative;
  top: 3px;
  font-size: 1.2rem;
}

#scrollUp:hover,
#scrollUp:focus {
  background-color: rgba(253, 201, 2, 0.5);
  color: #fdc902;
}

.auth-section,
.section-auth {
  display: block;
  max-width: 750px;
  border-radius: 10px;
  padding: 50px;
  margin: 0px auto;
  width: 100%;
  -webkit-box-shadow: 0 2px 43px 0 #020202;
  box-shadow: 0 2px 43px 0 #020202;
}

.form-control {
  width: 100%;
  font: 400 14px/28px "Montserrat", sans-serif;
  background: #fff;
  border-radius: 0;
  border: solid #d6d6d6 1px;
  color: #000;
  height: 54px;
  margin: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 6px 14px;
}

.auth {
  padding: 60px 0 50px;
}

.title-circle {
  width: 17px;
  height: 17px;
  display: block;
  border-top: 3px solid #fdc902;
  border-left: 3px solid #fdc902;
  position: relative;
  margin-bottom: 20px;
}

.title-circle::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 5px;
  height: 5px;
  background-color: #fdc902;
}

.content-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.main-section {
  min-height: calc(100vh - 56px);
}

@media (min-width: 478px) {
  .content-wrapper {
    max-width: 1200px;
  }
}

@media (min-width: 767px) {
  .content-wrapper {
    max-width: 1200px;
  }
}

@media (min-width: 991px) {
  .content-wrapper {
    max-width: 1200px;
  }
}
/*# sourceMappingURL=main.css.map */
