.adg_site_header_fixed.desk_header {
    background: #00000080 !important;
    backdrop-filter: blur(65px) !important;
    padding: 10px !important;
}

.desk_header {
    position: fixed !important;
    width: 100% !important;
    background: transparent !important;
    top: 0px !important;
}

.desk_header.pd0 {
    padding-top: 20px !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.head_logo {
    width: 100% !important;
    line-height: 0 !important;
}

.head_logo .et_pb_image_wrap {
    width: 100% !important;
    line-height: 0 !important;
}

.head_logo img {
    object-fit: contain;
    object-position: left;
    width: 100% !important;
    height: 80px;
}

.head_col_1 {
    width: 24% !important;
}

.head_col_2 {
    width: 57% !important;
}

.head_col_3 {
    width: 19% !important;
}

.desk_header .et_pb_menu .et-menu {
    margin: 0px !important;
}

.head_menu {
    height: 50px;
    display: flex !important;
    align-items: center;
    width: 100% !important;
    background: #FFFFFF1A;
    backdrop-filter: blur(65px);
    border-radius: 30px;
}

.head_menu .clearfix {
    width: 100% !important;
}

.head_menu .et_pb_menu__wrap {
    width: 100% !important;
}

.head_menu .et_pb_menu__menu {
    width: 100% !important;
}

.head_menu nav.et-menu-nav {
    width: 100% !important;
}

.head_menu ul#menu-main-menu {
    justify-content: center;
    width: 100% !important;
}

ul#menu-main-menu>li {
    margin: 0px !important;
    position: relative !important;
    padding: 15px 35px;
}

ul#menu-main-menu>li a {
    padding-bottom: 0px;
    font-family: var(--font_sora);
    color: #fff !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: normal !important;
    text-transform: capitalize !important;
    position: relative !important;
    opacity: 1 !important;
}

.head_btn .btn_col_left .site_button {
    background: #FFFFFF1A;
    backdrop-filter: blur(65px)
}

.head_menu ul#menu-main-menu li a:hover,
.head_menu ul#menu-main-menu li.current_page_item a,
.foot_menu ul li a:hover,
.foot_menu ul li.current_page_item a {
    color: #BD262B !important;
    opacity: 1 !important;
}

ul#menu-main-menu>li {
    margin: 0px !important;
    position: relative !important;
    padding: 14px 35px;
}

.et-menu .menu-item-has-children>a:first-child:after {
    top: 2px;
}

.head_menu ul.sub-menu {
    padding: 0px !important;
    width: 350px !important;
}

.head_menu .et_pb_menu__menu>nav>ul>li>ul {
    left: 33px !important;
}

.head_menu ul.sub-menu li a {
    width: 100% !important;
    font-size: 14px !important;
    padding: 8px !important;
    padding-left: 10px !important;
    border-bottom: 1px solid #BD262B;
}

.head_menu ul.sub-menu li {
    width: 100%;
    padding: 0px !important;
}

.head_btn.dis_fx.ds_fx_al {
    justify-content: end;
}

.inn_btn {
    display: none;
}

.head_menu .nav li li ul {
    top: -3px;
    left: 350px;
}

@media all and (min-width: 320px) and (max-width: 980px) {

    #main-content {
        padding-top: 105px !important;
    }

    .mobile_header {
        position: fixed !important;
        width: 100% !important;
        background: #fff !important;
        top: 0 !important;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px !important;
        border-bottom: 1px solid #BD262B !important;
    }

    .mobile_head_row.pd0 {
        padding: 10px !important;
    }

    .mbl_btn .btn_col {
        width: 50%;
        margin: 0;
    }

    .mbl_btn .site_button {
        width: 100%;
        border-radius: unset !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        padding: 0 !important;
    }

    .mbl_btn .btn_col_left .site_button {
        background: #BD262B;
    }

    .mbl_btn .btn_col_right .site_button {
        background: #140A24;
    }

    .mob_col_1 {
        width: 70% !important;
    }

    .mob_col_2 {
        width: 30% !important;
    }

    .mob_head_logo {
        width: 100% !important;
        line-height: 0 !important;
    }

    .mob_head_logo img {
        object-fit: contain;
        object-position: left;
        width: 100% !important;
        height: 45px;
    }

    .fullmenu-wrapper {
        position: relative;
        z-index: 9999;
    }

    ul#menu-mobaile_menu {
        padding: 0 !important;
    }

    .menu-btn {
        background: #BD262B;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin: auto;
        margin-right: 0;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
    }

    .col_logo_mob {
        width: 200px !important;
    }

    .menu-btn span {
        width: 18px;
        height: 1px;
        background: #fff;
        display: block;
    }

    .menu-bg {
        position: fixed;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        z-index: 10000;
        transform: scale(0);
        transition: transform 0.5s ease;
    }

    .menu-bg.expand {
        transform: scale(60);
    }

    ul.sub-menu li a {
        font-size: 16px;
    }

    .fullmenu-nav {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background: transparent;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s ease;
        z-index: 10002;
    }

    .fullmenu-nav.open {
        opacity: 1;
        pointer-events: auto;
    }

    .menu-close {
        position: absolute;
        top: -2px;
        bottom: auto;
        right: -2px;
        left: auto;
        background: #140A24;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 0;
        border: none;
        font-weight: 100;
    }

    .fullmenu-wrapper {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    ul.sub-menu li {
        border: none;
    }

    .fullmenu-wrapper li li::after {
        display: none;
    }

    .fullmenu-wrapper ul.sub-menu {
        box-shadow: none !important;
    }

    .fullmenu-wrapper .main_drop ul li {
        width: 100% !important;
    }

    .fullmenu-wrapper li {
        list-style-type: none;
        position: relative;
        border-bottom: 1px dashed #BD262B;
        text-align: left;
        display: block;
        line-height: normal !important;
        margin: 0 !important;
        padding: 10px 20px !important;
        opacity: 0;
        transform: translateX(-100%);
        animation: slideIn 0.5s forwards;
    }

    .fullmenu-wrapper li a {
        display: block;
        font-family: var(--font_sora);
        color: #111 !important;
        font-size: 14px;
        text-decoration: none;
        transition: color 0.3s ease;
        width: 100%;
    }

    @keyframes slideIn {
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    ul.sub-menu li a {
        font-size: 14px;
    }

    .fullmenu-wrapper li.menu-item-has-children>a::after {
        content: "\33";
        font-size: 20px;
        position: absolute;
        top: 9px;
        right: 20px;
        font-family: ETmodules !important;
        border-radius: 100px;
        color: #000;
        line-height: 1;
        left: auto;
    }

    .fullmenu-wrapper ul.sub-menu {
        padding-left: 10px !important;
    }

    .fullmenu-wrapper li.open>a::after {
        content: "\32" !important;
    }

    .fullmenu-wrapper ul.sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0 !important;
    }

    .fullmenu-wrapper li.open>ul.sub-menu {
        max-height: max-content;
        /* adjust as needed */
    }

    .menu-mobaile_menu-container {
        padding-top: 60px;
    }

    .header_top_row {
        padding: 0;
    }

    .main_header_top a {
        width: 50% !important;
        text-align: center;
    }

    .main_header_top a:first-child {
        background: #57b1e3;
        color: #fff !important;
    }

    .main_header_top {
        display: flex;
        align-items: center;
    }

    .main_header_top a {
        width: 50% !important;
        text-align: center;
        border-bottom: 0.1px solid #cccccc5e;
    }

    .adg_site_header_fixed {
        position: fixed;
        width: 100%;
        top: 0;
    }

    .fullmenu-wrapper ul {
        display: block;
        padding: 0 !important;
        height: 78vh;
        overflow: auto;
    }

    .logo_menu {
        text-align: left !important;
        width: 200px;
        padding: 30px 10px;
        margin: auto;
    }

    .menu-main-menu-container {
        padding-top: 0px;
    }

    .menu_copyright {
        font-family: var(--font_sora);
        position: absolute;
        bottom: 0;
        background: #140A24;
        padding: 10px;
        color: #fff;
        width: 100%;
        left: 0;
        right: 0;
        font-size: 13px;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1140px) {

    .desk_header.pd0 {
        padding-top: 10px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .head_logo img {
        height: 50px;
    }

    ul#menu-main-menu>li a {
        font-size: 14px;
    }

    .head_col_1 {
        width: 23% !important;
    }

    .head_col_2 {
        width: 67% !important;
    }

    .head_col_3 {
        width: 10% !important;
    }

    .head_menu {
        height: 45px;
    }

    ul#menu-main-menu>li {
        padding: 13px 12px;
    }

    .head_menu .et_pb_menu__menu>nav>ul>li>ul {
        left: 10px !important;
    }

    .main_btn {
        display: none;
    }

    .inn_btn {
        display: block;
    }

    .inn_btn .head_btn .btn_col_left .site_button {
        padding: 0 !important;
        background: transparent !important;
        backdrop-filter: unset !important;
    }

}

@media all and (min-width: 1141px) and (max-width: 1440px) {

    .desk_header.pd0 {
        padding-top: 10px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .head_logo img {
        height: 60px;
    }

    ul#menu-main-menu>li a {
        font-size: 14px;
    }

    .head_col_1 {
        width: 23% !important;
    }

    .head_col_2 {
        width: 59% !important;
    }

    .head_col_3 {
        width: 18% !important;
    }

    .head_menu {
        height: 45px;
    }

    ul#menu-main-menu>li {
        padding: 13px 14px;
    }

    .head_menu .et_pb_menu__menu>nav>ul>li>ul {
        left: 12px !important;
    }

    .main_btn {
        display: block;
    }

    .inn_btn {
        display: none;
    }

    .inn_btn .head_btn .btn_col_left .site_button {
        padding: 0 !important;
        background: transparent !important;
        backdrop-filter: unset !important;
    }

    .head_btn .btn_col_left .site_button .bt_ic {
        display: none;
    }

}

@media all and (min-width: 1441px) and (max-width: 1880px) {

    .desk_header.pd0 {
        padding-top: 15px !important;
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .head_logo img {
        height: 75px;
    }

    ul#menu-main-menu>li a {
        font-size: 15px;
    }

    .head_col_1 {
        width: 23% !important;
    }

    .head_col_2 {
        width: 59% !important;
    }

    .head_col_3 {
        width: 18% !important;
    }

    .head_menu {
        height: 45px;
    }

    ul#menu-main-menu>li {
        padding: 13px 23px;
    }

    .head_menu .et_pb_menu__menu>nav>ul>li>ul {
        left: 21px !important;
    }

}