header.et-l.et-l--header {
    z-index: 999 !important;
    position: relative !important;
}

.hdr_sec,
.hdr_mb_sec {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: transparent;
}

.hdr_mb_sec {
    display: none !important;
}

.hdr_sec_fixed {
    background: #111;
}

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

.hdr_col1 {
    width: 11% !important;
}

.hdr_col2 {
    width: 61% !important;
}

.hdr_col3 {
    width: 28% !important;
}

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

/* logo */
.hdr_logo {
    display: flex;
    justify-content: center;
}

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


/* --menu-- */
.hdr_menu {
    background: #FFFFFF;
    border-radius: 7px;
}

.hdr_menu ul {
    width: 100% !important;
    justify-content: center !important;
}

.hdr_menu ul {
    margin: 0 !important;
}

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

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

.hdr_menu ul li ul {
    border-color: #9A6730;
    padding: 0 !important;
    width: 240px !important;
    transition: 1s !important;
}

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

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

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

.et-menu .menu-item-has-children>a:first-child:after {
    right: -15px;
    top: 1px;
    line-height: 1.3;
}

/* --menu end-- */

/* button */
.hdr_col3 {
    z-index: 9;
}

.hdr_quote_btn {
    position: relative;
    left: -35px;
}

.hdr_quote_btn .site_button {
    width: 210px;
    height: 85px;
    position: relative;
    background: #111;
    color: #fff;
    padding: 0;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    transition: none !important;
}

.hdr_quote_btn .site_button:hover {
    background: linear-gradient(180deg, #EFE393 0%, #9A6730 100%) !important;
    ;
    ;
    color: #111;
    font-weight: 500;

}

.hdr_quote_btn .site_button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(90deg, #d4af3770, #9a67307d);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    height: 98%;
    width: 99%;
}

.hdr_cnt_block_inr {
    background: #FFFFFF;
    padding: 10px 30px;
    border-radius: 0 0 7px 7px;
    margin-top: -19px;
}

.hdr_right_box_inr {
    justify-content: right;
}

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

.hdr_cnt_icn {
    display: flex;
}

.hdr_cnt_icn img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.hdt_cnt_call_box {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #DDDDDD;
}

.hdr_cnt_txt {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
}

.hdt_cnt_call_box .hdr_cnt_txt {
    font-size: 22px;
    font-weight: 500;
}

.hdr_cnt_full_row {
    display: none !important;
}

.current_page_item>a {
    color: #9c6a32 !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: 980px) {
    div#main-content {
        margin-top: 80px !important;
    }

    .hdr_sec {
        display: none !important;
    }

    .hdr_mb_sec {
        display: block !important;
        background: #111 !important;
    }

    .hdr_mb_row.pd0 {
        padding: 0 10px !important;
    }

    .hdr_mb_col {
        width: 50% !important;
    }

    .hdr_mb_logo {
        display: flex;
    }

    .hdr_mb_logo img {
        height: 60px;
    }

    .hdr_mb_cnt_box_inr a {
        display: flex;
        color: #fff;
        font-size: 14px;
        justify-content: center;
        font-weight: 300;

    }

    .hdr_mb_btn_block_inr.dfa {
        justify-content: center;
        border-bottom: 1px solid #5a4321;
    }

    .hdr_mb_call_box {
        border-right: 1px solid #5a4321;
    }

    .hdr_mb_btn {
        width: 50%;
    }

    .hdr_mb_btn_txt {
        padding: 5px;
    }

    a.hdr_mb_mail_box {
        display: none;
    }


}

@media all and (min-width: 981px) and (max-width: 1024px) {
    .hdr_col1 {
        width: 12% !important;
    }

    .hdr_col2 {
        width: 77% !important;
    }

    .hdr_col3 {
        width: 13% !important;
    }

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

    .hdr_menu ul li ul {
        width: 170px !important;
    }

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

    .hdr_quote_btn {
        position: relative;
        left: 0;
    }

    .hdr_cnt_block_inr {
        padding: 5px 15px;
        margin-top: 0px;
    }

    .hdr_cnt_txt,
    .hdt_cnt_call_box .hdr_cnt_txt {
        padding-left: 5px;
        font-size: 14px;
        font-weight: 400;
    }

    .hdr_quote_btn .site_button {
        width: 110px;
        height: 45px;
    }

    .hdr_quote_btn .site_button,
    .hdr_quote_btn .site_button::before {
        border-radius: 5px;
    }

    .hdr_logo img {
        height: 70px;
    }

    /* full row contact */
    .hdr_cnt_full_row {
        display: block !important;
    }

    .hdr_cnt_block {
        display: none;
    }

    .hdr_cnt_full_box {
        display: block !important;
    }

    .hdr_cnt_icn img {
        width: 18px;
        height: 18px;
    }

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

    .hdt_cnt_call_box {
        padding: 0;
        margin: 0;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid #ddd;
        border-bottom: none;
    }

    .hdr_right_box_inr {
        justify-content: center;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .hdr_col1 {
        width: 12% !important;
    }

    .hdr_col2 {
        width: 77% !important;
    }

    .hdr_col3 {
        width: 13% !important;
    }

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

    .hdr_menu ul li ul {
        width: 170px !important;
    }

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

    .hdr_quote_btn {
        position: relative;
        left: 0;
    }

    .hdr_cnt_block_inr {
        padding: 5px 15px;
        margin-top: 0px;
    }

    .hdr_cnt_txt,
    .hdt_cnt_call_box .hdr_cnt_txt {
        padding-left: 5px;
        font-size: 14px;
        font-weight: 400;
    }

    .hdr_quote_btn .site_button {
        width: 110px;
        height: 45px;
    }

    .hdr_quote_btn .site_button,
    .hdr_quote_btn .site_button::before {
        border-radius: 5px;
    }

    .hdr_logo img {
        height: 70px;
    }

    /* full row contact */
    .hdr_cnt_full_row {
        display: block !important;
    }

    .hdr_cnt_block {
        display: none;
    }

    .hdr_cnt_full_box {
        display: block !important;
    }

    .hdr_cnt_icn img {
        width: 18px;
        height: 18px;
    }

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

    .hdt_cnt_call_box {
        padding: 0;
        margin: 0;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid #ddd;
        border-bottom: none;
    }

    .hdr_right_box_inr {
        justify-content: center;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .hdr_col1 {
        width: 15% !important;
    }

    .hdr_col2 {
        width: 72% !important;
    }

    .hdr_col3 {
        width: 15% !important;
    }

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

    .hdr_quote_btn {
        position: relative;
        left: 0;
    }

    .hdr_cnt_block_inr {
        padding: 5px 15px;
        margin-top: 0px;
    }

    .hdr_cnt_txt,
    .hdt_cnt_call_box .hdr_cnt_txt {
        padding-left: 5px;
        font-size: 14px;
        font-weight: 400;
    }

    .hdr_quote_btn .site_button {
        width: 135px;
        height: 55px;

    }

    .hdr_quote_btn .site_button,
    .hdr_quote_btn .site_button::before {
        border-radius: 5px;
    }

    .hdr_logo img {
        height: 80px;
    }

    /* full row contact */
    .hdr_cnt_full_row {
        display: block !important;
    }

    .hdr_cnt_block {
        display: none;
    }

    .hdr_cnt_full_box {
        display: block !important;
    }

    .hdr_cnt_icn img {
        width: 18px;
        height: 18px;
    }

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

    .hdt_cnt_call_box {
        padding: 0;
        margin: 0;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid #ddd;
        border-bottom: none;
    }

    .hdr_right_box_inr {
        justify-content: center;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .hdr_col1 {
        width: 15% !important;
    }

    .hdr_col2 {
        width: 72% !important;
    }

    .hdr_col3 {
        width: 15% !important;
    }

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

    .hdr_quote_btn {
        position: relative;
        left: 0;
    }

    .hdr_cnt_block_inr {
        padding: 5px 15px;
        margin-top: 0px;
    }

    .hdr_cnt_txt,
    .hdt_cnt_call_box .hdr_cnt_txt {
        padding-left: 5px;
        font-size: 14px;
        font-weight: 400;
    }

    .hdr_quote_btn .site_button {
        width: 135px;
        height: 60px;

    }

    .hdr_quote_btn .site_button,
    .hdr_quote_btn .site_button::before {
        border-radius: 5px;
    }

    .hdr_logo img {
        height: 90px;
    }

    /* full row contact */
    .hdr_cnt_full_row {
        display: block !important;
    }

    .hdr_cnt_block {
        display: none;
    }

    .hdr_cnt_full_box {
        display: block !important;
    }

    .hdr_cnt_icn img {
        width: 18px;
        height: 18px;
    }

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

    .hdt_cnt_call_box {
        padding: 0;
        margin: 0;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid #ddd;
        border-bottom: none;
    }

    .hdr_right_box_inr {
        justify-content: center;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .hdr_col1 {
        width: 10% !important;
    }

    .hdr_col2 {
        width: 60% !important;
    }

    .hdr_col3 {
        width: 30% !important;
    }

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

    .hdr_quote_btn {
        position: absolute;
        left: -5px;
        top: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        display: flex;
        align-items: center;
    }

    .hdr_cnt_block_inr {
        padding: 12px 15px;
        margin-top: 0px;
    }

    .hdt_cnt_call_box {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .hdt_cnt_call_box .hdr_cnt_txt {
        font-size: 18px;
    }

    .hdr_cnt_txt {
        padding-left: 5px;
        font-size: 15px;
    }

    .hdr_quote_btn .site_button {
        width: 135px;
        height: 60px;

    }

    .hdr_quote_btn .site_button,
    .hdr_quote_btn .site_button::before {
        border-radius: 5px;
    }

    .hdr_logo img {
        height: 90px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .hdr_col1 {
        width: 10% !important;
    }

    .hdr_col2 {
        width: 60% !important;
    }

    .hdr_col3 {
        width: 30% !important;
    }

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

    .hdr_quote_btn {
        position: absolute;
        left: -10px;
        top: 0;
        right: 0;
        margin: auto;
    }

    .hdr_cnt_block_inr {
        padding: 12px 15px;
        margin-top: -20px;
    }

    .hdr_quote_btn .site_button {
        width: 180px;
        height: 85px;
    }


    .hdr_cnt_block_inr {
        padding: 12px 15px;
        margin-top: -20px;
    }

    .hdr_quote_btn .site_button {
        width: 180px;
        height: 85px;
    }
}