
#wrapper_body>#main_header{
    width: 100%;
    height: 100px;
    position: sticky;
    top: 0;
    z-index: 99999999;
    border-bottom: 1px solid rgb(206, 206, 206);
}

.header_box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: var(--header_bg);
}
.header_box .logo_section{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    min-width: 200px;
    height: 100%;
    padding: 0 5px;
    background: rgb(255, 255, 255);
}
.header_box .logo_section img{
    width: 90%;
    max-height: 80px;
}
.header_box .logo_section h2{
    padding: 0;
    color: var(--head_color);
}

.header_box .side_section{
    width: 80%;
    height: 100%;
    padding: 0 30px;
}
.header_box .side_section>.site_details{
    width: 100%;
    height: 50%;
    border-bottom: 1px solid rgb(206, 206, 206);
    display: flex;
    align-items: center;
    justify-content: center
}
.header_box .side_section>.site_details>div{
    width: 30%;
    height: 100%;
}
.header_box .side_section>.site_details .visitor_alert{
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--header_color);
}


.header_box .side_section>.site_details .our_address label{
    width: 100%;
    height: 45%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--menu_layut_color);
}
.header_box .side_section>.site_details .our_address label i{
    margin: 0 5px;
}
.header_box .side_section>.site_details .our_address label a{
    height: 20px;
    text-decoration: none;
}
.header_box .side_section>.site_details .socal_share_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_box .side_section>.site_details .socal_share_box>a{
    width: 30px;
    height: 30px;
    margin: 0 10px;
    font-size: 20px;
    color: var(--header_color);
}
.header_box .side_section>.site_details .socal_share_box>a:hover{
    color: var(--menu_layut_color);
}





.header_box .side_section>.controlbar{
    width: 100%;
    height: 50%;
    display: flex;
    align-items: left;
    justify-content: left;
}
.header_box .main_menu{
    width: 100%;
    height: 100%;
}
.header_box .main_menu ul{
    list-style-type: none;
}
.header_box .main_menu ul>li>a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: var(--header_color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.header_box .main_menu img{
    max-width: 40px;
    max-height: 40px;
}
.header_box .main_menu ul li a i{
    margin: 0 3px;
}
.header_box .main_menu>ul{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.header_box .main_menu>ul>li.menu-item {
    position: relative;
}
/* .header_box .main_menu>ul>li{
    overflow: visible;
    cursor: pointer;
    height: 30px;
    width: 100px;
    padding: 0 5px;
    margin: 0;
    position: relative;
} */

.header_box .main_menu>ul>li:hover{
    color: var(--button_after_bg);
}
.header_box .main_menu>ul>li.active{
    color: var(--button_after_bg);
}
.header_box .main_menu>ul>li.active{
    color: var(--button_after_bg);
}
.header_box .main_menu>ul>li:hover>a{
    color: var(--button_after_bg);
}
.header_box .main_menu>ul>li.active>a{
    color: var(--button_after_bg);
}


.header_box .main_menu>ul>li>ul{
    overflow: visible;
    /* width: 250px; */
    border-radius: 3px;
    padding: 0px 0;
    position: absolute;
    left: -9999px;
    background: var(--header_bg);
}
.header_box .main_menu>ul li:hover ul{
    left: 0;
}
.header_box .main_menu>ul>li ul{
    padding: 0;
}
.header_box .main_menu>ul>li ul li{
    display: block;
    width: 200px;
    margin: 0;
}
.header_box .main_menu>ul>li .row{
    margin: 20px;
}
/* 
.header_box .main_menu>ul>li ul li{
    width: 100%;
    height: 40px;
    padding: 0 0;
}
.header_box .main_menu>ul>li .mega-dropdown-content{
    overflow: hidden;
    width: auto;
    height: auto;
}
.header_box .main_menu>ul>li ul li:hover{
    background: var(--menu_layut_color);
}
.header_box .main_menu>ul>li ul li:hover a{
    color: var(--head_color);
}
.header_box .main_menu>ul>li ul li a{
    width: 90%;
    padding: 0 5%;
} 
*/

.header_box .contact_address{
    width: 250px;
    min-width: 250px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_box .contact_address>button{
    cursor: pointer;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 30px;
}
.header_box .contact_address>label{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    font-size: 20px;
    background: var(--button_after_bg);
    color: var(--head_color);
}
.header_box .contact_address>div{
    width: 100%;
    height: 100%;
    
}
.header_box .contact_address>div>span{
    display: flex;
    align-items: center;
    width: 100%;
    height: 50%;
    font-size: 14px;
}
.header_box .contact_address>div>a{
    cursor: pointer;
    display: block;
    width: 100%;
    height: 50%;
}
.main-menu {
    padding: 0;
}
.main-menu li {
    display: inline-block;
}
.main-menu li:last-child {
    margin-right: 0;
}
.main-menu li a {
    display: block;
    position: relative;
    padding: 15px 10px;
    font-size: 14px;
    text-transform: inherit;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main-menu li a::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #25d06f;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main-menu li a::before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #25d06f;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main-menu li a:hover::after {
    width: 100%;
}
.main-menu li a:hover::before {
    width: 100%;
}
.main-menu li a:hover {
    color: #25d06f;
}
.main-menu li a.boxed-btn::after,
.main-menu li a.boxed-btn::before {
    display: none;
}
.main-menu li.active a {
    color: #25d06f;
}
.main-menu li a.boxed-btn {
    font-weight: 600;
    padding: 20px;
    margin-left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #25d06f;
}
.main-menu li a.boxed-btn:hover {
    background-color: #fff;
    border: 1px solid #25d06f;
    color: #25d06f;
}
.main-menu li.dropdown {
    position: relative;
    margin-right: 12px;
}
.main-menu li.dropdown.mega {
    display: none;
}
.main-menu li.dropdown::after {
    position: absolute;
    content: "\f107";
    right: -5px;
    top: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main-menu li.dropdown.active::after {
    color: #25d06f;
}
.main-menu li.dropdown ul.dropdown-lists {
    position: absolute;
    top: 45px;
    left: 0;
    width: 220px;
    text-align: left;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.1s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    background: none;
    margin: 0;
}
.main-menu li.dropdown:hover ul.dropdown-lists {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.main-menu li.dropdown:hover a {
    color: #25d06f;
}
.main-menu li.dropdown:hover a.dropdown-btn::after {
    width: 100%;
}
.main-menu li.dropdown:hover a.dropdown-btn::before {
    width: 100%;
}
.main-menu li.dropdown:hover::after {
    color: #25d06f;
}
.main-menu li.dropdown ul.dropdown-lists li {
    display: block;
    margin: 0;
    position: relative;
    z-index: -1;
    background-color: #0a3041;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-menu li.dropdown ul.dropdown-lists li:last-child {
    border-bottom: none;
}
.main-menu li.dropdown ul.dropdown-lists li a {
    position: relative;
    color: #fff;
    border-top: none;
    line-height: 20px;
}
.main-menu li.dropdown ul.dropdown-lists li.active a {
    background-color: #25d06f;
    color: #fff;
}
.main-menu li.dropdown ul.dropdown-lists li a::after {
    background-color: transparent;
}
.main-menu li.dropdown ul.dropdown-lists li a::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #25d06f;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main-menu li.dropdown ul.dropdown-lists li a:hover::before {
    width: 100%;
}
.main-menu li.submenus ul {
    position: absolute;
    left: 100%;
    width: 220px;
    top: 0;
    display: none;
}
.main-menu li.submenus:hover > ul {
    display: block;
}
li.submenus::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    top: 50%;
    font-weight: 700;
    color: #fff;
    transform: translateY(-50%);
    font-size: 12px;
    right: 10px;
}
.main-menu li.dropdown ul.dropdown-lists a {
    padding: 15px;
}
.mega-dropdown {
    display: inline-block;
}
.mega-dropdown .dropbtn {
    font-size: 14px !important;
    border: none;
    outline: 0;
    color: #fff;
    padding: 14px 12px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.mega-dropdown .dropbtn.active {
    color: #25d06f;
}
.mega-dropdown:hover a.dropbtn {
    color: #25d06f;
}
.mega-dropdown .dropbtn::before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #25d06f;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.mega-dropdown:hover .dropbtn::before {
    width: 100%;
}
.mega-dropdown .dropbtn::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #25d06f;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.mega-dropdown:hover .dropbtn::after {
    width: 100%;
}
.mega-dropdown .dropbtn i {
    margin-left: 3px;
}
.mega-dropdown-content {
    position: absolute;
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    color: #0000;
    padding: 30px 20px 30px;
    max-height: 565px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: .1s;
    background: var(--header_bg);
    /* background-color: #0a3041; */
}
.mega-dropdown-content .header {
    background: red;
    padding: 16px;
    color: #fff;
}
.mega-dropdown-content .title a{
    color: #2400ef;
}
.mega-dropdown:hover .mega-dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);

}
.mega-dropdown .service-category {
    margin-bottom: 30px;
}
.service-category a {
    float: none;
    color: #000;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    transform: translateX(0);
    transition: 0.5s;
}
.service-category a:hover {
    transform: translateX(5px);
}
.mega-dropdown .service-category a.active {
    transform: translateX(5px);
    color: #25d06f;
}
.service-category a:hover {
    background-color: #ddd;
}
.mega-dropdown-content .service-category h3 {
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: #25d06f;
}
.mega-dropdown-content .service-category a {
    position: relative;
    display: block;
    padding: 0;
    padding-left: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
.mega-dropdown-content .service-category a:hover {
    background-color: transparent;
}
.mega-dropdown-content .service-category a::before {
    content: "\f105";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    top: -1px;
    color: #25d06f;
}
.mega-dropdown-content .service-category a:hover::after,
.mega-dropdown-content .service-category a:hover::before {
    width: 0;
}




.mobile_header_box{
    display: none;
    width: 100%;
    height: 100%;
    background: var(--mobile_header_bg);
}
.mobile_header_box>.logo_section{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 100%;
    padding: 0 10px;
}
.mobile_header_box .logo_section img{
    max-width: 90%;
    height: 90%;
    max-height: 50px;
}
.mobile_header_box .logo_section h2{
    padding: 0;
    color: var(--head_color);
}
.mobile_header_box .menu_button{
    cursor: pointer;
    float: right;
    width: 40px;
    height: 40px;
    margin: 10px 20px;
    font-size: 30px;
    transition: .5s all ease;
    color: var(--button_after_bg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile_header_box .menu_button:hover{
    background: var(--button_after_bg);
    color: var(--head_color);
}
.mobile_header_box .menu_button.active{
    background: var(--button_after_bg);
    color: var(--head_color);
}


.mobile-menu{
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: var(--mobile_header_bg);
    position: fixed;
    z-index: 9999999999999999;
    left: -100%;
    top: 0;
    transition: .5s all ease;
    display: flex;
    flex-direction: column;
}
.mobile-menu .menu_head{
    width: 100%;
    height: 50px;
    padding: 5px 0;
    color: var(--head_color);
    border-bottom: 1px solid rgb(216, 216, 216);
}.mobile-menu .menu_head>label{
    cursor: pointer;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
    font-size: 30px;
    transition: .5s all ease;
    color: var(--head_color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-menu .menu_head>label:hover{
    background: var(--button_after_bg);
}
.mobile_manu_box .menu_button:hover{
    background: var(--button_after_bg);
}

.mobile-menu .main_menu{
    width: 100%;
    padding: 20px 10%;
    height: 100%;
    overflow-y: auto;
}
.mobile-menu .main_menu>ul{
    list-style-type: none;
}
.mobile-menu .main_menu>ul>li{
    overflow: hidden;
    width: 100%;
    height: auto;
    transition: 0.5s all ease;
}
.mobile-menu .main_menu>ul>li>s>i{
    float: right;
}
.mobile-menu .main_menu>ul>li>a{
    width: 100%;
    height: 40px;
    text-decoration: none;
    color: var(--head_color);
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid rgb(180, 180, 180);
}
.mobile-menu .main_menu>ul>li:hover ul{
    height: auto;
}
.mobile-menu .main_menu>ul>li ul{
    float: right;
    width: 90%;
    height: 0;
}
.mobile-menu .main_menu>ul>li ul li{
    overflow: hidden;
    width: 100%;
    height: auto;
}
.mobile-menu .main_menu>ul>li ul li a{
    width: 100%;
    height: 40px;
    text-decoration: none;
    color: var(--head_color);
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid rgb(180, 180, 180);
}
.mobile-menu .main_menu>ul>li:hover>a{
    color: var(--button_after_bg);
}
.mobile-menu .main_menu>ul>li ul li:hover>a{
    color: var(--button_after_bg);
}
.mobile-menu .main_menu>ul>li.active>a{
    color: var(--button_after_bg);
}
.mobile-menu .main_menu>ul>li ul li.active>a{
    color: var(--button_after_bg);
}




#openMenuBox:checked + .mobile-menu{
    left: 0;
}













@media (min-width:100px) and (max-width:1000px){
    #wrapper_body>#main_header{
        height: 60px;
        background: var(--menu_layut_bg);
    }
    .header_box{
        display: none;
    }
    .mobile_header_box{
        display: block;
    }
}

@media (min-width:100px) and (max-width:450px){
    .mobile_header_box>.logo_section{
        width: 50vw;
        min-width: 60vw;
        padding: 0 1vw;
    }
    .mobile_header_box .logo_section img{
        max-height: 10vw;
    }
    .mobile_header_box .logo_section h2{
        font-size: 4vw;
        margin: 0 5px;
    }
}