.hdr_sec,
.hdr_mb_sec {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.hdr_mb_sec {
    display: none !important;
}

.et_pb_menu__wrap {
    width: 100% !important;
}

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

.et_pb_menu__menu {
    width: 100% !important;
}

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

/* ------start----- */
.hdr_sec {
    background: #00000078;
    backdrop-filter: blur(23px)
}

.hdr_sec.hdr_sec_fixed {
    background: #222;
}

.hdr_row {
    display: flex;
    flex-wrap: wrap;
}

.hdr_col_1 {
    width: 12% !important;
}

.hdr_logo {
    position: absolute;
    left: 0;
    top: 0;
}

.hdr_col_2 {
    width: 88% !important;
}

.hdr_logo {
    width: 100%;
    height: 170px;
    background: #000;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hdr_logo a {
    display: flex;
}

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

.hdr_top_box_inr {
    border-bottom: 1px solid #ffffff33;
}

.hdr_cnt_main_box {
    width: 70%;
    display: flex;
    justify-content: center;
}

.hdr_top_btn_box {
    width: 30%;
    display: flex;
    justify-content: center;
    padding-right: 10px;
}

.hdr_cnt_main_box_inr {
    justify-content: center;
    position: relative;
}

.hdr_cnt_main_box_inr:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 1px;
    background: #ffffff33;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.hdr_cnt_box {
    width: 50%;
    text-align: center;
    display: flex;
}

.hdr_cnt_mail_box {
    justify-content: right;
    padding-right: 40px;
}

.hdr_cnt_call_box {
    justify-content: left;
    padding-left: 40px;
}

.hdr_top_box_inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.hdr_cnt_img {
    display: flex;
}

.hdr_cnt_img img {
    width: 100%;
    height: 20px;
    object-fit: contain;
}

.hdr_cnt_img_box {
    padding-right: 10px;
}

.hdr_cnt_txt {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

/* --menu-- */
.hdr_menu ul {
    margin: 0 !important
}

.hdr_col_2 {
    border-bottom: 1px solid #454545;
}

.hdr_menu ul {
    width: 100% !important;
}

.hdr_menu ul>li {
    padding: 22px 40px !important;
    margin: 0 !important;
    transition: 0s !important;
    width: 18%;
    text-align: center;
}

.hdr_menu ul>li::after {
    border-right: 1px solid #7979797a;
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hdr_menu ul>li>ul>li::after {
    display: none;
}

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

.hdr_menu ul li ul {
    border-color: #D6A74E;
    padding: 0 !important;
    visibility: hidden !important;
    transition: 0s !important;
    transform: rotateX(90deg);
    transform-origin: top;
}

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

.hdr_menu ul li ul li a {
    padding: 0 !important;
    background: #fff0 !important;
}

.hdr_menu ul li a:hover {
    color: #D6A74E;
}

.hdr_menu ul li:hover>ul {
    visibility: visible !important;
    transition: 1s !important;
    transform: rotateX(0deg);
}

.hdr_menu .et-menu .menu-item-has-children>a:first-child:after {
    right: 30px;
}

.hdr_menu .et-menu li li.menu-item-has-children>a:first-child:after {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -9px !important;
    transform: rotate(270deg);
    width: 20px !important;
    height: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdr_menu ul li ul li ul {
    top: -3px !important;
    left: 300px !important;
}

/* --menu end-- */
/* -----end--------- */
@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;
    }

    .hdr_mb_row {
        display: flex;
        align-items: center;
        padding: 10px 10px !important;
        background: #000 !important;
        backdrop-filter: blur(10px);
    }

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

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

    .hdr_mb_logo {
        display: flex;
    }

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

    .hdr_icon {
        display: flex;
        height: 43px;
        width: 38px;
        background: #333333;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
    }

    .hdr_mb_svg {
        display: flex;
    }

    .hdr_mb_svg svg {
        width: 27px;
        height: 27px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    .hdr_logo {
        height: 100px;
        padding: 10px;
    }

    .hdr_logo img {
        height: 60px;
    }

    .hdr_menu ul>li {
        padding: 10px 5px !important;
        width: 20%;
    }

    .hdr_cnt_main_box_inr {
        padding: 5px 0;
    }

    .hdr_cnt_txt {
        font-size: 13px;
    }

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

    .hdr_cnt_img img {
        height: 15px;
    }

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

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .hdr_logo {
        height: 100px;
        padding: 10px;
    }

    .hdr_logo img {
        height: 60px;
    }

    .hdr_menu ul>li {
        padding: 10px 5px !important;
        width: 20%;
    }

    .hdr_cnt_main_box_inr {
        padding: 5px 0;
    }

    .hdr_cnt_txt {
        font-size: 14px;
    }

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

    .hdr_cnt_img img {
        height: 15px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .hdr_logo {
        height: 110px;
        padding: 15px;
    }

    .hdr_logo img {
        height: 110px;
    }

    .hdr_menu ul>li {
        padding: 15px 5px !important;
        width: 20%;
    }

    .hdr_cnt_main_box_inr {
        padding: 5px 0;
    }

    .hdr_cnt_txt {
        font-size: 15px;
    }

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

    .hdr_cnt_img img {
        height: 15px;
    }
}

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

    .hdr_logo img {
        height: 110px;
    }

    .hdr_menu ul>li {
        padding: 18px 10px !important;
        width: 19%;
    }

    .hdr_cnt_main_box_inr {
        padding: 5px 0;
    }

    .hdr_cnt_txt {
        font-size: 15px;
    }

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

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .hdr_logo {
        height: 130px;
    }

    .hdr_logo img {
        height: 110px;
    }

    .hdr_menu ul>li {
        padding: 18px 10px !important;
        width: 19%;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .hdr_logo {
        height: 130px;
    }

    .hdr_logo img {
        height: 110px;
    }

    .hdr_menu ul>li {
        padding: 18px 10px !important;
        width: 18.2%;
    }
}