.hdr_sec {
    top: 20px;
    width: 100%;
    z-index: 3;
    background: transparent;
    transition: 0.5s !important;
}


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


/* hedaer strat */

.hdr_sec_fixed .hdr_row {
    width: 100% !important;
    border-radius: 0 !important;
}

.hdr_row {
    width: 84% !important;
    max-width: 100% !important;
    background: #fff !important;
    border-radius: 100px !important;
    overflow: hidden;
    transition: 0.5s;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px !important;
}

.hdr_col1 {
    width: 41% !important;
}

.hdr_col2 {
    width: 25% !important;
}

.hdr_col3 {
    width: 34% !important;
}

.hdr_logo {
    display: flex;
}

.hdr_logo a {
	width: 100% !important;
}

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

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

.hdr_menu ul,
.hdr_service_menu ul {
    margin: 0 !important;
}

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

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

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

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

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

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

.hdr_service_menu ul {
    width: 780px;
    margin: auto !important;
    background: #246807;
    border-radius: 0 0 100px 100px;
    justify-content: center !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px !important;
}

.hdr_service_menu ul>li {
    margin: 0 !important;
    padding: 12px 50px !important;
}

.hdr_service_menu ul li ul {
    border-color: #246807 !important;
    border-width: 1px !important;
    padding: 0 !important;
    visibility: hidden !important;
    transition: 0s !important;
    transform: rotateX(90deg);
    transform-origin: top;
}

.hdr_service_menu ul li.et_pb_menu_page_id-39 ul {
    width: 250px !important;
}

.hdr_service_menu ul li.et_pb_menu_page_id-40 ul {
    width: 300px !important;
}

.hdr_service_menu ul li ul li {
    padding: 7px 10px !important;
    border-bottom: 1px solid #246807;
    width: 100% !important;
    background: #093341 !important;
}

.hdr_service_menu ul li ul li a {
    padding: 0 !important;
    background: #fff0 !important;
    justify-content: left;
}

.hdr_menu ul li a:hover,
.hdr_menu ul li.current_page_item a {
    color: #246807 !important;
}

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

.et-menu .menu-item-has-children>a:first-child:after {
    right: -30px !important;
    top: 1px !important;
    line-height: 1.3;
    height: 22px;
    width: 22px;
    background: #2D7110;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 17px;
    font-weight: 100;
}

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

.site_btn_right.call_btn {
    display: flex;
    align-items: center;
}

.site_btn_right_box {
    padding-left: 30px;
}

.call_btn_svg {
    display: flex;
}

.call_btn_svg svg {
    width: 100%;
    height: 35px;
}

.call_btn_text span {
    display: flex;
    line-height: 1;
    padding-left: 10px;
}

span.call_num_txt {
    font-size: 24px;
    color: #093341;
    font-weight: 600;
}

.et-l.et-l--header.scrolling-down {
    top: -200px;
    transition: 0.5s !important;
}

.et-l.et-l--header.scrolling-up {
    top: 0px;
    transition: 0.5s !important;
    z-index: 99999;
}

header.et-l.et-l--header {
    position: fixed;
    width: 100%;
    top: 0;
    transition: 0.5s !important;
    z-index: 99999;
}

.scrolling-down .hdr_row,
.ad_site_header_fixed .hdr_row {
    width: 100% !important;
	border-radius: 0px !important;
}

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

    #main-content {
        padding-top: 100px;
    }

    .dis_fx {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .dis_fx_al {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .mobile_header {
        width: 100% !important;
        top: 0 !important;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px !important;
        border-bottom: 1px solid #fff !important;
        z-index: 9999 !important;
    }

    .mobile_head_row.pd0 {
        padding: 10px !important;
    }

    .mbl_btn .btn_col {
        width: 50%;
        margin: 0;
    }

    .mbl_btn .site_button {
        width: 100%;
        border-radius: unset;
        border-color: #fff;
    }

    .mob_col_1 {
        width: 70% !important;
    }

    .mob_col_2 {
        width: 30% !important;
    }

    .mob_head_logo {
        width: 100% !important;
        line-height: 0 !important;
    }

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

    .fullmenu-wrapper {
        position: relative;
        z-index: 9999;
    }

    ul#menu-mobaile_menu {
        padding: 0 !important;
    }

    .menu-btn {
        background: #246807;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin: auto;
        margin-right: 0;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
    }

    .col_logo_mob {
        width: 200px !important;
    }

    .menu-btn span {
        width: 18px;
        height: 1px;
        background: #fff;
        display: block;
    }

    .menu-bg {
        position: fixed;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        z-index: 10000;
        transform: scale(0);
        transition: transform 0.5s ease;
    }

    .menu-bg.expand {
        transform: scale(60);
    }

    ul.sub-menu li a {
        font-size: 16px;
    }

    .fullmenu-nav {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background: transparent;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s ease;
        z-index: 10002;
    }

    .fullmenu-nav.open {
        opacity: 1;
        pointer-events: auto;
    }

    .menu-close {
        position: absolute;
        top: -2px;
        bottom: auto;
        right: -2px;
        left: auto;
        background: #246807;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 0;
        border: none;
        font-weight: 100;
    }

    .fullmenu-wrapper {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    ul.sub-menu li {
        border: none;
    }

    .fullmenu-wrapper li li::after {
        display: none;
    }

    .fullmenu-wrapper ul.sub-menu {
        box-shadow: none !important;
    }

    .fullmenu-wrapper .main_drop ul li {
        width: 100% !important;
    }

    .fullmenu-wrapper li {
        list-style-type: none;
        position: relative;
        border-bottom: 1px dashed #246807;
        text-align: left;
        display: block;
        line-height: normal !important;
        margin: 0 !important;
        padding: 10px 20px !important;
        opacity: 0;
        transform: translateX(-100%);
        animation: slideIn 0.5s forwards;
    }

    .fullmenu-wrapper li a {
        display: block;
        color: #000 !important;
        font-size: 14px;
        text-decoration: none;
        transition: color 0.3s ease;
        width: 100%;
    }

    @keyframes slideIn {
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

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

    .fullmenu-wrapper li.menu-item-has-children>a::after {
        content: "\33";
        font-size: 20px;
        position: absolute;
        top: 9px;
        right: 20px;
        font-family: ETmodules !important;
        border-radius: 100px;
        color: #000;
        line-height: 1;
        left: auto;
    }

    .fullmenu-wrapper ul.sub-menu {
        padding-left: 10px !important;
    }

    .fullmenu-wrapper li.open>a::after {
        content: "\32" !important;
    }

    .fullmenu-wrapper ul.sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0 !important;
    }

    .fullmenu-wrapper li.open>ul.sub-menu {
        max-height: max-content;
        /* adjust as needed */
    }

    .menu-mobaile_menu-container {
        padding-top: 60px;
    }

    .header_top_row {
        padding: 0;
    }

    .main_header_top a {
        width: 50% !important;
        text-align: center;
    }

    .main_header_top a:first-child {
        background: #57b1e3;
        color: #fff !important;
    }

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

    .main_header_top a {
        width: 50% !important;
        text-align: center;
        border-bottom: 0.1px solid #cccccc5e;
    }

    .adg_site_header_fixed {
        position: fixed;
        width: 100%;
        top: 0;
    }

    .fullmenu-wrapper ul {
        display: block;
        padding: 0 !important;
        height: 78vh;
        overflow: auto;
    }

    .logo_menu {
        text-align: left !important;
        width: 200px;
        padding: 30px 10px;
        margin: auto;
    }

    .menu-main-menu-container {
        padding-top: 0px;
    }

    .menu_copyright {
        position: absolute;
        bottom: 0;
        background: #246807;
        padding: 10px;
        color: #fff;
        width: 100%;
        left: 0;
        right: 0;
        font-size: 13px;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1140px) {

    .hdr_row {
        width: 98% !important;
        max-width: 100% !important;
    }

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

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

    .hdr_logo img {
        height: 50px;
    }

}

@media all and (min-width: 1141px) and (max-width: 1440px) {

    .hdr_row {
        width: 97% !important;
        max-width: 100% !important;
    }

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

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

    .hdr_logo img {
        height: 55px;
    }

}

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

    .hdr_row {
        width: 94% !important;
        max-width: 100% !important;
    }

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

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

    .hdr_logo img {
        height: 65px;
    }

}