/* ======================== HEADER STYLE BEGIN ============ */

/* ======================== HEADER STYLE END ============ */



/* ======================== MEGA STYLE BEGIN ============ */
.mega-menu-row {
    margin: 0px -25px;
    z-index: 9999;
    padding-top: 20px;
    padding-bottom: 20px;
}
li#menu-item-433 .sub-menu {
    display: none;
}
li#menu-item-433 .sub-menu.show-menu {
    display: block !important;
    transform: translateX(0);
    border: 0px solid #f6ca47;
    /* background-color: #ffffff !important; */
    background-image: none !important;
    box-shadow: 0 50px 60px 0 rgba(36, 50, 66, 0.15) !important;
    min-height: 200px;
    position: fixed;
    will-change: transform;
    width: 100%;
    left: 0;
    z-index: 9999;
    padding-top: 29px;
    margin-top: -1px;
}
.nachlife-row {
    padding-top: 36px;
}
.menu-item.closed .sub-menu {
    display: none;
}
.headerdesk {
    z-index: 99;
}
li#menu-item-1404 {
    padding: 0;
}
.megasecttitle {
    font-size: 20px;
    color: #bc8b33;
}
.mega-menu-list li a {
    font-size: 17px !important;
    font-family: 'Open Sans' !important;
    color: #fff !important;
    font-weight: normal !important;
}
.banner-list a{
font-size: 17px !important;
font-weight: normal !important;
color: #fff !important;
}
ul#menu-main-menu li a:hover{
    color: #EF7F1A !important;
}
ul.sub-menu.show-menu li a:hover{
    color: #EF7F1A;
}
.topheaderbar {
    z-index: 999;
}
img.submenuarrow {
   filter: brightness(100) invert(1);
    position: relative;
    top: 2px;
}

li#menu-item-433{
    cursor: pointer;
}
.home .main-header img.submenuarrow{
    filter: none;
}
.home .main-header.sticky img.submenuarrow{
    filter: brightness(100) invert(1);
}

/* ======================== MEGA STYLE END ============ */




/* ======================== POPUP FORM STYLE BEGIN ============ */
.popup-form {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
}
.popup-form-content {
    margin: auto;
    padding: 20px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: #fff;
}
.close-popup {
    font-weight: bold;
    right: 0px;
    position: absolute;
    top: 0;
    background: #333332;
    padding: 6px 7px 4px 7px;
}
.popup-logo.menu {
    z-index: 99;
}
@media only screen and (max-width: 1024px){
    #Gutenmodalpopup.popup-form {
        padding-top: 10px;
    }
}

/* ======================== POPUP FORM STYLE END ============ */
/* ======================== MOBILE POPUP STYLE BEGIN ============ */
.overlay-mobile {
    height: 100%;
    width: 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 999999;
}
.overlay-mobile .closebtn {
    position: absolute;
    top: 21px;
    right: 18px;
    font-size: 22px;
    background-color: #f86f06;
    color: #fff;
    height: 30px;
    text-align: center;
    width: 30px;
    border-radius: 10px;
    padding-top: 0px;
    z-index: 1000;
}
.overlay-mobile a {
    text-decoration: none;
}
.overlay-content-mobile {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
/* ======================== MOBILE POPUP STYLE END ============ */


/* ======================== FLOATING BTN CSS BEGIN ============ */
.float-container-btns {
    position: fixed;
    top: 50%;
    display: flex;
    flex-direction: column;
    right: -190px;
    width: 250px;
    z-index: 9999;
}
.float-container-btns a {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    transition: all 0.2s linear;
    background: #f86f06;
    box-shadow: 0 2px 4px #7d7d7d;
    border: 2px solid #fff !important;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
}
.float-container-btns img {
    width: 35px;
    height: auto;
    margin-right: 15px;
}
.float-container-btns>a:hover {
    transform: translateX(-168px);
    transition: all 0.2s linear;
    color: #fff;
}
/* ======================== FLOATING BTN CSS END ============ */


/* ======================== Btn_back_to_top  BEGIN ============ */
#btn-back-to-top {
    position: fixed;
    bottom: 8%;
    right: 10px;
    display: none;
    cursor: pointer;
    color: #fff;
    background-color: #F86F06;
    width: 45px;
    height: 45px;
    font-size: 38px;
    border-radius: 0%;
    z-index: 10000;
    text-align: center;
    border: none;
}
#btn-back-to-top:hover {
    background: #074EDA;
}
/* ======================== Btn_back_to_top  END ============ */

ul#menu-main-menu li a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
ul#menu-main-menu li a:hover {
    text-decoration: none;
    font-size: 20px;
    color: #f86f06;
    font-weight: 500;
}
ul#menu-main-menu {
    display: flex;
    justify-content: center;
}
ul#menu-main-menu li {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    padding: 0px 25px;
}