.header a:hover {
    color: #d2a94b
}
iframe{
    opacity: 1 !important;
}

.header-menu-trigger:hover {
    color: #d2a94b!important
}

.header a.btn:hover {
    color: #fff
}
form#test_email_us_form label.mex-h3 {
    color: white;
}
.line-height-75 {
    line-height: 75px;
}
.modal-box__email-us .bg-white{
    background-color: #010d4b !important;
}
.header-bottom-nav a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff!important;
    max-width: 100%;
    white-space: normal;
}

.header.fixed {
    position: fixed!important;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 10001
}

.header.sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
    top: 0;
    left: 0;
    background-color: var( --header-bg);
    width: 100%;
    z-index: 99999 !important
}
.header-mb-btn {
    border-radius: 5px!important;
}
.btn.btn-navy{
    border-radius:5px !important;
}
.sticky-top {
    top: 0;
    background: transparent linear-gradient(90deg,#020862 0%,#000832 100%) 0% 0% no-repeat padding-box;
    z-index: 1020;
    width: 100%;
}
.header-spacer {
    height: 0
}

.header-spacer.active {
    height: 123px
}
.header-top-right-menu a.btn-navy {
    background-color: transparent;
    color: white;
    border: 1px solid #BB914A;
    width:135px !important;
}
.hide-768,.header-mb-btn{
    width:135px !important;
}
.header-top-right-menu a.btn-gold {
    background-color: transparent;
    color: white;
    border: 1px solid gray
}

.header-top-right-menu a.btn-gold:hover {
    background-color: white;
    color: black;
    border: 1px solid gray
}

.header-top-right-menu a.btn-navy:hover {
    background-color: white;
    color: black !important;
    border: 1px solid transparent;
}
.top-btn-1 {
    transition: all ease-in-out .35s !important;
    background-color: #bb914a;
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
}

.top-btn-2 {
    transition: all .35s ease-in-out !important;
    background-color: #168bfe;
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
}

.top-btn-2:hover {
    background-color: #0970d5;
}

.top-btn-1:hover {
    background-color: #d4ab4b;
}

@media (min-width:1200px) and (max-width:1279px) {
    .header-logo {
        margin-top: 20px;
        filter: none!important
    }
}

@media (max-width:1199px) {
    .header-logo {
        max-height: 95%
    }
    .header-bottom{
        padding: 20px 0px;
    }
}

.header-top {
    border-bottom: 1px solid #363d6b;
    padding: 0 20px
}

.header-top-left-menu {
    height: 45px;
    line-height: 43px
}

.header-top ul {
    margin: 0;
    padding: 0
}

.header-top-left-menu li {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    color: white;
}

.header-top-left-menu li a {
    color: white;
    font-weight: 400;
    font-size: 12px
}

.header-top-left-menu li a:hover {
    color: #d2a94b
}

.border-right {
    border-right: 1px solid #363d6b !important;
}

.small-M-logo {
    position: relative;
    top: -2px;
    display: inline-block
}

.header-top-right-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.header-top-right-menu>a {
    /*min-width: auto!important;*/
    /*display: inline-block !important;*/
    text-align: center;
}

.header-bottom {
    /*border-bottom: 1px solid #ccc*/
}

.header-bottom ul {
    padding: 0;
    margin: 0
}

.logo {
    height: 37px;
    padding-left: 30px
}

.header-bottom-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color:white !important;
}

.header-bottom-nav>div {
    padding-right: 36px;
    white-space: nowrap;
    position: relative;
    font-size:18px;
}

.nav-item:after {
    position: absolute;
    top: 1px;
    right: 15px;
    font-size: 11px;
    content: '';
    /* content: "\e64b"; */
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    color: var(--font-color)!important;
    font-variant: normal;
    text-transform: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.nav-item.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #e2a840
}

.nav-menu-heading {
    text-align: center;
    height: auto;
    padding: 10px 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #363D6B
}

.nav-menu-heading span{
    color:white !important;
}
.nav-menu {
    width: 100vw;
    border-top: 1px solid #363d6b;
    border-bottom: 1px solid #363d6b;
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #010D4B;
}
ul.nav-menu.py-3 p, .nav-menu a, .nav-menu h4{
    color:white;
}

.nav-menu-mobile {
    /* top: -100vh; */
    width: 0vw;
    height: 0vh;
    opacity: 0;
    border-top: 1px solid #363D6B;
    border-bottom: 1px solid #363D6B;
    display: none;
    /* transform: translateY(100vh); */
    transition: all ease-out 0.7s;
    position: absolute;
    z-index: 999999999999;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    /* border-radius: 0 0 100px 100px; */
    /* height: 100vh; */
    background: rgb(1 13 75 / 0.9);
}

.nav-menu-mobile>li>a {
    color: white;
}

.nav-menu-mobile>li>ul {
    color: white;
    background-color: #010D4B;
}

.nav-menu-mobile>li>ul li>a {
    color: white !important;
    font-size: 12px;
    line-height: 1.6;
}

.lang-menu {
    margin-right: 20px;
    border-left: none;
    cursor: pointer
}

.lang-menu-current {
    padding: 0 20px;
    position: relative;
    color: white;
}

.lang-menu-current a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
    max-width: 100%;
    white-space: normal
}

.lang-menu-current a:hover {
    color: #d2a94b!important
}

.lang-menu-current:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    content: '';
    content: "\e64b";
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none
}

.lang-menu-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #010d4b;
    min-width: 200px;
    border-top: 1px solid #363D6B;
    z-index: 999;
    
}

html[dir=rtl].lang-menu-dropdown {
    left: 0;
}

html[dir=ltr].lang-menu-dropdown {
    right: 0;
}

.lang-menu-dropdown a {
    height: auto;
    padding: 6px 24px;
    display: block;
    line-height: 24px;
    color: white;
}


/* .lang-menu:hover .lang-menu-dropdown {
display: block;
z-index: 999999;
} */

.lang-mobile-menu:after {
    right: 1.5rem!important;
    /* top: .25rem!important */
}

@media screen and (min-width:1281px) {
    .nav-menu-mobile {
        display: none!important
    }
}

@media screen and (max-width:1280px) {
    .header-boottom-logo {
        height: 28px
    }
}

.nav-menu-mobile-section {
    position: relative;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    line-height: 1.9;
    color: #020862;
}

.nav-menu-mobile-section:after {
    position: absolute;
    top: 0;
    right: 50px !important;
    font-size: 29px !important;
    /* content: "\e64b";
font-family: themify; */
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-family: 'FontAwesome';
    content: "\f105";
    transform: rotate(0deg);
}

.nav-menu-mobile-section>ul {
    display: none;
    background: white;
    line-height: 1.7;
    transition: all 500ms ease-in-out;
}

.nav-menu-mobile-section>ul>li {
    padding: 0px 5px;
    font-size: 16px;
    color: #000832;
    text-transform: uppercase !important;
}

.nav-menu-mobile-section a:hover,
.nav-menu-mobile-section>ul>li:hover {
    color: #d2a94b
}

.nav-col-hr {
    border-right: 1px solid #363D6B;
    border-left: 1px solid #363D6B
}

.nav-menu-list {
    text-align: center;
    margin: 0 auto;
    padding: 0
}

.nav-menu-list li a {
    display: block;
    text-transform: uppercase;
    padding: 6px 24px
}

.header-bottom-nav li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #222;
    max-width: 100%;
    white-space: normal
}

.header-bottom-nav li a:hover {
    color: #d2a94b
}

@media (min-width:768px) {
    .lang-mobile-menu:after {
        right: 73px !important;
        top: auto;
    }
}

@media (max-width:1244px) {
    .nav-bar,
    .nav-bar .module,
    .nav-bar .module-group {
        height: auto;
        overflow: hidden
    }
    .module.widget-handle {
        display: block!important
    }
}

#mob-ul {
    display: none;
    z-index: 300;
    right: 0;
    left: 0px;
    top: 20px;
    text-transform: uppercase !important;
    font-family: 'oswald', sans-serif !important;
    position: fixed;
    overflow-y: scroll;
    padding: 100px 0 0 0;
    height: 100%;
}

.nav-menu-mobile-section a {
    color: #000832;
}


/* header css */

.nav-tgl {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 400;
    right: 12px;
    /*top: 20px;*/
    width: 45px;
    height: 20px;
    border: none;
    border-radius: 50%;
    padding: 0;
    background: transparent;
    line-height: 0.6;
    text-align: center;
}

.nav-tgl>span {
    display: inline-block;
    position: relative;
    height: 2px;
    width: 22px;
    border-radius: 1px;
    background: white !important;
    vertical-align: middle;
    left: 3px;
}

.nav-tgl>span:before,
.nav-tgl>span:after {
    display: inline-block;
    position: absolute;
    content: "";
    height: 2px;
    border-radius: 1px;
    background: white;
    transition: all 200ms;
}

.nav-tgl>span:before {
    top: -8px;
    left: 0px;
    height: 2px;
    width: 22px;
}

.nav-tgl>span:after {
    top: 8px;
    left: 0px;
    height: 2px;
    width: 22px;
}

.nav-tgl-grey {
    background: #f8f8f8 !important;
}

.nav-tgl:focus {
    outline: none;
}

nav.mobile-nav:before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100vw;
    height: 100vh;
    clip-path: circle(30px at calc(100% - 35px) 35px);
    visibility: hidden;
    background: white;
    z-index: 99;
}

.menu.active nav.mobile-nav:before {
    visibility: visible;
    clip-path: circle(100%);
    transition: all ease-in-out 0.7s;
}

.menu.active .nav-tgl>span {
    height: 0;
}

.menu.active .nav-tgl>span:after,
.menu.active .nav-tgl>span:before {
    top: -1px;
    left: -5px;
    width: 25px;
}

.menu.active .nav-tgl>span:after {
    transform: rotate(-45deg);
}

.menu.active .nav-tgl>span:before {
    transform: rotate(45deg);
}

.mob-live {
    background: #bb914a;
    color: white;
    border-radius: 6px !important;
}

.mob-trade {
    background: #168bfe;
    color: white;
    border-radius: 6px !important;
}

.spanAfter {
    background: #010d4b;
}

.navbtn>span:after {
    color: white
}

.navbtn>span:before {
    color: white
}

.navbtn>span.active:after {
    color: blue !important
}

.navbtn>span.active:before {
    color: blue !important
}

.nav-tgl>span.bgCol:after,
.nav-tgl>span.bgCol:before {
    background: #020862;
}

.nav-menu-mobile-section.rotatetVal:after {
    transform: rotate(90deg);
}

.custom-lang {
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: 31px;
    margin-bottom: 0px !important;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #mob-ul {
        padding: 0% 0% 15% 0% !important;
    }
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.footer-icon-list img.footer-icon {
    margin: 5px 15px;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto
}

@media (max-width:992px) {
    .footer-icon-list {
        text-align: center
    }
}

.footer-custom {
    background-color: #000832;
    /* padding: 55px 0; */
}

/*.contact-us a {*/
/*    color: var(---font-color) !important;*/
/*}*/

/*.contact-us a span {*/
/*    color: white !important;*/
/*}*/

.table-responsive {
    border: none
}

.table br {
    display: block
}

.footer ul {
    width: 100%;
    display: block;
    padding: 0
}

.footer ul li {
    width: 100%;
    color: grey
}

.footer ul li a {
    text-align: left;
    float: left;
    color: grey;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: none
}

.footer ul li a:hover {
    color: #d4ab4b
}

.footer_btn {
    text-align: right
}

.foote_btn a {
    float: left;
    margin-right: 5px
}

.footer_other_left a {
    vertical-align: baseline;
    color: white !important;
    font-size: 14px;
    font-weight: 400;
    margin-right: 3%;
    text-decoration: none
}

.footer_other_left a:hover {
    color: #d4ab4b
}

.footer_other img {
    vertical-align: baseline
}

.footer_map_content {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: grey;
    border-bottom-color: grey;
    padding: 30px 0 15px 0;
    margin: 25px 0 0 0
}

.footer_map {
    width: 100%;
    display: block
}

.footer_map li {
    float: left;
    list-style: none
}

.footer_map li strong {
    font-size: 18px;
    color: white !important;
}

.footer_map li a {
    width: 100%;
    display: inline;
    line-height: 16px;
    text-align: left;
    padding: 0;
    margin: 0 0 15px 0
}

.footer_pa {
    margin-top: 25px;
    text-align: left
}

.footer_pa p {
    color: grey;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 12px;
    padding-top: 20px
}

.footer_pa p a {
    font-size: 14px;
    color: grey
}

.footer_pa p a:hover {
    text-decoration: none;
    color: #d4ab4b
}


/*slidebar css*/

.slide-bar-toggle {
    border-radius: 50%;
    display: none;
    z-index: 101;
    font-size: 47px;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgb(144 145 163 / 1);
    border: 1px solid;
}

.slide-bar-toggle:hover {
    cursor: pointer;
    transition: all 0.5s;
    background-color: #1e32a3;
    border: none;
}

.slide-bar-toggle:after {
    /* content: '\2807';
font-size: 38px;
margin-top: 10px;
transform: rotate(90deg); */
}

.slide-bar-toggled:after {
    content: '\2715' !important;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-top: 0px !important;
    text-align: center;
}

.slide-bar-toggled {
    background-color: #1e32a3;
}
.slidebar-parent {
    display: none;
    width: 100vw;
    position: fixed;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    top: 0px;
    z-index: 100;
}

.slide-bar-toggled img {
    display: none
}

.slidebar a span.btn {
    padding: 0;
    border-radius: 50% !important;
    margin: 0px 0 3px 0;
}

.slidebar-m {
    width: auto;
    height: auto;
    display: inline-block;
    background: 0 0;
    position: fixed;
    right: 20px;
    bottom: 75px;
    z-index: 1000;
    display: none;
    background: transparent;
    transition: all 0.5s;
}

.slidebar-d {
    width: auto;
    height: auto;
    /* display: flex; */
    background: 0 0;
    position: fixed;
    right: 5px;
    top: 40%;
    z-index: 1000;
    background: transparent;
    transition: all 0.5s;
}

.slidebar-d a {
    width: auto;
    /* height: 52px; */
    display: flex;
    padding: 0;
    margin: 5px 0;
    border: 0!important;
    cursor: pointer;
    border-radius: 0;
    font-size: 20px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: transparent;
    justify-content: space-between;
    transition: all 0.5s;
}

.slidebar-m a {
    width: auto;
    height: 52px;
    display: flex;
    padding: 0;
    margin: 5px 0;
    border: 0!important;
    cursor: pointer;
    border-radius: 0;
    font-size: 20px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: transparent;
    justify-content: space-between;
    transition: all 0.5s;
}

.slidebar-d a span {
    color: #fff;
    /* height: 52px; */
    display: inline-block;
    padding: 0;
    /* margin-top: 0;
margin-bottom: 0 */
}

.slidebar-m a span {
    color: white;
    height: 42px;
    display: inline-block;
    border-radius: 5px;
    padding: 7px 5px 0px 5px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #332e2e;
}

.slidebar-d a .btn {
    opacity: 1;
    min-width: max-content;
    background-color: #A0762F !important;
    border-radius: 5px !important;
}

.slidebar-d a .btn:hover,
.slidebar-m a .btn:hover {
    background-color: #0818A2 !important;
}

.slidebar-m a .btn {
    min-width: max-content;
    background-color: #BB914A !important;
    border-radius: 5px !important;
    margin-left: 5px;
    height: 44px;
    padding: 0;
}

.slidebar-d a .text {
    height: 44px;
    line-height: 1;
    float: left;
    padding: 0 15px;
    text-align: center;
    position: relative;
    display: block;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.slidebar-m a .text {
    height: 52px;
    line-height: 52px;
    float: left;
    padding: 0 15px;
    text-align: center;
    position: relative;
    display: none;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

.slidebar .text:before {
    content: '';
    border-style: solid;
    border-width: 5px 0 5px 8px;
    position: absolute;
    right: -8px;
    top: 20px
}

.slidebar svg {
    height: 28px;
    margin-top: 4px
}

.slidebar i {
    font-size: 28px;
    margin-top: 4px;
    color: #fff;
    line-height: 36px
}

.slidebar .cls-1 {
    fill: #fff;
    width: 22px;
    height: 22px;
    display: inline-block
}

.slidebar a span.btn {
    width: 52px;
    height: 52px;
    overflow: hidden;
    padding: 8px;
    min-width: auto;
    float: right;
    border: 0!important
}

.modal-box__email-us {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-box__email-us.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-box__email-us .btn-modal-close {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: white!important;
    cursor: pointer
}

#email_us_form .form-control {
    height: 45px;
    background: #fff
}

#email_us_form .btn-submit {
    background-color: #0390d7;
    border-color: #0390d7;
    min-width: 100px
}

#email_us_form .form-control.ta-message {
    height: 130px;
    border-radius: 0
}

.container-popup{background: #020862; border: 2px solid #BB914A;border-radius: 7px;  width: 40%;    box-sizing: border-box; padding: 40px;color:#fff;    font-family: Calibri;    font-size: 19px;
    line-height: 24px;}
.modal-box-direction {width: 100%;  height: 100vh;position: fixed;top: 0;left: 0;display: none;justify-content: center;align-items: center;z-index: 99999;
background-color: rgba(0,0,0,0.8);}
.modal-box-direction.show {  display: flex;}
.lang-option{ display:inline-block; width:100%; margin:0 0 20px 0;font: normal normal  20px/24px Calibri;letter-spacing: 0px;color: #FFFFFF; text-align:right;}
.lang-option span{display: inline-block;cursor:pointer;  margin: 0 0 0 10px;    border-left: 1px solid #707070;    padding: 0 0 0 10px;    line-height: 17px;}
.eng-content {    display: none;}
.lang-option span.active{color: #BB914A;}
.lang-option span.no-border{border:none;}
.button-outer{ display:inline-block; width:100%; margin:40px 0;}
.button-outer a{border: 1px solid #BB914A;border-radius: 5px; padding:10px; color:#fff; text-decoration:none; cursor:pointer;}
.button-outer a:hover,.button-outer a:active{background:#BB914A; color:#fff;}
.es-content a, .eng-content a{
color:white;
}


@media only screen and (max-width:767px) {
    .slide-bar-toggle{
        display:flex;
    }
        .slidebar-d {
        display: none !important;
    }
    .slide-bar-toggle {
    display: flex;
}
    .container-popup{width:90%; padding:20px;}
    .header-bottom {
    padding: 15px 0;
}
.header-boottom-logo {
    margin: 5px 7px;
}

    .nav-menu-mymex {
        height: 30px;
    }
    
        .nav-menu-hamburger {
        height: 30px!important;
        width: 30px!important;
    }
    .header-bottom-left-container .header-logo {
        height: 18px!important;
        padding-left: 10px!important
    }
    .footer_pa span img {
        width: 100%;
        height: auto
    }
    .footer_btn {
        text-align: left
    }
    .footer_map ul li strong {
        width: 100%;
        float: left;
        padding-top: 10px
    }
    .footer_map ul li a {
        width: auto;
        float: left;
        margin: 10px 15px 10px 0;
        display: block
    }
    .footer ul li a.footer_logo {
        margin-bottom: 20px;
        filter: none!important
    }
    .footer ul li a:first-child {
        display: block;
        width: 100%;
        float: none;
        border-bottom: 1px dashed #ccc
    }
    .footer ul li a {
        margin-right: 20px;
        margin-bottom: 8px;
        line-height: 1.2
    }
    .footer_map li a {
        width: auto
    }
}

@media only screen and (max-width:520px) {
    .footer_other_left {
        margin-bottom: 5px
    }
    .footer_logo {
        display: block
    }
}

