header {
        background: rgb(39, 42, 44);
        padding: 0px;
    }


    .dropdown-menu.dropdown-submenu {
        right: 180px;
        display: none;
    }


    .navbar .nav-item:hover .dropdown-menu {
        display: none;
    }

    #header.sticky .navbar{
        box-shadow: 3px 3px 12px #d2d2d2 !important;
    }


    .navbar .nav-item .dropdown-item:hover .dropdown-menu.dropdown-submenu {
        display: block;
    }


    .nav-up {
        margin: 9px 0px;
    }
    .nav-up .item_nav_up {
        text-align: left;
    }
    .nav-up .item_nav_up span {
        border: 1px solid rgb(225 225 225 / 30%);
        color: #AAAAA9;
        padding: 6px 10px 4px;
        margin: 0px 10px;
        border-radius: 4px;
        font-size: 18px;
    }
    .nav-up .item_nav_up a {
        color: #AAAAA9;
    }
    .nav-up .item_nav_up i {
        color: #AAAAA9;
    }
    .edit {
        margin-top: 35px;
        padding: 0px;
    }
    #nav_id #navbarSupportedContent {
        padding: 26px 0px 19px;
    }
    .btn-sm-icon-mobile {
        float: left;
        margin-top: 8px;
    }
    .dropbtn {
        color: white;
        background: #A57D24;
        border-radius: 4px;
        border: 1px solid #A57D24;
        padding: 11px 25px;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 180px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown-content a:hover {
        color: #A57D24;
        background-color: rgb(255, 255, 255) !important;
        height: 40px;
    }


    .dropdown-menu.dropdown-submenu:hover {
        display: block !important;
    }


    .dropdown:hover .dropdown-content {display: block;}

    .dropdown:hover .dropbtn {
        color: #A57D24;
        background-color:rgb(255, 255, 255) !important;
        border-radius: 4px;
        
    }
    

    #fa-search svg>path {
        color: #A57D24 !important;
    }
    #fa-search svg {
        border: 1px solid white;
        padding: 4px;
        font-size: 26px;
        border-radius: 20px;
    }
    #lorem p {
        color: white;
        font-size: 12px;
        text-align: justify;
    }
    ul.navbar-nav .nav-item a.nav-link:hover {
        color: rgb(255, 255, 255);
    }
    a {
     /*height: 40px;*/
    }
    header {
        background: white;
    }
    header.activate {
        background: red;
    }
    #nav_id .navbar-brand img {
        height: 35px;
        margin-top: 0px !important;
    }

    #nav_id #navbarSupportedContent {
        padding: 0px 0px 19px;
    }
    ul.navbar-nav .nav-item {
        padding-top: 26px;
    }
    .bg_fff {
        background: #fff !important;
    }
    .bg_fff ul.navbar-nav .nav-item a.nav-link {
        font-weight: bold;
    }
    #nav_id .navbar-brand img {
        margin-top: 8px;
    }
    ul.navbar-nav .nav-item {
        padding-top: 24px;
    }
    #header {
        padding: 0px;
    }
    #logotwo {
        display: none;
    }
    @media only screen and (max-width: 640px) {
        header {
            background: transparent !important;
        }
    }
    @media only screen and (max-width: 640px) {
        #nav_id .navbar-brand img {
            max-height: 36px !important;
        }
    }
    @media only screen and (max-width: 640px) {
        ul.navbar-nav .nav-item {
            padding-top: 0px !important;
        }
    }
    .top-header{
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 10px 0;
        height: auto;
        border-bottom: 1px solid #c6c6c6;
    }
    .top-header a{
        color: #0F0F0F;
        font-size: 16px;
    }
    .dropdown-header {
        display: block;
        padding: 0.5rem 1rem;
        margin-bottom: 0;
        font-size: .875rem;
        color: #00387c !important;
        white-space: nowrap;
        border-bottom: 1px solid #e9e9e9;
        border-radius: 3px;
    }
    .dropdown-header:hover {
        cursor: pointer;
    }






    /** new  */
    nav {
        display: block;
        text-align: center;
    }
    nav ul {
        margin: 0;
        padding:0;
        list-style: none;
    }
    /*.nav a {*/
    /*    display:block;*/
    /*    background: #111;*/
    /*    color: #fff;*/
    /*    text-decoration: none;*/
    /*    padding: 0.8em 1.8em;*/
    /*    text-transform: uppercase;*/
    /*    font-size: 80%;*/
    /*    letter-spacing: 2px;*/
    /*    text-shadow: 0 -1px 0 #000;*/
    /*    position: relative;*/
    /*}*/
    /*.nav{*/
    /*    vertical-align: top;*/
    /*    display: inline-block;*/
    /*    box-shadow:*/
    /*            1px -1px -1px 1px #000,*/
    /*            -1px 1px -1px 1px #fff,*/
    /*            0 0 6px 3px #fff;*/
    /*    border-radius:6px;*/
    /*}*/
    .nav li {
        position: relative;
    }
    /*.nav > li {*/
    /*    float: left;*/
    /*    border-bottom: 4px #aaa solid;*/
    /*    margin-right: 1px;*/
    /*}*/
    /*.nav > li > a {*/
    /*    margin-bottom: 1px;*/
    /*    box-shadow: inset 0 2em .33em -0.5em #555;*/
    /*}*/

    .nav > li:first-child {
        border-radius: 4px 0 0 4px;
    }
    .nav > li:first-child > a {
        border-radius: 4px 0 0 0;
    }
    .nav > li:last-child {
        border-radius: 0 0 4px 0;
        margin-right: 0;
    }
    .nav > li:last-child > a {
        border-radius: 0 4px 0 0;
    }
    .nav li li a {
        margin-top: 1px;
    }
    .nav li a:first-child:nth-last-child(2):before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        top: 50% ;
        right:5px;
    }

    /* submenu positioning*/
    .nav ul {
        position: absolute;
        white-space: nowrap;
        z-index: 1;
        left: -99999em;
    }
    .nav > li:hover > ul {
        left: auto;
        margin-top: -1px;
        min-width: 100%;
        box-shadow: 3px 2px 10px #0000003d;
        border-radius: 5px;
        padding-top: 10px;
        background: #f1f1f1;
    }
    .nav > li li:hover > ul {
        top: -10px;
        right: 100%;
        background: #f3f8ff;
        padding: 10px 18px;
        border-radius: 5px;
        box-shadow: 3px 3px 10px #00000078;
        max-width: 250px !important;
    }

    ul.nav.navbar-nav li{
        padding: 5px 10px 0;
    }
    ul.nav.navbar-nav li::after{
        content: "";
	width: 0%;
	background-color: #f44336;
	height: 2px;
	display: block;
	margin: auto;
	transition: 0.5s;
    }
    ul.nav.navbar-nav li:hover::after{
        width:100%;
    }
    
    /* arrow hover styling */

    .nav > li:hover > a:first-child:nth-last-child(2):before {
        border: 5px solid transparent;
        margin-top:-5px
    }
    /*.nav li li > a:first-child:nth-last-child(2):before {*/
    /*    border-left-color: #aaa;*/
    /*    margin-top: -5px*/
    /*}*/
    .nav li li:hover > a:first-child:nth-last-child(2):before {
        border: 5px solid transparent;
        right: 10px;
    }