
/*Navigation */

/* ---------------------------------------------
            ==  Navigation Part  ==
--------------------------------------------- */
 
#navigation {
    padding: 0 0px;
}

#navigation .navbar-brand {
    padding: 5px 0;
    margin-right: 0;
}

#nav-list > ul > li {
    padding: 45px 23px;
}

#nav-list > ul > li {
    /*padding: 45px 23px;*/
    padding: 25px 23px;
}

#mid-nav #nav-list > ul > li > a {
    font-size: 14px;
    position: relative;
    padding: 7px 0;
    text-transform: uppercase;
    font-weight: 700;
}

#nav-list > ul > li > a {
    font-size: 17px;
    position: relative;
    padding: 7px 3px;
    text-transform: uppercase;
    font-weight: 700;
}

.second-nav-toggler i {
    font-size: 20px;
}

.nav-bg-white {
    /*background: #fff;*/
}

.nav-bg-white #nav-list > ul > li > a {
    color: #1e1e1e;
}

.nav-bg-white #nav-list > ul > li > a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    /*background: #f18636;*/
    height: 2px;
    width: 0;
    display: inline-block;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}

.nav-bg-white #nav-list > ul > li.active > a,
.nav-bg-white #nav-list > ul > li:hover > a,
.nav-bg-white #nav-list > ul > li > a.active {
    /*color: #f18636;*/
    color: #000;
}

.nav-bg-white #nav-list > ul > li.active > a::after,
.nav-bg-white #nav-list > ul > li:hover > a::after,
.nav-bg-white #nav-list > ul > li > a.active::after {
    width: 100%;
}

.nav-bg-white .second-nav-toggler i {
    /*color: #0f3c67;*/
    color: #FFF;
    font-weight: 100;
        margin-right: 5px;
}


/* --------------------------------------------------
    ==  Navigation Style Two  ==
--------------------------------------------------- */

.nav-bg-brand-color {
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -o-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    padding: 0;
    position: relative;
    background: #f18636;
}

.nav-bg-brand-color .container {

    position: relative;
    z-index: 5;
}

.nav-bg-brand-color #nav-list > ul > li > a {
    color: #fff;
}



.nav-bg-brand-color #nav-list ul li > a.active,
.nav-bg-brand-color #nav-list ul li:hover > a {
    color: #0f3c67;
}

.nav-bg-brand-color #nav-list ul > li:hover > a::after {

    transform: translatey(0px);
    opacity: 1;
}



.nav-bg-brand-color #nav-list ul li > a.active::after,
.nav-bg-brand-color #nav-list ul li:hover > a::after {
    width: 100%;
}

.nav-bg-brand-color .second-nav-toggler i {
    color: #fff;
}



/* --------------------------------------------------
    ==  Navigation  three  ==
--------------------------------------------------- */

.navbar-two .nav-list > ul > li {
    padding: 40px 23px;
}

.navbar-two .nav-list > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #1e1e1e;
    display: inline-block;
    padding: 7px 0;
}

.navbar-two .nav-list ul li a::after {
    display: none;
}

.navbar-two .nav-list ul li.active > a,
.navbar-two .nav-list ul li:hover > a {
    color: #f18636;
}

.navbar-two #nav-list-2 {
    margin-right: -28px;
}



/* --------------------------------------------------
            ==  Drop Down manu  ==
--------------------------------------------------- */

.custom-dropdown-box {
    position: relative;
}

.dropdown-child-manu {
    position: absolute;
    top: 110%;
    left: 0;
    width: max-content;
    background: #fff;
    z-index: 999;
    padding: 15px 0;
    box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -webkit-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -moz-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -o-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    width: 210px;
}

.dropdown-child-manu li {
    padding: 10px 35px;
}

.dropdown-child-manu li a {
    color: #333;
}

.dropdown-child-manu li a:hover {
    color: #f18636;
}

.custom-dropdown-box:hover .dropdown-child-manu {
    visibility: visible;
    z-index: 999;
    opacity: 1;
    top: 95%;
}

.nav-scrl {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*background: #192bc2;*/
     background : #c4a66d;
    background-size: 100% 100%;
    z-index: 998;
    /*box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -webkit-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -moz-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -o-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);*/
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.ht-header-bottom.is-sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.nav-scrl #nav-list > ul > li {
    /*padding: 38px 23px;*/
    padding: 25px 23px;   
}

nav.navbar.navbar-expand-lg.nav-bg-white.nav-scrl .container {
    padding-left:15px;
    padding-right:15px;
}

.nav-bg-brand-color.nav-scrl {
    background: #f18636;
}


/* --------------------------------------------------
            ==  Contact form two  ==
--------------------------------------------------- */

.style-two .con-bottom-inner {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 80px;
    border-radius: 13px;
    margin-top: -115px;
    background: #fff;
}

.con-bottom-inner p {
    font-size: 15px;
    color: #3c3c3c;
    padding-bottom: 7px;
}

.con-bottom-inner p span {
    font-weight: 700;
}

.con-bottom-inner p a {
    font-size: 15px;
    color: #3c3c3c
}

.style-two .con-page-form {
    padding-top: 45px;
}


/* --------------------------------------------------
            ==  Mobile Manu  ==
--------------------------------------------------- */

#mobile-nav {
    position: fixed;
    /*top: 0;
    right: -50%;*/
    width: 70%;
    z-index: 999;
    background: #050006;
    /* background:url(../img/appimages/Background.png);
    background-size:100% 100%;
    background-repeat: no-repeat; */
    /*background: #010064 url(../img/appimages/bg.png) center no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;*/
    /*overflow-y: scroll;*/
    /*transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -webkit-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -moz-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -o-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);*/
    transition: 0.5s;
    overflow-x: hidden;
}

body.active #mobile-nav {
    /*right: 0 !important;*/
    left: 0 !important;
    /*bottom: -11px !important;*/
    /*bottom: 86px !important;*/
    top:0 !important;
    bottom: 0 !important;
}

.mobile-nav-box {
    /*padding: 20px 20px;*/
    padding: 0px 0px;
    height: 100%;
    /* width: 100%; */
    position: relative;
}


.mobile-logo {
    /* display: flex; */
    /*align-items: center;*/
    /*position: relative;
    z-index: 50;
    float: right;*/
    align-items: center;
    /*background: url(../img/appimages/header2001.png) center no-repeat ! Important;
    background-size: 100% 100% ! Important;*/
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d4b04e;
}

.mobile-logo .manu-close {
    margin-left: auto;
    /*margin-bottom: 32px;*/
    font-size: 14px;
    font-weight: 500;
    /*color: #FFF;*/
    cursor: pointer;
    padding: 15px 20px;
    float: left;
    text-decoration: underline !important;
}

.mobile-logo .manu-close i {
    font-size: 16px;
}


a.manu-close img {
    width: 20px;
}

.mobile-logo .manu-close:hover {
    /*color: #f18636;*/
}

.mobile-main-logo {
    width: 180px;
    /*margin-top: -36px;*/
    
    /*color: #FFF;*/
    /*font-weight: 700;*/
    text-decoration:underline;
    font-size:16px;
    padding: 15px 20px;
}

.mobile-main-logo img {
    width: 100%;
}

.mobile-list-nav {
    
    position: relative;
    z-index: 90;
    
}

.mobile-list-nav > li {
    /*padding: 15px 0;*/
    /*padding: 15px 20px;*/
    padding: 0px 0px;
    list-style-type: none;
    border-bottom: 2px solid #424244;
    /* border-radius:5px; */
    /*transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;*/
}

.mobile-list-nav > li > a {
    font-size: 15px;
    color: #f6f5f6;
    position: relative;
    font-weight: 500;
    display: inline-block;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    /*transition: all 0.9s;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;*/
}
.mobile-list-nav > li > a > img {
    height: 40px;
    padding-right: 15px;
}

.mobile-list-nav > li > a::before {
    position: absolute;
    top: 3px;
    left: -35px;
    width: 18px;
    height: 17px;
    content: '';
    background-image: url(../images/bg/cross.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;*/
    visibility: hidden;
    opacity: .5;
}

.mobile-list-nav > li:hover > a:before {
    position: absolute;
    top: 3px;
    left: -32px;
    width: 18px;
    height: 17px;
    content: '';
    background-image: url(../images/bg/cross.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;*/
    visibility: visible;
    opacity: 1
}

.mobile-list-nav > li > a.dropdownlink::after {
    position: absolute;
    top: 2px;
    right: -10px;
    content: '\f078';
    width: 5px;
    height: 10px;
    font-family: FontAwesome;
}

.mobile-list-nav > li:hover > a {
    /*color: #f18636;*/
    /*transform: scale(1.1);
    transform: translateX(8px) scale(1.1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;*/
}

.mask-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}

.mobile-nav-box .achivement-blog {
    position: relative;
    z-index: 10;
    text-align: center;
}

.mobile-nav-box .achivement-blog ul > li > a {
    color: #747474;
}

.mobile-nav-box .achivement-blog ul > li > a span {
    color: #747474;
}

.mobile-nav-box .achivement-blog ul > li > a:hover {
    color: #0f3c67;
}

.mobile-nav-box .achivement-blog ul > li > a:hover span {
    color: #0f3c67;
}

.mobile-list-nav .submenuItems {

    display: none;
    padding: 0px;
    border-radius: 5px;
    margin-top: 17px;
}

.mobile-list-nav .submenuItems li a {
    color: #f39e67;
    padding: 20px;
    padding: 6px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}




    #navigation {
        /*padding: 15px;*/
    }

    #mobile-nav {
       
        /*height: 100vh;*/
        
    }

   

    .mobile-list-nav > li {
        padding: 12px 0;
    }

    .mobile-list-nav {
        padding: 0px 0;
    }

    .nav-bg-brand-color .container {
        padding: 8px 16px;
    }
    
     #nav-list > ul > li {
        /* padding: 45px 23px; */
        /*padding: 5px 12px;*/
        padding: 5px 2px;
    }






    .mobile-list-nav > li {
        /*padding: 10px 0;*/
        /*padding: 15px 20px;*/
        padding: 0px 0px;
        text-align: center;
    }
    .mobile-list-nav1 > li {
        /*padding: 10px 0;*/
        /*padding: 15px 20px;*/
        padding: 0px 0px;
        text-align: left;
    }

    .mobile-main-logo {
        /*width: 136px;*/
        padding: 15px 0px 15px 12px;
    }

    .mobile-logo .manu-close {
        font-size: 13px;
        padding: 15px 0px 15px 20px;
    }

    #mobile-nav {
        /* right: -85%; */
        /* left: -85%; */
        bottom: 0%;
        top: 0%;
        /* right: -85%; */
        /* left: -85%; */
        left: -500%;
        width: 100%;
        /* margin-left: 0%; */
        /* border-radius: 15px; */
        
    }
    #mobile-nav .achivement-blog h6 {
        display: none;
    }

    .mobile-nav-box {
        /*padding: 45px 20px;*/
        /*padding: 0px 0px 80em;*/
        padding: 0px 0px;
    }
    
    
    .mobile-list-nav > li > a {
        /*padding: 6px 12px 6px 30px;*/
        padding: 5px 0 5px 20px;
    }
    
    ul.mobile-list-nav li:first-child {
        /*background: #148cbe;*/
    }
    


.nav-scrl #nav-list > ul > li > a {
    color: #000 !important;
}


.collapse:not(.show) {
    display: block !Important;
}

.navbar-nav
{
    display:-webkit-box;
    float: right;
}

  /* --------------------------- */
   
  /* @keyframes FadeIn { 
  0% {
    opacity: 0;
    transform: scale(.1);
  }

  85% {
    opacity: 0;
    transform: scale(1.05);
  }
  
  100% {
    transform: scale(1);
  }
}

.mobile-list-nav > li {
  float: none;
  /*margin: 20px;*
  animation: FadeIn 1s;
  animation-fill-mode: both;
  
}

.mobile-list-nav > li:nth-child(1) { animation-delay: 0.6s }
.mobile-list-nav > li:nth-child(2) { animation-delay: 1.2s }
.mobile-list-nav > li:nth-child(3) { animation-delay: 1.8s } */



a.mobile-main-logo:hover {
    color: #FFF;
}
button:focus {
    outline: 0;
}

/*Scroll Nav*/
nav.navbar.navbar-expand-lg.nav-bg-white.nav-scrl .second-nav-toggler i {
    color: #FFF !important;
}
nav.navbar.navbar-expand-lg.nav-bg-white.nav-scrl .navbar-brand {
    color: #000 !Important;
}
nav.navbar.navbar-expand-lg.nav-bg-white.nav-scrl .color-scroll-black {
    color: #000 !Important;
}

.float_call
{
    position: absolute;
    right: 8px;
    margin-top: -6px;
}

.main-container {
    padding: 10% 0px 0 !Important;
}

/* Day mode overrides. Dark mode remains the base stylesheet. */
html.app-theme-day body {
    background: #f7f4ed !important;
    color: #111312 !important;
}

html.app-theme-day .ui-overlay-a,
html.app-theme-day .ui-page-theme-a,
html.app-theme-day .ui-page-theme-a .ui-panel-wrapper {
    background-color: #f7f4ed !important;
    color: #111312 !important;
}

html.app-theme-day header,
html.app-theme-day #mobile-nav,
html.app-theme-day .mobile-nav-box,
html.app-theme-day .footer {
    background: #fffdf8 !important;
    color: #111312 !important;
}

html.app-theme-day .mobile-logo,
html.app-theme-day .mobile-nav-box hr,
html.app-theme-day footer .footer-menu,
html.app-theme-day table.res_mob_font_width {
    /*border-color: #c9a452 !important;*/
}

html.app-theme-day .mobile-list-nav > li {
    border-bottom-color: #ddd1b8 !important;
}

html.app-theme-day a,
html.app-theme-day a:link,
html.app-theme-day a:visited,
html.app-theme-day a:hover,
html.app-theme-day a:active,
html.app-theme-day .mobile-list-nav > li > a,
html.app-theme-day .mobile-logo .manu-close,
html.app-theme-day .mobile-main-logo,
html.app-theme-day .color-white,
html.app-theme-day .color-black,
html.app-theme-day .color-navv,
html.app-theme-day .text-muted,
html.app-theme-day .col-xs-12,
html.app-theme-day .col-xs-4.menu span,
html.app-theme-day span.d-block.font_footer {
    color: #111312 !important;
}

html.app-theme-day .mobile-list-nav .submenuItems li a,
html.app-theme-day span.d-block1.font_footer1,
html.app-theme-day .nomargin,
html.app-theme-day span.bloc_GS1,
html.app-theme-day .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet-active {
    color: #8a6212 !important;
}

html.app-theme-day .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet,
html.app-theme-day .disclaimer,
html.app-theme-day .title,
html.app-theme-day .value,
html.app-theme-day .indicator,
html.app-theme-day span.sell,
html.app-theme-day span.buy_sell_label,
html.app-theme-day .ratevalue1,
html.app-theme-day .table1 td,
html.app-theme-day .table2 td,
html.app-theme-day [style*="color:#FFF"],
html.app-theme-day [style*="color: #FFF"],
html.app-theme-day [style*="color:#fff"],
html.app-theme-day [style*="color: #fff"],
html.app-theme-day [style*="color:white"],
html.app-theme-day [style*="color: white"] {
    color: #111312 !important;
}

html.app-theme-day table.res_mob_font_width,
html.app-theme-day table.tt_33,
html.app-theme-day table.goldd,
html.app-theme-day table.goldd1,
html.app-theme-day table.goldd2,
html.app-theme-day table.goldd3,
html.app-theme-day .table1,
html.app-theme-day .table2,
html.app-theme-day .modal-content {
    background-color: #fffdf8 !important;
    color: #111312 !important;
}

html.app-theme-day .heading,
html.app-theme-day .td_top3 {
    background-color: #ead49d !important;
    color: #111312 !important;
}

html.app-theme-day .mask-overlay {
    background: rgba(17, 19, 18, 0.45) !important;
}

html.app-theme-day #gvData [style*="background-color:blue"],
html.app-theme-day #gvData [style*="background-color: blue"],
html.app-theme-day #gvData [style*="background-color:red"],
html.app-theme-day #gvData [style*="background-color: red"],
html.app-theme-day #gvData [style*="background:blue"],
html.app-theme-day #gvData [style*="background: blue"],
html.app-theme-day #gvData [style*="background:red"],
html.app-theme-day #gvData [style*="background: red"],
html.app-theme-day #gvData [style*="background-color:blue"] *,
html.app-theme-day #gvData [style*="background-color: blue"] *,
html.app-theme-day #gvData [style*="background-color:red"] *,
html.app-theme-day #gvData [style*="background-color: red"] *,
html.app-theme-day #gvData [style*="background:blue"] *,
html.app-theme-day #gvData [style*="background: blue"] *,
html.app-theme-day #gvData [style*="background:red"] *,
html.app-theme-day #gvData [style*="background: red"] * {
    color: #FFF !important;
}

html.app-theme-day .New_button,
html.app-theme-day a[data-role="button"],
html.app-theme-day a[data-role="button"]:visited,
html.app-theme-day a[data-role="button"]:hover,
html.app-theme-day .ui-page-theme-a .New_button,
html.app-theme-day .ui-page-theme-a a[data-role="button"],
html.app-theme-day .ui-page-theme-a a[data-role="button"]:visited,
html.app-theme-day .ui-page-theme-a a[data-role="button"]:hover {
    color: #FFF !important;
    text-shadow: none !important;
}

html.app-theme-day .circle div {
    color: #000 !important;
}

html.app-theme-day #gvDataMargin,
html.app-theme-day #gvDataMargin td,
html.app-theme-day table.margin_table td,
html.app-theme-day td.brad,
html.app-theme-day td.bradd {
    color: #111312 !important;
    text-shadow: none !important;
}

.share-highlight-btn {
    background: #f6ae2d !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35) !important;
    font-weight: 700 !important;
    padding: 6px 12px !important;
}

.share-highlight-btn .fa,
.share-highlight-btn i {
    color: #000 !important;
}
