/* =====================================================
TEMPLATE      : HYIP DS v 2.0
DESCRIÇÃO     : HYIP DS v2.0 https://designmp.net
Autor         : https://designmp.net
Version       : 2.0
======================================================= */

/* ===================
fonts
====================== */

@font-face {
  font-family: 'Neo Sans';
  src: url('/assets/font/Neo Sans Std Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Noto+Sans:wght@400;500;700&display=swap');


.conteudo {
  margin-left: 100px;
}

@media all and (max-width: 767px) {
  .conteudo {
    margin-left: 130px;
  }

}


/* ===================
general css
====================== */

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}


html,
body {
  font-size: 16px;
  color: var(--texto);
  background-color: var(--fundo);
  line-height: 1.8;

  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}




a {
  color: #70b3e7;
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #0049D0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--titulo);
  margin: 0px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}


.bg-primary {
  background-color: var(--botao) !important;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}



/* Container principal */
.renew-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

/* Cada opção */
.renew-option {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid var(--botao);
  background: var(--box);
  position: relative;
}

/* Esconde o radio button nativo */
.radio-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Estilo quando selecionado */
.radio-input:checked+.radio-content {
  color: #3bc585;
}

.radio-input:checked~.radio-content::before {
  color: #3bc585;
   border: 1px solid #3bc585;
}

/* Conteúdo do radio */
.radio-content {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  padding-left: 30px;
}

/* Bolinha do radio */
.radio-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #757575;
  border-radius: 50%;
  transition: all 0.3s;
}

/* Ponto central quando selecionado */
.radio-input:checked~.radio-content::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: rgb(81, 175, 101);
  border-radius: 50%;
}

/* Estilo do texto */
.period {
  font-weight: 600;
  flex-grow: 1;
}

.price {
  font-weight: 700;
  color: #2196F3;
  margin-left: 10px;
}

/* Efeitos de hover e foco */
.renew-option:hover {
  border: solid 2px #4ba156;
  color: var(--texto);
}

.radio-input:focus-visible~.radio-content {
  outline: 2px solid #2ec799;
  outline-offset: 2px;
}

.radio-input:checked~.radio-content {
  font-weight: bold;
}



*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

/* ===================
preloader
====================== */

.preloader {
  background-color: var(--fundo);
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.loader {
  width: 40px;
  height: 40px;
  position: relative;
  top: calc(50% - 30px);
  left: calc(50% - 20px);
}

.loader-box-1,
.loader-box-2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #896EFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader-bounce 2.0s infinite ease-in-out;
}

.loader-box-2 {
  animation-delay: -1.0s;
}

@keyframes loader-bounce {

  0%,
  100% {
    transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
  }
}

/* ===================
theme default css
====================== */

.ovrflow-hidden {
  overflow: hidden;
}

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

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

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background-color: var(--primary);
}

.bg-2 {
  background: #F8F9FF;
}


/* ===================
site title css
====================== */

.site-heading {
  margin-bottom: 50px;
}

.site-title-tagline {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: var(--cor-h1);
  position: relative;
}

.site-title-tagline::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-right: 10px;
  margin-bottom: 5px;
  background: #E9895E;
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 48px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
}

.site-title span {
  color: #E9895E;
}

.site-heading p {
  font-size: 16px;
}

.heading-divider {
  display: inline-block;
  position: relative;
  height: 4px;
  background-image: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
  width: 90px;
  overflow: hidden;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #ffffff;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(85px);
  }

  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(85px);
  }

  100% {
    transform: translateX(-1px);
  }
}


@media all and (max-width: 767px) {
  .site-title {
    font-size: 35px;
  }
}



/* ===================
margin & padding
====================== */

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

.pd-50 {
  padding: 50px 0;
}

.py-120 {
  padding: 120px 0;
}

.py-150 {
  padding: 150px 0;
}

.pt-120 {
  padding-top: 50px;
}

.pb-120 {
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

.mr-300 {
  margin-right: 300px;
}

.ml-300 {
  margin-left: 300px;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

/* ===================
theme button
====================== */

.langSel {
  max-width: 150px;
}

.theme-btn {
  font-size: 16px;
  color: #fff !important;
  padding: 10px 28px;
  font-weight: 500;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-size: 200% 100%;
  background-color: transparent;
  box-shadow: 0 3px 10px rgb(0 0 0 / 100%);
}

.theme-btn:hover {
  color: var(--cor-h1);
  background-position: 100% 0;
}

.theme-btn2 {
  background-color: var(--primary);
}

.theme-btn i {
  margin-left: 6px;
}



/* ===================
container
====================== */

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1185px;
  }
}




/* ===================
scroll-top css
====================== */

#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  background-image: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
  color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: all .5s ease-in-out;
}

/* ===================
header top css
====================== */

.header-top {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  z-index: 1000;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-top-contact ul li a {
  color: #fff;
  font-weight: 400;
}

.header-top-contact ul li a i {
  margin-right: 10px;
  color: #fff;
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-top-lang {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-top-lang .nice-select {
  background: transparent;
  height: 35px;
  line-height: 32px;
  border: none;
}

.header-top-lang .nice-select::after {
  border-color: #fff;
  width: 7px;
  height: 7px;
  margin-top: -6px;
}

.header-top-lang .nice-select .list {
  background: #0762da;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: var(--botao);
}

.header-top-lang i {
  margin-right: -12px;
}

.header-top-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #896EFF;
  font-size: 16px;
  background: #fff;
  text-align: center;
  margin-left: 5px;
  border-radius: 50px;
  transition: all .5s ease-in-out;
}

.header-top-social a:hover {
  background: #896EFF;
  color: #fff;
}

.header-top-account a {
  color: #fff;
  margin-right: 20px;
}

.header-top-account a i {
  margin-right: 8px;
}

@media all and (max-width: 1199px) {
  .header-top-account {
    display: none;
  }

  .header-top::before {
    width: 270px;
  }

  .header-top::after {
    width: 260px;
  }
}

@media all and (max-width: 992px) {
  .header-top {
    display: none;
  }
}

/* ===================
nav menu css
====================== */

@media all and (min-width: 992px) {

  .navbar .nav-item .nav-link {
    margin-right: 28px;
    padding: 28px 0 28px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 15px;
    left: -18px;
    border: rgba(0, 0, 0, .8) 1px solid;
    margin-left: 5px;
    border-radius: 8px;
    width: 220px;
    color: #ffffff;
    background-color: var(--menu);
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid #eee;
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    color: #fcfcfc;
    border-radius: 8px;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 0px;
    height: 2px;
    opacity: 0;
    background: #242424;
    transition: all .7s ease-in-out;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    width: 28px;
    opacity: 1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: var(--menu);
    color: #fff;
    padding-left: 33px;
  }

  .navbar .nav-item .nav-link {
    position: relative;
    z-index: 1;
  }

  .navbar .nav-item .nav-link::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 0px;
    height: 3px;
    bottom: 20px;
    left: 1px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
  }

  .navbar .nav-item .nav-link.active::before,
  .navbar .nav-item .nav-link:hover::before {
    width: 20px;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  .header-nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 30px;
  }

  .header-nav-search a {
    color: #fff;
    font-size: 18px;
    padding: 5px;
  }

  .navbar .header-btn {
    padding-top: 8px;
  }


}

/*bootstrap menu*/

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
  background-color: var(--menu);
}

.navbar.fixed-top {
  background-color: var(--menu);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

button.navbar-toggler {
  font-size: 30px;
  padding: 2px;
  margin: 0;
  color: #FFFF !important;
}

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand img {
  width: 220px;
}

/* dropdown toggler */

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 1.5px;
  font-family: 'Font Awesome 5 Free';
  content: "\f078";
  font-weight: 600;
  border: none;
  font-size: 11px;
}

.dropdown-toggle:hover::after {
  content: "\f077";
}

/* mobile menu */

.mobile-menu-right {
  display: flex;
  align-items: center;
}

@media all and (max-width: 1199px) {
  .header-phone {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .collapse1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    z-index: 1000;
    background-color: var(--menu);
    overflow-y: auto;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
  }

  .collapse1.show {
    transform: translateX(0);
  }

  .dropdown-toggle {
    padding: 10px 5px 10px 5px;
    background-color: var(--menu);
  }

  .dropdown-toggle.show {
    background-color: var(--menu);
  }

  .navbar-brand {
    padding-left: 10px;
  }

  .dropdown-menu {
    background-color: var(--menu);
  }

  .dropdown-item {
    color: #FFFF;
  }

  .navbar-brand img {
    width: 190px;
  }

  .nav-link {
    padding: 10px 5px 10px 5px;
    margin-left: 5px;
  }

  /*
  .navbar-collapse {
    max-height: 100%;
    max-width: 80%;
    overflow: hidden;
    overflow-y: auto;
    padding: 5px 20px;
    color: #ffffff;
    background-color: #1a1a1a;
  }
*/
  .dropdown-toggle::after {
    float: right;
    margin-top: 5px;
  }

  .navbar .nav-item .nav-link {
    color: #FFFF;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.5s ease-in-out;
  }

  .navbar .nav-item .nav-link:hover {
    color: var(--botao) !important;
  }


  .navbar .dropdown-menu {
    border-radius: 10px;
  }

  .header-nav-right {
    display: none;
  }
}





/* ===================
main css 
====================== */
.main {
  margin-top: -6rem;
}


/* ===================
hero css 
====================== */

.hero-wrapper {
  padding-top: 140px;
  padding-bottom: 90px;
  position: relative;
  background-color: var(--primary);
  z-index: 1;
}

.hero-wrapper::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.hero-shape {
  position: absolute;
  bottom: -10px;
  left: 0px;
  transform: scaleX(-1);
}

.hero-img {
  position: relative;
  z-index: 1;
}

.hero-wrapper .hero-sub-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
}

.hero-wrapper .hero-title {
  font-size: 50px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-wrapper .hero-title span {
  color: #E9895E;
}

.hero-wrapper p {
  font-size: 17px;
  color: #fff;
}

.hero-wrapper .hero-btn {
  margin-top: 40px;
  display: flex;
  gap: 15px;
}

.hero-single {
  padding-top: 250px;
  padding-bottom: 180px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 10, 22, 0.75);
  left: 0;
  top: 0;
  z-index: -1;
}

.hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero-single .hero-content .hero-title {
  color: #fff;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-single .hero-content .hero-title span {
  color: #896EFF;
}

.hero-single .hero-content .hero-sub-title {
  color: #896EFF;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.hero-single .hero-content p {
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  gap: 2rem;
  display: flex;
  margin-top: 1rem;
  justify-content: start;
}

.hero-title {
  font-weight: 700;
  margin: 20px 0;
}

.hero-sub-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.hero-btn .video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}

.hero-btn .play-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.hero-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: #896EFF;
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  transition: all .5s ease-in-out;
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #896EFF;
}

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev,
  .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 60px !important;
  }

  .hero-slider.owl-theme .owl-nav .owl-next {
    left: 120px;
  }
}

@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 35px;
  }

  .hero-wrapper {
    padding-top: 260px;
    padding-bottom: 160px;
  }

  .hero-wrapper .hero-title {
    font-size: 32px;
  }

  .hero-wrapper .hero-img {
    margin-top: 70px;
  }

}

@media all and (max-width: 767px) {
  .hero-wrapper .hero-sub-title {
    font-size: 20px;
  }

  .hero-single .hero-content .hero-sub-title {
    font-size: 15px;
  }

  .hero-single .hero-content .hero-btn {
    gap: 1rem;
  }
}

/* =====================
play btn
===================== */

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: #fff;
  color: #4129C5;
  position: absolute;
  border-radius: 50%;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5 ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/* ===================
about css 
====================== */

.about-area {
  position: relative;
  display: block;
}

.about-left {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-right {
  position: relative;
  display: block;
  padding-left: 25px;
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}

.about-list {
  position: relative;
  display: block;
}

.about-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-list li+li {
  margin-top: 10px;
}

.about-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-list li .icon span {
  font-size: 20px;
  color: #E9895E;
}

.about-list li .text {
  margin-left: 16px;
}

.about-list li .text p {
  color: #fff;
  margin: 0;
}

@media all and (max-width: 991px) {
  .about-right {
    margin-top: 80px;
  }
}



/* ===================
feature css 
====================== */

.feature-area {
  position: relative;
  z-index: 1;
}

.feature-item {
  padding: 25px;
  cursor: pointer;
  background-color: var(--primary);
  margin-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: all .5s ease-in-out;
}

.feature-item:hover {
  background-color: var(--primary);
  transform: translateY(-10px);
}

.feature-icon {
  margin-bottom: 20px;
  transition: all .5s ease-in-out;
}

.feature-item:hover .feature-icon {
  transform: rotateX(360deg);
}

.feature-icon i {
  font-size: 55px;
  color: var(--cor-h1);
  line-height: 1;
}

.feature-content h5 {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--cor-h1);
}

.feature-item p {
  color: var(--texto);
}

.feature-item.active {
  background-image: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
}

.feature-item.active .feature-icon i {
  color: #fff;
}

.feature-item:hover .feature-icon i {
  color: #fff;
}




/* ===================
CTA css 
====================== */

.cta-area {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--primary);
}

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

.cta-content h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cta-content h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
}

.cta-content h2 span {
  color: #E9895E;
}

.cta-content p {
  color: #fff;
}

.cta-content .theme-btn {
  margin-top: 40px;
}


.cta-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}


.sobre {
  background-color: var(--fundo);
}

.transaction {
  background-color: var(--fundo);
}

/* ===================
video css 
====================== */

.video {
  position: relative;
  margin-left: 20%;
  margin-right: 20%;
  height: 500px;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 12px;
  align-items: center;
}

.video img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.video-area .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  background: #fff;
  color: #4129C5;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .video {
    padding-bottom: 75%;
    height: 250px;
    margin-left: 0px;
    margin-right: 0px;
  }
}


/* ===================
choose css 
====================== */
.choose-area {
  position: relative;
}

.choose-content {
  position: relative;
  padding-left: 30px;
}

.choose-content ul {
  margin-top: 30px;
  margin-bottom: 40px;
}

.choose-content li {
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  cursor: pointer;
  position: relative;
  background-color: var(--primary);
  border-radius: 8px;
  transition: all .5s ease-in-out;
  z-index: 1;
}

.choose-content-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.choose-content-wrapper i {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 45px;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
  background-color: var(--primary);
}

.choose-content li h5 {
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  color: #fff;
}

.choose-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--primary);
  border-radius: 8px;
  transition: all .3s ease-in-out;
  z-index: -1;
}

.choose-content li:hover::before {
  width: 100%;
}

.choose-content li:hover p,
.choose-content li:hover h5 {
  color: #fff;
}

.choose-content li:hover .choose-content-wrapper i {
  background-color: var(--primary);
}


@media all and (max-width: 991px) {
  .choose-img {
    margin-top: 50px;
  }
}

@media all and (max-width: 767px) {
  .choose-content-wrapper i {
    width: 130px;
  }

  .choose-content {
    padding-left: 0px;
  }
}



/* ===================
investor css 
====================== */

.investor-area {
  position: relative;
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}

.investor-item {
  background: #16087F;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 25px;
  transition: all .5s ease-in-out;
}

.investor-item:hover {
  transform: translateY(-10px);
}

.investor-item img {
  border-radius: 12px;
}

.investor-content {
  margin-top: 10px;
  text-align: center;
  border-radius: 12px;
  padding: 5px 0;
  background-color: var(--primary);
  clip-path: polygon(50% 0%, 100% 0, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 0 0);
  transition: all .5s ease-in-out;
}

.investor-item:hover .investor-content {
  background-color: var(--primary);
}

.investor-content a {
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}

@media all and (max-width: 767px) {
  .investor-area {
    clip-path: polygon(0 0, 100% 0%, 100% 96%, 0% 100%);
  }
}


/* ===================
affiliate css 
====================== */

.affiliate-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: var(--primary);
}

.affiliate-percentage {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  border: 5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
}

.affiliate-percentage h1 {
  color: #fff;
  font-weight: bold;
}

.affiliate-percentage h1 span {
  font-size: 20px;
}


@media all and (max-width: 767px) {
  .affiliate-img {
    margin-bottom: 35px;
  }

  .affiliate-item {
    margin-bottom: 25px;
  }
}



/* ===================
skill css 
====================== */

.skill-right .skill-details {
  margin-bottom: 25px;
  margin-top: 5px;
}

.progress-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

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

.progress-box h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.progress-box .progress {
  height: 8px;
  background-color: #E9ECFB;
  border-radius: 0;
}

.progress-box .progress .progress-bar {
  background-color: #896EFF;
}

@media all and (max-width: 991px) {
  .skill-right .site-heading {
    font-size: 30px;
  }

  .skill-img img {
    width: 100%;
  }

}

/* ===================
contact us css 
====================== */

.contact-wrapper {
  padding: 50px 30px;
  background-color: var(--primary);
  border-radius: 8px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  position: relative;
}

.contact-form {
  padding: 0 40px;
}

.contact-form-header {
  margin-bottom: 30px;
  color: #1F2471;
}

.contact-form-header h2 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 10px;
}

.contact-form-header p {
  color: #fff;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group .form-control {
  padding: 14px 20px;
  border-radius: 8px;
  box-shadow: none;
  color: var(--texto);
  border-color: var(--cor-h1);
  transition: all .5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
  border-color: #896EFF;
}

.contact-form .form-group .form-control::placeholder {
  color: var(--texto);
}

.contact-map {
  margin-top: 120px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
  border-radius: 8px;
}

.contact-content {
  position: relative;
  margin-bottom: 50px;
}

.contact-content::before {
  content: "";
  position: absolute;
  width: 5px;
  top: 50px;
  left: 45px;
  bottom: 50px;
  background: #DE5E6F;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
}

.contact-info-icon {
  width: 62px;
  height: 62px;
  border-radius: 50px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}

.contact-info h5 {
  color: #fff;
  margin-bottom: 5px;
}

.contact-info p {
  color: #fff;
}

@media all and (max-width: 991px) {
  .contact-wrapper {
    padding: 50px 20px;
  }

  .contact-form {
    padding: 0px;
  }

  .contact-info {
    padding: 0px;
    margin-bottom: 50px;
  }
}

@media all and (max-width: 767px) {
  .contact-content {
    margin-top: 80px;
  }
}



/* ===================
dashboard/profile css 
====================== */

.dashboard-sidebar {
  padding: 30px 0;
  border-radius: 10px;
  margin-bottom: 25px;
  background-color: var(--primary);
}

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

.dashboard-profile img {
  border-radius: 50%;
  width: 110px;
  border: 4px solid #E9895E;
}

.profile-content {
  margin-top: 20px;
}

.profile-content h5 {
  color: #fff;
  font-size: 25px;
}

.profile-content p {
  color: #E9895E;
}

.dashboard-menu {
  margin-top: 30px;
}

.dashboard-menu li a {
  padding: 12px 25px;
  color: #fff;
  display: block;
  transition: all .5s ease-in-out;
}

.dashboard-menu li a:hover {
  padding-left: 35px;
}

.dashboard-menu li a.active {
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
}

.dashboard-menu li i {
  margin-right: 8px;
}

.dashboard-content-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 15px 20px;
  background-color: var(--primary);
}

.dashboard-content-search .form-group {
  position: relative;
}

.dashboard-content-search .form-group i {
  position: absolute;
  color: #fff;
  right: 12px;
  top: 14px;
}

.dashboard-content-search .form-control {
  color: var(--texto);
  border-color: var(--cor-h1);
  box-shadow: none;
  border-radius: 8px;
  padding: 10px 38px 10px 15px;
  transition: all .5s ease-in-out;
}

.dashboard-content-search .form-control::placeholder {
  color: var(--texto);
}

.dashboard-content-search .form-control:focus {
  border-color: #896EFF;
}

.dashboard-content-head-menu li {
  display: inline-block;
  margin-left: 15px;
}

.dashboard-head-notification,
.dashboard-head-profile {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  background: #1b1b1b;
}

.dashboard-head-notification:hover,
.dashboard-head-profile:hover {
  color: #E9895E;
}

.dashboard-head-notification {
  position: relative;
}

.dashboard-head-notification-count {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  left: -5px;
  top: -5px;
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
}

.dashboard-head-notification-dropdown {
  min-width: 250px;
}

.dashboard-head-notification-dropdown .dropdown-divider {
  border-color: #fff;
  opacity: .15;
}

.dashboard-head-notification-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashboard-head-notification-top {
  padding: 4px 16px;
}

.dashboard-head-notification-top span {
  color: #fff;
  font-size: 15px;
}

.dashboard-head-notification-top a {
  color: #E9895E;
}

.dashboard-head-notification-top a:hover {
  color: #fff;
}

.dashboard-head-notification-item {
  padding: 4px 16px;
}

.dashboard-head-notification-item a {
  display: block;
}

.dashboard-head-notification-item h6 {
  color: #fff;
  font-weight: 500;
}

.dashboard-head-notification-item span {
  color: #fff;
  font-size: 14px;
}

.dashboard-head-notification-bottom {
  color: #fff;
}

.dashboard-head-notification-bottom:hover {
  color: #E9895E;
}

.dashboard-head-notification-dropdown,
.dashboard-head-profile-dropdown {
  background: #202020;
  border-radius: 8px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  border: none;
}

.dashboard-head-notification-dropdown li,
.dashboard-head-profile-dropdown li {
  margin-left: 0;
  display: block;
}

.dashboard-head-profile-dropdown li a:hover {
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
  color: #fff;
}

.dashboard-head-profile-dropdown li a {
  color: #fff;
}

.dashboard-head-profile-dropdown li a i {
  margin-right: 8px;
}

.dashboard-widget-wrapper {
  margin-top: 40px;
}

.dashboard-widget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 25px;
  background-color: var(--primary);
}

.dashboard-widget i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
}

.dashboard-widget-content h5 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}

.dashboard-table-wrapper {
  margin-top: 40px;
}

.dashboard-table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.dashboard-table-head h3 {
  color: #fff;
}

.dashboard-table-head .nice-select {
  background: #3924B6;
  border-color: transparent;
}

.dashboard-table-head .nice-select .list {
  background: #3924B6;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.dashboard-table-head .nice-select .option.focus,
.dashboard-table-head .nice-select .option.selected.focus,
.dashboard-table-head .nice-select .option:hover {
  background: #16087F;
}

.dashboard-table-head .nice-select:after {
  border-color: #fff;
  width: 7px;
  height: 7px;
  margin-top: -6px;
}

.dashboard-table {
  border-radius: 8px;
  background-color: var(--primary);
}

.dashboard-table .table {
  margin-bottom: 0;
  border-color: rgba(255, 255, 255, .2);
}

.dashboard-table tr:last-child {
  border-color: transparent;
}

.dashboard-table thead tr th {
  color: #fff;
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
}

.dashboard-table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}

.dashboard-table thead tr th:last-child {
  border-radius: 0 8px 0 0;
}

.dashboard-table .table>:not(:last-child)>:last-child>* {
  border-color: transparent;
}

.dashboard-table tr th,
.dashboard-table tr td {
  color: #fff;
  padding: 12px 20px;
  vertical-align: middle;
  white-space: nowrap;
}

.dashboard-table-remove {
  color: #E9895E;
  padding: 2px 12px;
  font-size: 18px;
}

.dashboard-table-remove:hover {
  color: #fff;
}

.dashboard-card {
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  background-color: var(--primary);
}

.dashboard-card h3 {
  color: var(--texto);
  margin-bottom: 25px;
}

.dashboard-form .form-group {
  margin-bottom: 15px;
}

.dashboard-form .form-group label {
  color: var(--texto);
  margin-bottom: 5px;
}

.dashboard-form .form-group .form-control {
  padding: 10px 15px;
  border-color: var(--cor-h1);
  border-radius: 8px;
  box-shadow: none;
  color: var(--texto);
  transition: all .5s ease-in-out;
}

.dashboard-form .form-group .form-control::placeholder {
  color: var(--texto);
}

.dashboard-form .form-group .form-control:focus {
  border-color: #896EFF;
}

.dashboard-form .theme-btn {
  margin-top: 20px;
}

.dashboard-referral-link .copy-link {
  background-color: #16087F;
  padding: 10px 20px;
  border-radius: 8px;
}

.dashboard-referral-link .copy-btn {
  background-color: #fff;
  color: #16087F;
  padding: 8px 15px;
  margin-top: 20px;
  border-radius: 8px;
  font-weight: 500;
  border: none;
}

@media all and (max-width: 767px) {
  .dashboard-content-head {
    flex-direction: column;
    gap: 30px;
  }
}

/* ===================
step/process css 
====================== */

.process-single {
  position: relative;
}

.process-single .icon {
  height: 100px;
  width: 100px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  font-size: 45px;
  color: var(--cor-h1);
  border: 3px solid var(--cor-h1);
  padding: 5px;
  margin-bottom: 30px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.process-single .icon img {
  border-radius: 50%;
}

.process-single span {
  position: absolute;
  height: 35px;
  width: 35px;
  font-size: 14px;
  background-color: var(--primary);
  line-height: 35px;
  color: var(--titulo);
  left: -3px;
  top: -13px;
  font-weight: 600;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}

.process-single h4 {
  margin-bottom: 10px;
  color: var(--titulo);
  font-size: 24px;
}

.process-single::before {
  content: "";
  position: absolute;
  border-bottom: 2px dashed #E9895E;
  width: 110px;
  height: 2px;
  right: -65px;
  top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-single::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .process-single::before {
    display: none;
  }
}

.process-area .col-lg-3:last-child .process-single::before {
  display: none;
}


/* ===================
invest plan css 
====================== */

.invest-plan {
  position: relative;
}

.plan-shape img {
  position: absolute;
}

.plan-shape-1 {
  top: 0;
  left: 0;
  transform: scaleX(-1) scaleY(-1);
}

.plan-shape-2 {
  bottom: 0;
  left: 0;
}

.plan-item {
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
  transition: all .5s ease-in-out;
}

.plan-item:hover {
  transform: translateY(-8px);
}

.plan-rate {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #fff;
}

.plan-title {
  color: #fff;
}

.plan-price {
  font-size: 45px;
  color: #fff;
}

.plan-item-list {
  margin-top: 15px;
  margin-bottom: 25px;
}

.plan-item-list li {
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}

.plan-item-list li::before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: bold;
  left: 0;
  top: 7px;
  font-size: 8px;

}

.plan-btn {
  background-color: var(--primary);
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  font-weight: 500;
  transition: all .5s ease-in-out;
}

.plan-btn:hover {
  background: #fff;
  color: #16087F;
}

.plan-color-1 {
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 100%);
}

.plan-color-2 {
  background: linear-gradient(to right, #7e2afc 0%, #a250f2 100%);
}

.plan-color-3 {
  background: linear-gradient(to right, #4057e3 0%, #0091ff 100%);
}

.plan-color-4 {
  background: linear-gradient(to right, #05b9c8 0%, #25f398 100%);
}

.plan-color-5 {
  background: linear-gradient(to right, #d63f87 0%, #f9606a 100%);
}

.plan-color-6 {
  background: linear-gradient(to right, #076FB3 0%, #19C3CC 100%);
}

.plan-color-7 {
  background: linear-gradient(to right, #f17f04 0%, #e69d50 100%);
}

.plan-color-8 {
  background: linear-gradient(to right, #8628c1 0%, #cd2cac 100%);
}

/* plan 2 */

.invest-plan2 .plan-item {
  padding: 0;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  background-color: var(--primary);
}

.invest-plan2 .plan-item-head {
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.invest-plan2 .plan-rate {
  border-bottom: none;
}

.invest-plan2 .plan-item-list {
  padding: 5px 20px 20px 20px;
}

.invest-plan2 .plan-item-list .plan-btn {
  margin-top: 15px;
}


/* plan 3 */

.invest-plan3 .plan-item {
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  background-color: var(--primary);
}



/* ===================
profit calculator css 
====================== */

.profit-calculator-form {
  padding: 30px 30px 40px 30px;
  border-radius: 10px;
}

.profit-calculator-form .form-group {
  margin-top: 30px;
}

.profit-calculator-form .form-group label {
  margin-bottom: 5px;
  color: var(--texto);
}

.profit-calculator-form .form-group .form-control {
  padding: 13px 18px;
  border-radius: 8px;
  box-shadow: none;
  color: var(--texto);
  border-color: var(--cor-h1);
  transition: all .5s ease-in-out;
}

.profit-calculator-form .nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  border-color: var(--cor-h1);
  color: var(--texto);
  transition: all .5s ease-in-out;
}

.profit-calculator-form .nice-select .list {
  background-color: #1686b3;
  width: 100%;
}

.profit-calculator-form .nice-select:after {
  border-color: #fff;
  width: 8px;
  height: 8px;
  margin-top: -6px;
}

.profit-calculator-form .nice-select .option.focus,
.profit-calculator-form .nice-select .option.selected.focus,
.profit-calculator-form .nice-select .option:hover {
  background-color: var(--primary);
}

.profit-calculator-form .form-group .form-control::placeholder {
  color: var(--texto);
}

.profit-calculator-form .nice-select:focus,
.profit-calculator-form .form-group .form-control:focus {
  border-color: #E9895E;
}

.profit-calculator-img img {
  width: 100%;
}


@media all and (max-width: 767px) {
  .profit-calculator-img {
    margin-top: 40px;
  }
}




/* ===================
transaction css 
====================== */

.transaction-wrapper .nav-link.active {
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
}

.transaction-wrapper .nav-link {
  color: #fff;
  font-weight: 500;
  margin: 0 5px 10px 5px;
  padding: 12px 25px;
  border-radius: 8px;
  background-color: var(--primary);
}

.transaction-content {
  margin-top: 40px;
  border-radius: 8px;
  background-color: var(--primary);
}

.transaction-content .table {
  border-color: rgba(255, 255, 255, .2);
}

.transaction-content tr:last-child {
  border-color: transparent;
}

.transaction-content thead tr th {
  color: #fff;
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
}

.transaction-content thead tr th:first-child {
  border-radius: 8px 0 0 0;
}

.transaction-content thead tr th:last-child {
  border-radius: 0 8px 0 0;
}

.transaction-content .table>:not(:last-child)>:last-child>* {
  border-color: transparent;
}

.transaction-content tr th,
.transaction-content tr td {
  color: #fff;
  padding: 12px 20px;
  vertical-align: middle;
  white-space: nowrap;
}

.transaction-investor {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}

.transaction-investor img {
  border-radius: 50%;
  width: 40px;
}

.transaction-investor h5 {
  color: #fff;
}


/* ===================
download css 
====================== */

.download-btn {
  margin-top: 50px;
}

.download-btn a {
  margin-right: 10px;
}

.download-btn-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.download-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.download-btn-icon {
  font-size: 35px;
}

.download-text-subtitle {
  font-size: 12px;
}

.download-text-title {
  line-height: 1;
}

@media all and (max-width: 767px) {
  .download-content {
    margin-top: 40px;
  }
}



/* ===================
faq css 
====================== */

.faq-area {
  position: relative;
  clip-path: polygon(50% 0, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
}

.faq-area .accordion-item {
  border: none;
  margin-bottom: 30px;
  background: #16087F;
  border-radius: 8px !important;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.faq-area .accordion-item span {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.faq-area .accordion-item i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
  border-radius: 50px;
  text-align: center;
  color: #fff;
}

.faq-area .accordion-button:not(.collapsed) {
  color: #e98c5d;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.faq-area .accordion-button {
  border-radius: 0px !important;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background: transparent;
  box-shadow: none !important;
}

.faq-area .accordion-button:not(.collapsed) {
  border-bottom: 1px dashed #e98c5d;
}

.faq-area .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-area .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-area2 .accordion-item {
  background-color: var(--primary);
}

@media all and (max-width: 991px) {
  .faq-left {
    margin-bottom: 50px;
  }

  .faq-area .accordion-button {
    font-size: 16px;
  }
}


/* ===================
payment css 
====================== */

.payment-item {
  padding: 20px 60px;
  border-radius: 12px;
  text-align: center;
  background-color: var(--primary);
}

.payment-item h6 {
  color: #fff;
  margin-top: 8px;
}

@media all and (min-width: 991px) and (max-width: 1199px) {
  .payment-item {
    padding: 20px 40px;
  }
}


/* ===================
breadcrumb css
====================== */

.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 190px;
  padding-bottom: 150px;
  background-color: var(--primary);
  z-index: 1;
}

.site-breadcrumb::before {
  content: "";
  position: absolute;
  background-image: url(../img/shape/shape-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.breadcrumb-shape {
  position: absolute;
  bottom: -4px;
  left: 0px;
}

.site-breadcrumb .breadcrumb-title {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: #E9895E;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: #fff;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: #E9895E;
}

@media (max-width: 991px) {
  .site-breadcrumb {
    padding-top: 240px;
  }
}

/* ===================
pagination css 
====================== */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pagination .page-link {
  border: none;
  background-color: var(--primary);
  color: #fff;
  margin: 0 10px;
  border-radius: 8px !important;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  transition: all .5s ease-in-out;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 100%);
}



/* ===================
auth css 
====================== */

.login-form {
  padding: 50px;
  border-radius: 10px;
  background-color: var(--fundo);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2), inset 0px 1px 3px rgba(255, 255, 255, 0.2);
}

.login-form .login-header {
  text-align: center;
  margin-bottom: 50px;
}

.login-form .login-header img {
  width: 200px;
  margin-bottom: 10px;
}

.login-form .login-header h3 {
  color: #E9895E;
  margin-bottom: 5px;
  font-weight: 800;
}

.login-form .login-header p {
  font-size: 20px;
}

.login-form .login-footer {
  color: var(--texto) !important;
  margin-top: 40px;
}

.login-form .login-footer p {
  text-align: center;
}

.login-form .login-footer a {
  font-weight: 500;
  transition: .5s;
}


.login-form .form-group {
  margin-bottom: 20px;
}

.login-form label {
  color: var(--texto);
  margin-bottom: 5px;
}

.login-form .form-group .form-control {
  border-radius: 8px;
  padding: 12px 18px;
  box-shadow: none;
  transition: .5s;
  border-color: var(--cor-h1);
  background-color: transparent;
  color: var(--texto);
}

.login-form .form-group .form-control:focus {
  border-color: #896EFF;
}

.login-form .form-group .form-control::placeholder {
  color: var(--texto);
}

.login-form .form-check-input {
  box-shadow: none;
  border-color: var(--cor-h1);
}

.login-form .forgot-pass {
  color: #E9895E;
  font-weight: 500;
  transition: .5s;
}

.login-form .forgot-pass:hover {
  color: #896EFF;
}

.login-form .theme-btn {
  width: 100%;
}

.login-form .form-check-input {
  margin-top: 6.3px;
}

.login-form .form-check-label a {
  color: #E9895E;
  font-weight: 500;
  transition: .5s;
}

.login-form .form-check-label a:hover {
  color: #896EFF;
}

.other-login-signup {
  text-align: center;
  overflow: hidden;
}

.other-login-signup .or-login-signup {
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.other-login-signup .or-login-signup:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e5e9f2;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.other-login-signup .or-login-signup:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e5e9f2;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.social-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.social-login a {
  padding: 8px 18px;
  border-radius: 7px;
  margin: 0 4px;
  transition: .5s;
}

.social-login a i {
  margin-right: 6px;
}

.social-login .btn-f {
  background-color: #4064ac;
  border-color: #4064ac;
  color: #fff;
}

.social-login .btn-g {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}

.social-login .btn-t {
  background-color: #00a7e6;
  border-color: #00a7e6;
  color: #fff;
}

.social-login a:hover {
  opacity: .8;
}

@media only screen and (max-width: 991px) {
  .login-form {
    padding: 40px 20px;
  }
}



/* ===================
coming soon css 
====================== */

.coming-soon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.coming-soon .container {
  position: relative;
}

.coming-soon:before {
  position: absolute;
  content: '';
  background: rgba(97, 61, 255, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.coming-soon .newsletter-form {
  position: relative;
  margin-top: 30px;
}

.coming-soon .newsletter-form .input-newsletter {
  height: 60px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
  box-shadow: none;
}

.coming-soon .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  height: auto;
  border: none;
  border-radius: 8px;
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
  display: inline-block;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  transition: .5s;
}

.coming-soon .newsletter-form button:hover {
  background: linear-gradient(to right, #301EA2 0%, #442BCB 50%, #301EA2 100%);
  color: #fff;
}

.coming-social {
  margin-top: 30px;
  text-align: center;
}

.coming-social a {
  color: #fff;
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
  display: inline-block;
  transition: .5s;
}

.coming-social a:hover {
  background: linear-gradient(to right, #301EA2 0%, #442BCB 50%, #301EA2 100%);
  color: #fff;
}

.countdown-wrap {
  margin-top: 30px;
}

.countdown-single {
  background: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
  padding: 20px;
  margin: 10px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.countdown-single h2 {
  color: #fff;
}

.countdown-single h5 {
  color: #fff;
}

/* ===================
error css 
====================== */

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

.error-wrapper h1 {
  font-size: 200px;
  font-weight: bold;
  color: #FF5E14;
}

.error-wrapper h1 span {
  color: #05103B;
}

.error-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #fff;
}

.error-wrapper img {
  width: 100%;
}

.error-wrapper .theme-btn {
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .error-wrapper h1 {
    font-size: 160px;
  }
}

/* ===================
terms/privacy css 
====================== */

.terms-content:not(:last-child) {
  margin-bottom: 54px;
}

.terms-content:first-child {
  margin-top: -3px;
}

.terms-content .terms-list {
  margin-top: 37px;
}

.terms-content h3 {
  margin-bottom: 23px;
  position: relative;
  color: #fff;
}

.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}

.terms-list li:not(:last-child) {
  margin-bottom: 16px;
}



/* ===================
footer css 
====================== */

.footer-area {
  background-color: var(--menu);
  position: relative;
  z-index: 1;
  color: var(--texto);
  flex-shrink: 0;
}

.footer-area::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 75px;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 720px) {
  .footer-area {
    margin-top: -20px;
  }
}

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 240px;
  margin-bottom: 20px;
}

.copyright {
  padding: 20px 0;
  background: #161516;
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: center;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.copyright .footer-menu li a {
  color: var(--texto);
  transition: all .5s ease-in-out;
}

.copyright .footer-menu li a:hover {
  color: #E9895E;
}

.copyright .copyright-text {
  color: var(--texto);
  margin-bottom: 0px;
  font-size: 16px;
}

.copyright .copyright-text a {
  color: #E9895E;
  font-weight: 600;
}

.footer-widget-title {
  color: var(--texto);
  position: relative;
  font-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  z-index: 1;
}

.footer-widget-title::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 15px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.footer-widget-title::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 35px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 20px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-list li a {
  color: var(--texto);
  transition: all .5s ease-in-out;
}

.footer-list li a i {
  margin-right: 5px;
  color: var(--texto);
}

.footer-list li a:hover {
  padding-left: 10px;
  color: #E9895E;
}

.footer-widget-box p {
  color: var(--texto);
  padding-right: 18px;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  color: var(--texto) !important;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px !important;
  width: 50px;
  border-radius: 50%;
  background: var(--botao);
  color: #FFFF !important;
  font-size: 15px;
  transition: all .5s ease-in-out;
}

.footer-social a:hover {
  background: var(--botao);
  filter: brightness(1.2);
  color: #03b9b9 !important;
}

.footer-menu-horizontal {
  text-align: center !important;
  padding-bottom: 15px;
}

.footer-menu-horizontal .footer-social,
.footer-menu-horizontal .footer-menu {
  display: flex;
  text-align: center;
  gap: 15px;
}

.footer-menu-horizontal a {
  text-decoration: none;
  color: #fcfcfc !important;
  transition: all .5s ease-in-out;
  text-align: center !important;
}

.footer-menu-horizontal a:hover {
  color: var !important;
}

.footer-newsletter .subscribe-form .form-control {
  border: 2px solid #e8e8e8;
  height: 55px;
  padding: 0 15px;
  border-radius: 8px;
  font-size: 16px;
  color: var(--texto);
  box-shadow: none;
  background-color: transparent;
}

.footer-newsletter .subscribe-form .form-control::placeholder {
  color: var(--texto);
  opacity: 1;
}

.footer-newsletter .subscribe-form .form-control:-ms-input-placeholder {
  color: var(--texto);
}

.footer-newsletter .subscribe-form .form-control::-ms-input-placeholder {
  color: var(--texto);
}

.footer-newsletter .subscribe-form .theme-btn {
  margin-top: 20px;
  padding: 12px 28px;
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--texto);
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-contact li a {
  color: var(--texto);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact li i {
  width: 12px;
  height: 30px;
  font-size: 18px;
  margin-right: 15px;
  border-radius: 5px;
  line-height: 31px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--texto);
}

@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 991px) {
  .footer-widget-wrapper {
    padding-bottom: 50px;
  }

  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 70px;
  }
}


/* ======================
search popup
====================== */

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, .8);
  transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  text-align: center;
  background-image: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  width: 100%;
  height: 70px;
  outline: none;
  border-radius: 8px;
  border: none;
  padding: 0 100px 0 35px;
  transition: all 500ms ease;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 10px;
  top: 7px;
  border-radius: 8px;
  background-color: var(--primary);
  text-align: center;
  font-size: 20px;
  color: #fff !important;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  background-image: linear-gradient(to right, #de5c70 0%, #e98c5d 51%, #de5c70 100%);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #51668a;
}

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

@media all and (max-width: 991px) {
  .mobile-search-btn {
    display: block;
    position: absolute;
    right: 15%;
    color: #fff;
    font-size: 20px;
  }

  .mobile-search-btn:hover {
    color: #fff;
  }
}

@media all and (max-width: 767px) {
  .mobile-search-btn {
    right: 20%;
  }
}


/* ======================
home 2
========================= */

.home-2 .hero-shape {
  transform: scaleX(-1);
}

.home-2.main {
  margin-top: -9rem;
}

.home-2 .hero-wrapper {
  padding-top: 220px;
  padding-bottom: 170px;
}

@media all and (max-width: 991px) {
  .home-2 .hero-wrapper {
    padding-top: 320px;
  }
}


/* ======================
home 3
========================= */

.home-3 .site-title {
  color: #1F2471;
}

.home-3 .site-heading p {
  color: #1F2471;
}

.home-3 .about-right .about-text {
  color: #1F2471;
}

.home-3 .about-list li .text p {
  color: #1F2471;
}

.home-3 .process-single h4 {
  color: #1F2471;
}

.home-3 .process-single p {
  color: #1F2471;
}

.home-3 .faq-area .site-title {
  color: #fff;
}

.home-3 .download-content p {
  color: #1F2471;
}

.home-3 .testimonial-author-info h4 {
  color: #1F2471;
}

.home-3 .testimonial-author-info p {
  color: #1F2471;
}

.home-3 .choose-content .about-text {
  color: #1F2471;
}

/* Custom */
.fundo {
  position: relative;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2), inset 0px 1px 3px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
  min-width: 100%;
  z-index: 1;

}

.fundo:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(255, 255, 255, 0.3);
}



.bord {
  margin-top: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: black 2px 5px 10px 0px;
  background-color: var(--primary);
}

/* bord hover */
.bord:hover {
  background-color: var(--primary);
  box-shadow: black 2px 5px 10px 0px;
  transform: scale(1.001);
}

/* Novo Layout */
.video .video-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

.primary-overlay::before,
.deposit-item .deposit-thumb .thumb-content::before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.margin-top {
  margin-top: 40px;
}

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

.padding-top-half {
  padding-top: 40px;
}

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

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

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

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

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

.primary-bg {
  background: #000;
}

.cl-white {
  color: #ffffff;
}

@media (min-width: 992px) {
  .padding-top {
    padding-top: 120px;
  }

  .padding-bottom {
    padding-bottom: 120px;
  }

  .padding-top-half {
    padding-top: 60px;
  }

  .padding-bottom-half {
    padding-bottom: 60px;
  }
}

/*Section Header*/

/*Sidebar CSS Starts Here*/
.widget {
  padding: 30px;
  background: #313131;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .widget {
    margin-bottom: 60px;
  }

  .widget .title {
    margin-bottom: 4px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .widget {
    margin-left: 20px;
  }
}

@media screen and (max-width: 400px) {
  .widget {
    padding: 30px 15px;
  }
}

.widget.widget-search .search--form {
  position: relative;
}

.widget.widget-search .search--form input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
  height: 60px;
  background: #ffffff;
  padding-left: 20px;
  border: none;
}

.widget.widget-search .search--form button {
  height: 60px;
  width: 60px;
  right: 0;
  top: 0;
  position: absolute;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-left: none;
  outline: none;
}

.widget.widget-archive ul,
.widget.widget-category ul {
  margin-bottom: -28px;
}

.widget.widget-archive ul li,
.widget.widget-category ul li {
  padding: 0;
  border-bottom: 1px solid rgba(40, 40, 40, 0.1);
}

.widget.widget-archive ul li a,
.widget.widget-category ul li a {
  padding: 11px 0;
  display: flex;
  color: #555555;
  text-transform: capitalize;
}

.widget.widget-archive ul li a::before,
.widget.widget-category ul li a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
  color: #f99f0b;
}

.widget.widget-archive ul li a:hover,
.widget.widget-category ul li a:hover {
  color: #f99f0b;
  padding-left: 5px;
}

.widget.widget-archive ul li:last-child,
.widget.widget-category ul li:last-child {
  border: none;
  margin-bottom: -18px;
}

.widget.widget-archive ul li a::before {
  display: none;
}

.widget.widget-tags ul {
  margin: -5px;
  margin-top: 20px;
}

.widget.widget-tags ul li {
  padding: 5px;
}

.widget.widget-tags ul li a {
  padding: 8px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(85, 85, 85, 0.3);
  color: #555555;
  text-transform: uppercase;
}

.widget.widget-tags ul li a:hover {
  color: #ffffff;
  border-color: #f99f0b;
  background: #f99f0b;
}

.widget.widget-banner {
  padding: 65px 15px 60px;
  text-align: center;
}

.widget.widget-banner .sub-title {
  text-transform: capitalize;
}

@media (min-width: 576px) {
  .widget.widget-banner .sub-title {
    font-size: 28px;
    margin-bottom: 5px;
  }
}

.widget.widget-banner a {
  font-size: 20px;
  color: #555555;
}

.widget.widget-banner a:hover {
  color: #f99f0b;
}

@media (min-width: 576px) {
  .widget.widget-banner a {
    font-size: 30px;
    line-height: 1.4;
  }
}

.widget.widget-post ul {
  margin-top: 24px;
}

.widget.widget-post ul li {
  justify-content: space-between;
  padding: 0;
  margin-bottom: 30px;
}

.widget.widget-post ul li .c-thumb {
  width: 96px;
}

.widget.widget-post ul li .content {
  width: calc(100% - 110px);
}

.widget.widget-post ul li .content .sub-title {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 4px;
}

.widget.widget-post ul li .content .sub-title a {
  color: rgba(40, 40, 40, 0.9);
}

.widget.widget-post ul li .content .sub-title a:hover {
  color: #f99f0b;
}

.widget.widget-post ul li .content .meta {
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(40, 40, 40, 0.8);
}

.widget.widget-post ul li .content .meta a {
  color: #f99f0b;
}

.widget.widget-post ul li:last-child {
  margin-bottom: 0;
}

.widget.widget-personal-info ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.widget.widget-personal-info ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.widget.widget-personal-info ul li h6 {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}

.widget.widget-personal-info ul li span {
  display: block;
  margin-bottom: -7px;
  font-size: 14px;
  color: #777777;
}

.widget .title {
  text-transform: capitalize;
}

.widget .title.two {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .widget .title.two {
    font-size: 24px;
  }
}

.hudai {
  overflow: hidden;
}

.client-slider-rat {
  margin: -15px;
  margin-top: -5px;
}

.client-slider-rat .slide-item {
  padding: 15px;
}

.client-slider-rat .c-thumb {
  margin-bottom: 40px;
}

.client-slider-rat p {
  margin-bottom: 22px;
}

@media (max-width: 575px) {
  .client-slider-rat .c-thumb {
    margin-bottom: 30px;
  }

  .client-slider-rat p {
    margin-bottom: 12px;
  }
}

.ratings {
  margin-bottom: 10px;
}

.ratings a,
.ratings i {
  color: #fdb02a;
}

.author-rat a {
  font-size: 18px;
}

.author-rat span {
  display: block;
}

.b-sidebar {
  position: sticky;
  top: 120px;
}

@media (max-width: 991px) {
  .b-sidebar {
    margin-top: 70px;
  }
}

.counter-item {
  text-align: center;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid rgba(249, 159, 11, 0.2);
  background: var(--primary);
  border-top: none;
  padding: 15px 10px 30px;
}

.counter-item .counter-thumb {
  margin: 0 auto 30px;
}

.counter-item .counter-thumb img {
  height: 70px;
}

.counter-item .counter-thumb i {
  line-height: 70px;
  color: #f99f0b;
  font-size: 36px;
  border-bottom: 1px solid #f99f0b;
}

.counter-item .counter-content .title {
  color: #2CA4FF;
  font-weight: 400;
  text-transform: capitalize;
}

.counter-item .counter-content .counter-header {
  justify-content: center;
  align-items: center;
}

.counter-item .counter-content .counter-header .subtitle {
  margin: 0 3px;
  text-transform: uppercase;
  color: #ffffff;
}

.how-item {
  padding: 0 25px 50px;
  width: 50%;
  position: relative;
  counter-increment: how_counter;
}

.how-item .how-thumb {
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f99f0b;
  color: #ffffff;
  font-size: 30px;
  position: relative;
}

.how-item .how-thumb::after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #1f3366;
  color: #ffffff;
  position: absolute;
  content: counter(how_counter);
  left: 0px;
  top: 0px;
  font-size: 20px;
}

.how-item .how-content {
  width: calc(100% - 90px);
  padding-left: 15px;
}

.how-item .how-content .title {
  margin: 0;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .how-item {
    text-align: center;
  }

  .how-item .how-content {
    width: 100%;
    padding: 0;
  }

  .how-item .how-thumb {
    margin: 0 auto 20px;
  }
}

@media (max-width: 767px) {
  .how-item {
    width: 100%;
  }

  .how-item .how-thumb {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px;
    font-size: 24px;
  }
}

.how-wrapper {
  margin: 0 -25px -50px;
  counter-reset: how_counter;
}

@media (max-width: 991px) {
  .how-wrapper {
    margin: 0 -15px -50px;
  }

  .how-wrapper .how-item {
    padding: 0 15px 40px;
    width: 50%;
  }
}


.deposit-table {
  width: 100%;
  text-align: center;
  background: -webkit-linear-gradient(-90deg, #124656 0%, #063a4a 45%, #063b46 100%);
}

.deposit-table thead tr {
  background: #2CA4FF;
}

.deposit-table thead tr th {
  color: #ffffff;
  font-weight: 500;
  padding: 15px 8px;
}

.deposit-table tbody tr {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.deposit-table tbody tr td {
  font-weight: 500;
  padding: 8px;
}

@media screen and (max-width: 499px) {
  .deposit-table thead {
    display: none;
  }

  .deposit-table tbody tr {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
    margin-bottom: 10px;
  }

  .deposit-table tbody tr:last-child {
    border-bottom: 1px dashed #f99f0b;
  }

  .deposit-table tbody tr td {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2px 0;
  }

  .deposit-table tbody tr td::before {
    content: attr(data-label);
  }
}

.referral-item {
  margin-bottom: 40px;
}

.referral-item .referral-header {
  margin-bottom: 20px;
}

.referral-item .thumb,
.referral-item .lvl {
  width: 80px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  background: #f99f0b;
  color: #ffffff;
  text-align: center;
}

.referral-item .lvl {
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  background: #2CA4FF;
}

.referral-item .title {
  margin-bottom: 20px;
}

.subscribe-group {
  position: relative;
}

.subscribe-group input {
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 90px 0 30px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.subscribe-group input::placeholder {
  color: #ffffff;
}

.subscribe-group button {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 60px;
  width: 60px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-section {
  padding: 200px 0 120px;
}

@media (max-width: 767px) {
  .hero-section {
    padding: 200px 0 120px;
  }
}

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.breadcrumb li,
.breadcrumb li a {
  color: #ffffff;
  font-weight: 500;
  font-family: "Monda", sans-serif;
}

.breadcrumb li {
  font-size: 20px;
}

@media (max-width: 575px) {
  .breadcrumb li {
    font-size: 18px;
  }
}

.breadcrumb li a:hover {
  color: #f99f0b;
}

.breadcrumb li a::after {
  content: "-";
  display: inline-block;
  margin: 0 10px;
  color: #ffffff;
}

.hero-content {
  position: relative;
  z-index: 8;
  text-align: center;
}

.hero-content .title {
  margin: 0;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .hero-content .title {
    font-size: 44px;
    line-height: 52px;
  }
}

@media (max-width: 575px) {
  .hero-content .title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 15px;
  }
}

.plan-item {
  background: #2CA4FF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 30px auto;
  text-align: center;
}

.plan-item .plan-header {
  padding: 30px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.plan-item .plan-header .icon {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 20px;
  color: #f99f0b;
}

.plan-item .plan-header .title {
  color: #ffffff;
}

.plan-item .plan-header .plan-badge {
  color: #ffffff;
  padding: 5px;
  width: 140px;
  background: -webkit-linear-gradient(-90deg, #124656 0%, #063a4a 45%, #063b46 100%);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  left: 30px;
  top: 30px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.plan-item .plan-info li {
  padding: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
}

.plan-item .plan-info li .direct {
  padding: 5px 0;
  margin: 0;
  font-size: 18px;
  color: #ffffff;
}

.plan-item .plan-info li .profit {
  color: #ffffff;
}

.plan-item .total-return {
  padding: 15px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.plan-item .total-return .title {
  padding: 5px 0;
  margin: 0;
  font-size: 18px;
  color: #ffffff;
}

.plan-item .return-remainders {
  color: #ffffff;
}

.plan-item .return-remainders .remainder {
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #282828;
  background: #ffffff;
}

.plan-item .custom-button:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
}

@media (max-width: 575px) {
  .plan-item {
    max-width: 350px;
  }
}

@media screen and (max-width: 400px) {
  .plan-item {
    margin-top: 24px;
  }

  .plan-item .plan-header .plan-badge {
    width: 130px;
    font-size: 14px;
    top: 40px;
    left: 40px;
  }
}

.text-title {
  color: #282828;
}

.dashboard-item {
  position: relative;
  background: var(--box);
  border-radius: 15px;
  padding: 15px 10px;
  margin: 0 auto 10px;
  min-height: 90px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2), inset 0px 1px 3px rgba(255, 255, 255, 0.2);
  z-index: 1;
}


.dashboard-item:hover {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(255, 255, 255, 0.3);
}



.dashboard-item .dashboard-thumb {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 24px;
  color: #fff;
}

.dashboard-item .dashboard-content .title {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 20px;
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .dashboard-item .dashboard-content .title {
    font-size: 18px;
  }
}

.dashboard-item .dashboard-content .amount {
  color: #f99f0b;
}

.dashboard-item .dashboard-content {
  padding-left: 20px;
  width: calc(100% - 80px);
}


@media (max-width: 575px) {
  .dashboard-item .dashboard-content .title {
    padding: 5px;
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .dashboard-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dashboard-item .dashboard-thumb {
    width: 60px;
    height: 60px;
  }

  .dashboard-item .dashboard-content {
    width: calc(100% - 60px);
  }
}

.deposit-item {
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 30px;
  background: -webkit-linear-gradient(-90deg, #124656 0%, #063a4a 45%, #063b46 100%);
}

@media (max-width: 575px) {
  .deposit-item {
    max-width: 320px;
  }
}

.deposit-item .deposit-thumb {
  position: relative;
}

.deposit-item .deposit-thumb img {
  width: 100%;
}

.deposit-item .deposit-thumb .thumb-content {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
}

.deposit-item .deposit-thumb .thumb-content::before {
  background: -webkit-linear-gradient(-90deg, #124656 0%, #063a4a 45%, #063b46 100%);
  opacity: .93;
}

.deposit-item .deposit-thumb .thumb-content ul {
  position: relative;
  z-index: 1;
  width: 100%;
}

.deposit-item .deposit-thumb .thumb-content ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  color: #ffffff;
}

.deposit-item .deposit-thumb .thumb-content ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 576px) and (max-width: 767px) {
  .deposit-item .deposit-thumb .thumb-content ul li {
    font-size: 14px;
  }
}

.deposit-item .deposit-content {
  padding: 30px 15px;
}

.deposit-item .deposit-content .title {
  margin-bottom: 15px;
  color: #ffffff;
}

.deposit-item:hover .deposit-thumb .thumb-content,
.deposit-item.active .deposit-thumb .thumb-content {
  opacity: 1;
}

.deposit-item.primary-bg-2 {
  background: #000;
}

.deposit-item.primary-bg-2 .deposit-thumb .thumb-content::before {
  background: #000;
}

.support-search {
  position: relative;
  max-width: 450px;
  margin: 15px 0;
}

.support-search input {
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 70px 0 20px;
}

.support-search input::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.support-search input {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.support-search button {
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: auto;
  height: 58px;
  outline: none;
  background: transparent;
  border: none;
  background: -webkit-linear-gradient(-90deg, #e6a00d 0%, #e68e09 45%, #e67b09 100%);
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}

.support-header {
  margin: -5px;
}

.support-header .custom-button {
  margin: 5px;
}

.support-header .support-search {
  margin: 5px;
}

.item-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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

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

.referral-input {
  position: relative;
}

.referral-input input {
  height: 60px;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px !important;
  background: -webkit-linear-gradient(-90deg, #124656 0%, #063a4a 45%, #063b46 100%);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.referral-input .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 575px) {
  .referral-input .btn {
    font-size: 14px;
    padding: 0 20px;
  }
}

.referral-input.ref-small input {
  height: 50px;
}

.referral-input.ref-small .btn {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.deposite-table {
  width: 100%;
  background-color: var(--primary);
  color: var(--texto) !important;
}



.deposite-table tr th {
  font-weight: 400;
}

.deposite-table tr td,
.deposite-table tr th {
  text-align: center;
  font-size: 14px;
  padding: 10px 5px;
  border-bottom: 1px solid #05b9c8;
}

@media (min-width: 768px) and (max-width: 991px) {

  .deposite-table tr td,
  .deposite-table tr th {
    font-size: 12px;
    line-height: 1.3;
  }

  .deposite-table tr td i,
  .deposite-table tr th i {
    font-size: 10px;
  }
}

.deposite-table tr td i,
.deposite-table tr th i {
  margin-right: 5px;
  line-height: 24px;
  font-size: 12px;
}

.deposite-table tr td .badge {
  font-weight: 500;
}

@media (max-width: 991px) {
  .deposite-table thead {
    display: none;
  }

  .deposite-table tbody tr {
    margin-bottom: 20px;
    display: block;
  }

  .deposite-table tbody tr:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .deposite-table tbody tr {
    border-bottom: 5px solid #0ec28c;
  }

  .deposite-table tbody tr td {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .deposite-table tbody tr td:before {
    content: attr(data-label);
    margin-right: auto;
  }
}

.profile-user {
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 40px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  padding: 30px;
  background: rgba(255, 255, 255, .05);
}

.profile-user .title {
  font-weight: 500;
  color: #ffffff;
}

.profile-user .thumb {
  margin: 0 auto 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.profile-user .thumb a {
  display: block;
}

.profile-user .thumb img {
  width: 100%;
}

.profile-wrapper {
  padding: 30px;
}

.profile-wrapper .profile-form-area {
  width: calc(100% - 300px);
}

@media (min-width: 992px) {
  .profile-wrapper .profile-form-area {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .profile-wrapper .profile-form-area {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  .profile-wrapper .profile-form-area {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .profile-wrapper {
    padding: 30px 15px;
  }
}

.preview-wrapper {
  padding: 50px 30px;
}

@media (max-width: 575px) {
  .preview-wrapper {
    padding: 30px 15px;
  }
}

.preview-lists li {
  padding: 12px 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.9);
}

.preview-lists li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.m--10 {
  margin: -10px;
}

.preview-header {
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.preview-header .title {
  margin: 0;
  font-weight: 500;
  color: #ffffff;
}

.item-padding {
  padding: 30px 15px;
}

@media screen and (min-width: 450px) {
  .item-padding {
    padding: 30px;
  }
}

.mt-30 {
  margin-top: 30px;
}

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

.contact-form-group {
  margin-bottom: 25px;
}

.contact-form-group label {
  font-family: "Monda", sans-serif;
  color: var(--texto);
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-form-group input {
  padding: 0 20px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 58px;
}

.contact-form-group input:focus {
  border-color: transparent;
}

.contact-form-group input[type="file"] {
  height: unset;
  padding: 10px;
  line-height: 34px;
}

.contact-form-group textarea {
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.contact-form-group button,
.btn--base {
  color: var(--primary);
  font-family: "Monda", sans-serif;
  border: none;
  font-weight: 500;
  text-transform: capitalize;
  width: auto;
  height: 60px;
  padding: 0 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.contact-form-group.checkgroup {
  margin-bottom: 6px;
}

.contact-form-group.checkgroup input {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  margin-top: 7px;
}

.contact-form-group .form-control[disalbed],
.contact-form-group .form-control[readonly] {
  background-color: var(--primary);
}

.contact-form-group.checkgroup label {
  width: calc(100% - 14px);
  padding-left: 10px;
  margin: 0;
}

.select-item option {
  background-color: transparent;
  color: var(--texto);
}

.contact-form-group .select-item,
.contact-form-group .select-bar {
  width: 100%;
  height: 60px;
}

.contact-form-group .select-item .current,
.contact-form-group .select-bar .current {
  display: block;
  line-height: 60px;
}

.contact-form-group .select-item .list,
.contact-form-group .select-bar .list {
  background-color: var(--box);
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
}

.contact-form-group .select-item .list li,
.contact-form-group .select-bar .list li {
  background-color: var(--box);
  padding-top: 0;
  padding-bottom: 0;
  color: var(--texto);
  font-weight: 400;
}

.contact-form-group .select-item .list li.selected.focus,
.contact-form-group .select-bar .list li.selected.focus {
  background-color: var(--box);
}

.contact-form-group .select-item .list li:hover,
.contact-form-group .select-bar .list li:hover {
  background-color: var(--box);
}

.contact-form-group .select-bar,
.contact-form-group input,
.contact-form-group input:focus,
.contact-form-group textarea {
  background-color: var(--box);
  border-color: #007bb5;
  color: var(--texto);
}

.contact-form-group input[readonly] {
  background-color: var(--box);
}

.contact-form-group .select-bar::placeholder,
.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
  color: var(--texto);
}


.mt-55 {
  margin-top: 55px;
}

.client-item {
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 30px 30px;
}

.client-item .client-thumb {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  transform: translateY(-55px);
  margin-left: auto;
}

.client-item .client-thumb img {
  width: 100%;
}

.client-item .header {
  margin-bottom: 25px;
  display: block;
}

.client-item .header .title {
  text-transform: capitalize;
}

.faq-item {
  margin-bottom: 20px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #e7f4fe;
  border: 1px solid rgba(40, 40, 40, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.faq-item .faq-title {
  padding: 15px 20px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.faq-item .faq-title .title {
  font-size: 18px;
  margin: 0;
  margin-right: 15px;
}

.faq-item .faq-title .right-icon {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}

.faq-item .faq-title .right-icon::before,
.faq-item .faq-title .right-icon::after {
  background: #282828;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.faq-item .faq-title .right-icon::before {
  width: 20px;
  height: 2px;
}

.faq-item .faq-title .right-icon::after {
  height: 20px;
  width: 2px;
}

.faq-item .faq-content {
  display: none;
  padding: 30px 20px;
}

.faq-item.open .faq-title {
  background: #f99f0b;
}

.faq-item.open .faq-title .title {
  color: #ffffff;
}

.faq-item.open .faq-title .right-icon::after {
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-content {
  display: block;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.contact__item {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 20px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  align-items: center;
  word-break: break-word;
  background: #28282B;
  margin-bottom: 30px;
}

.contact__item .contact__icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  font-size: 24px;
  color: #f99f0b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.contact__item .contact__body {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.contact__item .contact__body .contact__title {
  color: #ffffff;
  margin: 0;
  margin-bottom: 12px;
}

.contact__item .contact__body a {
  color: #f99f0b;
}

.contact__item .contact__info li {
  padding: 0;
}

.contact__item .contact__info li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .contact__item {
    padding: 20px 15px;
  }

  .contact__item .contact__body .contact__title {
    margin-bottom: 4px;
  }
}

.contact__item:hover .contact__icon {
  background: #f99f0b;
  color: #fff;
}

.two-factor-content {
  padding: 20px;
}

.two-factor-content .two__fact__text {
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .two-factor-content {
    padding: 0;
  }
}

.subtitle--bordered {
  margin: 0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.cursor-pointer {
  cursor: pointer;
}

.list--group {
  background: rgba(255, 255, 255, 0.05);
}

.list-group {
  background-color: var(--box);
}

.list--group .list-group-item {
  border-color: rgba(255, 255, 255, 0.1);
  background: transparent;
}

.custom--card {
  box-shadow:
    0px 6px 12px rgba(0, 0, 0, 0.2),
    inset 0px 2px 4px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  background-color: var(--box);
}

.custom--card:hover {
  box-shadow:
    0px 8px 16px rgba(0, 0, 0, 0.3),
    inset 0px 3px 6px rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
}

.card-body {
  padding: 20px !important;
}

.custom--card .card-header .card-title {
  color: var(--titulo) !important;
  margin: 0;
}

.custom--card .card-body {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.custom--card .card-body.border-radius-0 {
  border-radius: 0;
}

.custom--card .card-footer {
  border-color: #e5e5e5;
}

.custom--card.primary-bg {
  color: var(--texto);
  background: var(--box);
}

.custom--card.primary-bg .card-header {
  background: #313131;
}

.custom--modal {
  background: rgba(255, 255, 255, 0.1);
}

.custom--modal .modal-footer,
.custom--modal .modal-header {
  border-color: rgba(255, 255, 255, 0.1);
}

.custom--modal .modal-footer .modal-title,
.custom--modal .modal-header .modal-title {
  margin: 0;
  color: #ffffff;
}

.custom--modal .modal-footer .btn-close,
.custom--modal .modal-header .btn-close {
  background: transparent;
  font-size: 20px;
  line-height: 1;
  color: #f53b57;
  opacity: 1;
}

.custom--modal .modal-content {
  border: none;
  color: #ffffff;
}

.message__chatbox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2), inset 0px 1px 3px rgba(255, 255, 255, 0.2);
}

.message__chatbox__header {
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.message__chatbox__header .title {
  margin: 0;
}

.message__chatbox__header .custom-button:hover {
  color: var(--texto) !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.message__chatbox__body {
  padding: 30px;
}

@media (max-width: 575px) {
  .message__chatbox__body {
    padding: 15px;
  }
}

.message__chatbox {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.reply-item {
  padding: 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  align-items: center;
  margin: 10px;
}

.reply-item .name-area {
  padding: 20px;
  width: 220px;
  text-align: center;
}

.reply-item .name-area .title {
  font-size: 18px;
  margin: 0;
  color: #ffffff;
}

.reply-item .name-area .reply-thumb {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.reply-item .name-area .reply-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.reply-item .content-area {
  width: calc(100% - 220px);
  padding: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #ddd;
}

.reply-item .content-area .meta-date {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 767px) {
  .reply-item {
    padding: 0;
  }

  .reply-item .name-area,
  .reply-item .content-area {
    width: 100%;
    border: none;
  }

  .reply-item .name-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.reply-message-area {
  margin: -10px;
}

.reply-message-area li {
  padding: 0;
}

.reply-message-area li ul {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .reply-message-area li ul {
    padding-left: 50px;
  }
}

.profile-wrapper {
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-wrapper .profile-user {
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 40px;
}

.profile-wrapper .profile-user .thumb {
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.profile-wrapper .profile-user .thumb img {
  max-width: 100%;
}

.profile-wrapper .profile-form-area {
  width: calc(100% - 300px);
}

@media (min-width: 992px) {
  .profile-wrapper .profile-form-area {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .profile-wrapper .profile-form-area {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  .profile-wrapper .profile-form-area {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .profile-wrapper {
    padding: 30px 15px;
  }
}

/*Blog-Section Stars Here*/
.blog-section {
  background-color: #4CDA4F;
}

.post-item {
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--primary);
}

.post-item .post-content {
  position: relative;
  background-color: var(--primary);
  box-shadow: 0px 0px 43px 0px rgba(122, 125, 134, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.post-item .post-content .blog-header {
  padding: 20px 30px 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.post-item .post-content .blog-header .title {
  margin: 0;
}

.post-item .post-content .blog-header .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.post-item .post-content .meta-post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px;
}

.post-item .post-content .meta-post a {
  color: #555555;
}

.post-item .post-content .meta-post a:hover {
  color: #f99f0b;
}

.post-item .post-content .meta-post>* {
  width: 50%;
}

.post-item .post-content .meta-post>*:nth-child(even) {
  text-align: right;
}

.post-item .post-content .entry-content {
  padding: 30px 30px 35px;
}

.post-item .post-content::before,
.post-item .post-content::after {
  height: 6px;
  width: 100%;
  background-color: var(--primary);
  opacity: 0.11;
  bottom: 0;
  left: 0;
}

.post-item .post-content::before {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 1;
}

.post-item.post-classic .post-content::after,
.post-item.post-classic .post-content::before {
  display: none;
}

.post-item.post-classic .post-content .custom-button {
  margin-top: 6px;
  color: var(--texto);
}

.post-item.post-classic .post-content .custom-button::after {
  background: var(--primary);
}

.post-item.post-classic .post-content .custom-button:hover {
  color: var(--texto);
}

@media (min-width: 992px) {
  .post-item.post-classic {
    margin-bottom: 60px;
  }
}

.post-item.post-details {
  margin-bottom: 50px;
  background: transparent;
}

@media (min-width: 576px) {
  .post-item.post-details {
    margin-bottom: 60px;
  }
}

.post-item.post-details p {
  margin-bottom: 31px;
}

.post-item.post-details .post-content {
  box-shadow: none;
  border: none;
}

.post-item.post-details .post-content .meta-post {
  padding: 12px 0;
}

.post-item.post-details .post-content .blog-header {
  padding: 27px 0;
}

.post-item.post-details .post-content .entry-content {
  padding: 37px 0;
  padding-bottom: 0 !important;
}

.post-item.post-details .post-content .thumb-area {
  margin-bottom: 39px;
  justify-content: space-between;
}

.post-item.post-details .post-content .thumb-area .thumb,
.post-item.post-details .post-content .thumb-area .content {
  width: 100%;
}

.post-item.post-details .post-content .thumb-area .thumb img,
.post-item.post-details .post-content .thumb-area .content img {
  width: 100%;
}

@media (min-width: 768px) {

  .post-item.post-details .post-content .thumb-area .thumb,
  .post-item.post-details .post-content .thumb-area .content {
    width: calc(50% - 15px);
  }
}

.post-item.post-details .post-content .thumb-area ul {
  margin-bottom: 31px;
}

.post-item.post-details .post-content .thumb-area ul li {
  padding: 0;
  padding-left: 23px;
  position: relative;
  margin-bottom: 10px;
}

.post-item.post-details .post-content .thumb-area ul li::before {
  width: 13px;
  height: 13px;
  background: -webkit-linear-gradient(-90deg, #124656 0%, #063a4a 45%, #063b46 100%);
  top: 8px;
  left: 0;
}

@media screen and (max-width: 767px) and (min-width: 400px) {
  .post-item.post-details .post-content .thumb-area .thumb {
    margin-bottom: 31px;
  }
}

.post-item.post-details .post-content blockquote {
  margin-bottom: 39px;
}

.post-item.post-details .post-content .tag-options {
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 7px 0;
}

@media (max-width: 575px) {
  .post-item.post-details .post-content .tag-options {
    padding: 10px 0;
  }
}

.post-item.post-details .post-content .tag-options .tags span {
  margin: 3px;
}

.post-item.post-details .post-content .tag-options .tags a {
  text-transform: uppercase;
  color: #555555;
  font-size: 14px;
  margin: 3px;
}

.post-item.post-details .post-content .tag-options .tags a:hover {
  color: #f99f0b;
}

.post-item.post-details .post-content .tag-options .tags a::after {
  content: ",";
}

.post-item.post-details .post-content .tag-options .tags a:last-child::after {
  display: none;
}

.post-item.post-details .post-content .tag-options .share span {
  margin: 3px;
}

.post-item.post-details .post-content .tag-options .share a {
  margin: 3px;
  color: #555555;
}

.post-item.post-details .post-content .tag-options .share a:hover {
  color: #f99f0b;
}

@media screen and (max-width: 399px) {
  .post-item.post-details p {
    margin-bottom: 22px;
  }

  .post-item.post-details .post-content .blog-header {
    padding: 21px 0;
  }

  .post-item.post-details .post-content .entry-content {
    padding: 30px 0 35px;
  }

  .post-item.post-details .post-content .thumb-area {
    margin-bottom: 30px;
  }

  .post-item.post-details .post-content .thumb-area .thumb {
    margin-bottom: 22px;
  }

  .post-item.post-details .post-content .thumb-area ul {
    margin-bottom: 23px;
  }

  .post-item.post-details .post-content .meta-post {
    padding: 10px 0;
    font-size: 12px;
  }

  .post-item.post-details .post-content blockquote {
    margin-bottom: 30px;
  }

  .post-item.post-details .post-content .thumb {
    margin-bottom: 22px;
  }
}

.post-item:hover .post-content::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.post-item:hover .post-content .blog-header .title a {
  color: #f99f0b;
}

.post-item:hover .post-thumb a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 399px) {
  .post-item .post-content .blog-header {
    padding: 20px 20px 21px;
  }

  .post-item .post-content .entry-content {
    padding: 30px 20px 35px;
  }

  .post-item .post-content .meta-post {
    padding: 10px 20px;
    font-size: 12px;
  }
}

blockquote {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-style: italic;
  margin: 0;
  line-height: 1.4;
}

blockquote::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(-90deg, #124656 0%, #063a4a 45%, #063b46 100%);
}

@media (min-width: 576px) {
  blockquote {
    font-size: 22px;
  }
}

.blog-pagination {
  margin: -5px;
}

.blog-pagination li {
  padding: 5px;
}

.blog-pagination li a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #282828;
  border: 1px solid #e5e5e5;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  color: #ffffff;
  background: #f99f0b;
  border-color: #ffffff;
}

.comment-area {
  margin-bottom: 50px;
}

.comment-area .title {
  margin-top: -9px;
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: -7px;
}

@media (min-width: 576px) {
  .comment-area .title {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .comment-area {
    margin-bottom: 60px;
  }
}

.comment-wrapper li {
  padding: 0;
}

.comment-wrapper li .comment-item {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.comment-wrapper li .comment-item .comment-thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.comment-wrapper li .comment-item .comment-thumb a {
  display: block;
}

.comment-wrapper li .comment-item .comment-thumb a img {
  width: 100%;
}

@media (max-width: 575px) {
  .comment-wrapper li .comment-item .comment-thumb {
    margin-bottom: 15px;
  }
}

.comment-wrapper li .comment-item .comment-content {
  width: 100%;
}

.comment-wrapper li .comment-item .comment-content .comment-header {
  margin-bottom: 18px;
}

.comment-wrapper li .comment-item .comment-content .sub-title {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  margin-bottom: -4px;
}

.comment-wrapper li .comment-item .comment-content span {
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 576px) {
  .comment-wrapper li .comment-item .comment-content {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
}

.comment-wrapper li .comment-item .comment-content .reply-button {
  padding: 2px 20px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  text-transform: uppercase;
  font-family: "Monda", sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.comment-wrapper li .comment-item .comment-content p {
  margin-bottom: -8px;
}

.comment-wrapper li .comment-item:hover .reply-button {
  background: #f99f0b;
  color: #ffffff;
}

.comment-wrapper li .comment-item:hover .sub-title a {
  color: #f99f0b;
}

.comment-wrapper li ul li {
  padding-left: 20px;
}

@media (min-width: 576px) {
  .comment-wrapper li ul li {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .comment-wrapper li ul li {
    padding-left: 60px;
  }
}

.comment-wrapper>li:last-child .comment-item:last-child {
  padding-bottom: 0;
  border: none;
}

.comment-form {
  margin: -10px;
  margin-top: 20px;
}

.comment-form-group {
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .comment-form-group {
    width: 50%;
  }
}

.comment-form-group input,
.comment-form-group textarea {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  display: block;
  margin: 0;
}

.comment-form-group input:focus,
.comment-form-group textarea:focus {
  border-color: #e5e5e5;
}

.comment-form-group textarea {
  height: 150px;
  padding: 20px;
}

.comment-form-group input {
  height: 45px;
  padding-left: 20px;
}

.comment-form-group input[type="submit"] {
  height: 54px;
  margin-top: 10px;
  background: #f99f0b;
  color: #ffffff;
  font-weight: 600;
  font-family: "Monda", sans-serif;
  text-transform: capitalize;
  width: auto;
  border-color: #ffffff;
  padding: 0 40px;
}

.c-thumb {
  overflow: hidden;
}

.c-thumb a {
  display: block;
}

.c-thumb img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.scrollToTop {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  z-index: 999;
  bottom: 30px;
  right: 30px;
  font-size: 18px;
  position: fixed;
  border-radius: 5px;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  display: block;
  text-align: center;
  background: #f99f0b;
}

.scrollToTop:hover {
  color: #ffffff;
}

.scrollToTop.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
  width: 100%;
}

.video-button {
  width: 70px;
  height: 70px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f99f0b;
  line-height: 75px;
  text-align: center;
}

.video-button img {
  width: 100%;
}

.video-button i {
  font-size: 24px;
  color: #ffffff;
}

.video-button::before,
.video-button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 74px;
  background: #f99f0b;
  opacity: 0.15;
  z-index: -10;
}

.video-button::before {
  z-index: -10;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
  z-index: -10;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}

.theme-button {
  font-weight: 700;
  border-radius: 5px;
  line-height: 28px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-family: "Monda", sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #f99f0b;
}

.theme-button:hover {
  color: #ffffff;
}

.custom-button {
  font-weight: 700;
  color: #555555;
  border-radius: 5px;
  line-height: 28px;
  padding: 15px 30px;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #555555;
  font-family: "Monda", sans-serif;
  font-size: 16px;
}

.custom-button:hover {
  color: #555555;
  background: -webkit-linear-gradient(-90deg, #e6a00d 0%, #e68e09 45%, #e67b09 100%);
  border-color: #555555;
  border: 1px solid #f99f0b;
}

.custom-button.theme {
  color: #ffffff;
  background: #f99f0b;
  border-color: #f99f0b;
}

.custom-button.theme:hover {
  color: #555555;
  background: transparent;
  border-color: #555555;
}

.custom-button.cl-light {
  color: #ddd;
}

.custom-button.hover-cl-light:hover {
  color: #ffffff;
}

.custom-button.btn-sm {
  font-size: 14px;
  padding: 10px 30px;
}

.custom-button.white {
  background: #ffffff;
  color: #282828;
  border: none;
}

.button-area {
  margin: -5px;
}

.button-area a {
  margin: 5px;
}

/* inner outer ripple */
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }

  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}

@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}

@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}

@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

.menu>li:last-child .submenu {
  left: unset;
  right: 0;
}

.pagination {
  margin: -3px;
  margin-top: 25px;
  justify-content: center;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #054b60 !important;
  color: #f99f0b;
  padding: 0;
  line-height: 45px;
  display: block;
  margin: 0;
  border: 1px solid rgba(40, 40, 40, 0.2);
}

.pagination .page-item.active span,
.pagination .page-item.active a,
.pagination .page-item:hover span,
.pagination .page-item:hover a {
  background: #f99f0b !important;
  color: #fff !important;
  border: 1px solid rgba(40, 40, 40, 0.2);
}

.pagination .page-item.disabled span {
  background: rgba(249, 159, 11, 0.3);
  border: none;
  color: #f99f0b;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: -webkit-linear-gradient(-90deg, #124656 0%, #063a4a 45%, #063b46 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;
}

.preloader .loader {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 3;
  border: 4px solid white;
  top: 50%;
  -webkit-animation: loader 2.5s infinite ease;
  animation: loader 2.5s infinite ease;
}

.preloader .loader .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: white;
  -webkit-animation: loader-inner 2.5s infinite ease-in;
  animation: loader-inner 2.5s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

.btn--base,
.badge--base,
.bg--base {
  background-color: var(--cor-h1) !important;
}

.btn--primary,
.badge--primary,
.bg--primary {
  background-color: var(--cor-h1) !important;
}

.btn--secondary .badge--secondary .bg--secondary {
  background-color: #868e96 !important;
}

.btn--success,
.badge--success,
.bg--success {
  background-color: #28c76f !important;
}

.btn--danger,
.badge--danger,
.bg--danger {
  background-color: #ea5455 !important;
}

.btn--warning,
.badge--warning,
.bg--warning {
  background-color: #f99f0b !important;
}

.btn--info,
.badge--info,
.bg--info {
  background-color: #1e9ff2 !important;
}

.btn--dark,
.badge--dark,
.bg--dark {
  background-color: #192a56 !important;
}

.btn--white,
.badge--white,
.bg--white {
  background-color: #fff !important;
}

[class*="btn--"] {
  color: #fff;
  font-weight: 500;
}

[class*="btn--"]:hover {
  color: #fff;
}

.btn--warning,
.badge--warning,
.btn--white,
.badge--white {
  color: #fff;
}

.btn--warning:hover,
.badge--warning:hover,
.btn--white:hover,
.badge--white:hover {
  color: #fff;
}

.btn--black,
.badge--black,
.bg--black {
  background-color: #000 !important;
}

.btn--title,
.badge--title,
.bg--title {
  background-color: #fff !important;
}

.btn--1,
.badge--1,
.bg--1 {
  background-color: #2ed573 !important;
}


.custom--btn,
.custom--badge,
.custom--table {
  background-color: #000 !important;
}


.text--primary {
  color: #7367f0 !important;
}

.text--secondary {
  color: #868e96 !important;
}

.text--success {
  color: #28c76f !important;
}

.text--danger {
  color: #ea5455 !important;
}

.text--warning {
  color: #f99f0b !important;
}

.text--info {
  color: #1e9ff2 !important;
}

.text--dark {
  color: #192a56 !important;
}

.text--white {
  color: #fff !important;
}

.text--white p,
.text--white ul li,
.text--white ul li a,
.text--white span {
  color: #ddd;
}

.text--black {
  color: #000 !important;
}

.text--body {
  color: #ddd !important;
}

.text--base {
  color: #2ecc71 !important;
}

.text--title {
  color: #fff !important;
}

.text--1 {
  color: #2ed573 !important;
}

.bg--transparent {
  background-color: transparent !important;
}

.bg--none {
  background: none !important;
}

.text--custom {
  color: #f99f0b !important;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  margin: 30px -10px 0;
}

.footer-menu li {
  padding: 5px;
}

.footer-menu li a {
  color: #fff;
  padding: 0 10px;
}

.social__icons {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  justify-content: center;
}

.social__icons li {
  padding: 5px;
}

.social__icons li a i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fa983a;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.social__icons li a i:hover {
  color: #fa983a;
  background: #fff;
}

.social__icons li a i[class*="facebook"] {
  background: #3b5998;
  color: #fff;
}

.social__icons li a i[class*="facebook"]:hover {
  color: #3b5998;
  background: #fff;
}

.social__icons li a i[class*="twitter"] {
  background: #55acee;
  color: #fff;
}

.social__icons li a i[class*="twitter"]:hover {
  color: #55acee;
  background: #fff;
}

.social__icons li a i[class*="camera"] {
  background: #e4405f;
  color: #fff;
}

.social__icons li a i[class*="camera"]:hover {
  color: #e4405f;
  background: #fff;
}

.social__icons li a i[class*="tumblr"] {
  background: #34465d;
  color: #fff;
}

.social__icons li a i[class*="tumblr"]:hover {
  color: #34465d;
  background: #fff;
}

.social__icons li a i[class*="navy"] {
  background: #d8e0f3;
  color: #fff;
}

.social__icons li a i[class*="navy"]:hover {
  color: #d8e0f3;
  background: #fff;
}

.social__icons li a i[class*="pinterest"] {
  background: #007bb5;
  color: #fff;
}

.social__icons li a i[class*="pinterest"]:hover {
  color: #007bb5;
  background: #fff;
}

.social__icons li a i[class*="google"] {
  background: #dd4b39;
  color: #fff;
}

.social__icons li a i[class*="google"]:hover {
  color: #dd4b39;
  background: #fff;
}

.social__icons li a i[class*="behance"] {
  background: #1769ff;
  color: #fff;
}

.social__icons li a i[class*="behance"]:hover {
  color: #1769ff;
  background: #fff;
}

.social__icons li a i[class*="futbol"] {
  background: #db3776;
  color: #fff;
}

.social__icons li a i[class*="futbol"]:hover {
  color: #db3776;
  background: #fff;
}

.social__icons li a i[class*="youtube"] {
  background: #cd201f;
  color: #fff;
}

.social__icons li a i[class*="youtube"]:hover {
  color: #cd201f;
  background: #fff;
}

.social__icons li a i[class*="skype"] {
  background: #2fb7df;
  color: #fff;
}

.social__icons li a i[class*="skype"]:hover {
  color: #2fb7df;
  background: #fff;
}

.social__icons li a i[class*="instagram"] {
  background: #e4405f;
  color: #fff;
}

.social__icons li a i[class*="instagram"]:hover {
  color: #e4405f;
  background: #fff;
}

.social__icons li a i[class*="linkedin"] {
  background: #007bb5;
  color: #fff;
}

.social__icons li a i[class*="linkedin"]:hover {
  color: #007bb5;
  background: #fff;
}

.social__icons li a i[class*="whatsapp"] {
  background: #25d366;
  color: #fff;
}

.social__icons li a i[class*="whatsapp"]:hover {
  color: #25d366;
  background: #fff;
}

.defaultWithdraw {
  cursor: pointer;
}


.cookie__wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #f99f0b;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10vh;
  font-size: 18px;
  z-index: 99999;
  color: #ddd;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.cookie__wrapper .txt {
  max-width: 720px;
  margin-right: 20px;
}

/* account section css start */
.account-section {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

.account-section .left {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  padding: 70px 50px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .account-section .left {
    width: 100%;
  }
}

.account-section .left::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01141a;
  opacity: 0.65;
  z-index: -1;
}

.account-section .right {
  width: 40%;
  background: -webkit-linear-gradient(-90deg, #124656 0%, #063a4a 45%, #063b46 100%);
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: space-between;
  padding: 70px 50px;
}

.account-section .right .middle {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .account-section .right {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .account-section .right {
    padding: 50px 30px;
  }
}

@media (max-width: 575px) {
  .account-section .right {
    padding: 40px 15px;
  }
}

.account-logo img {
  max-width: 220px;
  max-height: 80px;
}

.account-section.style--two .left {
  width: 50%;
}

.account-section.style--two .right {
  width: 50%;
}

@media (max-width: 1350px) {
  .account-section.style--two .right {
    padding: 50px 30px;
  }
}

@media (max-width: 1199px) {
  .account-section.style--two .left {
    width: 100%;
  }

  .account-section.style--two .right {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .account-section.style--two .right {
    padding: 50px 15px;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group {
  margin-bottom: 15px;
}