.hdr_mb_sec {
    display: none !important;
}

.et_pb_menu__wrap {
    width: 100% !important;
}

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

.et_pb_menu__menu {
    width: 100% !important;
}

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


/* HEADER BASE */
.hdr_sec {
    position: fixed;
    left: 0;
    width: 100%;
    top: -20px;
    z-index: 999;
    transform: translateY(calc(100vh - 100px));
    /* bottom visible */
    transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

/*  hide completely */
.hdr_sec.is-hidden {
    transform: translateY(120vh);
}

.hdr_sec.hdr_default {
    position: fixed;
    width: 100%;
    top: 20px;
    background: #fff0 !important;
    transform: none !important;
}

.hdr_mb_sec {
    position: fixed;
}

.hdr_row {
    width: 1020px !important;
    padding: 0 30px !important;
    background-color: #fff0 !important;
    position: relative;
}

.hdr_col1 {
    width: 11% !important;
}

.hdr_col2 {
    width: 89% !important;
}

.hdr_col3 {
    position: absolute;
    right: 25px;
    z-index: 4;
    width: fit-content !important;
}

.hdr_logo {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;

    /* glass look */
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    border-top: 1px solid rgba(221, 221, 221, 0.35);
    border-left: 1px solid rgba(221, 221, 221, 0.15);
    border-right: 1px solid rgba(221, 221, 221, 0.15);

}


.hdr_logo img {
    width: 100%;
    height: 43px;
    object-fit: contain;
}

.hdr_menu ul {
    width: 100% !important;
    justify-content: left !important;
    border-radius: 20px;
    /* glass look */
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    border-top: 1px solid rgba(221, 221, 221, 0.35);
    border-left: 1px solid rgba(221, 221, 221, 0.15);
    border-right: 1px solid rgba(221, 221, 221, 0.15);

}

.hdr_menu ul {
    margin: 0 !important;
}

.hdr_menu>ul>li:first-child {
    padding-left: 50px !important;
}

.hdr_menu ul>li {
    padding: 38px 30px !important;
    margin: 0 !important;
    transition: 0s !important;
    text-align: center;
}

.hdr_menu ul li a {
    font-size: 15px;
    padding: 0 !important;
    font-weight: 700;
    color: #fff !important;
    opacity: 1 !important;
    transition: 1s;
    text-transform: uppercase;
    width: 100% !important;
    display: flex !important;
    justify-content: left !important;
    line-height: 1.5;
}

.hdr_menu ul li ul {
    padding: 0 !important;
    visibility: hidden !important;
    transition: 0s !important;
    transform-origin: bottom;
    width: 250px !important;
}

.hdr_menu ul li:hover>ul {
    visibility: visible !important;
    transition: .5s !important;
}

.et_pb_menu.hdr_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: calc(-100% - -20px);
    left: 0;
}

.hdr_sec.hdr_default .et_pb_menu.hdr_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: calc(-100% - -195px);
    left: 0;
}

.hdr_menu ul li ul li {
    padding: 7px 10px !important;
    border-bottom: 1px solid #1E1F28;
    width: 100% !important;
    background: #fff !important;
}

.hdr_menu ul li ul li a {
    padding: 0 !important;
    background: #fff0 !important;
    justify-content: left;
    font-weight: 600;
    color: #1E1F28 !important;
}

.hdr_menu ul li a:hover,
.hdr_menu ul li.current_page_item a {
    color: #FF6F00 !important;
}

.hdr_menu .et-menu .menu-item-has-children>a:first-child:after {
    font-family: 'FontAwesome';
    content: "\f067";
    top: 5px;
    right: -15px !important;
    font-size: 8px;
    background: #ff6f00;
    height: 12px;
    width: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
}

/* --- talk button--- */

.hdr_btn_main_box .talk_btn_box_inr {
    justify-content: right;
}

.hdr_btn_main_box .talk_btn_txt {
    background: #1F2028;
}

.talk_btn_txt {
    width: 170px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    position: relative;
    font-size: 17px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1.1px;
    transition: 1s;
}

.talk_btn_txt:hover {
    background: #FF6F00;
}

.talk_btn_txt:after {
    position: absolute;
    content: "";
    height: 45px;
    width: 100px;
    border: 1px solid #FF6F00;
    right: -20px;
    border-radius: 30px;
    z-index: -1;
}

.talk_btn_arw {
    display: flex;
    padding-left: 12px;
}

.talk_btn_arw svg {
    width: 100%;
    animation: floatLR 1.5s ease-in-out infinite alternate;
}

@keyframes floatLR {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-4px);
    }
}


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

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

@media all and (min-width: 320px) and (max-width: 980px) {
    .hdr_sec {
        display: none !important;
    }

    .hdr_mb_sec {
        display: block !important;
        position: fixed;
        width: 100%;
        top: 0;
        background: #201e25 !important;
        border-bottom: 1px solid #ddddcc17;
    }

    .hdr_mb_row {
        padding: 10px !important;
    }

    /* div#main-content {
        margin-top: 45px;
    } */

    .talk_btn_txt {
        width: 110px;
        height: 30px;
        font-size: 14px;
    }

    .talk_btn_txt:after {
        height: 24px;
        width: 60px;
        right: -10px;
    }

    .talk_btn_arw {
        display: flex;
        padding-left: 5px;
    }

    .talk_btn_arw svg {
        height: 12px;
    }

    .hdr_icons {
        display: flex;
        justify-content: right;
        padding-right: 35px;
    }

    .hdr_icon:first-child {
        margin-right: 5px;
    }

    .hdr_mb_logo {
        display: flex;
    }

    .hdr_mb_logo img {
        width: 100%;
        height: 40px;
        object-fit: contain;
        object-position: left;
    }

    .hdr_icon {
        display: flex;
        height: 35px;
        width: 32px;
        justify-content: center;
        align-items: center;
        background: #201e25;
        border-radius: 5px;
        border: 1px solid #FF6F00;
    }

    .hdr_mb_svg {
        display: flex;
    }

    .hdr_mb_svg img {
        width: 100%;
        height: 22px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

    .hdr_row {
        width: 800px !important;
    }

    .hdr_menu ul>li {
        padding: 30px 30px !important;
    }

    .hdr_logo {
        height: 85px;
        border-radius: 10px;
    }

    .hdr_menu ul {
        border-radius: 10px;
    }

    .hdr_row {
        width: 800px !important;
    }

    .hdr_menu ul>li {
        padding: 25px 27px !important;
    }

    .hdr_logo {
        height: 75px;
        border-radius: 10px;
    }

    .hdr_menu ul {
        border-radius: 10px;
    }


    .hdr_menu ul li a {
        font-size: 14px;

    }
}


@media all and (min-width: 981px) and (max-width: 1024px) {
    .talk_btn_txt {
        width: 130px;
        height: 40px;
    }

    .talk_btn_txt:after {
        height: 30px;
        width: 80px;
        right: -10px;
    }

    .talk_btn_arw {
        display: flex;
        padding-left: 5px;
    }

    .hdr_row {
        width: 840px !important;
    }

    .hdr_menu ul>li {
        padding: 25px 22px !important;
    }

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

    .hdr_logo {
        height: 72px;
        border-radius: 10px;
    }


    .hdr_menu ul {
        border-radius: 10px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .talk_btn_txt {
        width: 130px;
        height: 40px;
    }

    .talk_btn_txt:after {
        height: 30px;
        width: 80px;
        right: -10px;
    }

    .talk_btn_arw {
        display: flex;
        padding-left: 5px;
    }

    .hdr_row {
        width: 900px !important;
    }

    .hdr_menu ul>li {
        padding: 30px 27px !important;
    }

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

    .hdr_logo {
        height: 81px;
        border-radius: 10px;
    }


    .hdr_menu ul {
        border-radius: 10px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .talk_btn_txt {
        width: 130px;
        height: 40px;
    }

    .talk_btn_txt:after {
        height: 30px;
        width: 80px;
        right: -10px;
    }

    .talk_btn_arw {
        display: flex;
        padding-left: 5px;
    }


    .hdr_row {
        width: 900px !important;
    }

    .hdr_menu ul>li {
        padding: 30px 27px !important;
    }

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

    .hdr_logo {
        height: 81px;
        border-radius: 10px;
    }

    .hdr_menu ul {
        border-radius: 10px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .talk_btn_txt {
        width: 130px;
        height: 40px;
    }

    .talk_btn_txt:after {
        height: 30px;
        width: 80px;
        right: -10px;
    }

    .talk_btn_arw {
        display: flex;
        padding-left: 5px;
    }


    .hdr_row {
        width: 900px !important;
    }

    .hdr_menu ul>li {
        padding: 30px 25px !important;
    }

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

    .hdr_logo {
        height: 81px;
        border-radius: 10px;
    }

    .hdr_menu ul {
        border-radius: 10px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .talk_btn_txt {
        width: 150px;
        height: 50px;
    }

    .hdr_row {
        width: 900px !important;
    }

    .hdr_menu ul>li {
        padding: 30px 25px !important;
    }

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

    .hdr_logo {
        height: 81px;
        border-radius: 10px;
    }

    .hdr_menu ul {
        border-radius: 10px;
    }
}

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