header {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 999;
}

.hdr_top_row {
    width: 100% !important;
    max-width: 1180px !important;
    position: relative;
}

.hdr_top_col1 {
    width: 13% !important;
}

.hdr_top_col2 {
    width: 67% !important;
    padding: 0 25px 0 40px;
}

.hdr_top_col3 {
    width: 20% !important;
    display: flex;
    justify-content: end;
    padding-right: 25px;
}

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

.hdr_top_menu .et-menu li.bottom_menu {
    display: none !important;
}

.hdr_top_menu .et-menu>li {
    padding: 0 37px !important;
    margin: 0 !important;
}

.hdr_menu .et-menu>li>a {
    padding: 0 !important;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.hdr_top_row:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(64px);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: auto;
}

.hdr_bottom_row {
    width: 100% !important;
    max-width: 795px !important;
    padding: 20px 0 !important;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(64px);
    border-radius: 0 0 60px 60px;
    margin-top: -27px;
}

.hdr_bottom_menu .et-menu li.top_menu {
    display: none !important;
}

.hdr_bottom_menu .et-menu>li {
    padding: 0 22px !important;
    margin: 0 !important;
}

.hdr_bottom_menu .et-menu>li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.4);
    right: 0;
}

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

.hdr_menu .et-menu {
    justify-content: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.hdr_bottom_menu .et-menu>li.bottom_menu:not(:has(~ li.bottom_menu)):before {
    display: none;
}



.mbl_hdr_sec {
    display: none !important;
}

.hdr_btn_con_inr .site_button .brdr_svg svg rect {
    stroke: #fff;
}

.hdr_btn_con_inr .site_button .arrw_svg svg path {
    stroke: #fff;
}

/* -----------fixed header -------- */

.hdr_sec * {
    transition: 0.6s !important;
}

.hdr_sec_fixed .hdr_img img {
    height: 100px;
}

.hdr_sec_fixed .hdr_sec {
    padding: 10px 0 !important;
}

.hdr_sec_fixed .hdr_top_row:before {
    width: 94%;
    background: rgb(0 0 0 / 50%);
}

.hdr_sec_fixed .hdr_top_col1 {
    padding-left: 30px;
}

.hdr_sec_fixed .hdr_bottom_row {
    margin-top: -5px;
    background: #8d231240;
}


.hdr_sec_fixed .hdr_bottom_row {
    padding: 15px 0 !important;
}

.hdr_sec_fixed .hdr_bottom_menu.hdr_menu .et-menu>li>a {
    color: #070604;
}

/* -----------fixed header -------- */

/* .page-id-556 .hdr_menu .et-menu>li>a {
    color: #000 !important;
}

.page-id-556 .hdr_bottom_menu .et-menu>li:before {
    background: rgb(0 0 0 / 40%);
} */

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

    #main-content,
    footer.et-l.et-l--footer {
        top: 38px;
        position: relative;
    }

    .hdr_sec {
        display: none !important;
    }

    .mbl_hdr_sec {
        display: block !important;
    }

    .mbl_hdr_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 7px;
        background: #B84F3E;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
    }

    .mbl_hdr_img_row {
        padding: 7px 20px !important;
    }

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

    .mbl_hdr_img {
        width: 65px;
    }

    .mbl_hdr_img_row:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 80%);
        backdrop-filter: blur(64px);
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        left: auto;
    }
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .mbl_hdr_img_row {
        padding: 10px 10px !important;
    }

    .mbl_hdr_img img {
        height: 50px;
    }

    .mbl_hdr_img {
        width: 50px;
    }


}

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


@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .hdr_img img {
        height: 90px;
    }

    .hdr_top_row:before {
        width: 94%;
        height: 60px;
    }

    .hdr_top_col1 {
        width: 11% !important;
    }

    .hdr_top_col2 {
        width: 68% !important;
        padding: 0 15px 0 25px;
    }

    .hdr_top_col3 {
        width: 21% !important;
        padding-right: 15px;
    }

    .hdr_top_row {
        max-width: 940px !important;
    }

    .hdr_bottom_row {
        max-width: 640px !important;
        padding: 15px 0 !important;
        border-radius: 0 0 40px 40px;
        margin-top: -15px;
    }

    .hdr_top_menu .et-menu>li {
        padding: 0 22px !important;
    }

    .hdr_bottom_menu .et-menu>li {
        padding: 0 15px !important
    }

    .hdr_menu .et-menu>li>a {
        font-size: 15px;
    }

    .hdr_sec_fixed .hdr_img img {
        height: 85px;
    }

    .hdr_sec_fixed .hdr_bottom_row {
        margin-top: -12px;
		padding: 10px 0 !important;
        border-radius: 0 0 30px 30px;
    }

    .hdr_sec_fixed .hdr_top_col1 {
        padding-left: 20px;
    }
	.hdr_menu .et-menu>li>a {
    	font-size: 14px;
	}
}

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

    .hdr_top_row:before {
        width: 94%;
        height: 65px;
    }

    .hdr_top_col1 {
        width: 11% !important;
    }

    .hdr_top_col2 {
        width: 68% !important;
    }

    .hdr_top_col3 {
        width: 21% !important;
        padding-right: 15px;
    }

    .hdr_top_row {
        max-width: 1000px !important;
    }

    .hdr_bottom_row {
        max-width: 650px !important;
        padding: 15px 0 !important;
        border-radius: 0 0 40px 40px;
        margin-top: -17px;
    }

    .hdr_top_menu .et-menu>li {
        padding: 0 25px !important;
    }

    .hdr_bottom_menu .et-menu>li {
        padding: 0 15px !important
    }

    .hdr_sec_fixed .hdr_bottom_row {
        margin-top: -12px;
		padding: 10px 0 !important;
        border-radius: 0 0 30px 30px;
    }

    .hdr_sec_fixed .hdr_img img {
        height: 90px;
    }
	
	.hdr_menu .et-menu>li>a {
    	font-size: 14px;
	}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .hdr_img img {
        height: 120px;
    }

    .hdr_top_row:before {
        width: 94%;
        height: 65px;
    }

    .hdr_top_col1 {
        width: 11% !important;
    }

    .hdr_top_col2 {
        width: 68% !important;
    }

    .hdr_top_col3 {
        width: 21% !important;
        padding-right: 15px;
    }

    .hdr_top_row {
        max-width: 1100px !important;
    }

    .hdr_bottom_row {
        max-width: 700px !important;
        padding: 15px 0 !important;
        border-radius: 0 0 50px 50px;
    }

    .hdr_top_menu .et-menu>li {
        padding: 0 30px !important;
    }

    .hdr_sec_fixed .hdr_img img {
        height: 90px;
    }

    .hdr_sec_fixed .hdr_bottom_row {
        margin-top: -12px;
    }
	
	.hdr_menu .et-menu>li>a {
    	font-size: 15px;
	}
	.hdr_bottom_menu .et-menu>li {
    	padding: 0 20px !important;
	}
}

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

    .hdr_top_row:before {
        width: 94%;
        height: 75px;
    }

    .hdr_sec_fixed .hdr_bottom_row {
        margin-top: -12px;
    }
}

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

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