/* imports & fonts */
@import url("https://fonts.googleapis.com/css?family=Alegreya+Sans|Exo+2|Jura|Poiret+One&display=swap&subset=cyrillic");
/* general styling classes */
body {
  font-family: "Exo 2", sans-serif;
}
.top-header {
  background: #00162c !important;
}

.home-section-2 {
  background: #00162cb5 !important;
}

#footer_top {
  background: #00162c !important;
}

.btn {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.bold-text {
  font-weight: bold;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.primary_menu ul li a {
  color: #00162c !important;
}

aside .menu-main_menu-container,
aside .menu-top_menu-container {
  color: #00162c !important;
}

aside .menu-main_menu-container,
aside .menu-top_menu-container {
  background: #00162c !important;
}

/* small buttons */
.btn-small-live {
  background: green !important;
  color: white !important;
}

/* top menu items */
.lang-wrapper .dropdown-menu {
  background: #00162c !important;
}

.top-menu li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 1em !important;
  font-weight: normal !important;
  padding: 0 20px;
  border-right: 1px solid #fff;
  letter-spacing: 0.1px;
}

.menu-item-23 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-item-23 a:hover {
  font-weight: normal !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* menu buttons */
header .buttons-sections .live {
  color: #fff !important;
  background-color: #00162c !important;
  font-weight: 400 !important;
}

header .buttons-sections .live:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  font-weight: 400 !important;
}

header .buttons-sections .practice {
  color: #00162c !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px #00162c solid !important;
  font-weight: 400 !important;
}

header .buttons-sections .practice:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  font-weight: 400 !important;
  border-bottom: none;
}

/* sub menus */
.primary_menu ul li .sub-menu {
  background: #00162c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.primary_menu ul li .sub-menu a {
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.primary_menu ul li .sub-menu a:hover {
  font-weight: normal !important;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

@media (min-width: 992px) {
  .primary_menu ul li .sub-menu {
    min-width: 200px !important;
    padding: 15px 10px 25px 10px !important;
  }
  .long-sub-menu ul li .sub-menu {
    width: 400px !important;
  }
  .not-so-long-sub-menu ul li .sub-menu {
    width: 300px !important;
  }
}

@media (min-width: 992px) {
  .primary_menu ul li .sub-menu:before {
    border-bottom: 9px solid #00162c;
  }
}

@media (min-width: 768px) {
  .primary_menu ul li .sub-menu:before {
    border-bottom: 9px solid #00162c;
  }
}

@media (min-width: 468px) {
  .primary_menu ul li .sub-menu:before {
    border-bottom: 9px solid #00162c;
  }
}

.primary_menu ul li .sub-menu li a span {
  margin-bottom: 1rem !important;
}

/* slider buttons */

.bx-controls.bx-has-controls-direction .bx-prev,
.bx-controls.bx-has-controls-direction .bx-next {
  color: rgba(255, 255, 255, 0) !important;
}

.live-slide-button {
  margin-right: 15px;
  color: #fff !important;
  background-color: #00162c !important;
  border: 1px #00162c solid !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.live-slide-button:hover {
  -webkit-box-shadow: 0px 0px 22px -12px #1740bd;
  box-shadow: 0px 0px 22px -12px #1740bd;
}

.practice-slide-button {
  color: #00162c !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px #00162c solid !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.practice-slide-button:hover {
  -webkit-box-shadow: 0px 0px 22px -12px #1740bd;
  box-shadow: 0px 0px 22px -12px #1740bd;
}

/* slider text */
.slider-text {
  color: #00162c;
  text-align: left;
  font-size: 1.3em;
  padding-bottom: 30px;
  text-shadow: 1px 1px 1px #bcc4d2;
}

@media screen and (max-width: 600px) {
  .slider-text {
    font-size: 1.1em !important;
    margin-top: -15px !important;
  }
  .home-slide .page-sub-title {
    font-size: 1.1em !important;
    margin-top: -15px !important;
  }
}

.home-slide .page-sub-title {
  font-size: 1.3em !important;
}

/* bottom buttons */
.button-live-bottom {
  margin-right: 15px;
  color: #fff !important;
  background-color: #00162c !important;
  border: 1px #00162c solid !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-live-bottom:hover {
  -webkit-box-shadow: 0px 0px 22px -12px #1740bd;
  box-shadow: 0px 0px 22px -12px #1740bd;
}

.button-practice-bottom {
  color: #00162c !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px #00162c solid !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-practice-bottom:hover {
  -webkit-box-shadow: 0px 0px 22px -12px #1740bd;
  box-shadow: 0px 0px 22px -12px #1740bd;
}

/* side buttons */
.sogo_banner_widget-2 .side-big-button {
  color: #00162c !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px #00162c solid !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sogo_banner_widget-4 .side-big-button {
  color: #00162c !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px #00162c solid !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sogo_banner_widget-5 .side-big-button {
  color: #00162c !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px #00162c solid !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sogo_banner_widget-2 .side-big-button:hover {
  -webkit-box-shadow: 0px 0px 22px -12px #1740bd;
  box-shadow: 0px 0px 22px -12px #1740bd;
}

.sogo_banner_widget-4 .side-big-button:hover {
  -webkit-box-shadow: 0px 0px 22px -12px #1740bd;
  box-shadow: 0px 0px 22px -12px #1740bd;
}

.sogo_banner_widget-11 .side-big-button {
  color: #fff !important;
  background-color: #00162c !important;
  border: 1px #00162c solid !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sogo_banner_widget-3 .side-big-button {
  color: #fff !important;
  background-color: #00162c !important;
  border: 1px #00162c solid !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sogo_banner_widget-6 .side-big-button {
  color: #fff !important;
  background-color: #00162c !important;
  border: 1px #00162c solid !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sogo_banner_widget-3 .side-big-button:hover {
  -webkit-box-shadow: 0px 0px 22px -12px #1740bd;
  box-shadow: 0px 0px 22px -12px #1740bd;
}

.sogo_banner_widget-11 .side-big-button:hover {
  -webkit-box-shadow: 0px 0px 22px -12px #1740bd;
  box-shadow: 0px 0px 22px -12px #1740bd;
}

.side-button-span {
  padding-bottom: 5px !important;
}

/* platform boxes */
.platform-box {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding-bottom: 20px;
}

.platform-box:hover {
  -webkit-box-shadow: 2px 2px 25px -18px #00162c;
  box-shadow: 2px 2px 25px -18px #00162c;
}

/* the dude on homepage fix */
@media (max-width: 2200px) and (min-width: 1430px) {
  .home-floor-6 {
    height: auto !important;
  }
}

/* various links */
.read-more,
.read-more i {
  color: #00162c !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.read-more:hover {
  color: #1c9831 !important;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

/* corporate governance and banks */
.corp-gov-text {
  color: black;
  font-weight: bold;
  font-size: 16px;
}

.corp-gov-img {
  max-width: 30%;
}

.corp-gov-title {
  color: #002159;
  font-weight: bold;
  font-size: 1.5rem;
}

/* cookie policy bar*/
#spu-8621 {
  margin: 0 0 5em !important;
}

#spu-7247 {
  margin: 0 0 4em !important;
}

/* cookie policy btn */
/*
.spu-9338-btn, .spu-5549-btn, .spu-5302-btn, .spu-6911-btn, .spu-6976-btn, .spu-7247-btn, .spu-7360-btn, .spu-7431-btn, .spu-8621-btn {
	color: #fff;
	background-color: #47BF45;
	border: 1px #47BF45 solid;
	border-radius: 5px;
	padding: 5px 10px 7px 10px !important;
	margin-left: 1rem !important;
	min-width: 10% !important;
	transition: 0.1s;
}

.spu-9338-btn:hover, .spu-5549-btn:hover, .spu-5302-btn:hover, .spu-6911-btn:hover, .spu-6976-btn:hover, .spu-7427-btn:hover, .spu-7360-btn:hover, .spu-7431-btn:hover, .spu-8621-btn:hover {
	color: #fff;
	background-color: #47BF45;
	border: 1px #47BF45 solid;
	border-radius: 0px;
	transform: scale(1.01);
}
*/
/*h2s*/
#triotrend-heading,
#trioalgo-heading,
#triomatrix-heading,
#tmam {
  margin-top: 5rem;
}

/* tables */
.trio-table-heading th {
  color: #ffffff;
  background: #00162c;
}

.trio-table tr:nth-child(even) {
  color: #00162c;
  background: #dedede;
}

/*
#spu-10175, #spu-7503, #spu-6974, #spu-5384, #spu-8621, #spu-8619 {
	font-size: 14px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	color: #fff !important;
	background: #00162c !important;
} */
.top-menu li.top-link.traider {
  border: 1px #fff solid !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff !important;
}

.top-menu li.top-link.traider a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff !important;
}

.top-menu li.top-link.traider a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #00162c !important;
}

.top-menu li.top-link.traider:hover {
  border: 1px #fff solid !important;
  background: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #00162c !important;
}

/* mobile menu buttons */
.primary-navigation-collapse .live {
  color: #fff !important;
  border: 1px #00162c solid !important;
  background: #00162c !important;
}

.primary-navigation-collapse .practice {
  color: #00162c !important;
  border: 1px #00162c solid !important;
  background: #fff !important;
}

.spu-top-bar {
  position: fixed !important;
  height: auto !important;
  text-align: center;
  background: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 10px;
  border: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.spu-top-bar .spu-content {
  height: 75px;
  background: #2c2d3e;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-box-shadow: 2px -50px 80px #f2dcec;
  box-shadow: 2px -50px 80px #f2dcec;
  color: #fff;
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .spu-top-bar .spu-content {
    height: 75px;
    background: #2c2d3e;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-box-shadow: 2px -50px 80px #f2dcec;
    box-shadow: 2px -50px 80px #f2dcec;
    color: #fff;
    padding: 10px 20px;
    font-size: 0.7em !important;
    z-index: 9999 !important;
  }
}

.spu-top-bar button {
  width: auto !important;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 10px;
  border: none;
  border-bottom: 1px #fff solid;
  -webkit-animation: little-rotate 2s infinite;
  animation: little-rotate 2s infinite;
}

/* z-index fix */
@media (max-width: 991px) {
  #main-header {
    z-index: 9998 !important;
    background: #00162c !important;
  }
  .spu-box.spu-top-bar {
    z-index: 9999 !important;
  }
}

@keyframes little-rotate {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}

@-webkit-keyframes little-rotate {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}

.spu-top-bar button:hover {
  color: #fff;
  border: none;
  background: transparent;
  border-bottom: 1px #fff dashed;
  -webkit-animation: none;
  animation: none;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.spu-top-bar button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border: none;
  background: transparent;
  border-bottom: 1px #fff dashed;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.spu-box.spu-bottom-bar {
  font-size: 15px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  color: #fff !important;
  background: #00162c !important;
}

.spu-bottom-bar {
  font-size: 15px !important;
}

.footer-text a {
  color: #f6cd95 !important;
  -webkit-transition: 1s;
  transition: 1s;
}

.footer-text a:hover {
  border-bottom: 1px solid #f6cd95;
}

p .btn.btn-small.live {
  color: white !important;
  background: green !important;
  border: 1px green solid !important;
}

header .buttons-sections .live {
  color: #fff !important;
  background-color: #00162c !important;
  font-weight: 400 !important;
}

/* CF7 */
/*---------from ryan's CSS---------*/
div.wpcf7 {
  margin: 0;
  width: 401px;
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 21px;
  background-color: #eee;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
}

div.wpcf7-response-output {
  margin: 1px -25 !important;
  padding: 1px 0px !important;
  font-size: 13px;
}

span.wpcf7-not-valid-tip {
  color: #f00 !important;
  position: relative;
  font-size: 12px;
  bottom: 0px;
  left: 0;
}

span.wpcf7-list-item-label {
  font-size: 14px;
  position: relative;
  top: 0px;
}

span.wpcf7-list-item-label a {
  color: #1b6eb5;
}

span.wpcf7-list-item-label a:hover {
  color: #0d304e;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 0 0;
}

.wpcf7-response-output.wpcf7-response-output.wpcf7-mail-sent-ng a {
  color: #1b6eb5;
}

.wpcf7-response-output.wpcf7-response-output.wpcf7-mail-sent-ng a:hover {
  color: #0d304e;
}

.hidethis {
  display: none;
}
/*------------------*/
.wpcf7 input,
.wpcf7 select {
  color: #00162c !important;
  border: none !important;
  border-bottom: 1px #00162c solid !important;
  height: 50px !important;
  background: #fff !important;
  border-radius: 0 !important;
}

.wpcf7 input::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
  color: #00162c !important;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder {
  color: #00162c !important;
}

.wpcf7 input::-ms-input-placeholder,
.wpcf7 select::-ms-input-placeholder {
  color: #00162c !important;
}

.wpcf7 input::placeholder,
.wpcf7 select::placeholder {
  color: #00162c !important;
}

.wpcf7 input:focus,
.wpcf7 select:focus {
  border: none !important;
  border-bottom: 1px #00162c dashed !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wpcf7 input:active,
.wpcf7 select:active {
  border: none !important;
  border-bottom: 1px #00162c dashed !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wpcf7 input[type="submit"] {
  color: #fff !important;
  background: #00162c !important;
  border: 1px #00162c solid !important;
  border-radius: 15px !important;
  width: 100% !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

.wpcf7 input[type="submit"]:hover {
  color: #00162c !important;
  background: #fff !important;
  border: 1px #00162c solid !important;
  border-radius: 0 !important;
  width: 100% !important;
}

.entry-content p span {
  color: #00162c !important;
}

.company-field input {
  margin-bottom: 35px !important;
}

.platform-box:nth-child(4) {
  display: none !important;
}

@media screen and (min-width: 1px) and (max-width: 992px) {
  .platform-box:nth-child(4) {
    display: none !important;
  }
  .platform-box:nth-child(3) {
    display: none !important;
  }
}

/* legal documents */

.legal-documents {
  border-left: 1px #00162c solid;
  border-right: 1px #00162c solid;
  border-bottom: 1px #00162c solid;
}

.legal-heading {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #00162c;
}

.legal-heading h2 {
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize !important;
  padding-bottom: 0 !important;
}

.legal-item {
  padding: 40px;
}

.legal-item img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.legal-item img:hover {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.legal-item p {
  display: block;
  line-height: 1;
  font-weight: bold;
  color: #051b30;
  padding-top: 5px;
}

.legal-item a {
  color: #20209e;
  font-size: 0.7em;
  text-decoration: none;
  -webkit-transition: 1s !important;
  transition: 1s !important;
}

.legal-item a:hover {
  -webkit-transform: translateX(3px) !important;
  transform: translateX(3px) !important;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .lang-wrapper .dropdown-menu li a {
    color: #fff !important;
  }
}

/* triopartners */

.partners-section-2 {
  background-color: #00162c;
}

.gold {
  color: #ffc56a;
}

.partners-section-2 .btn-join,
.partners-section-3 .btn-join,
.login-box .btn-join {
  background-color: #fff;
  color: #00162c;
  border: 1px #00162c solid;
}

.partners-section-2 .btn-login,
.partners-section-3 .btn-login,
.login-box .btn-login {
  background-color: #00162c;
  color: #fff;
  border: 1px #fff solid;
  padding-right: 45px;
  padding-left: 45px;
  margin-top: 16px;
}

.partners-section-3 h5 {
  color: #00162c;
  font-weight: bold;
}

aside .menu-triopartners_menu-container ul li a {
  color: #fff;
}

aside .menu-triopartners_menu-container {
  background-color: #00162c;
}

aside .menu-triopartners_menu-container ul li:after {
  border-bottom: 1px solid #fff;
}

.not-gold {
  color: #00162c;
}

.login-box {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  flex-direction: column;
  padding: 0 1rem 1rem 1rem;
  background: #00162c;
  display: flex;
  transition: 0.3s;
}

@media screen and (max-width: 1350px) {
  .login-box {
    transform: translateX(1000px) !important;
  }
}

.login-box .btn:hover {
  transform: translateX(5px);
}

.visible {
  transition-timing-function: ease-in;
  transform: translateX(0);
}

.invisible {
  transition-timing-function: ease-out;
  transform: translateX(100%);
}

.breadcrumbs span {
  color: #00162c !important;
}

aside .menu-triopartners_menu-container ul li a:hover {
  background-color: rgb(1, 9, 82) !important;
}

.shadowed {
  box-shadow: 0px 5px 2px #00162c3f;
  margin-top: 2rem;
  padding: 1rem;
}

.card.mh500 {
  min-height: 600px;
}

.mh300 {
  min-height: 300px;
}
.mh200 {
  min-height: 220px;
}

.mh100 {
  min-height: 160px;
}

/* .cardhead img {
  width: 100%;
  margin: 0 !important;
}

.cardbody {
  padding: 1rem
} */

.dark {
  background-color: #00162c !important;
  border-radius: 15px;
}

.shadowed p {
  display: block;
  line-height: 1.3;
}

.dark p {
  color: #fff !important;
}
.dark h5 {
  color: #fff !important;
}
.dark h2 {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .partners-section-3 .btn-primary {
    color: #fff !important;
  }
  .shadowed {
    margin: 0;
    margin-top: 1rem;
  }
}

/* cards */

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.1);
  min-height: 750px;
}

.card-image {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  flex-shrink: 0;
  width: 100%;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  border: none;
}

.card .card-body p {
  display: block;
  line-height: 1.3;
}

.card .card-body h4 {
  color: #00162c;
}

.card .btn {
  font-size: small;
  text-transform: uppercase;
  margin-top: 2rem;
  padding: 0.5rem 3rem;
  color: #ffffff;
  background-color: #00162c;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}
.card .btn:hover {
  -webkit-transform: rotateX(-17deg) rotateY(8deg) translateX(6px)
    translateY(-5px) translateZ(-2px);
  -moz-transform: rotateX(-7deg) rotateY(8deg) translateX(6px) translateY(-5px)
    translateZ(-2px);
  -ms-transform: rotateX(-7deg) rotateY(8deg) translateX(6px) translateY(-5px)
    translateZ(-2px);
  -o-transform: rotateX(-7deg) rotateY(8deg) translateX(6px) translateY(-5px)
    translateZ(-2px);
  transform: rotateX(-7deg) rotateY(8deg) translateX(6px) translateY(-5px)
    translateZ(-2px);
  color: #00162c !important;
  background-color: #fff;
  border-radius: 0;
  border-top: none;
  border-bottom: none;
}

#tncbtn {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

/* cryptos */

#cryptos p span {
  font-style: normal;
  padding: 0;
}

#cryptos ul {
  padding-bottom: 0;
  list-style: none;
  display: initial;
}

#cryptos ul li {
  font-size: initial;
  line-height: initial;
  padding-bottom: 0;
  position: relative;
  color: #727272;
  left: 20px;
  width: 90%;
}

#cryptos ul li:before {
  content: "»";
  font-family: "fontAwesome";
  color: #00162c;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  left: -20px;
  top: 6px;
}

#cryptos .bold {
  font-weight: bold !important;
}

#cryptos .dark {
  color: #00162c !important;
  background-color: #fff !important;
}

#cryptos .dark-white {
  text-transform: uppercase !important;
  padding: 0.7rem !important;
  font-size: 1.4rem !important;
  font-weight: bold !important;
  background-color: #00162c !important;
  border-radius: 15px !important;
  color: #fff !important;
}

#cryptos .tile {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(97, 97, 97, 0.75) !important;
  box-shadow: 0px 3px 5px 0px rgba(97, 97, 97, 0.75) !important;
  padding: 1rem !important;
  min-height: 280px !important;
}

#cryptos .increased {
  font-size: 1.1rem !important;
}

#cryptos .narrow {
  display: block !important;
  line-height: 1.2 !important;
}

#cryptos .sm {
  font-size: 0.8rem !important;
}

#cryptos .vsm {
  display: block !important;
  line-height: 1.1 !important;
}

#cryptos .mbb {
  margin-bottom: 8rem !important;
}

#cryptos .dark-box {
  background-color: #00162c !important;
  color: #fff !important;
  padding-bottom: 2rem !important;
  padding: 2rem 1rem !important;
  border-radius: 10px !important;
  min-height: 400px;
}

#cryptos .dark-box img {
  -webkit-transform: translateY(-60%) scale(0.8) !important;
  transform: translateY(-60%) scale(0.8) !important;
  margin-bottom: -7em !important;
}

#cryptos .btn-white {
  margin-top: 1rem !important;
  text-transform: uppercase !important;
  color: #00162c !important;
  font-weight: bold !important;
  background-color: #fff !important;
  border: 1px #00162c solid !important;
  -webkit-transition: 0.5s ease-in-out !important;
  transition: 0.5s ease-in-out !important;
}

#cryptos .btn-white:hover {
  color: #fff !important;
  font-weight: bold !important;
  background-color: #00162c !important;
  border: 1px #fff solid !important;
}

#cryptos .flexed-around {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

#cryptos .tut-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

#cryptos .tut-item p {
  font-weight: bold !important;
  color: #00162c !important;
  padding-top: 1rem !important;
}

#cryptos .arrow {
  font-size: 5rem !important;
  color: #d6d6d6 !important;
  padding-bottom: 3rem !important;
}

@media screen and (max-width: 767px) {
  #cryptos .arrow {
    display: none !important;
  }
}

#cryptos .dark-bg {
  background-color: #00162c !important;
  color: #fff !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  border-radius: 10px !important;
}

#cryptos .dark-bg p,
#cryptos .dark-bg h2,
#cryptos .dark-bg h3,
#cryptos .dark-bg h4,
#cryptos .dark-bg h5 {
  color: #fff !important;
}
#cryptos .dark-box p,
#cryptos .dark-box h2,
#cryptos .dark-box h3,
#cryptos .dark-box h4,
#cryptos .dark-box h5 {
  color: #fff !important;
}

#cryptos .dark-bg .btn-white {
  margin-top: 0 !important;
}

#cryptos .btn {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #cryptos #eth-box,
  #cryptos #xrp-box {
    margin-top: 8rem !important;
  }
}

/* funding and withdrawals */

#fundsWithdrawals .heading {
  background-color: #00162c;
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
}

#fundsWithdrawals .white-text {
  color: #fff;
}

#fundsWithdrawals .bigcard {
  margin-top: 2.5rem;
  -webkit-box-shadow: 0px 2px 24.3px 2.7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 24.3px 2.7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

#fundsWithdrawals .bigcard .col-md-12 {
  padding: 0;
}

#fundsWithdrawals .bigcard table {
  margin-bottom: 0;
  margin-top: 0;
}

#fundsWithdrawals .bigcard h4 {
  margin-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#fundsWithdrawals .heading-cell {
  border: none !important;
  border-right: 1px rgba(107, 107, 107, 0.144) solid !important;
  text-align: center;
  background-color: #bcbec0;
  font-size: 1.1rem;
  font-weight: bold !important;
  color: #00162c;
}

#fundsWithdrawals .image-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none !important;
  border-right: 1px rgba(107, 107, 107, 0.144) solid !important;
}

#fundsWithdrawals .text-cell {
  border: none !important;
  border-right: 1px rgba(107, 107, 107, 0.144) solid !important;
  padding-top: 1.4rem !important;
  text-align: center;
}

#fundsWithdrawals th {
  text-align: center;
  background-color: #bcbec0;
  font-size: 1.1rem;
  font-weight: bold !important;
  color: #00162c;
}

#fundsWithdrawals td {
  min-height: 70px;
}

#fundsWithdrawals td:last-child {
  border-right: none !important;
}

#fundsWithdrawals .bigcard .wire-transfer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
}

#fundsWithdrawals .bigcard .wire-transfer h5 {
  font-weight: bold;
  color: #00162c;
}

#fundsWithdrawals .bigcard .wire-transfer .p-div {
  padding: 0.5rem;
  color: #797979;
}

#fundsWithdrawals .bigcard .wire-transfer img {
  padding: 1rem;
}

#fundsWithdrawals .bigcard .wire-transfer .btn {
  background-color: #00162c;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

#fundsWithdrawals .bigcard .img-card #lockImg {
  padding-top: 25%;
  background-image: url("/img/wd/lock.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#fundsWithdrawals .bigcard .img-card #phoneImg {
  padding-top: 25%;
  background-image: url("/img/wd/phone.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#fundsWithdrawals .bigcard .img-card .p-div {
  padding: 2rem 3rem;
  color: #797979;
}

#fundsWithdrawals .bigcard .img-card .p-div h3 {
  padding-bottom: 1rem;
}

#fundsWithdrawals .bigcard .img-card .p-div h3,
#fundsWithdrawals .bigcard .img-card .p-div h5 {
  color: #797979;
  font-weight: bold;
}

#fundsWithdrawals .bigcard .img-card .p-div hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#fundsWithdrawals .bigcard .img-card .p-div .sm {
  font-size: 0.9rem;
}

#fundsWithdrawals .bigcard .img-card .p-div .sm a {
  color: #00162c;
  font-weight: bold;
}

/* kill floor 8 */
.home-floor-8 {
  display: none !important;
}

/* hide the disclaimer on mobile */
@media screen and (max-width: 768px) {
  .spu-bottom-bar {
    transition: 0.3s;
  }

  .slide-up {
    transition-timing-function: ease-in;
    transform: translateY(0);
  }

  .slide-down {
    transition-timing-function: ease-out;
    transform: translateY(100%);
  }
}

/* remove the header when scrolling */

.hide {
  display: none !important;
}

.show {
  display: initial;
}

/* swaps */

.panel-heading {
  background-color: #00162c !important;
  border-radius: 5px !important;
}

.panel-heading:hover {
  background-color: #334456 !important;
}

.panel-heading h4 {
  padding: 0.77rem !important;
  font-weight: normal !important;
}

.panel-heading a {
  color: #fff !important;
  text-decoration: none !important;
  transition: 0.7s !important;
}

.panel-heading a:hover {
  color: #fff !important;
  text-decoration: none !important;
  letter-spacing: 5px !important;
}

/* accounts overview */

#accountsOverview {
  border-radius: 20px;
  font-family: "Exo 2", sans-serif;
  margin: 3rem auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.34);
}

#accountsOverview p {
  color: #00162c;
}

#accountsOverview .tabs {
  width: 100%;
}

#accountsOverview .tabs ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#accountsOverview .tabs ul li::before {
  content: "";
}

#accountsOverview .tabs ul li.active {
  border-top: 5px solid #00162c;
  margin-top: -15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#accountsOverview .tabs ul li {
  left: 0;
  background-color: #F1F3F2;
  width: 20%;
  height: 100px;
  padding: 5rem;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  color: #00162c;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#accountsOverview .tabs ul li p {
  color: #00162c;
}

#accountsOverview .tabs ul li .buttonset {
  width: 100%;
  margin-top: 1rem;
  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;
  border: 1px solid #00162c;
  border-radius: 10px;
}

#accountsOverview .tabs ul li .buttonset .switcher {
  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;
  width: 50%;
  padding: 0.5rem 1rem;
}

#accountsOverview .tabs ul li .buttonset .switcher p {
  font-weight: normal;
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #00162c;
}

#accountsOverview .tabs ul li .buttonset .switcher:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#accountsOverview .tabs ul li .buttonset .switcher:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#accountsOverview .tabs ul li .buttonset .active-btn {
  color: #fff !important;
  background-color: #00162c;
}

#accountsOverview .tabs ul li .buttonset .active-btn p {
  color: #fff !important;
}

#accountsOverview .tabs ul li:first-child {
  width: 40%;
  border-top-left-radius: 20px;
}

#accountsOverview .tabs ul li:last-child {
  border-top-right-radius: 20px;
}

#accountsOverview .tabs ul li img {
  width: 35px;
  height: 35px;
  display: block;
}

#accountsOverview .content {
  padding: 2rem;
  border-bottom: 3px solid #00162c;
  border-radius: 10px;
}

#accountsOverview .content h2 {
  font-size: 1.75rem;
  color: #00162c !important;
}

#accountsOverview .content p {
  padding: 1rem;
  line-height: initial;
}

#accountsOverview .content table {
  border: none;
}

#accountsOverview .content table td {
  padding: 1rem;
}

#accountsOverview .content td:nth-child(even) {
  font-weight: bold;
}

#accountsOverview .content .buttonset {
  margin: 2.5rem auto 0;
  width: 50%;
  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;
  border: 1px solid #00162c;
  border-radius: 20px;
}

#accountsOverview .content .buttonset .switcher-bottom {
  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;
  width: 50%;
  padding: 0 1rem;
  cursor: pointer;
}

#accountsOverview .content .buttonset .switcher-bottom p {
  font-weight: normal;
  margin-bottom: 0;
  color: #00162c;
}

#accountsOverview .content .buttonset .switcher-bottom:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#accountsOverview .content .buttonset .active-btn {
  color: #fff;
  background-color: #00162c;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#accountsOverview .content .buttonset .active-btn p {
  color: #fff;
}

/* #actOvr p {
  padding-top: 3rem;
  padding-bottom: 2rem;
} */

#actOvr h2 {
  color: #fff;
  font-size: 1.5rem;
  padding: 0.9rem 0 1rem !important;
  font-weight: bold;
}

#actOvrUl ul {
  width: 100%;
  padding-top: 2rem;
}

#actOvrUl ul {
  font-size: 0.9rem;
}

#actOvrUl ul li::before {
  content: "❯❯";
  font-size: 12px;
  font-weight: bold;
  color: #00162c;
}

#accountOverview .content h2 {
  color: #00162c !important;
}

.home-floor-5 {
  display: none !important;
}