.site-header {
    position: relative;
    z-index: 10;
}

.header-top {
    padding: 8px 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: #000;
}

.header-top img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(3%) saturate(0%) hue-rotate(357deg) brightness(92%) contrast(93%);
}

.header-top-left p {
    color: #B2B2B2;
}

.header-top-left p img {
    margin-right: 10px;
}

.header-top-right ul li {
    margin-left: 30px;
}

.header-top-right ul li a img {
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.header-top-right ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(49%) saturate(6029%) hue-rotate(325deg) brightness(101%) contrast(94%);
}

.header-bottom {
    padding: 19px 0;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.emg-desktop-nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
}

.emg-desktop-nav > li {
   margin: 0;
}

.emg-desktop-nav li {
    list-style: none;
    position: relative;
}

.emg-desktop-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 17px; 
    padding: 8px 0;
    margin: 0 22.5px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase; 
}

.emg-desktop-nav li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #F7CE3B;
    left: 0;
    bottom: 0px;
    transform: scale(0);
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.emg-desktop-nav li:last-of-type a {
    margin-right: 0;
}

.emg-desktop-nav li a.active,
.emg-desktop-nav li a:hover {
    color: #F7CE3B; 
}

.emg-desktop-nav li.current_page_item>.emg-nav-item>a:after,
.emg-desktop-nav li a.active:after,
.emg-desktop-nav li a:hover:after {
    transform: scale(1);
}

.emg-desktop-nav ul.sub-menu {
    z-index: 9;
    background-color: #fff;
}

.emg-desktop-nav > li.menu-item-has-children > .emg-nav-item > a {
    padding-right: 25px;
    position: relative;
    z-index: 10;
}

.emg-desktop-nav > li {
    transition: .3s;
}

.emg-desktop-nav li.menu-item-has-children .nav-arrow {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 46%;
    transform: translateY(-50%);
    background-image: url(../img/nav-arrow-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .3s ease-out;
}

.emg-desktop-nav > li.menu-item-has-children:hover > .emg-nav-item > .nav-arrow {
    transform: rotate(180deg) translateY(50%);
}

.emg-desktop-nav .nav-arrow {
    z-index: 1;
}

.emg-desktop-nav ul.sub-menu {
    z-index: 9;
    background-color: #000;
}

.emg-desktop-nav ul {
    transition: transform .4s ease-out,opacity .1s ease-out;
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 0;
    visibility: hidden;
    padding: 10px 0;
    transform: translateY(30px);
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    z-index: 1;
    min-width: 220px;
    box-shadow: rgba(0,0,0, .15) 0px 8px 16px 0px;
    background-color: #ffff;
}
.emg-desktop-nav li ul {
    background-color: rgb(var(--primary-color));
}

.emg-desktop-nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.emg-desktop-nav > li.menu-item-has-children > .emg-nav-item > a {
    padding-right: 25px;
    position: relative;
    z-index: 10;
}

.emg-desktop-nav > li {
    transition: .3s;
}

.emg-desktop-nav li.menu-item-has-children .nav-arrow {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/nav-arrow-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .3s ease-out;
}

.emg-desktop-nav > li.menu-item-has-children:hover > .emg-nav-item > .nav-arrow {
    transform: rotate(180deg) translateY(50%);
}

.emg-desktop-nav .nav-arrow {
    z-index: 1;
}

.emg-desktop-nav ul.sub-menu {
    z-index: 9;
}
.inner-header .header-bottom{
    background: #000;
}
.fixed-header {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}


.emg-desktop-nav ul.sub-menu li {
    flex: 0 0 100%;
    text-align: left;
}

.emg-desktop-nav ul.sub-menu li a {
    color:#fff;
    padding: 8px 20px;
    white-space: normal;
    text-transform: none;
    transition: .3s;
    margin-left: 0;
    /*background: rgb(var(--brand-color)) !important;
    background-color: rgb(var(--brand-color)) !important;*/
}

.emg-desktop-nav ul.sub-menu li a:hover {
    /*background-color: #fff;
    color: rgb(var(--primary-color));*/
}

.emg-desktop-nav > li:last-child > ul.sub-menu {
    left: auto;
    right: 0;
}
.emg-desktop-nav ul.sub-menu>.menu-item-has-children{
    position: relative;
}
.emg-desktop-nav ul.sub-menu>.menu-item-has-children>.sub-menu{
    position: absolute;
    left: 220px;
    top: -10px; 
    transition: transform .4s ease-out,opacity .1s ease-out;
}
.emg-desktop-nav ul.sub-menu>.menu-item-has-children > .emg-nav-item>a{
    padding: 8px 30px 8px 20px;
}
.emg-desktop-nav ul.sub-menu>.menu-item-has-children > .emg-nav-item > .nav-arrow{
    right: 12px;
}
.emg-desktop-nav ul.sub-menu>.menu-item-has-children:hover > .sub-menu{
    visibility: visible;
    opacity: 1;   
    transform: translateY(0);
}
.emg-desktop-nav ul.sub-menu>.menu-item-has-children:hover > .emg-nav-item > .nav-arrow {
    transform: rotate(180deg) translateY(50%);
/*    transform: rotate(-90deg) translateY(-25%)  translateX(50%);*/
}
.mobile-menu-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 300px;
    max-width: 95%;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
    text-align: left;
    height: 100vh;
    overflow-y: auto;
    padding: 30px 20px 40px;
    transition: transform .4s;
    transform: translateX(-100%);
    box-shadow: 0 2px 2px 0 rgba(0,0,0, .14), 0 3px 1px -2px rgb(0,0,0,.12), 0 1px 5px 0 rgb(0, 0, 0, .2);
}

#emg-mobile-menu,
#emg-mobile-menu ul {
    margin-bottom: 0;
}

#emg-mobile-menu {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

#emg-mobile-menu ul {
    padding: 0;
}

#emg-mobile-menu, #emg-mobile-menu ul {
    margin-bottom: 0;
}

#emg-mobile-menu ul li {
    list-style: none;
    position: relative;
}

#emg-mobile-menu ul > li {
    vertical-align: middle;
}

#emg-mobile-menu > ul > li:not(:last-child) {
    margin-bottom: 5px;
}

#emg-mobile-menu ul li .emg-nav-item {
    display: block;
    width: 100%;
    position: relative;
}

#emg-mobile-menu li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #F7CE3B;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

#emg-mobile-menu li.current-menu-item > .emg-nav-item > a,
#emg-mobile-menu ul li li.current-menu-item a,
#emg-mobile-menu li a:hover {
    color: #F7CE3B; 
}

#emg-mobile-menu li.current-menu-item > .emg-nav-item > a:after,
#emg-mobile-menu ul li li.current-menu-item a:after,
#emg-mobile-menu li a:hover:after {
    transform: scale(1);
}


#emg-mobile-menu li a {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: #fff;
    padding: 8px 20px;
    display: block;
    position: relative;
    transition: .3s;
    text-decoration: none;
}

/*#emg-mobile-menu li li a {
    padding-left: 34px;
}*/

#emg-mobile-menu ul > li.menu-item-has-children .nav-arrow {
    width: 30px;
    height: 38px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    transition: transform .3s ease-out;
    position: absolute;
    right: 10px;
    top: 0;
    background-image: url(../img/nav-arrow-white.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

#emg-mobile-menu ul > li.show-child-menu > .emg-nav-item > .nav-arrow {
  transform: rotate(180deg);
}
#emg-mobile-menu .sub-menu{
    padding-left: 15px;
}
#emg-mobile-menu li:not(.current-menu-ancestor) ul,
#emg-mobile-menu li:not(.current-menu-parent) ul {
    display: none;
}

#emg-mobile-menu > ul > li > ul {
    padding-top: 5px;
}

#emg-mobile-menu li ul {
    padding-left: 0;
}

#emg-mobile-menu ul {
    padding: 0;
}

#emg-mobile-menu,
#emg-mobile-menu ul {
    margin-bottom: 0;
}

.header-bottom-right div:nth-of-type(1) {
    margin-right: 14px;
}

.header-bottom-right h4 {
    color: #FFF;
    font-size: 24px;
    letter-spacing: 1px;
}

.header-bottom-right h4 small {
    font-size: 15px;
    font-weight: 400;
    display: block;
}

.mobile-menu-show  .mobile-menu-wrap {
    transform: translateX(0);
}

.mobile-menu-wrap {
    background: #000;
}

.mobile-menu-wrap .emg-desktop-nav li a {
    margin: 0 0 20px;
}

.mobile-logo {
    margin-bottom: 30px;
}

.mobile-logo img {
    max-width: 200px;
}

.mobile-menu-wrap .emg-desktop-nav {
    flex-direction: column;
}

.mobile-menu-wrap .emg-desktop-nav li a {
    display: inline-block;
}

.mobile-menu-wrap .emg-desktop-nav li a:after {
    bottom: 0;
}

.hamburger {
    padding: 20px 0 15px;
    cursor: pointer; 
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    margin-left: 20px;
    overflow: visible;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 40px;
    height: 5px;
    background-color: rgb(var(--primary-color));
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active
.hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner, 
.hamburger.is-active .hamburger-inner::before, 
.hamburger.is-active .hamburger-inner::after {
    background-color: rgb(var(--primary-color));
}

button:focus:not(:focus-visible) {
    outline: 0;
}

.hamburger:hover {}
.hamburger:focus,
.hamburger:active {
    outline: none;
}

.hamburger:hover {

}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -12px;
}

.hamburger-inner::after {
    bottom: -12px;
}



@media screen and (min-width: 1200px) and (max-width: 1399px) {

    .header-bottom-right img{
        max-width: 40px;
    }
    .header-bottom-right h4{
        font-size: 16px;
    }
    .emg-desktop-nav li a{
        font-size: 16px;
        margin: 0 13px;
    }

}

@media screen and (min-width: 991px) and (max-width: 1199px) {


    .header-bottom-logo img {
        max-width: 150px;
    }

    .emg-desktop-nav li a {
        font-size: 15px;
        margin: 0 8px;
    }

    .header-bottom-right div img {
        width: 30px;
    }

    .header-bottom-right h4 {
        font-size: 15px;
    }

    .header-bottom-right h4 small {
        font-size: 14px;
    }


}




@media screen and (min-width: 768px) and (max-width: 991px) {


    .header-bottom-logo img {
        max-width: 200px;
    }

    .header-bottom-right h4 {
        font-size: 22px;
    }


}



@media screen and (max-width: 768px) {


    .header-bottom-logo img {
        max-width: 180px;
    }


}

@media screen and (max-width: 575px) {


    .header-bottom-right div img {
        width: 40px;
    }

    .header-bottom-right h4 {
        font-size: 20px;
    }

    .header-bottom-right h4 small {
        font-size: 16px;
    }


}
@media screen and (max-width: 480px) {


    .header-bottom-right div img {
        display: none;
    }

    .header-bottom-right h4 {
        font-size: 16px;
    }

    .header-bottom-right h4 small {
        font-size: 14px;
    }


}
@media screen and (max-width: 480px) {

    .header-bottom-logo img {
        max-width: 130px;
    }
    .header-bottom-right h4 {
        font-size: 15px;
    }

}
@media screen and (max-width: 340px) {

    .header-bottom-right h4 {
        font-size: 14px;
    }

    .header-bottom-right h4 small {
        font-size: 12px;
    }
    .header-bottom-logo img {
        max-width: 120px;
    }

}