/*
Theme Name:Monex - shared on themelock.com
Theme URI: http://themeforest.net/user/janxcode
Author:Janxcode 
Author URI:http://www.janxcode.com/
Description:monex is clean and modern wordpress theme for Money Exchange and Business. We have designed it to be responsive to dfferent screen sizes like smartphones, tablet, laptop, and desktop computer
Version:1.6
Text Domain:monex
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column,two-columns,three-columns,responsive-layout,custom-background,custom-colors,custom-header,custom-menu
*/
/*------------------------------------------------------------------
[Table of contents]
1.0 Reset
2.0 General
3.0 Body
4.0 Header
5.0 Footer
6.0 Titles
7.0 Page Sidebar
8.0 Blog
9.0 Portfolio
10.0 Login / Register
11.0 Blog Sidebar
12.0 Search Page

-------------------------------------------------------------------*/
/*---------------------------------------------------------------
[1.0 Reset ]
*/
* {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}

/* #Reset & Basics (Inspired by E. Meyers)================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
iframe {
  width: 100%;
}
body {
  line-height: 1;
}
ol,
ol ol,
ul,
ul ul {
  font-size: 14px;
  line-height: 1.5;
}

ul.default li:before {
  content: "\f005";
  font-family: fontawesome;
  margin-right: 10px;
  color: #ffe102;
}
ul li span.fa {
  color: #ffe102;
  margin-right: 7px;
}
p {
  font-size: 14px;
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* #Misc */
.remove-bottom {
  margin-bottom: 0 !important;
}
.half-bottom {
  margin-bottom: 10px !important;
}
.add-bottom {
  margin-bottom: 20px !important;
}
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

/*---------------------------------------------------------------
[2.0 General ]
*/
body {
  font:
    14px/20px "Raleway",
    Arial,
    Helvetica,
    sans-serif;
  color: #333 ;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden !important;
  overflow-y: scroll;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: none !important;
}

.alpha {
  padding-left: 0;
}
.omega {
  padding-right: 0;
}

.wpb_text_column {
  margin-bottom: 20px !important;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.center {
  width: 50%;
  margin: 0 auto;
}
::selection,::-moz-selection {
  color: #ffffff;
  background: blue
}


/* Margin */
.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.p-t25 {
  padding-top: 25px !important;
}
/* #Typography================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "raleway", Arial, Helvetica, sans-serif;
  font-weight: 500 !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 36px !important;
  line-height: 50px !important;
  margin-bottom: 14px;
}
h2 {
  font-size: 32px !important;
  line-height: 40px !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
h3 {
  font-size: 29px !important;
  line-height: 34px !important;
  margin-bottom: 8px;
}
h4 {
  font-size: 26px !important;
  line-height: 30px !important;
  margin-bottom: 4px;
}
h5 {
  font-size: 22px !important;
  line-height: 24px !important;
}
h6 {
  font-size: 18px !important;
  line-height: 21px !important;
}
.subheader {
  color: #777;
}
p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
address {
  font-style: italic;
  margin: 0 0 23px;
  margin: 0 0 2.3rem;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  display: inline;
  padding: 1px 4px 0px;
  margin: 0px 2px;
  background-color: #313538;
  border-radius: 2px;
  color: #edeff1;
  text-shadow: 0px 1px 1px #222528;
  box-shadow:
    0px 1px 0px #515558 inset,
    0px 1px 2px #dbdbdc;
}
mark.green {
  background-color: #73ca3f;
  color: #e8ffc1;
  text-shadow: 0px 1px 1px #4fa923;
  box-shadow: 0px 1px 2px #e4f5da;
}
mark.yellow {
  background-color: #f7f962;
  color: #8f6a1c;
  text-shadow: 0px 1px 1px #fbfcab;
  box-shadow: 0px 1px 2px #f9fbcc;
}
mark.orange {
  background-color: #ff9228;
  color: #ffffe2;
  text-shadow: 0px 1px 1px #e86d12;
  box-shadow: 0px 1px 2px #fcdec2;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 13px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background-color: rgba(0, 0, 0, 0.04);
  color: #333;
  font-family: monospace;
  font-size: 13px;
  margin: 23px 0;
  margin: 2.3rem 0;
  overflow: auto;
  padding: 20px;
  padding: 2rem;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: normal;
  margin: 23px;
  margin: 2.3rem;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: normal;
}
blockquote strong,
blockquote b {
  font-weight: normal;
}
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  font-style: normal;
  font-weight: 500;
}
blockquote {
  margin: 0px 0px 20px;
  padding: 0px 20px 0px 19px;
  border-left: 4px solid #ffe102;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.well {
  background: #f4f4f4;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 3px;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
.hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
}
.visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 8 */
  filter: alpha(opacity=100);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
}
/* #Links================================================== */
a {
  text-decoration: none;
  outline: 0;
  color: #ffe102;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:focus {
  color: #fff;
}
p a,
p a:visited {
  line-height: inherit;
}
/* #Lists================================================== */
ul {
  padding: 0 0 0 20px;
}

ul {
  list-style-type: square;
}

li > ul,
li > ol {
  margin: 0;
}

ul li,
ol li {
  font-size: 14px;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

ol ol,
ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
}

ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 20px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
}
.clearfix {
  clear: both;
}

.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.jx-monex-list {
  list-style: none;
  padding: 0;
}
/* Fontawesome Icon ========================================*/
.jx-monex-fontawesome-icon-list i {
  color: #000000;
  font-size: 14px;
  width: 30px;
  text-align: center;
}
/* Fontawesome Icon Listing Page */
.jx-monex-fontawesome-icon-list li {
  border: 1px solid #eee;
  padding: 10px;
}
.jx-monex-fontawesome-icon-list li:hover {
  background: #f9f9f9;
}
.jx-monex-fontawesome-icon-list li i {
  font-size: 20px;
  color: #333;
}
.jx-monex-icon-listing-1 li {
  float: left;
}
.jx-monex-icon-listing-1 .line-icon {
  color: #000 !important;
}
.jx-monex-dark .line-icon {
  color: #000;
}
.jx-monex-light .line-icon {
  color: #fff;
}
.jx-monex-icon-listing-1.jx-monex-light .line-icon {
  color: #fff !important;
}
/* default colors*/
.jx-monex-red {
  background: #f66277;
}
.jx-monex-orange {
  background: #f60;
}
.jx-monex-dark-blue {
  background: #58c5ea;
}
.jx-monex-green {
  background: #2bb94a;
}
.jx-monex-yellow {
  background: #fc3;
}

/* Border*/
.jx-monex-border {
  border: 1px solid #ccc;
}

.jx-monex-border-light {
  border: 1px solid #eee;
}

.jx-default-bg {
  background-color: #ffe102;
}

.jx-default-base {
  background-color: #082d72;
}

.jx-default-bg-alpha {
  background-color: rgba(255, 225, 2, 0.9);
}

.jx-default-base-alpha {
  background-color: rgba(8, 45, 114, 0.9);
}

/* =========================================================
   STREAMLINE FONT
========================================================= */

@font-face {
  font-family: "streamline-1";
  src: url("fonts/streamline-font-1.eot");
  src:
    url("fonts/streamline-font-1.eot?#iefix") format("embedded-opentype"),
    url("fonts/streamline-font-1.woff") format("woff"),
    url("fonts/streamline-font-1.ttf") format("truetype"),
    url("fonts/streamline-font-1.svg#streamline-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Generic icon selector */
[data-icon]::before,
[class^="stream-icon-"]::before,
[class*=" stream-icon-"]::before {
  font-family: "streamline-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-icon]::before {
  content: attr(data-icon);
}

/* Example Icons */
.stream-icon-armchair-chair-streamline::before { content: "a"; }
.stream-icon-arrow-streamline-target::before { content: "b"; }
.stream-icon-backpack-streamline-trekking::before { content: "c"; }
.stream-icon-bag-shopping-streamline::before { content: "d"; }
.stream-icon-barista-coffee-espresso-streamline::before { content: "e"; }
.stream-icon-barbecue-eat-food-streamline::before { content: "f"; }
.stream-icon-bomb-bug::before { content: "g"; }
.stream-icon-book-dowload-streamline::before { content: "h"; }
.stream-icon-book-read-streamline::before { content: "i"; }
.stream-icon-browser-streamline-window::before { content: "j"; }
.stream-icon-brush-paint-streamline::before { content: "k"; }
.stream-icon-bubble-comment-streamline-talk::before { content: "l"; }
.stream-icon-bubble-love-streamline-talk::before { content: "m"; }
.stream-icon-computer-macintosh-vintage::before { content: "n"; }
.stream-icon-computer-imac-2::before { content: "o"; }
.stream-icon-computer-imac::before { content: "p"; }
.stream-icon-coffee-streamline::before { content: "q"; }
.stream-icon-cocktail-mojito-streamline::before { content: "r"; }
.stream-icon-clock-streamline-time::before { content: "s"; }
.stream-icon-chef-food-restaurant-streamline::before { content: "t"; }

/* Unicode examples */
.stream-icon-stamp-streamline::before { content: "\e000"; }
.stream-icon-streamline-suitcase-travel::before { content: "\e001"; }
.stream-icon-streamline-sync::before { content: "\e002"; }
.stream-icon-streamline-umbrella-weather::before { content: "\e003"; }
.stream-icon-settings-streamline-2::before { content: "\e004"; }

/* =========================================================
   LINECONS FONT
========================================================= */

@font-face {
  font-family: "linecons";
  src: url("fonts/linecons.eot?54101537");
  src:
    url("fonts/linecons.eot?54101537#iefix") format("embedded-opentype"),
    url("fonts/linecons.woff?54101537") format("woff"),
    url("fonts/linecons.ttf?54101537") format("truetype"),
    url("fonts/linecons.svg?54101537#vc_openiconic") format("svg");
  font-weight: 400;
  font-style: normal;
}

/* Generic selector */
[class^="vc_li-"]::before,
[class*=" vc_li-"]::before {
  font-family: "linecons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  line-height: inherit;
  margin: 0;
  font-variant: normal;
  text-transform: none;
}

/* Icons */
.vc_li-heart::before      { content: "\e000"; }
.vc_li-cloud::before      { content: "\e001"; }
.vc_li-star::before       { content: "\e002"; }
.vc_li-tv::before         { content: "\e003"; }
.vc_li-sound::before      { content: "\e004"; }
.vc_li-video::before      { content: "\e005"; }
.vc_li-trash::before      { content: "\e006"; }
.vc_li-user::before       { content: "\e007"; }
.vc_li-key::before        { content: "\e008"; }
.vc_li-search::before     { content: "\e009"; }
.vc_li-settings::before   { content: "\e00a"; }
.vc_li-camera::before     { content: "\e00b"; }
.vc_li-tag::before        { content: "\e00c"; }
.vc_li-lock::before       { content: "\e00d"; }
.vc_li-bulb::before       { content: "\e00e"; }
.vc_li-pen::before        { content: "\e00f"; }

/* =========================================================
   COMMON STYLE
========================================================= */

.line-icon {
  color: #fff;
  float: none;
}



/* ==========================================================
   IMAGES
========================================================== */

img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  position: relative;
  z-index: 0;
}

/* ==========================================================
   BUTTONS
========================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #eee;
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: normal;
  padding: 8px 10px;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #222;
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #ccc;
  border: 1px solid #333;
}

.button.full-width,
button.full-width,
input.full-width {
  width: 100%;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.button a {
  color: #fff;
}

/* ==========================================================
   VIDEO WRAPPER
========================================================== */

.full-widthvideo {
  position: relative;
  padding-bottom: 55.25%;
  height: 0;
  overflow: hidden;
}

.small-blog .full-widthvideo {
  padding-bottom: 67.5%;
}

/* Firefox button fix */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* ==========================================================
   FORMS
========================================================== */

form {
  position: relative;
}

/* SEND MONEY FORM */

.sendMoney_form_right form.wpcf7-form div {
  float: left;
  margin-bottom: 0;
}

.sendMoney_form_right form.wpcf7-form div:nth-child(2),
.sendMoney_form_right form.wpcf7-form div:nth-child(3) {
  width: 40%;
  display: inline-block;
  margin-bottom: 0;
}

.sendMoney_form_right form.wpcf7-form div:nth-child(2) {
  margin-right: 5px;
}

.sendMoney_form_right form.wpcf7-form div:nth-child(4) {
  padding-left: 5px;
}

.sendMoney_form_right form.wpcf7-form div:nth-child(5) {
  display: block;
  width: 100% !important;
  padding: 10px 0;
  margin: 0;
  color: #fff;
  border: none !important;
  position: absolute;
  top: -35px;
}

.sendMoney_form_right form input[type="submit"] {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  background: #ffe101 !important;
  text-transform: uppercase;
  padding: 14px 25px;
}

/* GENERAL FORM */

form.wpcf7-form div {
  margin-bottom: 20px;
}

form.wpcf7-form div:nth-child(2),
form.wpcf7-form div:nth-child(3) {
  width: 48.9%;
  display: inline-block;
  margin-bottom: 15px;
}

form.wpcf7-form div:nth-child(2) {
  margin-right: 12px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 13px 7px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #eee;
  color: #777;
  font: 14px "Raleway", Arial, sans-serif;
  margin: 0 0 20px;
  outline: none;
}

select {
  height: 32px;
  padding: 8px;
  cursor: pointer;
  background: #fff;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #aaa;
  color: #444;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
  font-size: 13px;
  padding: 10px 0;
}

input[type="checkbox"] {
  display: inline;
}

label span,
legend span {
  font-size: 13px;
  font-weight: normal;
  color: #444;
}

/* ==========================================================
   TABLES
========================================================== */

table {
  width: 100%;
}

table th,
table td {
  text-align: center;
}

table th {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #eee;
}

table td {
  border: 1px solid #eee;
}

table tr {
  height: 35px;
  line-height: 35px;
}



table thead th {
  color: #333;
}
table th a {
  color: #333;
}


table tr:nth-child(odd) {
  background: #f9f9f9;
}

table tr:nth-child(even) {
  background: #fff;
}

/* STYLE B */

table.style_b th {
  background: #ffe102;
  padding: 10px;
}

table.style_b td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* ==========================================================
   TYPOGRAPHY
========================================================== */

.small-font  { font-size: 19px !important; }
.medium-font { font-size: 25px !important; }
.large-font  { font-size: 31px !important; }

.bold  { font-weight: 600 !important; }
.black { color: #000 !important; }

/* ==========================================================
   FLOATS
========================================================== */

.left,
#left {
  float: left;
}

.right,
#right {
  float: right;
}

/* ==========================================================
   BACKGROUNDS / COLORS
========================================================== */

.jx-monex-default-bg { background: #ffe102; }
.jx-monex-grey-bg    { background: #f9f9f9 !important; }
.jx-monex-darkgrey-bg { background: #333 !important; }
.jx-monex-black-bg   { background: #000 !important; }
.jx-monex-white-bg   { background: #fff !important; }

/* ==========================================================
   SPACING
========================================================== */

.fixedpadding20 { padding: 20px 0; }
.fixedpadding30 { padding: 30px 0; }
.fixedpadding40 { padding: 40px 0; }
.fixedpadding50 { padding: 50px 0; }
.fixedpadding60 { padding: 60px 0; }
.fixedpadding70 { padding: 70px 0; }
.fixedpadding80 { padding: 80px 0; }
.fixedpadding90 { padding: 90px 0; }
.fixedpadding100 { padding: 100px 0; }

.space20 { margin-bottom: 20px; }
.space25 { margin-bottom: 25px; }
.space30 { margin-bottom: 30px; }
.space40 { margin-bottom: 40px; }
.space50 { margin-bottom: 50px; }
.space60 { margin-bottom: 60px; }
.space70 { margin-bottom: 70px; }

/* ==========================================================
   ALERT
========================================================== */

.jx-monex-alert {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  z-index: 9999;
  transition: all 0.3s ease-out;
}

.jx-monex-alert.show {
  top: 0;
}

.jx-monex-alert.success {
  background: #7cc24e;
}

.jx-monex-alert.error {
  background: #d45757;
}

/* ==========================================================
   PRELOADER
========================================================== */

.jx-monex-preload {
  position: absolute;
  top: 157px;
  right: 35px;
  display: none;
}

.jx-monex-preload.show {
  display: block;
}

/* ==========================================================
   ERROR MESSAGE
========================================================== */

.help-block.form-error {
  position: absolute;
  bottom: 25px;
  left: 220px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}

select.error,
input.error {
  border-color: #b94a48;
  background-position: right 5px center;
  background-repeat: no-repeat;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
select.valid,
input.valid {
  border-color: #468847;
  background-position: right 5px center;
  background-repeat: no-repeat;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.jx-monex-contact-form .form-error {
  bottom: -60px;
  font-size: 19px;
  margin-left: 0px;
  left: 0;
  padding: 10px;
  color: #ee163a;
  border: 1px solid #ee163a;
  width: 100%;
  text-align: center;
}
.jx-monex-form-wrapper {
  position: relative;
}
.jx-monex-form-wrapper .form-error {
  text-align: center;
  left: 0;
  color: #fff;
  bottom: 10px;
}
/*---------------------------------------------------------------
[3.0 Body ]
*/

/* Boxed */
.jx-monex-boxed {
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.jx-monex-boxed .site-main {
  background: #fff;
}

.jx-boxed .jx-monex-menubar {
  box-shadow: none;
}

/*---------------------------------------------------------------
[3.0 Header ]
*/
/* Home Header */
.jx-monex-header.jx-monex-header-transparent {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.jx-monex-header.jx-monex-header-transparent .jx-monex-menubar {
  padding: 0px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 9;
  width: 100%;
  background: rgba(255, 255, 255, 0.82);
  transition: 0.4s;
}

.jx-monex-header.jx-monex-header-transparent.fixed .jx-monex-menubar {
  padding: 0px 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(179, 179, 179, 0.52);
  -moz-box-shadow: 0px 3px 5px 0px rgba(179, 179, 179, 0.52);
  box-shadow: 0px 3px 5px 0px rgba(179, 179, 179, 0.52);
  background: rgba(255, 255, 255, 1);
}

/* Header -2 */
.jx-header-2 .menu-main-menu-container .jx-monex-mainmenu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border-top: 4px solid transparent;
  padding-top: 32px;
  padding-bottom: 46px;
}

.jx-header-2 .navbar-brand {
  padding: 24px 0;
}

.jx-monex-navbar-header .logo_retina {
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 1/2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  /*.jx-monex-navbar-header .logo_standard{ display: none; }*/
  .jx-monex-navbar-header .logo_retina {
    display: block;
  }
}

.jx-header-2
  .menu-main-menu-container
  .jx-monex-mainmenu
  > li.no-mega
  > .submenu {
  left: 0px;
  top: 100px;
}

/* Header -3 */
.jx-header-3 .jx-monex-top-bar {
  background: #ededed;
  color: #555555;
  padding: 11px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.jx-header-3 .jx-monex-right-topbar {
  text-align: right;
}

.jx-monex-right-topbar a:hover {
  color: #fff;
}

.jx-header-3 .jx-monex-right-topbar i {
  padding-right: 5px;
}

.jx-header-3 .jx-monex-sub-top-bar {
  background: #ffffff;
  padding: 12px 0px;
}
.jx-header-3 .navbar-brand {
  float: left;
  padding: 26px 0;
  font-size: 18px;
  line-height: 20px;
  border-bottom: none;
  margin-left: 0px !important;
}
.jx-header-3 .jx-monex-menubar {
  background: #ffe102;
}

.jx-header-3 .jx-monex-header-info {
  padding-top: 30px;
}
.jx-header-3 .jx-monex-header-info ul {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  display: block;
  float: right;
}

.jx-header-3 .jx-monex-header-info ul li {
  padding: 0px;
  margin: 0px 0px 0px 30px;
  float: left;
  display: inline-block;
}
.jx-header-3 .jx-monex-header-info .icon {
  font-size: 50px;
  font-weight: 400;
  font-family: oswald;
  float: left;
  display: inline;
  margin-left: 3px;
  margin-right: 3px;
}
.jx-header-3 .jx-monex-header-info .icon {
  font-size: 50px;
  font-weight: 400;
  font-family: oswald;
  padding-right: 5px;
}

.jx-header-3 .jx-monex-header-info .position {
  float: left;
  display: inline;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 5px;
}

.jx-header-3 .jx-monex-header-info .location,
.jx-header-3 .jx-monex-header-info .time,
.jx-header-3 .jx-monex-header-info .contact {
  color: #082d71;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.jx-header-3 .jx-monex-mainmenu > li {
  padding-top: 0px;
  padding-bottom: 0px;
}

.jx-header-3 .jx-monex-mainmenu > li > a {
  color: #082d72;
  padding: 20px 20px 16px 20px;
}

.jx-header-3 .jx-monex-mainmenu {
  height: 61px;
}

.jx-header-3 .jx-monex-menubar .menunav {
  margin-left: -20px;
  margin-right: 0px;
  float: left;
}

.jx-header-3 .jx-monex-mainmenu > li > .submenu {
  top: 56px !important;
}

.jx-header-3 .jx-monex-mainmenu > li:hover > a {
  border-radius: 0px;
  background: none !important;
  border-bottom: solid 3px #082d72;
}

.jx-header-3 .jx-monex-menubar {
  padding: 0px 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  z-index: 9;
  border-top: 1px solid #eee;
}

/* Header -4 */

.jx-header-4 .jx-monex-sub-top-bar {
  background: #ffffff;
}
.jx-header-4 .navbar-brand {
  float: left;
  padding: 26px 0;
  font-size: 18px;
  line-height: 20px;
  border-bottom: none;
  margin-left: 0px !important;
}
.jx-header-4 .jx-monex-menubar {
  background: #082d72;
  border-top: solid 1px #d4d2d2;
}

.jx-header-4 .jx-monex-topbar-social-icon {
  border-left: 1px solid #d4d2d2;
  margin-top: 17px;
  display: inline-block;
  height: 70px;
  padding: 22px 0px;
  left: -27px;
  position: absolute;
}
.jx-header-4 .jx-monex-topbar-social-icon ul {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.jx-header-4 .jx-monex-topbar-social-icon ul li {
  padding: 0px;
  margin: 0px 0px 0px 28px;
  float: left;
  display: inline-block;
}

.jx-header-4 .jx-monex-topbar-social-icon ul li i {
  color: #d4d2d2;
  font-size: 22px;
}

.jx-header-4 .jx-monex-topbar-social-icon ul li i:hover {
  color: #082d72;
}

.jx-header-4 .jx-monex-mainmenu > li {
  padding-top: 0px;
  padding-bottom: 0px;
}

.jx-header-4 .jx-monex-mainmenu > li > a {
  color: #ffe102;
  padding: 18px 20px 18px 20px;
}

.jx-header-4 .jx-monex-mainmenu {
  height: 61px;
}

.jx-header-4 .jx-monex-menubar .menunav {
  margin-left: -20px;
  margin-right: 0px;
  float: left;
}

.jx-header-4 .jx-monex-mainmenu > li.no-mega > .submenu {
  top: 56px;
}

.jx-header-4 .jx-monex-mainmenu > li:hover > a {
  border-radius: 0px;
  background: none !important;
  border-bottom: solid 3px #ffe102;
}

.jx-header-4 a.login_button {
  padding: 12px 25px 0px 12px;
  text-decoration: none;
  font-size: 13px;
  color: #082d72;
}

.jx-header-4 a.sign_out {
  margin-top: 8px;
  display: block;
  text-indent: 20px;
  padding: 16px 25px 0px 12px;
  text-decoration: none;
  font-size: 13px;
  color: #082d72;
}

.jx-header-4 a.sign_out:hover {
  color: #ffe102;
}

.jx-header-4 .pull-right {
  float: right !important;
  padding-top: 35px;
}

.jx-header-4 .jx-login {
  float: left;
  border-right: solid 1px #d4d2d2;
  margin-top: 20px;
  height: 65px;
  margin-left: -20px;
}

.btn-default:hover {
  background-color: #ffe102;
}

.jx-header-4.jx-monex-header .dropdown-menu {
  top: 68px !important;
}

/* EOF*/

.jx-monex-sub-top-bar .dropdown-menu {
  background-color: #333 !important;
}

.jx-header-4 .dropdown-menu {
  padding: 0;
  margin-bottom: 0 !important;
}
.jx-header-4 .dropdown-menu li {
  margin-bottom: 0;
}

.jx-header-4 .dropdown-menu li a {
  margin-bottom: 0;
  color: #082d72;
}

.jx-header-4 .dropdown-menu li:hover {
  background: #fff;
}

.jx-header-4 .dropdown-menu li a:hover {
  color: #000 !important;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-color: #ffe102;
}

.jx-monex-header {
  padding: 0;
  margin: 0;
  z-index: 90;
}
.jx-monex-top-bar {
  background: #333333;
  color: #ffe102;
}

.jx-monex-header .dropdown-menu {
  top: 44px !important;
}

.jx-monex-top-bar .dropdown-menu li {
  margin-bottom: 0px;
}

.dropdown-menu > li > a:hover {
  color: #333 !important;
}

.jx-monex-top-bar .jx-monex-contact_details {
  padding: 11px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.jx-monex-top-bar span {
  margin-right: 30px;
}
.jx-monex-top-bar span i {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.jx-monex-top-bar .laguageBtn {
  border: 0;
  border-radius: 0;
  background: #ffe102;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
  height: 46px;
}
.jx-monex-top-bar .btn-group .submenu-menu {
  top: 44px !important;
}
.jx-monex-menubar {
  padding: 0px 0;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}

.jx-monex-menubar .menunav {
  margin-right: -20px;
}

.jx-monex-menubar .navbar {
  border: none;
}

.navbar-brand {
  float: left;
  padding: 26px 0;
  font-size: 18px;
  line-height: 20px;
  border-bottom: solid 5px #ffe102;
  margin-left: 0px !important;
}

.jx-monex-menubar .navbar-default {
  background: none;
  border: 0;
  font-size: 14px;
  font-weight: 600;
}
.jx-monex-menubar .menunav .navbar-nav > li {
  margin-left: 5px;
}
.jx-monex-menubar .menunav .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
  transition: 0.4s;
  text-decoration: none;
}

.jx-monex-navbar-default .navbar-nav > li > a:focus,
.jx-monex-navbar-default .navbar-nav > li > a:hover {
  color: #000;
  background-color: #ffe102;
  border-radius: 10px 10px 0 10px;
}

.jx-monex-navbar-default .navbar-nav > .active > a,
.jx-monex-navbar-default .navbar-nav > .active > a:focus,
.jx-monex-navbar-default .navbar-nav > .active > a:hover {
  color: #000;
  background-color: #ffe102;
  border-radius: 10px 10px 0 10px;
}

/* Sticky Header*/

.jx-monex-sticky.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
  background: #fff;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }

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

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }

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

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }

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

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

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

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }

  100% {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }

  100% {
    -o-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }

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

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}

/* #Main Menu ======================= */
.jx-monex-menu-holder.jx-monex-sticky.fixed {
  position: fixed;
  max-width: 100%;
  width: 100% !important;
  left: 0 !important;
  margin: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
}
.jx-monex-menu-holder {
  z-index: 7;
  position: absolute;
  max-width: 100%;
  width: 100%;
  margin: -40px auto 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 70px;
}
.jx-monex-top-menu {
  height: 70px;
  background: #ffffff;
  position: relative;
  top: -35px;
  z-index: 999999;
}
.nav_container ul {
  margin: 0px;
  padding: 0;
}

.jx-monex-mainmenu,
.jx-monex-mainmenu .submenu {
  z-index: 50;
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
}
.jx-monex-mainmenu {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: right;
  white-space: nowrap;
  height: 70px;
}
.jx-monex-mainmenu li {
  position: relative;
  text-align: left;
}
.jx-monex-mainmenu li a {
  font-family: "Montserrat";
}

.jx-monex-mainmenu > li:hover {
}

.jx-monex-mainmenu > li:hover > a {
  color: #000;
  background-color: #ffe102;
  border-radius: 10px 10px 0 10px;
}

.jx-monex-mainmenu li.with-sub:hover:before {
  content: "";
  display: block;
  width: 235px;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 1;
  top: 46px;
}
.jx-monex-mainmenu li i.menu-icon {
  margin-right: 7px;
  color: #ffe102;
  text-shadow: none;
  font-size: 15px;
}
.jx-monex-mainmenu li a:hover i.menu-icon {
  color: #333333 !important;
}
.jx-monex-mainmenu li i {
  margin-right: 7px;
  color: #ced3d5;
  text-shadow: 0 1px 0 white;
}
.jx-monex-mainmenu a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #646060;
  font: 14px "open sans";
  -webkit-transition: none;
  transition: none;
}
.jx-monex-mainmenu a.active {
  color: #fff;
  border-radius: 46px;
}
.jx-monex-mainmenu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border-top: 4px solid transparent;
  padding-top: 34px;
  padding-bottom: 44px;
}

.jx-monex-mainmenu li.with-sub:after {
  content: "\f107";
  font-family: fontawesome;
  display: block;
  height: 0;
  position: absolute;
  right: 8px;
  top: 23px;
  color: #000;
  z-index: 53;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.jx-monex-mainmenu > li > a {
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  padding: 5px 20px;
  border-radius: 10px;
  font-weight: 500;
}
.jx-monex-mainmenu .jx-monex-mega-menu-title {
  color: #000 !important;
  padding: 10px;
  font-size: 15px;
  font-weight: 600 !important;
}
.jx-monex-mainmenu .jx-monex-mega-menu-title:hover {
  background: none !important;
}
/* Mega Menu */
.jx-monex-mainmenu .menu-mega {
  position: initial;
  left: 0;
}
.jx-monex-mainmenu .submenu.has-mega {
  position: absolute;
  left: 0;
}
.menu-main-menu-container .jx-monex-mainmenu li.menu-mega .submenu li.col {
  width: 25%;
  padding: 0px;
}
.jx-monex-mainmenu > li.menu-mega:hover > .submenu > li.col > ul {
  display: block;
  width: 100%;
}
.jx-monex-mainmenu li.menu-mega .submenu li.col ul li {
  width: 100%;
}
/* For Wordpress Version */
/*- Megamenu-------------*/
.jx-monex-mainmenu .submenu {
  min-width: 235px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.jx-monex-mainmenu li .submenu {
  position: absolute;
  padding: 0px;
  margin: 0px;
  background-color: #333;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.jx-monex-mainmenu li .submenu .col {
  display: inline-flex;
}
.jx-monex-mainmenu li .menu-title {
  padding: 1px 5px;
  margin-left: 7px;
  border-radius: 2px;
  font-size: 11px;
  color: #fff;
}

.jx-monex-mainmenu > li > .submenu {
  top: 70px;
  left: 0px;
  /*border-top: 20px solid;*/
}
.jx-monex-mainmenu > li.no-mega > .submenu {
  left: 0px;
  top: 104px;
}
.jx-monex-mainmenu > li > .submenu {
  visibility: hidden;
  opacity: 0;
  transform: translate(0px, 20px);
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
  transition:
    transform 0.6s ease 0s,
    opacity 0.6s ease 0s;
}
.jx-monex-mainmenu > li:hover > .submenu {
  visibility: visible;
  display: block;
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transition:
    transform 0.6s ease 0s,
    opacity 0.6s ease 0s;
}
.jx-monex-mainmenu > li:hover > .submenu > li.col > ul {
  display: block;
  border-bottom: 5px solid #ffe102;
}
.jx-monex-mainmenu li li {
  margin-bottom: 0;
}
.jx-monex-mainmenu li .submenu li.col {
  width: 235px;
  padding: 0;
}
.jx-monex-mainmenu li .submenu li.col ul {
  padding: 0;
  margin: 0;
}
.jx-monex-mainmenu li .submenu li.col ul li {
  list-style: none;
  width: 235px;
  font-weight: normal;
  position: relative;
}
.jx-monex-mainmenu .submenu li:hover > a {
  color: #333 !important;
  background: #ffe102;
}
.jx-monex-mainmenu li .submenu a {
  background: none;
  color: #fff;
  padding: 9px 20px;
  display: block;
  float: none;
  font-weight: 400;
}
.jx-monex-mainmenu .submenu li:last-child {
  border-bottom: 0px solid #262829;
}
.jx-monex-mainmenu .submenu li.col ul li:hover {
  background: none;
}
/* Submenu 2nd level drop down */
.jx-monex-mainmenu .submenu li li ul {
  visibility: hidden;
  position: absolute;
  left: 235px;
  background: #333;
  top: 0px;
  border-top: 0px solid #333;
  opacity: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  transform: translate(0px, 20px);
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
  transition:
    transform 0.6s ease 0s,
    opacity 0.6s ease 0s;
}
.jx-monex-mainmenu .submenu li li:hover ul {
  opacity: 1;
  visibility: visible;
  display: block;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transition:
    transform 0.6s ease 0s,
    opacity 0.6s ease 0s;
}
.jx-monex-mainmenu .menu li.has-child > a:after {
  content: "\f105";
  font-size: 15px;
  font-family: fontawesome;
  text-align: right !important;
  position: absolute;
  width: 23px;
  height: 36px;
  text-align: center;
  top: 0;
  right: 0px;
  line-height: 37px;
  color: #ffe102;
  padding-right: 14px;
}
.jx-monex-mainmenu li.has-child > a:hover:after {
  color: #333;
}

/*-- submenu*/

/*Mobile Menu */
.slicknav_menu {
  display: none;

}
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;

  padding: 5px;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
  display: none;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 6px 4px 3px 4px;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 25px;
  height: 4px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 4px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
  margin: 0;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
  display: none;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_brand {
  float: left;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
/* IE6/7 support */
.slicknav_menu {
  zoom: 1;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
}
.slicknav_menu * {
  box-sizing: border-box;
}
/* Button */
.slicknav_btn {
  margin: 26px;
  border: 1px solid #eee;
  position: absolute;
  right: 0px;
  background: #fff none repeat scroll 0% 0%;
  z-index: 999999;
  margin-top: 26px;
}
.slicknav_nav .with-sub .slicknav_row:before {
  content: "\f054";
  font-family: fontawesome;
  font-size: 12px;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #999;
}
.slicknav_menu {
  background: #f1f1f1;
  padding: 0px;
}
.slicknav_nav {
  background: #082d71 ;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  padding-top: 27px;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav li {
  border-bottom: 1px solid #444;
}
.slicknav_nav .slicknav_row {
  padding: 10px 10px;
  margin: 0;
}
.slicknav_nav a {
  padding: 10px 10px;
  margin: 0;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  padding-left: 20px;
}
.slicknav_nav > a {
  border-bottom: 1px solid #444;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
  font-size: 14px;
  padding-left: 10px;
}
.slicknav_nav .slicknav_row:hover {
  background: #222;
  color: #fff;
}
.slicknav_nav a:hover {
  background: none repeat scroll 0% 0% #222;
  color: #fff;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

/*hide bootstrab menu */
.navbar-toggle {
  display: none;
}

/*---------------------------------------------------------------
[4.0 Page Titlebar ]
*/
.jx-monex-common_page_header {
  background: #f9f9f9 /*url(../img/p_header.jpg) no-repeat center top fixed*/;
}
.jx-monex-common_page_header h1.pagetitle {
  font-weight: 700 !important;
  font-size: 32px !important;
  margin: 0;
  padding: 0;
  color: #333333;
  padding: 70px 0;
  text-transform: uppercase;
}
.jx-monex-common_page_header h1.pagetitle i {
  font-style: normal;
  background: #ffe102;
  padding: 4px 15px;
  line-height: normal;
}

/* Breadcrumb*/
.jx-monex-breadcrumb {
  padding: 16px 0;
  background: none;
  margin: 0;
}

.jx-monex-breadcrumb a {
  color: #666 !important;
  font-size: 13px;
  font-weight: 500;
}

.jx-monex-breadcrumb a:after {
  content: ">";
  margin: 0 10px;
  color: #666;
}

.jx-monex-breadcrumb span {
  color: #666;
  font-size: 13px;
  font-weight: 500;
}

/*---------------------------------------------------------------
[3.0 Footer ]
*/

.jx-monex-footer {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
}
.jx-monex-footer_address {
  background: #ffe102;
}
.jx-monex-footer_address .bdr-right {
  border-right: dotted 1px #333333;
}

.jx-monex-footer_address .bdr-right:last-child {
  border-right: none;
}

.jx-monex-footer_address .address_column {
  padding: 50px 0 40px 0;
}
.jx-monex-footer_address h5 {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 20px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.jx-monex-footer_address .spacer {
  margin-left: 25px;
}
.jx-monex-footer_address .address_column i {
  width: 30px;
  margin-bottom: 15px;
  font-size: 19px;
  position: relative;
  top: 1px;
}
.jx-monex-footer_address .address_column p {
  font-size: 14px;
  font-weight: 500;
}
.jx-monex-footer_address .address_column .email {
  margin-top: 4px;
  color: #333;
  font-size: 14px;
  transition: 0.4s;
}
.jx-monex-footer_address .address_column .email:hover {
  color: #fff;
}

.jx-footer-1 .jx-monex-subfooter {
  padding: 50px 0;
  background: #f9f9f9;
}
.jx-monex-subfooter h6 {
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 800 !important;
  font-size: 17px !important;
  color: #333;
}

.jx-monex-subfooter .widget h6 i {
  font-size: 8px;
  margin-left: 3px;
  color: #ffe102;
}

.jx-monex-subfooter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jx-monex-subfooter ul li {
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.jx-monex-subfooter ul li a {
  color: #666666;
  transition: 0.4s;
}
.jx-monex-subfooter ul li a:hover {
  color: #ffe102;
  transition: 0.4s;
}
.jx-monex-subfooter .searcharea {
  font-size: 14px;
  font-weight: 300;
}
.jx-monex-subfooter .searcharea .form-control {
  box-shadow: none;
  border-radius: 0;
  background: #eeeeee;
  height: 38px;
}
.jx-monex-subfooter .searcharea .form-control:focus {
  border-color: #dddddd;
}
.jx-monex-subfooter .searcharea .btn-default {
  background: #ffe102;
  font-size: 17px;
  border: solid 1px #ffe102;
  border-radius: 0;
}

/* ----------- Footer # 2------------------*/

.jx-footer-2 .menu-footer-menu-container {
  text-align: center;
  padding-top: 15px;
}

.jx-footer-2.jx-monex-footer ul.stripMenu li {
  padding-right: 25px;
  display: inline;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.jx-footer-2.jx-monex-footer ul.stripMenu li:last-child {
  padding-right: 0px;
}

.jx-footer-2.jx-monex-footer ul.stripMenu li:after {
  display: none;
}

/*--------- Footer #2 Social ---------*/

.jx-footer-2.jx-monex-footer .social {
  text-align: center;
}
.jx-footer-2.jx-monex-footer .social li {
  display: inline-block;
}
.jx-footer-2.jx-monex-footer .social a {
  height: 35px;
  width: 35px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #aaaaaa;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
  transition: 0.4s;
}
.jx-footer-2.jx-monex-footer .social a:hover {
  color: #333;
  transition: 0.4s;
  background: #fbca01;
  border-color: #fbca01;
}

/*--------- Footer #2 Newsletter ---------*/

.jx-footer-2 .newsletter {
  left: 35%;
  position: relative;
  padding: 30px 0px;
}
.jx-footer-2 .newsletter-email input {
  height: 45px;
  float: left;
  width: 20.7%;
  font-size: 14px;
  border-radius: 5px;
}
.jx-footer-2 .jx-monex-newsletter-submit button {
  height: 43px;
  width: 40px;
  border: medium none;
  color: #333333;
  font-size: 20px;
  left: -41px;
  position: relative;
  top: 1px;
}
.jx-footer-2 .jx-monex-newsletter-submit button:hover {
  background: #ffe018;
}
.jx-footer-2 .newsletter-text {
  float: left;
  padding: 13px 20px 0px 0px;
}

/* ----------- Footer # 3------------------*/

.jx-footer-3 .footer-bg {
  padding: 50px 0px;
  background: #333333;
}

.jx-footer-3.jx-monex-footer .copyright {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
  color: #a3a3a3;
}

.jx-footer-3 .footer-text {
  font-size: 45px;
  font-weight: 600;
  color: #ffe102;
}

.jx-footer-3 .menu-footer-menu-container {
  text-align: right;
}

.jx-footer-3.jx-monex-footer ul.stripMenu li {
  padding-right: 25px;
  display: inline;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.jx-footer-3.jx-monex-footer ul.stripMenu li a {
  color: #ffe102;
}
.jx-footer-3.jx-monex-footer ul.stripMenu li a:hover {
  color: #ffffff;
}
.jx-footer-3 .jx-monex-subfooter ul.stripMenu li a {
  color: #333333;
}
.jx-footer-3 .jx-monex-subfooter ul.stripMenu li a:hover {
  color: #ffe102;
}
.jx-footer-3.jx-monex-footer ul.stripMenu li:last-child {
  padding-right: 0px;
}
.jx-footer-3.jx-monex-footer ul.stripMenu li:after {
  display: none;
}

.jx-footer-3 .menu-subfooter-menu-container {
  text-align: right;
}

.jx-footer-3 .jx-monex-subfooter {
  padding: 20px 0px;
  background: #f9f9f9;
}

/* ----------- Footer # 4 ------------------*/

.jx-footer-4.jx-monex-footer {
  background: #3c3d41;
}

.jx-footer-4.jx-monex-footer .jx-monex-footer-title {
  color: #ffffff;
  text-align: center;
  padding: 35px 0px;
  font-size: 45px;
  font-weight: 600;
}

.jx-footer-4.jx-monex-footer .copyright {
  font-size: 14px;
  font-weight: 400;
  color: #a3a3a3;
  text-align: center;
  padding: 30px 0px;
  border-top: solid 1px #4e4f53;
}

/*--------- Footer #4 Social ---------*/

.jx-footer-4.jx-monex-footer .social {
  text-align: left;
  padding: 25px 0px 0px 0px;
}
.jx-footer-4.jx-monex-footer .social li {
  display: inline-block;
}
.jx-footer-4.jx-monex-footer .social a {
  height: 40px;
  width: 40px;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  color: #aaaaaa;
  display: inline-block;
  margin-right: 15px;
  transition: 0.4s;
  border-radius: 50px;
  background: #333333;
  padding-top: 3px;
}
.jx-footer-4.jx-monex-footer .social a:hover {
  color: #333;
  transition: 0.4s;
  background: #fbca01;
  border-color: #fbca01;
}

/*--------- Footer #4 Chekout ---------*/

.jx-footer-4.jx-monex-footer .jx-monex-checkout {
  color: #ffffff;
  float: right;
}
.jx-footer-4.jx-monex-footer .jx-monex-checkout ul {
  margin: 0px;
  padding: 0px;
}
.jx-footer-4.jx-monex-footer .jx-monex-checkout ul li {
  margin: 0px;
  padding: 25px 0px 0px 25px;
  float: left;
  color: #a3a3a3;
}
.jx-footer-4.jx-monex-footer .jx-monex-checkout ul li i {
  font-size: 40px;
  color: #a3a3a3;
}

/*--------- Footer #4 Info ---------*/

.jx-footer-4.jx-monex-footer .jx-monex-footer-info {
  color: #a3a3a3;
  text-align: center;
  padding: 30px 0px;
  border-top: solid 1px #4e4f53;
}

.jx-footer-4.jx-monex-footer .jx-monex-footer-info ul li .icon i {
  border: 1px solid #666;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
}

.jx-footer-4.jx-monex-footer .jx-monex-footer-info ul {
  margin: 0px;
  padding: 0px;
}
.jx-footer-4.jx-monex-footer .jx-monex-footer-info ul li {
  margin: 0px;
  padding: 0px 100px 0px 0px;
  color: #a3a3a3;
  display: inline-block;
}
.jx-footer-4.jx-monex-footer .jx-monex-footer-info ul li:last-child {
  padding: 0px;
}
.jx-footer-4.jx-monex-footer .jx-monex-footer-info ul li div {
  padding: 5px 0px;
}
.jx-footer-4.jx-monex-footer .jx-monex-footer-info ul li .mail,
.jx-footer-4.jx-monex-footer .jx-monex-footer-info ul li .call,
.jx-footer-4.jx-monex-footer .jx-monex-footer-info ul li .find-us {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.jx-footer-4.jx-monex-footer .jx-monex-footer-info ul li .icon {
  font-size: 25px;
}

/* -----------Widgets------------------*/

/* Menu Widget */
#sidebar-no .widget_nav_menu .menu-sidebar-menu-container ul li {
  display: block;
}

#sidebar-no .widget_nav_menu .menu-sidebar-menu-container {
  background: #082d72;
}
#sidebar-no .widget_nav_menu .menu-sidebar-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar-no .widget_nav_menu .menu-sidebar-menu-container ul li {
  font-weight: 600;
  display: block;
  border-bottom: solid 1px #ffffff;
  margin-bottom: 0;
}
#sidebar-no .widget_nav_menu .menu-sidebar-menu-container ul li:last-child {
  border: 0;
}
#sidebar-no .widget_nav_menu .menu-sidebar-menu-container ul li a {
  color: #fff !important;
  padding: 10px 20px;
  display: block;
  transition: 0.4s;
}
#sidebar-no .widget_nav_menu .menu-sidebar-menu-container ul li a:hover {
  background: #ffe102;
  color: #333333;
}

#sidebar-no .widget_nav_menu ul li {
  padding: 0 !important;
}

#sidebar-no .widget_nav_menu ul li:before {
  display: none;
}

/* Newsletter Widget */
.jx-monex-widget-newsletter .jx-monex-form-wrapper input {
  padding: 10px 13px;
  float: left;
  font-size: 14px;
  border: 0px none;
  background-color: #eee;
  height: 40px;
  border-radius: 0px;
  width: 84.7%;
  border: 1px solid #ddd;
}
.jx-monex-widget-newsletter .jx-monex-form-wrapper button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0px none;
  padding: 0px;
  cursor: pointer;
  font:
    bold 23px/40px "Oswald",
    "trebuchet MS",
    "Tahoma";
  color: #fff;
  background: #ffe102;
}
.jx-monex-widget-newsletter .jx-monex-form-wrapper button {
  height: 40px;
  width: 40px;
  line-height: 20px;
}

.jx-monex-widget-newsletter button:hover i {
  color: #ffe102;
}
.jx-monex-widget-newsletter .search-inline-block {
  display: block;
  margin-right: 40px;
}

.jx-monex-footer hr {
  margin: 40px 0 20px 0;
  border-color: #cccccc;
}
.jx-monex-footer .copyright {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
}
.jx-monex-footer ul.stripMenu {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.jx-monex-footer ul.stripMenu li {
  padding-right: 15px;
  display: inline;
  position: relative;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
}
.jx-monex-footer ul.stripMenu li:after {
  content: "|";
  position: absolute;
  top: -1px;
  right: 4px;
  color: #666666;
}
.jx-monex-footer ul.stripMenu li:last-child:after {
  content: "";
}

.jx-footer-1.jx-monex-footer .social li {
  display: inline-block;
}

.jx-footer-1.jx-monex-footer .social {
  text-align: right;
}
.jx-footer-1.jx-monex-footer .social a {
  height: 35px;
  width: 35px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #aaaaaa;
  border: solid 3px #aaaaaa;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
  transition: 0.4s;
}
.jx-footer-1.jx-monex-footer .social a:hover {
  color: #333;
  transition: 0.4s;
  background: #ffe102;
  border-color: #ffe102;
}

/* RSS */
.widget_rss li {
  margin-bottom: 20px !important;
}
.widget_rss .rsswidget {
  font-weight: 700;
}

.widget_rss .rsswidget:hover {
  font-weight: 700;
}

.widget_rss .rss-date {
  display: block;
  padding: 5px 0;
}

/* Recent Comments Widgets*/

.widget_recent_comments li {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px !important;
}

.widget_recent_comments .comment-author-link {
  font-weight: 600;
}

/* Pages Widgets*/
.widget_pages ul li {
  padding: 7px 0 !important;
}

.widget_pages ul li:before {
  content: "\f105";
  font-family: "fontawesome";
  margin-right: 5px;
  color: #333;
}

/* Pages Widgets*/
.widget_nav_menu ul li {
  padding: 0 !important;
}

.widget_nav_menu ul li {
  padding: 5px 0 !important;
}

.widget_nav_menu ul li:before {
  content: "\f105";
  font-family: "fontawesome";
  margin-right: 5px;
  color: #333;
}

/* Calendar Widget */
.widget_calendar caption {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.widget_nav_menu .sub-menu {
  margin-top: 7px;
  padding-bottom: 0 !important;
}

.widget_nav_menu li.menu-item-has-children {
  margin-top: 0px;
  padding-bottom: 0 !important;
}

.widget_pages ul .page_item_has_children {
  padding: 3px 0 !important;
  margin: 0 !important;
}

.jx-monex-widget-recent-post li .image {
  float: left;
  margin-right: 10px;
}

.jx-monex-widget-recent-post li .title a {
  font-size: 14px;
  font-weight: 600 !important;
}

.jx-monex-widget-recent-post li .date {
  font-size: 13px;
  color: #777;
}

.widget_tag_cloud .tagcloud {
  margin-top: 20px !important;
}
/*---------------------------------------------------------------
[3.0 Blog ]
*/

/* Sticky */


.sticky {
  position: relative;
}
.sticky::after {
  content: "FEATURED";
  background-color: #ffe101;
  font-family: "Montserrat";
  position: absolute;
  top: 20px;
  font-weight: 500;
  right: 0px;
  height: 38px;
  margin-bottom: 60px;
  font-size: 18px;

  padding: 10px;
  color: #000;
  line-height: 1;
}

.jx-monex-blog-title-metabox .jx-monex-date {
  border: 3px solid #ffe102;
  background: transparent;
  text-align: center;
  width: 80px;
  min-height: 85px;
  padding: 10px;
  margin-right: 20px;
  float: left;
}

.jx-monex-blog-title-metabox .jx-monex-date {
  line-height: 1;
  background: #fff;
}

.jx-monex-date a {
  color: #333;
}

.jx-monex-blog-title-metabox .jx-monex-date .day {
  font-size: 40px;
  font-family: "Montserrat";
}

.jx-monex-blog-title-metabox .jx-monex-date .month {
  font-size: 25px;
  font-family: "Raleway";
  text-transform: uppercase;
  font-weight: 700;
}

.jx-monex-blog-title-metabox .jx-monex-title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1;
  font-family: "Montserrat";
  height: 38px;
  overflow: hidden;
}

.jx-monex-blog-title-metabox .jx-monex-title a {
  color: #333;
}

.jx-monex-blog-meta ul {
  padding: 0;
  margin: 0;
}

.jx-monex-blog-meta ul li {
  padding: 0;
  margin: 0;
}
.jx-monex-blog-meta {
  background: #f9f9f9;
  padding: 10px 0;
  margin-bottom: 20px;
}

.jx-monex-blog-meta ul li:first-child {
  padding-left: 0;
}

.jx-monex-blog-meta ul li {
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 40px;
}

.jx-monex-blog-meta ul li:last-child {
  border-right: none;
}

.jx-monex-blog-meta ul li .jx-meta-label {
  color: #888;
  font-weight: 500;
  font-size: 13px;
}

.jx-monex-blog-meta ul li .jx-meta-value {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.jx-monex-blog-meta ul li .jx-meta-value a {
  color: #333;
}

/* Read More Button */
.jx-monex-blog-more {
  background: #ffe102;
  display: inline-block;
  padding: 12px 15px;
  color: #333;
}

.jx-monex-blog-more a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.jx-monex-blog-more:hover {
  background: #082d72;
  display: inline-block;
  padding: 12px 15px;
}

.jx-monex-blog-more:hover a {
  color: #ffe102;
}

.jx-monex-blog-more:hover i {
  color: #ffe102;
}

.jx-monex-blog-more i {
  color: #333;
  font-size: 21px;
  font-weight: 500;
  margin-right: 10px;
}

/* Blog Flex */
.jx-monex-image-holder .flexslider {
  padding: 0;
  margin: 0 0 0px;
  background: #fff;
  border: none;
  position: relative;
  border-radius: 0;
  -o-box-shadow: none;
  box-shadow: none;
  margin-bottom: 22px;
}

.jx-monex-image-holder .flexslider li {
  margin-bottom: 0;
}

.jx-monex-image-holder {
  margin-bottom: 20px;
}

/* Blog Image Hover */
.jx-monex-image-wrapper {
  position: relative;
}

.jx-monex-image-wrapper .jx-monex-image-hoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(50, 50, 50, 0.8);
  height: 100%;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s ease-out;
}

.jx-monex-image-wrapper:hover .jx-monex-image-hoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(50, 50, 50, 0.8);
  height: 100%;
  opacity: 1;
  transform: scale(2);
}

.jx-monex-image-wrapper .jx-monex-blog-btns-hover {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -20px;
  margin-left: -70px;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.jx-monex-image-wrapper:hover .jx-monex-blog-btns-hover {
  opacity: 1;
  top: 50%;
}

.jx-monex-image-wrapper .jx-monex-blog-btns-hover span {
  display: inline-block;
  margin-right: 10px;
}

.jx-monex-image-wrapper .jx-monex-blog-btns-hover span a {
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #ffe102;
  line-height: 62px;
  text-align: center;
}

.jx-monex-image-wrapper .jx-monex-blog-btns-hover span:hover a {
  background: #ffe102;
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #ffe102;
  line-height: 62px;
  text-align: center;
}

.jx-monex-image-wrapper .jx-monex-blog-btns-hover span:hover i {
  font-size: 25px;
}

.jx-monex-image-wrapper .jx-monex-blog-btns-hover span a i {
  font-size: 25px;
  color: #ffe102;
}

/*Sharebox*/
.jx-monex-share-box-icon .share-title {
  font-weight: 600;
  margin-bottom: 10px;
  float: left;
  font-size: 17px;
  margin-right: 10px;
  background: #ffe102;
  padding: 10px 20px;
}
.jx-monex-share-box-icon li span {
  display: none;
}

.jx-monex-share-box-icon li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 0;
}

.jx-monex-share-box-icon li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #ccc;
  text-align: center;
  font-size: 20px;
  color: #999;
}

.post-pages {
  padding: 20px 0;
  color: #666 !important;
  font-weight: 600;
  margin-bottom: 15px;
}

/*Tags*/
.jx-monex-blog-tag span {
  font-size: 15px;
  float: left;
  margin-right: 10px;
  font-weight: 500;
  color: #666;
}

.jx-monex-blog-tag {
  margin-top: 40px;
  margin-bottom: 15px;
}

.jx-monex-blog-tag li {
  display: inline-block;
  margin-right: 10px;
}

.jx-monex-blog-tag li a {
  color: #333;
  font-size: 17px;
  font-weight: 600;
}

/* Author */
.jx-monex-author-box {
  background: #f9f9f9;
}

.jx-monex-author-box .jx-monex-author-image {
  padding: 20px;
  display: block;
  float: left;
}

.jx-monex-author-box .jx-monex-author-image img {
  border-radius: 50%;
}

.jx-monex-author-details .jx-monex-author-info {
  padding: 0 20px;
}
.jx-monex-author-details .jx-monex-author-name {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.jx-monex-author-details {
  padding: 0 20px;
}

.jx-monex-author-details .jx-monex-black {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.jx-monex-author-details .jx-monex-author-name a {
  color: #333;
  font-weight: 500;
}

/* Section Title */
.jx-monex-blog-title-4 .jx-monex-title:before {
  content: "";
  border-right: 3px solid #ffe102;
  width: 2px;
  height: 19px;
  line-height: 1;
  margin-right: 10px;
  float: left;
}

.jx-monex-blog-title-4 .jx-monex-title {
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  color: #333;
  margin-bottom: 13px;
}

/* Pagination */

.jx-monex-pagination .screen-reader-text {
  display: none;
}
.jx-monex-pagination .page-numbers {
  background: #333;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-size: 15px;
  margin-right: 10px;
  color: #ffe102;
  font-family: "Montserrat";
  line-height: 40px;
}

.jx-monex-pagination .page-numbers:hover {
  background: #ffe102;
  color: #333 !important;
  cursor: pointer;
}

.jx-monex-pagination .next {
  display: none;
}

.jx-monex-pagination .prev {
  display: none;
}

.jx-monex-pagination .page-numbers.current {
  background: #ffe102;
  color: #082d72;
}

/* Single Blog */
.comment-reply-title {
  display: none;
}

.comments-container .right span a {
  color: #333;
  font-weight: 600;
}

.comments li {
  list-style: none;
}

form input[type="submit"] {
  color: #000000;
  font-size: 14px;
  border: 0;
  font-weight: 500;
  background: #ffe101 !important;
  text-transform: uppercase;
  padding: 10px 20px;
}

form input[type="submit"]:hover {
  background: #ffe102;
  color: #333;
  border: 0;
  font-weight: 500;
}

.screen-reader-text {
  display: none;
}
.block-heading {
  overflow: hidden;
}
.heading-hr h5::after {
  width: 100%;
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  height: 0.75em;
  margin: 0px -200% 0px 0px;
  overflow: hidden;
}
ul.comments {
  list-style: outside none none;
  margin: 0px;
  padding: 0px;
}
ul.comments li {
  clear: both;
  padding: 10px 0px 0px 115px;
}
ul.comments li .comment {
  margin-bottom: 10px;
}
ul.comments li .img-thumbnail {
  margin-left: -115px;
  position: absolute;
}
.img-thumbnail {
  border-radius: 4px;
  position: relative;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
ul.comments li img.avatar {
  height: 80px;
  width: 80px;
}

ul.comments .comment-block {
  background: #f9f9f9 none repeat scroll 0% 0%;
  border-radius: 5px;
  padding: 20px 20px 30px;
  position: relative;
}
ul.comments .comment-arrow {
  border-bottom: 10px solid transparent;
  border-right: 15px solid #f9f9f9;
  border-top: 10px solid transparent;
  height: 0px;
  left: -15px;
  position: absolute;
  top: 28px;
  width: 0px;
}
ul.comments .comment-block .comment-by {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin: 0px;
  padding: 0px 0px 5px;
}
ul.comments .comment-block p {
  font-size: 13px;
  line-height: 21px;
  margin: 0px;
  padding: 0px;
}
ul.comments .comment-block .date {
  color: #000;
  font-size: 0.9em;
}

/*--- Related Posts ----*/
.jx-monex-related-image {
  margin-bottom: 10px;
}

.jx-monex-image-holder .flexslider {
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  border: 0;
}

.jx-monex-image-holder .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}

.jx-monex-image-holder ul.slides {
  margin: 0;
  padding: 0;
}

.jx-monex-image-holder ul.slides li {
  margin: 0;
  padding: 0;
}

.jx-monex-related-image .full-widthvideo {
  position: relative;
  padding: 0;
  width: 100%;
  height: 189px;
  overflow: hidden;
}

.jx-monex-related-image .full-widthvideo iframe {
  position: relative;
  padding: 0;
  width: 100%;
  height: 189px;
  overflow: hidden;
}

.jx-monex-related-title {
  font-size: 16px;
  color: #000;
  padding-bottom: 2px;
}
.jx-monex-related-title a {
  color: #000000;
}
.jx-monex-related-title a:hover {
  color: #ffe102;
}
.jx-monex-related-date {
  font-size: 14px;
  color: #999;
}
.jx-monex-related-blog.top-nav-carousel .block-heading {
  margin-bottom: 40px;
}
.jx-monex-blog-image.jx-monex-image-wrapper {
  overflow: hidden;
}

.jx-monex-related-blog-item .jx-monex-related-title {
  font-weight: 500;
  font-size: 18px;
}

.jx-monex-related-blog-item .jx-bottom-border {
  width: 50px;
  height: 3px;
  background: #ffe102;
  margin: 10px 0;
}

.jx-monex-related-blog-item .jx-monex-related-date {
  font-family: "Montserrat";
}

/*--- Share Box -----*/

.sharebox .fa-twitter.social:hover {
  color: #00aced !important;
}
.sharebox .fa-facebook.social:hover {
  color: #3b5998 !important;
}
.sharebox .fa-google-plus.social:hover {
  color: #dd4b39 !important;
}
.sharebox .fa-linkedin.social:hover {
  color: #007bb6 !important;
}
.sharebox .fa-delicious.social:hover {
  color: #3b5998 !important;
}
.sharebox .fa-digg.social:hover {
  color: #0093cc !important;
}
.sharebox .fa-reddit.social:hover {
  color: #ff4500 !important;
}
.sharebox .fa-envelope.social:hover {
  color: #fc3 !important;
}

/*---------------------------------------------------------------
[3.0 Search Page ]
*/

.jx-monex-page-search {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
}

.jx-monex-page-search #message-input-1 {
  margin: 0;
  width: 93%;
  float: left;
  margin-right: 10px;
}

.jx-monex-page-search #message-submit-1 button {
  margin: 0;
  width: 46px;
  height: 46px;
  border: 0;
  background: #ffe102;
}

.jx-monex-page-search #message-submit-1 button:hover {
  background: #333;
}

.jx-monex-page-search #message-submit-1 button i {
  font-size: 25px;
}
.jx-monex-page-search #message-submit-1 button:hover i {
  color: #ffe102;
}

.jx-monex-search-page-header .page-title span {
  font-size: 30px;
  font-weight: 600;
}

.jx-monex-search-page-header .page-title span span {
  font-size: 30px;
}

/*---------------------------------------------------------------
[3.0 404 Page ]
*/

.jx-monex-error-page h1 {
  text-align: center;
  font-family: "Montserrat";
  padding: 10px;
  text-transform: uppercase;
}
.jx-monex-error-page .jx-monex-error-code {
  font-size: 320px;
  font-family: "Montserrat";
  margin-top: 60px;
  color: #000;
  line-height: 1;
  text-align: center;
}

/*---------------------------------------------------------------
[3.0 Sidebar ]
*/
#sidebar .widget {
  margin-bottom: 40px;
}
#sidebar h6 {
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 17px !important;
  color: #333;
}

#sidebar .widget h6 i {
  font-size: 8px;
  margin-left: 3px;
  color: #ffe102;
}

#sidebar .widget ul {
  padding: 0;
  margin: 0;
}

#sidebar .widget ul li {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

/* Widgets */
.widget {
  margin-bottom: 30px;
}
.widget h6 {
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 17px !important;
  color: #333;
}

.widget h6 i {
  font-size: 8px;
  margin-left: 3px;
  color: #ffe102;
}

.widget ul li a {
  color: #333;
  font-weight: 500;
}

.widget ul li a:hover {
  color: #ffe102;
  font-weight: 500;
}

.widget .widget_tag_cloud a {
  padding: 5px 10px;
  background: #ffe102;
  color: #333;
  font-size: 14px !important;
  font-weight: 500;
}

.widget .widget_tag_cloud a:hover {
  padding: 5px 10px;
  background: #333 !important;
  color: #ffe102;
  font-size: 14px !important;
  font-weight: 500;
}

/* Search box */
.widget_search label {
  padding: 0;
  width: 68%;
}
.widget_search label span {
  display: none;
}
.widget_search input.search-field {
  width: 100%;
  padding: 10px;
  margin-right: 10px;
}

.widget_search input {
  margin-bottom: 0 !important;
}

.widget_search label,
.widget_search input {
  display: inline-block;
}

.widget_search input.search-submit {
  width: 30%;
  height: 38px;
  background: #ffe102;
  border: none;
  line-height: 1;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  color: #333;
}

.widget_search input.search-submit:hover {
  background: #333 !important;
  color: #ffe102;
}

/* Download Button */
.widget_monex_download .jx-monex-button {
  padding: 10px;
  border: 1px solid #eee;
  width: 100%;
}

.widget_monex_download .jx-monex-button a {
  color: #333;
  font-weight: 500;
  line-height: 1;
  font-size: 17px;
}

.widget_monex_download .jx-monex-button:hover {
  background: #333;
  color: #ffe102;
  border: 1px solid #333;
}

.widget_monex_download .jx-monex-button:hover a {
  color: #ffe102;
}

.widget_monex_download .jx-monex-button i {
  font-size: 21px;
  margin-right: 10px;
  line-height: 1;
}
.widget_monex_download .jx-monex-button:hover i {
  color: #ffe102;
}

/* Button Widget */
.jx-monex-sendMnyBtn {
  background: #ffe102;
  color: #333;
  border: 0;
  border-radius: 0;
  font-size: 19px;
  font-weight: 600;
  padding: 9px 0;
  margin: 0;
  vertical-align: top;
  transition: 0.4s;
}
.jx-monex-sendMnyBtn i {
  font-size: 26px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.jx-monex-sendMnyBtn:hover {
  color: #ffe102;
  background: #082d72;
}

/* Support Widget */
.jx-monex-support_box {
  background: #f9f9f9;
  padding: 30px 20px;
}
.jx-monex-support_box h3 {
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 19px !important;

  font-weight: 700 !important;
  line-height: 1.1 !important;
}
.jx-monex-support_box p {
  line-height: normal;
  font-size: 14px;
  letter-spacing: -0.5px;
  margin: 0 0 15px 0;
}
.jx-monex-support_box .jx-monex-callNowBtn {
  background: #ffe102;
  border: 0;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0;
  transition: 0.4s;
  text-transform: uppercase;
}
.jx-monex-support_box .jx-monex-callNowBtn:hover {
  color: #ffe102;
  background: #082d72;
}

/*---------------------------------------------------------------
[3.0 Side Menu Page ]
*/

#sidebar-no {
  z-index: 84;
}

.jx-monex-side-nav {
  background: #082d72;
}
.jx-monex-side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jx-monex-side-nav ul li {
  font-weight: 500;
  display: block;
  border-bottom: solid 1px #fff;
  margin-bottom: 0;
}
.jx-monex-side-nav ul li:last-child {
  border: 0;
}
.jx-monex-side-nav ul li a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  transition: 0.4s;
}
.jx-monex-side-nav ul li a:hover {
  background: #ffe102;
  color: #333333;
}

/*---------------------------------------------------------------
[3.0 Career Single Page ]
*/

.jx-monex-career-info {
  margin-top: 20px;
  margin-bottom: 30px;
}
.jx-monex-career-info > div {
  display: inline-block;
  width: 30%;
}

.jx-monex-career-info .icon {
  width: 60px;
  height: 60px;
  background: #eee;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  float: left;
}

.jx-monex-career-info .heading {
  font-size: 14px;
  font-weight: 600;
}

.jx-monex-career-info .info {
  margin-left: 75px;
  margin-top: 10px;
}

.jx-monex-apply-today {
  background: #f9f9f9;
  padding: 20px;
  text-align: center;
}
.jx-monex-apply-today a {
  display: inline-block;
  background: #333;
  color: #ffe102;
  padding: 15px 20px;
  font-size: 19px;
  font-weight: 600;
  border-radius: 5px;
}

.jx-monex-apply-today a:hover {
  display: inline-block;
  background: #ffe102;
  color: #333;
  padding: 15px 20px;
  font-size: 19px;
  font-weight: 600;
}

/*---------------------------------------------------------------
[3.0 Portfolio ]
*/

.jx-monex-protfolio img {
  width: 100%;
}

.jx-monex-portfolio-columns .image {
  position: relative;
  overflow: hidden;
}

.jx-monex-portfolio-columns .portfolio-item .jx-monex-portfolio-hoverlayer {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.4);
  transition: 0.4s;
}

.jx-monex-portfolio-columns
  .portfolio-item:hover
  .jx-monex-portfolio-hoverlayer {
  opacity: 1;
  transform: scale(1);
}

.jx-monex-portfolio-columns .portfolio-item .jx-monex-portfolio-hover {
  position: absolute;
  top: 120%;
  margin-top: -30px;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 40px;
  font-size: 19px;
  font-weight: 500;
  color: #ffe102;
  transition: 0.4s;
  opacity: 0;
}

.jx-monex-portfolio-columns .portfolio-item:hover .jx-monex-portfolio-hover {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 40px;
  font-size: 19px;
  font-weight: 500;
  color: #ffe102;
  opacity: 1;
  cursor: pointer;
}

.jx-monex-portfolio-columns .portfolio-item .jx-monex-portfolio-hover a {
  color: #fff;
}

.jx-monex-portfolio-columns .portfolio-item .jx-monex-portfolio-hover a:hover {
  color: #ffe102;
}

.jx-monex-portfolio-columns .jx-monex-portfolio-hover:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  text-align: center;
  width: 70px;
  margin-left: -35px;
  height: 4px;
  background: #ffe102;
}

.jx-monex-portfolio-columns .portfolio-item {
  margin-bottom: 30px;
}

.jx-monex-protfolio .jx-monex-portfolio-columns img {
  width: 100%;
  height: auto;
}

/* Pagination*/
.jx-monex-pagination {
  margin-bottom: 50px;
}
.jx-monex-pagination li {
  display: inline-block;
  margin-right: 0px;
}

.jx-monex-pagination li a {
  font-family: "Montserrat";
  width: 40px;
  height: 40px;
  background: #333;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  display: block;
}

.jx-monex-pagination li:hover a {
  color: #333;
  background: #ffe102;
}

.jx-monex-pagination li.current a {
  display: inline-block;
  margin-right: 10px;
  font-family: "Montserrat";
  width: 40px;
  height: 40px;
  background: #ffe102;
  color: #333;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
}

.jx-monex-pagination li.current a {
  color: #333;
}

/*---------------------------------------------------------------
[3.0 Modal Box ]
*/
.bg_overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 150;
}

/*---------------------------------------------------------------
[3.0 Login/Logout ]
*/

.jx-login {
  float: left;
}

/*---------------------------------------------------------------
[10.0 Login / Register ]
----------------------------------------------------------------*/
a.login_button {
  padding: 4px 8px;
  border-radius: 5px;
  display: block;
  margin-top: 8px;
  font-family: "Montserrat";
  border: 1px solid transparent;
}

a.login_button:hover {
  color: #fff;
}

a.login_button i {
  width: 20px;
  height: 20px;
  font-size: 16px;
}

/* Sign Out*/
a.sign_out {
  padding: 4px 3px;
  margin-top: 8px;
  display: block;
  text-indent: 20px;
}

a.sign_out span {
  display: inline-block;
  font-family: "Montserrat";
  top: -3px;
  position: relative;
}

a.sign_out:hover {
  color: #fff;
}

a.sign_out i {
  width: 16px;
  height: 16px;
  font-size: 18px;
  margin-right: 5px;
}

.jx-monex-top-bar .jx-login span {
  margin-right: auto;
  text-align: right;
}

/*Form Login*/

form.jx-monex-auth {
  display: none;
  z-index: 999;
  position: fixed;
  top: 150px;
  left: 50%;
  width: 370px;
  margin-left: -200px;
  padding: 40px 25px 25px 25px;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  color: #878787;
  font-size: 13px;
}

.jx-monex-auth h1,
.jx-monex-auth h3 {
  font-family: "Raleway", "Times New Roman", Times, serif;
  font-weight: 100;
  color: #333333;
  line-height: 1;
}

.jx-monex-auth h1 {
  font-size: 26px !important;
  text-align: center;
  margin: 0;
}

.jx-monex-auth h3 {
  font-size: 20px !important;
  text-align: left;
  margin: 0 !important;
}

.jx-monex-auth h3 a {
  color: #ffe102;
}

.jx-monex-auth hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0 none;
  height: 1px;
  margin: 10px 0;
}



.jx-monex-auth input#username:focus,
.jx-monex-auth input#password:focus,
.jx-monex-auth input#signonname:focus,
.jx-monex-auth input#email:focus,
.jx-monex-auth input#signonpassword:focus,
.jx-monex-auth input#password2:focus {
  background-color: #fff;
}

.jx-monex-auth label.error {
  display: none !important;
}

.jx-monex-auth label {
  padding: 0;
}

.jx-monex-auth input.error {
  border: 1px solid #ff0000 !important;
}

.jx-monex-auth input.submit_button {
  font-size: 13px;
  color: #fff;
  background-color: #ffe102;
  text-shadow: none;
  padding: 9px 31px 9px 31px;
  float: right;
  border: 0;
}

.jx-monex-auth a {
  text-decoration: none;
}

.jx-monex-auth a.close {
  color: #444;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.6;
}

.jx-monex-auth a.text-link {
  color: #b4b2b2;
  float: left;
  margin: 10px 0 0 0;
}

.jx-monex-auth p.status {
  text-align: center;
  margin: -15px 0 20px 0;
  font-weight: 600;
  display: none;
}

a.login_button {
  padding: 5px 7px;
  text-decoration: none;
  font-size: 13px;
}

.login_overlay {
  height: 100%;
  width: 100%;
  background-color: #333;
  opacity: 0.9;
  position: fixed;
  z-index: 998;
}
a#show_signup_button {
  padding: 5px 7px;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
}

a#show_signup_button:hover {
  color: #ffe102;
}

a#show_login {
  padding: 5px 7px;
  text-decoration: none;
  font-size: 18px;
  font-size: 20px;
  display: inline-block;
}

a#show_login:hover {
  color: #ffe102;
}

/*---------------------------------------------------------------
[10.0 Team Single Page ]
----------------------------------------------------------------*/

.jx-monex-team-image {
  margin-bottom: 25px;
}

.jx-monex-team-content .team-social ul {
  list-style: none;
  padding: 0;
}

.jx-monex-team-content .team-social li {
  display: inline-block;
  margin-right: 10px;
}

.jx-monex-team-content .team-social li i {
  width: 40px;
  height: 40px;
  background: #eee;
  color: #999;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}

.jx-monex-team-content .team-social li:hover i {
  background: #333;
  color: #ffe102;
}


.jx-monex-form-text,
.jx-monex-form-textarea {
  border: 2px solid #e0e0e0;
  border-radius: 12px !important;
  background-color: #ffffff;
  padding: 12px 16px;
  font-size: 12px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  box-sizing: border-box;
}
 
.jx-monex-form-textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.5;
}
 
.jx-monex-form-text:hover,
.jx-monex-form-textarea:hover {
  border-color: #dec791;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}
 
.jx-monex-form-text:focus,
.jx-monex-form-textarea:focus {
  outline: none;
  border-color: #dec791 !important;
  box-shadow: 0 0 0 3px rgba(222, 199, 145, 0.3) !important;
  transform: translateY(-2px);
}
 
.jx-monex-form-text.error,
.jx-monex-form-textarea.error {
  border-color: #d32f2f !important;
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.2) !important;
  background-color: #fff5f5;
}
 
.jx-monex-form-text.error:focus,
.jx-monex-form-textarea.error:focus {
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.3) !important;
}
 
/* Placeholder styling */
.jx-monex-form-text::placeholder,
.jx-monex-form-textarea::placeholder {
  color: #999;
  font-style: italic;
}
 
/* Submit button styling */
.contact-submit button {
  border-radius: 12px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background: linear-gradient(135deg, #dec791 0%, #c4b17d 100%);
  color: #1c035f;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
}
 
.contact-submit button:hover {
  background: linear-gradient(135deg, #c4b17d 0%, #dec791 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
 
.contact-submit button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
 
.error-message {
  animation: slideIn 0.3s ease-out;
  background: #ffebee;
  padding: 8px 12px;
  border-radius: 6px;
  border-left: 4px solid #d32f2f;
  margin-top: 8px;
  font-weight: 500;
}
 
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
