/*
Theme Name: SOGO Child
Theme URI: http://sogo.co.il/
Template:   sogo
Author: Oren Havshush
Author URI: https://sogo.co.il/
Description: SOGO child theme
Version: 1.0
License: Commercial Use only
License URI: Commercial Use only
Text Domain: sogo
*/
/* reset.less */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
abbr,
address,
cite,
code,
del,
em,
img,
ins,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
a:hover {
  text-decoration: none;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
a.screen-reader-text.skip-link {
  display: none;
}
/* mixin.less */
/* end mixin.less */
/*  variables.less  */
/* colors */
.white {
  color: #fff;
}
.blue {
  color: #002159;
}
/*  fonts */
.italic {
  font-style: italic;
}
/* base.less */
html,
body,
.site {
  height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #727272;
}
@media (min-width: 992px) {
  body {
    font-size: 1.62vmin;
  }
}
@media (min-width: 1430px) {
  .container {
    width: 1400px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #32cd32;
  font-size: 1em;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #144cd8;
}
p {
  font-size: initial; /*1.063em*/
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity: 0;
}
::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 0.938em;
}
::-moz-placeholder {
  color: #ffffff;
  font-size: 0.938em;
}
/* Firefox 19+ */
:-moz-placeholder {
  color: #ffffff;
  font-size: 0.938em;
}
/* Firefox 18- */
:-ms-input-placeholder {
  color: #ffffff;
  font-size: 0.938em;
}
.table_accordion tr {
  display: none;
}
.table_accordion tr:first-child,
.table_accordion tr:last-child,
.table_accordion tr:nth-child(2),
.table_accordion tr:nth-child(3) {
  display: table-row !important;
}
.table_accordion .show_more_tr {
  cursor: pointer;
}
.no-border {
  border: none !important;
}
.no-border td {
  border: none !important;
}
/* classes.less */
/* Margins */
.margin-top-header {
  margin-top: 48px;
}
.margin-x-xs {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.margin-y-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.margin-x-sm {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.margin-y-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margin-x-md {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.margin-y-md {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.margin-x-lg {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.margin-y-lg {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.margin-x-xl {
  margin-right: 60px !important;
  margin-left: 60px;
}
.margin-y-xl {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.margin-all-0 {
  margin: 0 !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-all-xs {
  margin: 5px !important;
}
.margin-top-xs {
  margin-top: 5px !important;
}
.margin-right-xs {
  margin-right: 5px !important;
}
.margin-bottom-xs {
  margin-bottom: 5px !important;
}
.margin-left-xs {
  margin-left: 5px !important;
}
.margin-all-sm {
  margin: 10px !important;
}
.margin-top-sm {
  margin-top: 10px !important;
}
.margin-right-sm {
  margin-right: 10px !important;
}
.margin-bottom-sm {
  margin-bottom: 10px !important;
}
.margin-left-sm {
  margin-left: 10px !important;
}
.margin-all-md {
  margin: 15px !important;
}
.margin-top-md {
  margin-top: 15px !important;
}
.margin-right-md {
  margin-right: 15px !important;
}
.margin-bottom-md {
  margin-bottom: 15px !important;
}
.margin-left-md {
  margin-left: 15px !important;
}
.margin-all-lg {
  margin: 30px !important;
}
.margin-top-lg {
  margin-top: 30px !important;
}
.margin-right-lg {
  margin-right: 30px !important;
}
.margin-bottom-lg {
  margin-bottom: 30px !important;
}
.margin-left-lg {
  margin-left: 30px !important;
}
.margin-all-xl {
  margin: 60px !important;
}
.margin-top-xl {
  margin-top: 60px !important;
}
.margin-right-xl {
  margin-right: 60px !important;
}
.margin-bottom-xl {
  margin-bottom: 60px !important;
}
.margin-left-xl {
  margin-left: 60px !important;
}
/* Paddings */
.padding-all-xl {
  padding: 60px !important;
}
.padding-x-xs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.padding-y-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.padding-x-sm {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.padding-y-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padding-x-md {
  padding-right: 15px !important;
  padding-left: 15px;
}
.padding-y-md {
  padding-top: 15px !important;
  padding-bottom: 15px;
}
.padding-x-lg {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.padding-y-lg {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.padding-x-xl {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.padding-y-xl {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.padding-all-0 {
  padding: 0 !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-all-xs {
  padding: 5px !important;
}
.padding-top-xs {
  padding-top: 5px !important;
}
.padding-right-xs {
  padding-right: 5px !important;
}
.padding-bottom-xs {
  padding-bottom: 5px !important;
}
.padding-left-xs {
  padding-left: 5px !important;
}
.padding-all-sm {
  padding: 10px !important;
}
.padding-top-sm {
  padding-top: 10px !important;
}
.padding-right-sm {
  padding-right: 10px !important;
}
.padding-bottom-sm {
  padding-bottom: 10px !important;
}
.padding-left-sm {
  padding-left: 10px !important;
}
.padding-all-md {
  padding: 15px !important;
}
.padding-top-md {
  padding-top: 15px !important;
}
.padding-right-md {
  padding-right: 15px !important;
}
.padding-bottom-md {
  padding-bottom: 15px !important;
}
.padding-left-md {
  padding-left: 15px !important;
}
.padding-all-lg {
  padding: 30px !important;
}
.padding-top-lg {
  padding-top: 30px !important;
}
.padding-right-lg {
  padding-right: 30px !important;
}
.padding-bottom-lg {
  padding-bottom: 30px !important;
}
.padding-left-lg {
  padding-left: 30px !important;
}
.padding-all-xl {
  padding: 60px !important;
}
.padding-top-xl {
  padding-top: 60px !important;
}
.padding-right-xl {
  padding-right: 60px !important;
}
.padding-bottom-xl {
  padding-bottom: 60px !important;
}
.padding-left-xl {
  padding-left: 60px !important;
}
.font-size-xs {
  font-size: 0.75em !important;
}
.font-size-small {
  font-size: 0.938em !important;
}
.font-size-base {
  font-size: 16px !important;
}
.font-size-p {
  font-size: 1.063em !important;
}
.font-size-medium {
  font-size: 1.25em !important;
}
.font-size-large {
  font-size: 3.125em !important;
}
.line-height-base {
  line-height: 1.3 !important;
}
.line-height-medium {
  line-height: 1.8 !important;
}
.bold {
  font-weight: 700;
}
.light {
  font-weight: 200;
}
.white {
  color: white;
}
.black {
  color: #223144;
}
.gold {
  color: #ffdea9;
}
.color-h3-gray {
  color: #4d4d4d;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.vertical-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float-left {
  float: left;
}
.page-title {
  font-size: 2.375em;
}
@media (min-width: 992px) {
  .page-title {
    font-size: 3.125em;
  }
}
.floor-title {
  font-size: 2.5em;
}
.inside-floor-title {
  font-size: 2.188em;
}
.decorated {
  position: relative;
}
.decorated:before {
  content: url('images/icon-mob.png');
  position: absolute;
  left: 0;
  bottom: -70px;
}
@media (max-width: 320px) {
  .decorated:before {
    left: -15px;
  }
}
@media (min-width: 414px) {
  .decorated:before {
    left: 8%;
  }
}
@media (min-width: 768px) {
  .decorated:before {
    content: url('images/icon.png');
    left: 26%;
  }
}
@media (min-width: 992px) {
  .decorated:before {
    left: 22%;
  }
}
@media (min-width: 1200px) {
  .decorated:before {
    left: 30%;
  }
}
.decorated-gold {
  position: relative;
}
.decorated-gold:after {
  content: url('images/icon-gold.png');
  position: absolute;
  left: 0;
  bottom: -60px;
}
@media (min-width: 768px) {
  .decorated-gold:after {
    left: 30%;
  }
}
@media (min-width: 992px) {
  .decorated-gold:after {
    left: 22%;
  }
}
@media (min-width: 1200px) {
  .decorated-gold:after {
    left: 30%;
  }
}
.floor {
  padding: 30px 0;
}
.top-floor {
  padding-top: 115px;
}
.underlined {
  border-bottom: 1px solid #e9edf0;
}
.underlined-blue {
  border-bottom: 1px solid #002159;
}
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: white;
  margin: 0;
}
.btn:focus,
.btn:active {
  outline: 0 !important;
  box-shadow: none;
}
.btn-small {
  min-height: 38px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  padding: 0 10px;
}
.btn-medium {
  height: 50px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 0.938em;
}
.btn-large {
  height: 72px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.7;
  position: relative;
}
@media (min-width: 992px) {
  .btn-large {
    font-size: 1.250em;
    font-weight: bold;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .btn-large {
    font-size: 1.1em;
    padding: 10px;
  }
}
@media (min-width: 480px) {
  .btn-large {
    padding: 10px;
  }
}
.btn-large span {
  display: block;
  font-weight: normal;
  text-transform: initial;
  white-space: normal;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .btn-large span {
    font-size: 0.738em;
  }
}
.btn-large:before {
  content: "\f105";
  font-family: 'fontAwesome';
  position: absolute;
  right: 2%;
  top: 0;
  line-height: 72px;
  font-size: 32px;
}
@media (min-width: 992px) {
  .btn-large:before {
    right: 3%;
  }
}
/*

.live {
  background: #1a70b5;
}
.practice {
  background: rgba(20, 76, 216, 0.8);
}

*/


.btn-join {
  background: #ffdea9;
  color: #4a4a4b;
  padding-right: 45px;
  padding-left: 45px;
  margin-top: 16px;
}
.read-more {
  display: block;
}
.read-more.link-blue {
  color: #144cd8;
}
.read-more.link-blue:hover {
  color: #32cd32;
}
.read-more.link-blue:hover i {
  color: #32cd32;
}
.read-more i {
  width: 20px;
  height: 20px;
  border: 1px solid;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 18px;
  padding-left: 0;
  margin-left: 10px;
  color: #002159;
}
.platform-box-p {
  min-height: 240px;
}
.btn-open-account {
  background: #fbad1c;
}
.btn-open-account:before {
  content: "\f0c0";
  font-family: 'fontAwesome';
  padding-right: 7px;
}
.btn-log-in {
  background: #002159;
}
.btn-log-in:before {
  content: "\f090";
  font-family: 'fontAwesome';
  padding-right: 7px;
}
.btn-log-in:hover {
  color: #ffdea9;
}
.bg-gray {
  background: #f6f6f6;
}
.bg-white {
  background: white;
}
.bg-light-blue {
  background: #e9edf0;
}
.bg-medium-blue {
  background: #405982;
}
.bg-dark-blue {
  background: #002159;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.infinite {
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.active .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(1000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.active .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce_small {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce_small {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.active .grow {
  -webkit-animation-name: grow;
  animation-name: grow;
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.active .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.active .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.active .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.active .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}
[class^="hvr-"] {
  display: inline-block;
  vertical-align: middle;
  padding: 1em;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn-4c:before {
  left: 70%;
  opacity: 0;
  top: 0;
}
.btn-4:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* font-style.less */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?6mvgi2');
  src: url('fonts/icomoon.eot?6mvgi2#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?6mvgi2') format('truetype'), url('fonts/icomoon.woff?6mvgi2') format('woff'), url('fonts/icomoon.svg?6mvgi2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-licences:before {
  content: "\e900";
}
.icon-clients_funds:before {
  content: "\e901";
}
.icon-execution:before {
  content: "\e902";
}
.icon-liquidity:before {
  content: "\e903";
}
.icon-spreads:before {
  content: "\e904";
}
.icon-process:before {
  content: "\e905";
}
.icon-interests:before {
  content: "\e906";
}
.icon-services:before {
  content: "\e907";
}
.icon-trio_logo:before {
  content: "\e908";
}
.icon-arrow_left:before {
  content: "\e909";
}
.icon-arrow_right:before {
  content: "\e90a";
}
/* front-page.less */
.home .buttons-sections .btn-large {
  width: 47%;
}
@media (min-width: 992px) {
  .home .buttons-sections .btn-large {
    width: 41%;
  }
}

/* 

.home .buttons-sections .live {
  background: rgb(26, 112, 181);
  margin-right: 15px !important;
}



.home .buttons-sections .practice {
  background: rgba(20, 76, 216, 0.8);
}

 */

.home-section-1 {
  margin-top: 48px;
  position: relative;
}
.home-section-1 .bx-controls.bx-has-controls-direction {
  display: none;
}
@media (min-width: 992px) {
  .home-section-1 .bx-controls.bx-has-controls-direction {
    display: inherit;
  }
}
.home-section-1 .bx-controls.bx-has-controls-direction .bx-prev i,
.home-section-1 .bx-controls.bx-has-controls-direction .bx-next i {
  font-size: 70px;
  color: #fff;
}
.home-section-2 {
  position: absolute;
  height: 70px;
  width: 100%;
  background: rgba(0, 33, 89, 0.8);
  bottom: 0;
  z-index: 98;
  border-top: 1px solid white;
}
.home-floor-3 .floor-title {
  padding-bottom: 30px !important;
}
@media (min-width: 992px) {
  .home-floor-3 .floor-title {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  .home-floor-4 .floor-subtitle {
    padding-bottom: 60px;
  }
}
.home-floor-5 {
  padding: 18px 0;
}
.home-floor-5 .floor-title {
  font-size: 2.375em;
  padding-bottom: 15px !important;
}
@media (min-width: 992px) {
  .home-floor-5 .floor-title {
    padding-bottom: 0 !important;
  }
}
.home-floor-5 .floor-subtitle {
  line-height: 1.5;
  padding-bottom: 15px !important;
}
@media (min-width: 992px) {
  .home-floor-5 .floor-subtitle {
    padding-bottom: 0 !important;
  }
}
.home-floor-5 .btn-medium {
  padding-right: 44px;
  padding-left: 44px;
  line-height: 1.3;
  white-space: normal;
}
@media (min-width: 992px) {
  .home-floor-5 .btn-medium {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
.home-floor-6 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media (min-width: 992px) {
  .home-floor-6 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .home-floor-6 .floor-title {
    padding-top: 60px;
  }
}
.home-floor-6 .read-more {
  padding-top: 20px;
}
.home-floor-6 .read-more i {
  color: #32cd32;
}
.home-floor-6 .read-more:hover i {
  color: #144cd8;
}
.home-floor-7 .floor-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .home-floor-7 .floor-subtitle {
    text-align: left;
  }
}
.numbers-wrapper > div:last-child .numbers-box {
  border-right: none;
}
.number-content {
  height: 70px;
}
.num-wrapper {
  display: inline-block;
}
.num-symbol {
  float: left;
/*  font-size: 2.188em; */
  font-size: 1.188em;
}
.numbers-box {
  height: 70px;
  border-right: 1px solid white;
}
.numbers-box .number {
  display: inline-block;
/*  font-size: 2.188em; */
  font-size: 1.188em;
}
.numbers-box .num-text {
  display: inline-block;
  padding-left: 10px;
  width: 47%;
  vertical-align: top;
}
@media (min-width: 992px) {
  .platform-box {
    text-align: left;
    width: 20%;
    float: left;
  }
}
.list-content ul {
  list-style: none;
}
.list-content ul li {
  padding-bottom: 30px;
  margin-left: 50px;
  position: relative;
}
.list-content ul li:before {
  content: "\f111";
  font-family: fontAwesome;
  position: absolute;
  left: -50px;
  color: #32cd32;
  font-size: 12px;
  top: 5px;
}
.essentials-wrapper {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .essentials-wrapper {
    padding-top: 0;
  }
}
.essentials-content {
  height: 70px;
}
.essentials-content .icon {
  font-size: 38px;
  display: inline-block;
}
.essentials-content .icon img {
  max-width: 38px;
}
.essentials-text {
  display: inline-block;
  position: relative;
  bottom: 10px;
  left: 10px;
}
@media (min-width: 992px) {
  .essentials-text {
    font-size: 13px !important;
  }
}
.slick-next {
  position: absolute;
  top: 150px;
  z-index: 1;
  right: 0;
  background-color: transparent;
  border: none;
  font-size: 70px;
  font-weight: lighter;
  color: rgba(64, 89, 130, 0.25);
}
@media (min-width: 768px) {
  .slick-next {
    right: -42px;
  }
}
.slick-next:focus {
  outline: none;
}
.slick-prev {
  position: absolute;
  top: 150px;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-size: 70px;
  left: 0;
  font-weight: lighter;
  color: rgba(64, 89, 130, 0.25);
}
@media (min-width: 992px) {
  .slick-prev {
    left: -42px;
  }
}
.slick-prev:focus {
  outline: none;
}
.table_accordion tr {
  display: none;
}
.table_accordion tr:first-child,
.table_accordion tr:nth-child(2) {
  display: table-row;
}
.table_accordion tr:last-child {
  display: table-row;
}
/* =WordPress Core
-------------------------------------------------------------- */
.entry-content {
  /* Text meant only for screen readers. */
}
.entry-content .alignnone {
  margin: 5px 20px 20px 0;
}
.entry-content .aligncenter,
.entry-content div.aligncenter {
  display: block;
  margin: 0 auto 0 auto;
}
.entry-content .alignright {
  float: right;
  margin: 5px 0 20px 30px;
}
.entry-content .alignleft {
  float: left;
  margin: 5px 30px 20px 0;
}
.entry-content a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.entry-content a img.alignnone {
  margin: 5px 20px 20px 0;
}
.entry-content a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.entry-content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 23px;
  text-align: center;
}
.entry-content .wp-caption-text {
  padding-top: 10px;
  color: #002159;
  font-size: 16px;
  font-style: italic;
}
.entry-content .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.entry-content .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.entry-content .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.entry-content .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.entry-content .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.entry-content .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.entry-content .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* entry-content.less */
.entry-content table {
  border: 2px solid #f6f6f6;
}
.entry-content table th {
  padding: 10px;
  border-right: 2px solid #f6f6f6;
}
.entry-content table td {
  padding: 10px;
  border-right: 2px solid #f6f6f6;
}
.entry-content table td img {
  float: left;
  margin-right: 5px;
}
.entry-content table tr:not(:last-child) {
  border-bottom: 2px solid #f6f6f6;
}
.entry-content h1 {
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 19px;
  color: #002159;
}
@media (min-width: 992px) {
  .entry-content h1 {
    font-size: 40px;
  }
}
.entry-content h2 {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 17px;
  color: #002159;
}
@media (min-width: 992px) {
  .entry-content h2 {
    font-size: 40px;
  }
}
.entry-content h3 {
  font-size: 23px;
  line-height: 1.2;
  padding-bottom: 19px;
  color: #002159;
}
@media (min-width: 992px) {
  .entry-content h3 {
    font-size: 20px;
  }
}
.entry-content h4 {
  font-size: 23px;
  line-height: 1.2;
  padding-bottom: 19px;
  color: #002159;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 992px) {
  .entry-content h4 {
    font-size: 20px;
  }
}
.entry-content h5 {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 19px;
  color: #002159;
  font-weight: bold;
}
.entry-content h6 {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 19px;
  color: #002159;
  text-transform: uppercase;
}
.entry-content p {
  line-height: 1.8;
  color: #727272;
  font-size: 1.063em;
}
.entry-content p span {
  font-style: italic;
  text-align: center;
  font-size: 12px;
  color: #ccc;
}
.entry-content a {
  color: #32cd32;
}
.entry-content a:hover {
  color: #144cd8;
}
.entry-content a:active {
  text-decoration: underline;
}
.entry-content a.btn {
  color: white;
}
.entry-content a.btn:hover,
.entry-content a.btn:active,
.entry-content a.btn:focus {
  color: #333333;
}
.entry-content a.btn.btn-join {
  color: #4a4a4b;
  font-weight: normal;
  letter-spacing: 0.1px;
  white-space: normal;
}
.entry-content a.btn.btn-join:hover,
.entry-content a.btn.btn-join:active,
.entry-content a.btn.btn-join:focus {
  font-weight: 700;
  letter-spacing: 0;
}
.entry-content ul {
  padding-bottom: 12px;
  list-style: none;
  display: inline-block;
}
.entry-content ul li {
  font-size: 1.063em;
  line-height: 1.8;
  padding-bottom: 6px;
  position: relative;
  color: #727272;
  left: 20px;
  width: 90%;
}
.entry-content ul li:before {
  content: "\f111";
  font-family: "fontAwesome";
  color: #32cd32;
  font-size: 12px;
  position: absolute;
  left: -20px;
  top: 6px;
}
.entry-content ol {
  padding-bottom: 12px;
  list-style: none;
  display: inline-block;
}
.entry-content ol li {
  counter-increment: step-counter;
  font-size: 1.063em;
  line-height: 1.8;
  padding-bottom: 6px;
  position: relative;
  color: #727272;
  left: 30px;
  width: 90%;
}
.entry-content ol li:before {
  content: counter(step-counter);
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 17px;
  color: #002159;
}
.entry-content ol li:after {
  content: '.';
  font-weight: bold;
  position: absolute;
  left: -7px;
  top: 0;
  color: #002159;
}
.entry-content blockquote {
  padding: 0 10px;
  background: #e9edf0;
  margin-bottom: 23px;
}
.entry-content blockquote p {
  font-size: 25px;
  color: #002159;
  position: relative;
  padding: 17px;
  line-height: 1.6;
  text-align: center;
  font-style: italic;
}
.mini-blog p {
  text-align: justify;
}
.mini-blog p span {
  text-align: center;
  font-size: 12px;
  color: #ccc;
}
.entry-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #002159;
}
@media (min-width: 992px) {
  .entry-title {
    font-size: 40px;
  }
}
.entry-meta {
  padding-bottom: 15px;
  pointer-events: none;
}
.single-thumbnail {
  float: left;
  padding-right: 20px;
}
/* pagination */
.pgae-pagination {
  text-align: center;
}
.pgae-pagination .page-numbers {
  padding: 5px;
  border: 1px solid;
}
/* in base */
/** sitemap.less **/
.sitemap-section {
  margin-top: 50px !important;
}
.sitemap-section ul {
  display: block;
}
/* contact.less */
.contact-section-1 {
  height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-section-1 .page-title {
  padding-top: 14vh;
}
.contact-content-wrapper {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .contact-content-wrapper {
    margin-top: 0;
  }
}
.product-icon {
  float: left;
  padding-right: 10px;
}
.product-icon i {
  color: #002159;
  font-size: 20px;
}
div.wpcf7-response-output {
  margin: 0 0.5em 1em !important;
  padding: 0.2em 1em !important;
}
.wpcf7-mail-sent-ok {
  border: 1px solid #002159 !important;
  color: #002159;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 0.75em;
  bottom: -21px;
  left: 0;
}
.wpcf7-validation-errors {
  border: none !important;
  color: red;
  font-size: 0.938em;
  padding: 5px;
  position: absolute;
}
.contact-info {
  color: #727272;
}
.country-content img {
  float: left;
  padding-right: 10px;
}
.country-content i {
  float: left;
  padding-right: 10px;
  padding-top: 20px;
  color: #002159;
  font-size: 20px;
}
.country-content {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .country-content {
    margin-bottom: 0;
  }
}
.country-phone {
  padding-top: 20px;
}
.country-desc {
  line-height: 30px;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  height: 40px;
  width: 100%;
  background: #a0acc1;
  border: none;
  margin-bottom: 30px;
  padding: 0 10px;
  border-radius: 3px;
  color: white;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wpcf7-form-control-wrap.departments:before {
  content: "\f107";
  font-family: "fontAwesome";
  position: absolute;
  right: 10px;
  top: -8px;
  color: #002159;
}
textarea {
  height: 155px;
  width: 100%;
  background: #a0acc1;
  border: none;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 3px;
}
.btn-submit {
  background: #002159;
  float: right;
}
.age-confirm input[type="checkbox"] {
  margin-top: -3px;
  margin-left: -6px;
}
.demo-account-form .pass_error {
  color: red;
  padding-bottom: 10px;
}
.demo-account-form #firstname-error {
  color: red;
  position: absolute;
  top: 39px;
  left: 17px;
}
.demo-account-form #lastname-error {
  color: red;
  position: absolute;
  top: 15px;
  left: 0px;
}
.demo-account-form #phone-error {
  color: red;
  position: absolute;
  top: 15px;
  left: 0px;
}
.demo-account-form #email-error {
  color: red;
  position: absolute;
  top: 15px;
  left: 0px;
}
.demo-account-form #password-error {
  color: red;
  position: absolute;
  top: 15px;
  left: 0px;
}
.demo-account-form #confirm_password-error {
  color: red;
  position: absolute;
  top: 15px;
  left: 0px;
}
.demo-account-form #agree-error {
  color: red;
}
.thank-you-form .pass_error {
  color: red;
  padding-bottom: 10px;
}
.thank-you-form #firstname-error {
  color: red;
  position: absolute;
  top: 39px;
  left: 17px;
}
.thank-you-form #lastname-error {
  color: red;
  position: absolute;
  top: 40px;
  left: 20px;
}
.thank-you-form #phone-error {
  color: red;
  position: absolute;
  top: 42px;
  left: 20px;
}
.thank-you-form #email-error {
  color: red;
  position: absolute;
  top: 40px;
  left: 18px;
}
.thank-you-form #password-error {
  color: red;
  position: absolute;
  top: 42px;
  left: 18px;
}
.thank-you-form #confirm_password-error {
  color: red;
  position: absolute;
  top: 42px;
  left: 18px;
}
.partner-account-form span {
  position: relative;
}
.partner-account-form .pass_error {
  color: red;
  padding-bottom: 10px;
}
.partner-account-form #firstname-error {
  color: red;
  position: absolute;
  top: 17px;
  left: 1px;
}
.partner-account-form #username-error {
  color: red;
  position: absolute;
  top: 17px;
  left: 2px;
}
.partner-account-form #lastname-error {
  color: red;
  position: absolute;
  top: 18px;
  left: 0px;
}
.partner-account-form #phone-error {
  color: red;
  position: absolute;
  top: 42px;
  left: 20px;
}
.partner-account-form #email-error {
  color: red;
  position: absolute;
  top: 18px;
  left: 0px;
}
.partner-account-form #password-error {
  color: red;
  position: absolute;
  top: 19px;
  left: 0px;
}
.partner-account-form #confirm_password-error {
  color: red;
  position: absolute;
  top: 18px;
  left: 0px;
}
label#tac-error {
  position: absolute;
  top: 18px;
  color: red;
}
.landing-form .pass_error {
  color: red;
  padding-bottom: 10px;
}
.landing-form #firstname-error {
  color: red;
  position: absolute;
  top: 40px;
  left: 16px;
}
.landing-form #username-error {
  color: red;
  position: absolute;
  top: 40px;
  left: 16px;
}
.landing-form #lastname-error {
  color: red;
  position: absolute;
  top: 40px;
  left: 16px;
}
.landing-form #phone-error {
  color: red;
  position: absolute;
  top: 40px;
  left: 16px;
}
.landing-form #email-error {
  color: red;
  position: absolute;
  top: 40px;
  left: 16px;
}
.landing-form #password-error {
  color: red;
  position: absolute;
  top: 40px;
  left: 16px;
}
.landing-form #confirm_password-error {
  color: red;
  position: absolute;
  top: 40px;
  left: 16px;
}
.table_accordion tr:last-child {
  background-color: #144cd8 !important;
}
/* breadcrumbs.less */
.breadcrumbs {
  pointer-events: none;
}
@media (max-width: 992px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs span {
  color: #727272;
  font-size: 1em;
}
.breadcrumbs span a {
  color: #727272;
}
.breadcrumbs span a span {
  color: #727272;
  font-size: 14px;
}
.breadcrumbs span:first-child > a {
  pointer-events: none;
}
.back-button {
  color: #fff !important;
  background-color: #636466;
  border: 1px solid;
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px;
  font-weight: bold;
}
/* social-menu.less */
.menu-social_menu-container li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .menu-social_menu-container li {
    margin-right: 20px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .menu-social_menu-container li {
    margin-right: 30px;
  }
}
.menu-social_menu-container li a {
  display: block;
}
.menu-social_menu-container li i {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.menu-social_menu-container li i.fa-facebook {
  background: #0d6fac;
}
.menu-social_menu-container li i.fa-linkedin {
  background: #338ff1;
}
.menu-social_menu-container li i.fa-twitter {
  background: #15b4c9;
}
.menu-social_menu-container li i.fa-google-plus {
  background: #d01717;
}
/* sidebar.less */
aside {
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 1200px) {
  aside {
    width: 85%;
  }
}
aside .hide-sub-menu > a {
  border-bottom: 1px solid white !important;
}
aside .btn {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
aside .btn-medium {
  font-size: 1em;
  font-weight: 700;
}
aside .menu-main_menu-container,
aside .menu-top_menu-container {
  background: #264272;
  margin-bottom: 35px;
  margin-top: 10px;
}
aside .menu-main_menu-container ul,
aside .menu-top_menu-container ul {
  list-style: none;
  padding: 0;
}
aside .menu-main_menu-container ul li,
aside .menu-top_menu-container ul li {
  line-height: 3.5;
}
aside .menu-main_menu-container ul li:after,
aside .menu-top_menu-container ul li:after {
  content: " ";
  border-bottom: 1px solid #f6f6f6;
  display: block;
}
aside .menu-main_menu-container ul li:last-child a,
aside .menu-top_menu-container ul li:last-child a {
  border-bottom: none;
}
aside .menu-main_menu-container ul li a,
aside .menu-top_menu-container ul li a {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  padding-left: 30px;
  letter-spacing: 0.1px;
  margin: 0;
}
aside .menu-main_menu-container ul li a:hover,
aside .menu-top_menu-container ul li a:hover {
  background: #002159;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
}
aside .menu-main_menu-container ul li.current_page_item,
aside .menu-top_menu-container ul li.current_page_item {
  color: white;
  font-weight: bold;
}
aside .menu-triopartners_menu-container {
  background: #4a4a4b;
}
aside .menu-triopartners_menu-container ul {
  list-style: none;
}
aside .menu-triopartners_menu-container ul li {
  line-height: 3.5;
}
aside .menu-triopartners_menu-container ul li:after {
  content: " ";
  border-bottom: 1px solid #ffdea9;
  display: block;
}
aside .menu-triopartners_menu-container ul li:last-child:after {
  border-bottom: none;
}
aside .menu-triopartners_menu-container ul li a {
  color: #ffdea9;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  padding-left: 30px;
  letter-spacing: 0.1px;
}
aside .menu-triopartners_menu-container ul li a:hover {
  font-weight: bold;
  letter-spacing: 0;
  background: #1c1c1d;
}
.textwidget {
  font-size: 0.713em;
  color: #002159;
  padding-bottom: 15px !important;
}
/* footer.less */
.footer-logos {
  height: auto;
}
.footer-logos .thumbnail-wrapper-front {
  height: 80px;
}
.footer-logos .thumbnail-wrapper-front img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer_top {
  background: #002159;
  padding-top: 20px;
}
@media (min-width: 992px) {
  #footer_top {
    padding-top: 60px;
  }
}
#footer-logo a {
  background-image: url("images/footer-logo.png");
  background-size: contain;
  width: 193px;
  height: 81px;
  background-repeat: no-repeat;
  display: block;
  margin: 20px auto;
}
@media (min-width: 992px) {
  #footer-logo a {
    margin: 0 0 12px;
  }
}
@media (min-width: 1200px) {
  #footer-logo a {
    width: 283px;
  }
}
.footer-address {
  line-height: 2;
  font-size: 0.938em;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .footer-address {
    text-align: left;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer-address p {
    border-right: 1px solid #fff;
  }
}
.footer-info {
  text-align: center;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}
@media (min-width: 992px) {
  .footer-info {
    text-align: left;
  }
}
.footer-info a,
.footer-info p {
  color: #fff;
  font-size: 0.938em;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer-info a:hover,
.footer-info p:hover {
  text-decoration: none;
}
.footer-info i {
  font-size: 20px;
  position: absolute;
  left: -10px;
}
.footer_social {
  text-align: center;
  height: 70px;
}
@media (min-width: 992px) {
  .footer_social {
    height: 120px;
    border-right: 1px solid white;
  }
}
#menu-footer_menu {
  list-style: none;
  text-align: center;
  display: inline-block;
  position: relative;
}
@media (min-width: 992px) {
  #menu-footer_menu {
    text-align: left;
  }
}
#menu-footer_menu > li {
  vertical-align: top;
  padding-left: 20px;
}
#menu-footer_menu > li a {
  padding-bottom: 10px;
  color: #fff;
  display: block;
  font-size: 0.938em;
}
#menu-footer_menu > li a:hover {
  text-decoration: none;
}
#menu-footer_menu > li a:before {
  content: "\f105";
  font-family: 'fontAwesome';
  left: 0;
  position: absolute;
}
.footer-text {
  text-align: justify;
}
@media (min-width: 992px) {
  .tel {
    pointer-events: none;
  }
}
.sitemap-section {
  margin-top: 150px;
}
.sitemap-section ul li:before {
  color: #002159;
}
.sitemap-section a {
  color: #002159;
}
/* home-slider.less */
.home-slide {
  height: 630px;
  background-size: cover;
  background-position: 39% 50%;
}
.home-slide:not(:first-child) {
  display: none;
}
@media (min-width: 1200px) {
  .home-slide {
    height: 80vh;
    background-position: 50% 50%;
  }
}
.home-slide .page-title {
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 30px;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .home-slide .page-title {
    font-size: 35px;
    padding-top: 170px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .home-slide .page-title {
    padding-top: 17vh;
    padding-bottom: 3vh;
    font-size: 3.125em;
  }
}
.home-slide .page-sub-title {
  text-align: left;
  font-size: 25px;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  padding-bottom: 60px !important;
}
@media (min-width: 992px) {
  .home-slide .page-sub-title {
    font-size: 1.688em;
    padding-bottom: 30px !important;
  }
}
/** landing-page.less **/
.bottom-header-lp {
  position: relative;
}
.bottom-header-lp #logo,
.bottom-header-lp #logo-lp {
  position: absolute;
}
.home-section-1-lp .section-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .home-section-1-lp .section-wrapper {
    padding-top: 120px;
  }
}
.home-section-2-lp {
  height: 70px;
  width: 100%;
  background: rgba(0, 33, 89, 0.8);
  bottom: 0;
  z-index: 98;
  border-top: 1px solid white;
}
.landing-form {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 15px;
  display: inline-block;
  margin-bottom: 35px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.41);
}
.landing-form h1 {
  padding-bottom: 15px;
  font-size: 20px;
}
.landing-form input {
  background-color: #fff;
  color: #000;
}
.landing-form ::-webkit-input-placeholder {
  color: #000;
}
.landing-form #countries_select {
  background-color: #fff;
  height: 40px;
  color: #000;
}
.landing-form #countries_select + .fa {
  position: absolute;
  top: 10px;
  right: 25px;
}
.landing-form .btn-submit {
  border-radius: 5px;
  min-height: 40px;
  float: none;
  width: 100%;
}
.landing-form .remark {
  color: #fff;
  font-size: 12px;
}
.icons-box-lp {
  display: inline-block;
}
.benefits-icons {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .benefits-icons {
    display: block;
  }
}
.benefits-icons .icon-wrapper {
  width: 120px;
  height: 120px;
  border: 1px solid #7d7d7d;
  margin: 0 auto 15px;
  border-radius: 100px;
  padding: 20px;
}
.benefits-icons .icon-wrapper img {
  width: 100%;
  height: 100%;
}
.benefits-icons .icon-wrapper span {
  display: block;
}
@media (min-width: 992px) {
  .benefits-icons li {
    margin: 35px;
  }
}
.benefits-icons li:first-child {
  text-align: center;
}
@media (max-width: 768px) {
  .benefits-icons li:first-child {
    width: 100%;
    padding-top: 25px;
  }
}
.benefits-icons li:nth-child(2) {
  padding-top: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  .benefits-icons li:nth-child(2) {
    width: 100%;
  }
}
.benefits-icons li:nth-child(3) {
  padding-top: 45px;
  text-align: center;
}
@media (max-width: 768px) {
  .benefits-icons li:nth-child(3) {
    width: 100%;
  }
}
.benefits-icons li:nth-child(4) {
  text-align: center;
  padding-top: 25px;
}
@media (max-width: 768px) {
  .benefits-icons li:nth-child(4) {
    width: 100%;
  }
}
.benefits-icons li:nth-child(5) {
  text-align: center;
}
@media (max-width: 768px) {
  .benefits-icons li:nth-child(5) {
    padding-top: 25px;
    width: 100%;
  }
}
.check-ul {
  list-style-type: none;
}
.check-ul li {
  color: #000;
  font-size: 20px;
}
.check-ul li:before {
  color: #a3bf13;
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 30px;
  padding-right: 10px;
}
.transparent-button {
  border: 1px solid;
}
.transparent-button:hover {
  color: #fff;
}
.builder-row {
  position: relative;
}
.builder-row .icon-top {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
}
.builder-row .icon-top i:before {
  color: #fff;
  content: "\f078";
  font-size: 30px;
  background-color: #405982;
  width: 160px;
  height: 40px;
  display: block;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
/* carousel-slider.less */
div#carousel {
  perspective: 470px;
  background: white;
  padding-top: 5%;
  font-size: 0;
  overflow: hidden;
}
figure#spinner {
  transform-style: preserve-3d;
  height: 480px;
  transform-origin: 50% 50% -500px;
  transition: 1s;
}
figure#spinner img {
  max-width: 425px;
  position: absolute;
  left: 30%;
  transform-origin: 50% 50% -555px;
  outline: 1px solid transparent;
}
figure#spinner img:nth-child(1) {
  transform: rotateY(0deg);
}
figure#spinner img:nth-child(2) {
  transform: rotateY(-25deg);
}
figure#spinner img:nth-child(3) {
  transform: rotateY(25deg);
}
div#carousel ~ span {
  color: black;
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  transition: 0.6s color;
  position: relative;
  margin-top: -18rem;
  border-bottom: none;
  line-height: 0;
}
div#carousel ~ span:hover {
  color: #888;
  cursor: pointer;
}
/** trading- slider **/
.slick-track .slick-slide {
  transform: scale(0.8);
  opacity: 0.5;
  transition: 0.2s;
}
.slick-track .slick-center {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s;
}
/* table-responsive,less */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f6f6f6;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* checkbox.less */
/* checkbox - conditions */
.conditions {
  float: left;
  margin-top: 15px;
}
.conditions [type="checkbox"] {
  display: none !important;
}
.conditions [type="checkbox"] + label {
  display: block !important;
  float: left;
  position: relative;
  cursor: pointer;
  padding-left: 32px;
  color: red;
  font-weight: bold;
  padding-right: 5px;
}
.conditions [type="checkbox"] + label:before {
  font-family: 'fontAwesome';
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  padding-top: 6px;
  text-align: center;
  font-size: 15px;
  line-height: 0.8;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #fff;
  transition: all .2s;
}
.conditions [type="checkbox"]:checked + label:before {
  content: "\f00c";
  font-family: 'fontAwesome';
  color: #144cd8;
}
.conditions label {
  padding-left: 35px;
}
/* header.less */
header .buttons-sections {
  float: right;
  position: relative;
  bottom: 10px;
}
header .buttons-sections .live {
  background: rgba(50, 205, 50, 0.8);
  margin-right: 15px !important;
}
@media (min-width: 992px) {
  header .buttons-sections .live {
    margin-right: 15px !important;
  }
}
@media (min-width: 1200px) {
  header .buttons-sections .live {
    padding-right: 27px;
    padding-left: 27px;
  }
}
header .buttons-sections .practice {
  background: rgba(20, 76, 216, 0.8);
}
@media (min-width: 992px) {
  header .buttons-sections-mobile {
    display: none;
    position: relative;
  }
  header .buttons-sections-mobile .btn-large {
    padding-right: 30px;
    margin-bottom: 5px;
  }
}
.top-header {
  height: 48px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #002159;
  z-index: 999;
}
.top-navbar {
  display: inline-block;
}
.top-menu {
  list-style: none;
  padding-top: 10px;
}
.top-menu li {
  display: inline-block;
}
.top-menu li a {
  color: #fff;
  font-size: 0.938em;
  padding: 0 20px;
  border-right: 1px solid #fff;
  letter-spacing: 0.1px;
}
/*

.top-menu li a:hover,
.top-menu li a:focus,
.top-menu li a:active {
  font-weight: bold;
  letter-spacing: 0;
}

*/
.top-menu li.top-link {
  display: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .top-menu li.top-link {
    display: inline-block;
    padding: 3px 7px;
    height: auto;
  }
}
.top-menu li.top-link a {
  font-size: 0.875em;
  border-right: none;
}
.top-menu li.top-link.traider {
  border: 1px solid #ffdea9;
  margin-right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*

.top-menu li.top-link.traider:hover,
.top-menu li.top-link.traider:focus,
.top-menu li.top-link.traider:active {
  background: #ffdea9;
}
.top-menu li.top-link.traider:hover a,
.top-menu li.top-link.traider:focus a,
.top-menu li.top-link.traider:active a {
  color: #002159;
}

*/
.top-menu li.top-link.traider a {
  color: #ffdea9;
}
.top-menu li.top-link.login {
  border: 1px solid #32cd32;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-menu li.top-link.login:hover,
.top-menu li.top-link.login:focus,
.top-menu li.top-link.login:active {
  background: #32cd32;
}
.top-menu li.top-link.login:hover a,
.top-menu li.top-link.login:focus a,
.top-menu li.top-link.login:active a {
  color: #002159;
}
.top-menu li.top-link.login a {
  color: #32cd32;
}
@media (min-width: 992px) {
  .top-menu li:hover > .sub-menu {
    display: block;
  }
}
.top-menu li:hover > .sub-menu li a {
  border-right: none;
}
.top-menu li:hover > .sub-menu li a:hover {
  color: white;
  font-weight: bold;
}
@media (min-width: 992px) {
  .top-menu li .sub-menu {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .top-menu li .sub-menu {
    display: none;
    position: absolute;
    background: #002159;
    z-index: 9999;
    text-align: left;
    padding-left: 0;
    top: 48px;
  }
}
.top-menu li .sub-menu li {
  margin-right: 0;
  display: block;
}
.top-menu li .sub-menu li a {
  font-weight: 400;
  display: block;
  padding: 0 0 25px;
}
@media (min-width: 992px) {
  .top-menu li .sub-menu li a {
    padding: 12.5px 0 12.5px 30px;
  }
}
.top-menu li.hide-sub-menu .sub-menu {
  display: none !important;
}
.top-search {
  display: none;
  position: relative;
  font-size: 12px;
  margin-left: 19px;
}
.top-search a {
  color: white;
  position: absolute;
  top: 7px;
  right: 10px;
}
.top-search input {
  margin-bottom: 4px;
}
.top-search #search-form {
  transition: all 0.5s;
  position: relative;
  width: 150px;
}
.top-search #search-form.open-search {
  width: 10px;
  border: 1px solid transparent !important;
}
.top-search input {
  background-color: transparent !important;
  height: 30px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
}
@media (min-width: 992px) {
  .bottom-header {
    position: fixed;
    top: 48px;
    z-index: 998;
    width: 100%;
  }
}
.warning-text {
  font-size: 0.813em;
  font-weight: bolder;
}
#logo {
  position: relative;
  z-index: 999;
  float: right;
}
@media (min-width: 992px) {
  #logo {
    padding-top: 20px;
    float: left;
  }
}
#logo a {
  background-image: url("images/footer-logo.png");
  width: 170px;
  height: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  float: right;
  margin-top: 5px;
}
@media (min-width: 992px) {
  #logo a {
    background-image: url("images/logo.png");
    height: 71px;
    width: 211px;
  }
}
@media (min-width: 1200px) {
  #logo a {
    width: 281px;
  }
}
#logo-lp {
  position: relative;
  z-index: 999;
  float: right;
}
@media (min-width: 992px) {
  #logo-lp {
    padding-top: 20px;
    float: left;
  }
}
#logo-lp a {
  background-image: url("images/footer-logo-lp.png");
  width: 170px;
  height: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  float: right;
  margin-top: 5px;
}
@media (min-width: 992px) {
  #logo-lp a {
    background-image: url("images/logo-lp.png");
    height: 71px;
    width: 211px;
  }
}
@media (min-width: 1200px) {
  #logo-lp a {
    width: 281px;
  }
}
/* primary_nav.less */
.navbar {
  margin-bottom: 0;
  border: none;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .primary_menu_wrapper {
    padding-top: 50px;
  }
}
.primary_menu {
  display: inline-block;
}
@media (min-width: 992px) {
  .primary_menu {
    width: 62%;
  }
}
@media (min-width: 1200px) {
  .primary_menu {
    width: 65%;
  }
}
.primary_menu ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 1200px) {
  .primary_menu ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
  }
}
.primary_menu ul li {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .primary_menu ul li {
    display: inline-block;
    padding: 0;
    height: 40px;
  }
}
.primary_menu ul li:hover > .sub-menu {
  display: block;
}
.primary_menu ul li.hide-sub-menu .sub-menu {
  display: none !important;
}
@media (min-width: 992px) {
  .primary_menu ul li .sub-menu {
    position: absolute;
    display: none;
    left: -50px;
    width: 200px;
    padding: 10px 0 10px 0;
    margin: 0;
    top: 40px;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.78);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  }
  .primary_menu ul li .sub-menu:before {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    top: -9px;
    right: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #144cd8;
    z-index: 1;
  }
  .primary_menu ul li .sub-menu:after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    top: -11px;
    right: 48.5%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 11px solid rgba(255, 255, 255, 0.78);
  }
}
.primary_menu ul li .sub-menu li {
  margin-right: 0;
  display: block;
  padding-bottom: 10px;
  height: auto;
}
.primary_menu ul li .sub-menu li a {
  font-weight: 400;
  display: block;
  padding: 0 0 25px;
  text-transform: capitalize;
  font-size: 0.938em;
}
@media (min-width: 992px) {
  .primary_menu ul li .sub-menu li a {
    padding: 12.5px 0 12.5px 18px;
  }
}
.primary_menu ul li .sub-menu li a:hover {
  color: #002159;
  font-weight: bold;
}
.primary_menu ul li a {
  display: block;
  height: 30px;
  font-size: 1em;
  color: #002159;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .primary_menu ul li a {
    padding: 0 5px 0 5px;
  }
}
.primary_menu ul li a:hover {
  text-decoration: none;
}
.primary_menu ul li.login {
  border: 1px solid #32cd32;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 90%;
  margin: 0 auto;
}
.primary_menu ul li.login:hover,
.primary_menu ul li.login:focus,
.primary_menu ul li.login:active {
  background: #32cd32;
}
.primary_menu ul li.login:hover a,
.primary_menu ul li.login:focus a,
.primary_menu ul li.login:active a {
  color: #002159;
}
.primary_menu ul li.login a {
  color: #32cd32;
}
@media (max-width: 768px) {
  .primary_menu ul li.menu-item-has-children:after {
    content: "\f107";
    font-family: fontAwesome;
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 20px;
    color: #002159;
  }
  .primary_menu ul li.menu-item-has-children .sub-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .primary_menu ul li.menu-item-has-children.open:after {
    content: "\f106";
    font-family: fontAwesome;
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 20px;
    color: #002159;
  }
}
.primary_menu ul li.menu-item-has-children.open .sub-menu {
  display: block;
}
/* end flip-mobile-btn */
/* lang_menu.less */
.social-lang-wrapper {
  background: #e9edf0;
}
@media (min-width: 992px) {
  .social-lang-wrapper {
    float: right;
    padding-top: 14px;
    padding-left: 10px;
    background: transparent;
  }
}
.social-lang-wrapper i.fa.fa-angle-down {
  position: relative;
  left: 5px;
  font-size: 17px;
}
.lang-wrapper {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .lang-wrapper {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    margin-bottom: 0;
    margin-left: -3px;
  }
}
.lang-wrapper .dropdown {
  padding: 10px;
}
@media (min-width: 992px) {
  .lang-wrapper .dropdown {
    padding: 0;
  }
}
.lang-wrapper .dropdown-menu {
  z-index: 999;
  background-color: #002159;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  font-size: 15px;
  top: 39px;
  border-radius: 0;
  width: 100%;
  min-width: 100px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .lang-wrapper .dropdown-menu {
    top: 32px;
    padding-left: 0;
    left: -15px;
  }
}
.lang-wrapper .dropdown-menu li {
  padding-top: 10px;
  padding-left: 5px;
}
.lang-wrapper .dropdown-menu li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 3px 10px;
}
.lang-wrapper .dropdown-menu li a:hover {
  background-color: transparent;
}
.lang-wrapper .dropdown-menu li a span {
  padding-left: 5px;
  text-transform: uppercase;
}
.lang-wrapper .dropdown-menu li:hover,
.lang-wrapper .dropdown-menu li:focus,
.lang-wrapper .dropdown-menu li:active {
  background: #072f74;
}
.btn-primary {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  text-transform: uppercase;
  color: #002159;
}
@media (min-width: 992px) {
  .btn-primary {
    color: #fff;
  }
}
.btn-primary span {
  position: relative;
  bottom: 1px;
  left: 2px;
}
.btn-primary:hover {
  background-color: transparent;
  border-color: transparent;
  outline: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  color: #002159;
}
@media (min-width: 992px) {
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary.focus,
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    color: #fff;
  }
}
/* fixed_header.less */
#section_fixed_primary_menu {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  left: 0;
  right: 0;
  top: -50px !important;
  border-bottom: 1px solid #727272;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.scrollActive #section_fixed_primary_menu {
  transform: translateY(0);
  z-index: 99;
  top: 48px !important;
}
.scrollActive #section_fixed_primary_menu .primary_menu ul li a:hover {
  font-weight: normal;
  color: #002159;
}
/* about.less */
.about-section-1 {
  height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-section-1 .page-title {
  padding-top: 14vh;
}
/* partners.less */
.partners-section-1 {
  height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
}
.partners-section-1 .page-title {
  padding-top: 14vh;
}
.partners-section-1 .page-title span {
  text-shadow: 2px 2px 3px rgba(1, 1, 1, 0.45);
}
.partners-section-2 {
  background: #4a4a4b;
  height: 210px;
}
@media (min-width: 768px) {
  .partners-section-2 {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .partners-section-2 {
    height: 70px;
  }
}
.partners-logo {
  height: 70px;
}
.partners-logo img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.join-us-text {
  font-size: 1.375em;
}
@media (max-width: 320px) {
  .join-us-text {
    font-size: 1.275em;
  }
}
@media (min-width: 992px) {
  .join-us-text {
    padding-left: 30px;
    padding-top: 16px;
  }
}
@media (min-width: 1200px) {
  .join-us-text {
    line-height: 30px;
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  .join-us-text {
    line-height: 70px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .partners-section-4 img {
    float: left;
    padding-right: 40px;
  }
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required input {
  margin-top: -2px;
  margin-right: 10px;
}
.wpcf7-form-control .wpcf7-submit .btn .btn-small .btn-submit {
  float: left;
}
/* faq.less */
.faq-section-1 {
  height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
}
.faq-section-1 .page-title {
  padding-top: 14vh;
}
.faq-title {
  font-size: 1.5em;
  padding-bottom: 20px;
  border-bottom: 5px solid #a0acc1;
  margin-bottom: 10px;
}
.accordion-toggle:hover {
  text-decoration: none;
}
.accordion-toggle i {
  padding: 3px 15px;
  font-size: 30px;
  vertical-align: middle;
  font-weight: 100;
  font-family: inherit;
  left: -15px;
  float: left;
  height: 40px;
  background: #f9f9f9;
}
@media (min-width: 992px) {
  .accordion-toggle i {
    float: none;
    margin-top: -2px;
  }
}
.panel {
  border: none;
}
.panel a:focus,
.panel a:active {
  border: none;
  outline: none;
}
.panel-group {
  margin-bottom: 40px;
}
.panel-group .panel {
  margin-bottom: 10px;
  border-radius: 0;
  border-color: transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  clear: both;
  box-shadow: none;
}
.panel-info-wrapper {
  padding: 0 25px;
  background-color: #e9edf0;
  display: inline-block;
}
@media (min-width: 992px) {
  .panel-info-wrapper {
    padding: 0 67px;
  }
}
.panel-content-title {
  color: #002159;
  text-transform: uppercase;
  font-weight: 500;
}
.panel-body {
  padding: 5px 0 15px;
}
.panel-default > .panel-heading {
  background: transparent;
  padding: 10px 0;
  border: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .panel-default > .panel-heading {
    padding: 3px 0;
  }
}
.panel-default .panel-heading {
  padding: 0 15px;
}
.panel-default .panel-heading > .panel-title a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.panel-default .panel-heading > .panel-title a i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #002159;
}
.panel-default .panel-heading.active {
  background-color: #e9edf0;
}
.panel-default .panel-heading.active > .panel-title a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.panel-default .panel-heading.active > .panel-title a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: transparent;
}
.panel-default .panel-heading.active .panel-title span {
  text-transform: uppercase;
}
.panel-title {
  min-height: 40px;
}
.panel-title span {
  text-transform: uppercase;
  font-size: 16px;
  color: #002159;
}
/* mobile-menu.css */
@media (max-width: 991px) {
  .navbar {
    border: none;
  }
  #fp-nav {
    display: none;
  }
  #page {
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    margin-top: 60px;
  }
  #main-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    z-index: 9999;
    background: #002159;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #main-header #open-nav {
    padding: 0 20px;
    margin: 0;
    margin-left: -15px;
    margin-top: -1px;
    height: 60px;
    float: left;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  #main-header #open-nav .icon-bar {
    background: #ffffff;
    width: 25px;
    height: 3px;
  }
  .primary-navigation-collapse {
    transform: translate3d(-100%, 0, 0) !important;
    -o-transform: translate3d(-100%, 0, 0) !important;
    -ms-transform: translate3d(-100%, 0, 0) !important;
    -moz-transform: translate3d(-100%, 0, 0) !important;
    -webkit-transform: translate3d(-100%, 0, 0) !important;
    position: fixed;
    left: 0;
    text-align: left;
    width: 55%;
    height: 100vh;
    background: #f6f6f6;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
  }
  .primary-navigation-collapse .menu-primary-menu-container li {
    line-height: 40px;
  }
  .primary-navigation-collapse .menu-primary-menu-container li a {
    font-size: 1em;
    color: #373837;
  }
  .push-nav #section_top_nav {
    display: block !important;
    height: 0;
    min-height: 0;
  }
  .push-nav #main-header {
    transform: translate3d(55%, 0, 0) !important;
    -o-transform: translate3d(55%, 0, 0) !important;
    -ms-transform: translate3d(55%, 0, 0) !important;
    -moz-transform: translate3d(55%, 0, 0) !important;
    -webkit-transform: translate3d(55%, 0, 0) !important;
    position: fixed;
  }
  .push-nav > #page {
    box-shadow: 2px 1px 12px gray;
  }
  .push-nav > #page:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .push-nav > #page .navbar-toggle {
    padding: 20px 20px;
    margin: 0;
    position: absolute;
    border-radius: 0;
    left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #main-header #open-nav {
    margin-left: -26px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .primary-navigation-collapse {
    width: 35%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .push-nav #main-header {
    transform: translate3d(35%, 0, 0) !important;
    -o-transform: translate3d(35%, 0, 0) !important;
    -ms-transform: translate3d(35%, 0, 0) !important;
    -moz-transform: translate3d(35%, 0, 0) !important;
    -webkit-transform: translate3d(35%, 0, 0) !important;
  }
}
.push-nav .btn-medium {
  padding: 0 59px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .push-nav .btn-medium {
    padding: 0 98px;
  }
}
.push-nav .mobile-white {
  background: #fff;
}
.push-nav #main-header {
  box-shadow: none;
}
.push-nav #main-header .navbar-toggle {
  padding: 19px 13px 17px 17px;
}
.push-nav #logo {
  display: none;
}
.push-nav .social_link_wrapper {
  display: block;
  position: fixed;
  z-index: 9;
  left: 0;
  text-align: center;
  width: 55vw;
  top: 70vh;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (min-width: 768px) {
  .push-nav .social_link_wrapper {
    width: 37vw;
  }
}
.push-nav .social_link_wrapper li {
  border: none;
}
.push-nav .social_link_wrapper li a {
  padding: 0 20px;
}
.push-nav .social_link_wrapper li a i {
  color: blue;
}
@media (min-width: 992px) {
  .push-nav .social_link_wrapper {
    width: 55vw;
  }
}
.push-nav .social_link_wrapper ul {
  text-align: center;
}
.push-nav.scrollActive #main-header #primary-navigation a {
  line-height: 40px;
}
.push-nav.scrollActive #main-header .social-navigation .menu-top-social-menu-container {
  padding: 0;
}
/* flip-mobile-btn */
@media (max-width: 769px) {
  #primary-navigation-collapse .btn-large {
    min-width: 90%;
    margin-bottom: 5px;
  }
}
#open-nav {
  border: none;
}
#open-nav .icon-bar {
  width: 29px;
  transition: all 1.0s;
}
.push-nav #open-nav .top-bar {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 10% 10%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 10% 10%;
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.push-nav #open-nav .middle-bar {
  opacity: 0;
}
.push-nav #open-nav .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -ms-transform-origin: 10% 90%;
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 10% 90%;
  /* Chrome, Safari, Opera */
}
#open-nav .top-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
#open-nav .middle-bar {
  opacity: 1;
}
#open-nav .bottom-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
/* flip-mobile-btn.less */
.navbar-toggle {
  border: none;
}
.navbar-toggle .icon-bar {
  width: 29px;
  transition: all 1.0s;
}
.navbar-toggle .top-bar {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 10% 10%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 10% 10%;
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -ms-transform-origin: 10% 90%;
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 10% 90%;
  /* Chrome, Safari, Opera */
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
}
/* end flip-mobile-btn.less */
/* bx-slider.less */
.bx-wrapper {
  position: relative;
}
.gallery-wrapper .bx-controls.bx-has-controls-direction {
  position: static;
}
.bx-controls.bx-has-controls-direction {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 99;
  margin-top: -20px;
}
@media (min-width: 992px) {
  .bx-controls.bx-has-controls-direction {
    display: block;
  }
}
.bx-controls.bx-has-controls-direction .bx-prev {
  display: block;
  position: absolute;
  left: 0;
}
.bx-controls.bx-has-controls-direction .bx-prev i {
  font-size: 37px;
  color: #002159;
}
.bx-controls.bx-has-controls-direction .bx-next {
  display: block;
  position: absolute;
  right: 0;
}
.bx-controls.bx-has-controls-direction .bx-next i {
  font-size: 37px;
  color: #002159;
}
.bx-pager-item {
  display: inline-block;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .bx-pager-item {
    margin: 15px 0 35px;
  }
}
@media (min-width: 992px) {
  .bx-pager-item {
    margin: 35px 0;
  }
}
.bx-pager-item a {
  background: transparent;
  border: 1px solid #405982;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.bx-pager-item a.active {
  background: #405982;
  border: 1px solid transparent;
}
.bx-pager.bx-default-pager {
  text-align: center;
}
.in-the-news-wrapper .bx-wrapper {
  position: relative;
}
.in-the-news-wrapper .bx-controls.bx-has-controls-direction {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  width: 100%;
  display: block;
}
.in-the-news-wrapper .bx-controls.bx-has-controls-direction i {
  font-size: 28px;
  color: #fff;
}
.in-the-news-wrapper .bx-controls.bx-has-controls-direction .bx-prev {
  position: absolute;
  left: -20px;
}
.in-the-news-wrapper .bx-controls.bx-has-controls-direction .bx-next {
  position: absolute;
  right: -20px;
}
@media (max-width: 991px) {
  .home-floor-6 .bx-pager-item {
    margin: 35px 0;
  }
}
.bx-wrapper {
  margin: auto;
}
/* end bx-slider.less */
/* 404.less */
.error-section-1 {
  height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('images/404.jpg');
}
.error-section-1 .page-title {
  padding-top: 14vh;
}
/* end 404.less */
/* thank-you.less */
.thanks-section-1 {
  height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
}
.thanks-section-1 .page-title {
  padding-top: 14vh;
}
@media (max-width: 768px) {
  .thank-you-page.content-section-1 {
    height: 200px;
  }
  .thank-you-page.content-section-1 h1 {
    padding-top: 0;
  }
}
/* content-page.less */
.content-section-1 {
  height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-section-1 .page-title {
  padding-top: 14vh;
}
/* glossary.less */
.glossary-section-1 {
  height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
  background: url('images/glossary.jpg');
}
.glossary-section-1 .page-title {
  padding-top: 14vh;
}
.glossary-section-2 {
  padding-top: 60px;
}
.glossary-wrapper {
  border-bottom: 4px solid #a0acc1;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.glossary-wrapper .glossary-letters {
  color: #002159;
  font-size: 20px;
  width: 35px;
  height: 35px;
  transition: 0.1s;
  text-align: center;
  line-height: 32px;
  margin: 0 0;
}
.glossary-wrapper .glossary-letters:hover {
  background-color: #a0acc1;
  border-radius: 35px;
  transition: 0.1s;
}
.letters-wrapper a {
  color: #727272;
  font-size: 16px;
}
#searchform input[type="text"] {
  background-color: #fff;
  border: 1px solid #a0acc1;
  border-radius: 5px;
  color: #002159;
}
#searchform input[type="submit"] {
  background-color: #002159;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  transition: 0.1s;
}
#searchform input[type="submit"]:hover {
  background-color: #fff;
  color: #002159;
  border: 1px solid #405982;
  border-radius: 5px;
  transition: 0.1s;
}


.circle {
    height: 138px;
    width: 138px;
    position: absolute;
    margin-left: 71px;
    margin-top: -325px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    -moz-box-shadow: inset 0 0 6px #00000040;
    -webkit-box-shadow: inset 0 0 6px #00000040;
    box-shadow: inset 0 0 6px #00000040;
    
}

.ci0 {
    background-color: #C3A330;
}


.ci1 {
    background-color: #516591;
}

.ci2 {
    background-color: #633D4A;
}

.ci3 {
    background-color: #736E49;
}

.com_amount {
    /* font-family: "Open Sans"; */
    font-size: 52px;
    font-style: normal;
    font-variant: normal;
    color: #fff;
    font-weight: 400;
    line-height: 23px;
    width: 138px;
    position: absolute;
    margin-top: 32px;
    text-align: center;
}

.com_type {
    font-size: 12px;
    color: #fff !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 23px;
    position: absolute;
    margin-top: 60px;
    width: 138px;
    text-align: center;
}

.acc_title {
    color: #11223E;
    /* font-family: "Open Sans"; */
    font-size: 23px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 23px;
    position: absolute;
    margin-top: 82px;
    width: 280px;
    text-align: center;
}

.acc_subtitle {
    color: #11223E;
    /* font-family: "Open Sans"; */
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 23px;
    position: absolute;
    margin-top: 100px;
    width: 280px;
    text-align: center;
}



.acc_sep1 {
    color: #11223E;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 23px;
    position: absolute;
    margin-top: 130px;
    text-align: center;
    width: 280px;
}

.acc_content {
    color: #11223E;
    /* font-family: "Open Sans"; */
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 200;
    line-height: 22px;
    position: absolute;
    margin-top: 141px;
    width: 280px;
    text-align: center;
}


.acc_sep2 {
    color: #11223E;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 23px;
    position: absolute;
    margin-top: 170px;
    width: 280px;
    text-align: center;
}


.square{
	z-index: 1;
    height: 329px;
    width: 290px;
    top: 69px;
    background-color: #fff;
    position: relative;
    -moz-box-shadow: inset 0 0 6px #00000040;
    -webkit-box-shadow: inset 0 0 6px #00000040;
    box-shadow: inset 0 0 6px #00000040;
    border-radius: 4px;
    border: #C3A330 2px solid;
}


.sq0 {
    border: #C3A330 2px solid;
}


.sq1 {
    border: #516591 2px solid;
}


.sq2 {
    border: #633D4A 2px solid;
}

.sq3 {
    border: #736E49 2px solid;
}


 i.fa.fa-youtube-play{
	background: #f1051b;
}


/*#float-button {
    display: block;
    position: fixed;
    bottom: 22%;
    right: -52px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1b6db1;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    transform: scale(1.1);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    width: 155px;
}*/


button#float-button{
    display: block;
    position: fixed;
    bottom: 66%;
    right: -120px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1b6db1;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    transform: scale(1.1);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    width: 275px;
}



input.wpcf7-text {
    background-color: #a0acc1 !important; 
}

input.wpcf7-number {
    background-color: #a0acc1 !important; 
}

input.wpcf7-submit {
	margin-top: 20px;
	margin-bottom:20px;
    background-color: #a0acc1 !important; 
}

select.wpcf7-select {
    background-color: #a0acc1 !important;
	color: white !important;
}

textarea.wpcf7-textarea {
    background-color: #a0acc1 !important;
	color: white !important;
}

.entry-content .swaprateslink:link,
.entry-content .swaprateslink:visited,
.entry-content .swaprateslink:active
{
    color: #002159; 
	text-decoration: none;
	margin-bottom: 20px;
	font-weight:bold;
	display: block;
}

.entry-content .swaprateslink:hover
{
	color: #002159; 
	text-decoration: none;
	margin-bottom: 20px;
	font-weight:bold;
	display: block;
}

@media (min-width: 992px) {
  .platform-box {
    text-align: center;
    width: 25% !important;
  }
}

.platform-box:nth-child(4) {
    display: none !important;
}

