.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;
}

.hdr_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hdr_row {
    background: #F7FBFC !important;
}

.hdr_col_1 {
    width: 15% !important;
}

.hdr_col_2 {
    width: 63% !important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.hdr_col_3 {
    width: 22% !important;
}

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

.hdr_menu ul {
    padding: 0 !important;
}

.hdr_menu ul li {
    margin: 0 !important;
    transition: 1s;
}

.hdr_main_menu ul li {
    padding: 43px 55px !important;
}

.hdr_menu ul li a {
    padding: 0 !important;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    text-transform: capitalize;
    width: 100% !important;
    position: relative;
    transition: 1s;
}

.hdr_menu ul li a:hover {
    opacity: 1 !important;
    color: #cec8ba !important;
}

.hdr_menu ul li ul li a:hover {
    color: #fff !important;
}

.hdr_menu ul li ul li a:hover {
    color: #222 !important;
}

.hdr_servc_menu ul li:hover {
    border-top: 2px solid #cec8ba;
    transition: none !important;
}

.hdr_servc_menu ul li.current-menu-item {
    border-top: 2px solid #cec8ba !important;
}

#menu-item-893,
#menu-item-895,
#menu-item-894 {
    display: none !important;
}


/* ------------dropdown------------- */

.hdr_menu ul li ul {
    width: 210px !important;
    border-color: #222 !important;
    transform-origin: top;
    transition: 0.5s !important;
    margin-left: 0;
}

.header_section_fixed .hdr_menu ul li ul li {
    padding: 5px !important;
}

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

.hdr_menu ul li ul li a {
    color: #fff !important;
    font-size: 14px;
}

.hdr_menu ul li ul li a:hover {
    background: #fff0 !important;
    opacity: 1 !important;
}

.hdr_menu ul li a:hover {
    opacity: 1 !important;
    color: #cec8ba !important;
}

.hdr_menu ul li.current_page_item a {
    color: #cec8ba !important;
}

.hdr_menu ul li a:after {
    position: absolute !important;
    right: -25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px !important;
    background: #fff;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    border: 1px solid #cec8ba;
    top: 10px !important;
    transition: 0.5s !important;
    color: #000 !important;
}

li.menu-item-has-children:hover a:after {
    background: #cec8ba !important;
    color: #fff !important;
    border: 1px solid #cec8ba !important;
}


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


/* ---------------------------------- */


/* ----------buttons------ */

.hdr_btn_box .dfa {
    justify-content: right;
}

.hdr_btn_box {
    padding: 0 25px;
}


/* ---------servive menu-------- */

.hdr_servc_row {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.hdr_servc_menu ul li {
    padding: 20px 56px !important;
    position: relative;
}

.hdr_servc_menu ul li:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    background: #CCCCCC;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hdr_servc_menu ul li:last-child::after {
    display: none;
}

.hdr_servc_menu ul li ul li::after {
    display: none;
}

.hdr_servc_menu ul li a {
    width: 100px !important;
    line-height: 1.4;
}

.hdr_servc_menu ul li ul li a {
    width: auto !important;
}

.des_none {
    display: none !important;
}

@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: 1024px) {
    .hdr_sec {
        display: none !important;
    }
    .hdr_mb_sec {
        display: block !important;
    }
    .hdr_mb_col {
        width: 50% !important;
    }
    .des_none {
        display: block !important;
    }
    /* -----mobile buttons----- */
    .hdr_mb_lft_btn,
    .hdr_mb_rt_btn {
        width: 50%;
        text-align: center;
        padding: 5px;
        background: #ffffff;
        transition: 1s;
    }
    .hdr_mb_lft_btn:hover,
    .hdr_mb_rt_btn:hover {
        background: #cec8ba;
    }
    .hdr_mb_lft_btn a,
    .hdr_mb_rt_btn a {
        color: #000;
        font-size: 14px;
    }
    .hdr_mb_lft_btn:hover a,
    .hdr_mb_rt_btn:hover a {
        color: #fff;
    }
    .hdr_mb_btn_box_inr {
        border-bottom: 1px solid #cec8ba;
        position: relative;
    }
    .hdr_mb_btn_box_inr:after {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        background: #cec8ba;
        left: 0;
        right: 0;
        margin: auto;
    }
    .hdr_mb_main_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .hdr_mb_logo img {
        width: 100%;
        height: 50px;
        object-fit: contain;
        object-position: left;
    }
    .hdr_mb_main_row {
        padding: 10px !important;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .hdr_col_2 {
        width: 55% !important;
    }
    .hdr_col_3 {
        width: 30% !important;
    }
    .hdr_logo img {
        height: 50px;
    }
    .hdr_main_menu ul li {
        padding: 23px 30px !important;
    }
    .hdr_servc_menu ul li {
        padding: 13px 15px !important;
    }
    .hdr_btn_box {
        padding: 0 10px 0 0;
    }
    .hdr_servc_menu ul li a {
        width: 83px !important;
        line-height: 1.2;
    }
    .hdr_menu ul li a {
        font-size: 14px;
    }
    .hdr_menu ul li a:after {
        right: -8px !important;
        font-size: 12px !important;
        height: 10px;
        width: 10px;
        top: 8px !important;
    }
    .hdr_menu ul li:last-child ul {
        margin-left: -95px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .hdr_col_2 {
        width: 56% !important;
    }
    .hdr_col_3 {
        width: 29% !important;
    }
    .hdr_logo img {
        height: 55px;
    }
    .hdr_main_menu ul li {
        padding: 27px 40px !important;
    }
    .hdr_servc_menu ul li {
        padding: 13px 18px !important;
    }
    .hdr_btn_box {
        padding: 0 10px 0 0;
    }
    .hdr_servc_menu ul li a {
        width: 90px !important;
    }
    .hdr_menu ul li a {
        font-size: 14px;
    }
    .hdr_menu ul li a:after {
        right: -8px !important;
        font-size: 12px !important;
        height: 10px;
        width: 10px;
        top: 16px !important;
    }
    .hdr_menu ul li:last-child ul {
        margin-left: -85px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .hdr_col_2 {
        width: 57% !important;
    }
    .hdr_col_3 {
        width: 28% !important;
    }
    .hdr_logo img {
        height: 60px;
    }
    .hdr_main_menu ul li {
        padding: 27px 55px !important;
    }
    .hdr_servc_menu ul li {
        padding: 13px 26px !important;
    }
    .hdr_btn_box {
        padding: 0 20px;
    }
    .hdr_servc_menu ul li a {
        width: 90px !important;
    }
    .hdr_menu ul li a {
        font-size: 15px;
    }
    .hdr_menu ul li a:after {
        right: -15px !important;
        font-size: 14px !important;
        height: 13px;
        width: 13px;
    }
    .hdr_menu ul li:last-child ul {
        margin-left: -70px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .hdr_col_2 {
        width: 59% !important;
    }
    .hdr_col_3 {
        width: 26% !important;
    }
    .hdr_logo img {
        height: 65px;
    }
    .hdr_main_menu ul li {
        padding: 33px 55px !important;
    }
    .hdr_servc_menu ul li {
        padding: 13px 30px !important;
    }
    .hdr_btn_box {
        padding: 0 20px;
    }
    .hdr_menu ul li a {
        font-size: 15px;
    }
    .hdr_menu ul li a:after {
        right: -15px !important;
        font-size: 14px !important;
        height: 13px;
        width: 13px;
    }
    .hdr_menu ul li:last-child ul {
        margin-left: -60px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .hdr_col_2 {
        width: 60% !important;
    }
    .hdr_col_3 {
        width: 25% !important;
    }
    .hdr_logo img {
        height: 70px;
    }
    .hdr_main_menu ul li {
        padding: 40px 55px !important;
    }
    .hdr_servc_menu ul li {
        padding: 20px 43px !important;
    }
    .hdr_menu ul li:last-child ul {
        margin-left: -30px;
    }
}