header {
    z-index: 999999;
    position: relative;
}


.hdr_sec,
.hdr_mb_section  {
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    transition: .4s !important;
    background: #222222 !important;
}

/* .hdr_sec_fixed {
    top: -130px;
} */

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

/* contact detail */
.hdr_upr_col {
    background: #1C6648;
    padding: 10px 0;
}

.hdr_cnt_dtl_box {
    padding-left: 400px;
}

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

.hdr_cnt_icn_box {
    padding-right: 15px;
}

.hdr_cnt_box.hdr_mail_box {
    padding-left: 40px;
}

.hdr_svg_icn {
    display: flex;
}

.hdr_svg_icn svg {
    width: 100%;
    height: 16px;
}

/* main row */
.hdr_logo a {
    display: flex
;
    background: #fff;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 110px;
    border: 5px solid #1C6648;
    border-radius: 0 0 20px 20px;
    position: absolute;
    left: 0;
    bottom: -70px;
}

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

.hdr_main_row {
    padding: 0 40px !important;
    background: #222222;
    border-bottom: 1px solid #FFFFFF1F;
}

.hdr_col1 {
    width: 15% !important;
}


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

.hdr_col2 {
    width: 55% !important;
}

.hdr_col3 {
    width: 30% !important;
}

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

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

.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: #F0AF00;
    padding: 0 !important;
    visibility: hidden !important;
    transition: 0s !important;
    transform: rotateX(90deg);
    transform-origin: top;
    width: 250px !important;
    margin-left: -40px;
}

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

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

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

.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: -5px;
}


/* button */
.hdr_btn_box_inr .site_button {
    height: 80px;
    background: #F0AF00;
    width: 210px;
    font-size: 18px;
    color: #000;
    border: none;
    border-radius: 0;
}

.hdr_call_img {
    display: flex;
}

.hdr_call_img svg {
    width: 30px;
    height: 30px;
}

.hdr_call_txt span {
    display: flex;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #FFFFFF33;
    line-height: 1.5;
}

.hdr_call_btn {
    padding-left: 40px;
}

span.cl_sml_txt {
    font-size: 13px;
    font-weight: 600;
    color: #979797;
}

span.cl_num_txt {
    font-size: 22px;
    font-weight: 700;
    color: #F0AF00;
}

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


/*watsapp button  */
.wp_btn_sec {
    position: fixed;
    bottom: 30px;
    right: 30px;
	    background: transparent !important;
}

.hdr_stk_btn_img {
    display: flex;

}

.hdr_stk_btn_img img {
    width: 45px;
    height: 45px;
	object-fit:contain;
}
.hdr_menu ul li.et_pb_menu_page_id-480 ul.sub-menu {
    display: flex !important
;
    flex-wrap: wrap;
    width: 490px !important;
    margin-left: -150px;
}
.hdr_menu ul li.et_pb_menu_page_id-480 ul.sub-menu li {
    width: 50% !important;
    border: 1px solid #333;
}

@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_section {
        display: block !important;
    }

    .hdr_mb_row {
        display: flex;
        align-items: center;
        padding: 7px !important;
        border-bottom: 1px solid #dddddd17;
    }

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

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

    .hdr_mb_logo {
        display: flex;
    }

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

    .hdr_icon {
        display: flex;
        height: 40px;
        width: 37px;
        background: #000;
        border-radius: 3px;
        justify-content: center;
        align-items: center;
        border: 1px solid #1C6648;
    }

    .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_main_row {
        padding: 0 20px !important;
    }

    .hdr_upr_col {
        padding: 5px 0;
    }

    .hdr_logo a{
        width: 150px;
        height: 70px;
    }

    .hdr_col1 {
        width: 15% !important;
    }

    .hdr_col2 {
        width: 62% !important;
    }

    .hdr_col3 {
        width: 23% !important;
    }

    .hdr_logo img {
        height: 60px;
    }

    .hdr_btn_box_inr .site_button {
        height: 50px;
        width: 140px;
        font-size: 16px;
    }

    .hdr_call_txt {
        display: none;
    }

    .hdr_call_btn {
        padding-left: 20px;
    }

    .hdr_call_img svg {
        width: 24px;
        height: 24px;
    }

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

    .hdr_logo a{
        bottom: -40px;
    }

    .hdr_cnt_dtl_box {
        padding-left: 220px;
    }

    .hdr_call_txt span {
        padding-left: 10px;
        margin-left: 10px;
    }

    span.cl_num_txt {
        font-size: 18px;
    }

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

    .hdr_menu .et-menu .menu-item-has-children>a:first-child:after {
        right: -15px;
        font-size: 13px;
    }

    .hdr_cnt_dtl_box_inr {
        font-size: 13px;
    }
	.hdr_btn_box_inr.dfa {
    justify-content: right;
}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .hdr_main_row {
        padding: 0 20px !important;
    }

    .hdr_upr_col {
        padding: 5px 0;
    }

    .hdr_logo a{
        width: 150px;
        height: 70px;
    }

    .hdr_col1 {
        width: 15% !important;
    }

    .hdr_col2 {
        width: 62% !important;
    }

    .hdr_col3 {
        width: 23% !important;
    }

    .hdr_logo img {
        height: 60px;
    }

    .hdr_btn_box_inr .site_button {
        height: 50px;
        width: 140px;
        font-size: 16px;
    }

    .hdr_call_txt {
        display: none;
    }

    .hdr_call_btn {
        padding-left: 20px;
    }

    .hdr_call_img svg {
        width: 24px;
        height: 24px;
    }

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

    .hdr_logo a{
        bottom: -40px;
    }

    .hdr_cnt_dtl_box {
        padding-left: 220px;
    }

    .hdr_call_txt span {
        padding-left: 10px;
        margin-left: 10px;
    }

    span.cl_num_txt {
        font-size: 18px;
    }

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

    .hdr_menu .et-menu .menu-item-has-children>a:first-child:after {
        right: -15px;
        font-size: 13px;
    }

    .hdr_cnt_dtl_box_inr {
        font-size: 13px;
    }
	.hdr_btn_box_inr.dfa {
    justify-content: right;
}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .hdr_main_row {
        padding: 0 20px !important;
    }

    .hdr_logo a{
        width: 170px;
        height: 80px;
    }

    .hdr_logo img {
        height: 60px;
    }

    .hdr_btn_box_inr .site_button {
        height: 50px;
        width: 140px;
        font-size: 16px;
    }

    .hdr_call_btn {
        padding-left: 20px;
    }

    .hdr_call_img svg {
        width: 24px;
        height: 24px;
    }

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

    .hdr_logo a{
        bottom: -40px;
    }

    .hdr_cnt_dtl_box {
        padding-left: 220px;
    }

    .hdr_call_txt span {
        padding-left: 10px;
        margin-left: 10px;
    }

    span.cl_num_txt {
        font-size: 18px;
    }

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

    .hdr_menu .et-menu .menu-item-has-children>a:first-child:after {
        right: -15px;
        font-size: 14px;
    }

    .hdr_cnt_dtl_box_inr {
        font-size: 14px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .hdr_main_row {
        padding: 0 20px !important;
    }

    .hdr_logo a{
        width: 170px;
        height: 80px;
    }

    .hdr_logo img {
        height: 60px;
    }

    .hdr_btn_box_inr .site_button {
        height: 55px;
        width: 150px;
        font-size: 16px;
    }

    .hdr_call_btn {
        padding-left: 20px;
    }

    .hdr_call_img svg {
        width: 24px;
        height: 24px;
    }

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

    .hdr_logo a{
        bottom: -42px;
    }

    .hdr_cnt_dtl_box {
        padding-left: 270px;
    }

    .hdr_call_txt span {
        padding-left: 10px;
        margin-left: 10px;
    }

    span.cl_num_txt {
        font-size: 18px;
    }

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

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .hdr_main_row {
        padding: 0 20px !important;
    }

    .hdr_logo a{
        width: 210px;
        height: 100px;
    }

    .hdr_btn_box_inr .site_button {
        height: 60px;
        width: 170px;
    }

    .hdr_call_btn {
        padding-left: 20px;
    }

    .hdr_call_img svg {
        width: 24px;
        height: 24px;
    }

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

    .hdr_logo a{
        bottom: -55px;
    }

    .hdr_cnt_dtl_box {
        padding-left: 270px;
    }
}

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