.main_header{
    padding: 0;
    position: relative;
    z-index: 99;
    background: #fff;
}
.header_desktop{padding: 40px;}
.main_header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.header_desktop .main_nav{
    display: flex;
    align-items: center;
}
.main_nav,
.main_nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Proxima Nova", Sans-serif;
}
.header_desktop .main_nav > li{
    padding: 0 15px;
}
.main_nav > li > a{display: block;}
.header_mobile .main_nav > li.open .mega_nav{display: none;}
.header_mobile .main_nav .nav_header{
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}
.header_mobile .nav_header .back{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "Proxima Nova", Sans-serif !important;
    font-weight: 400;
    color: #080866;
    cursor: pointer;
}
.header_mobile .nav_header .back:before{
    font-family: 'icomoon' !important;
    display: inline-block;
    padding: 0 10px 0 0;
    color: #080866;
}
.header_desktop .sub_wrap{
    position: absolute;
    left: 30px;
    right: 30px;
    top: 100%;
    background: #E8E8FF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    padding: 40px 120px 16px;
    border-radius: 24px;
    transform: translateY(-190%);
    transition: 0.4s ease-in-out all;
}
.inner_open .header_right{display: none;}
.header_desktop .open .sub_wrap{transform: translateY(0);}
.main_nav .open .mega_nav a,
.mega_nav a:hover,
.main_nav .open .mega_nav i:before,
.grand-child a:hover,
.mega_nav:hover i:before{color: #4343FF;}
.grand-child li{padding: 0 0 8px;}
.mega_nav{display: block;}
.mega_nav i{
    cursor: pointer;
    margin-left: 8px;
}
.open .mega_nav i{transform: rotate(-180deg);}
.header_desktop .sub-menu1.has-child{
    display: flex;
    justify-content: space-between;
}
.mega_nav a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_nav .nav_header{
    border-bottom: 1px solid #080866;
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 24px;
    color: #080866;
}
.nav_header .back{display: none;}
.nav_header.capabilities span:before{
    content: 'All';
    display: inline-block;
    padding-right: 5px;
}
.nav_header a i{
    width: 20px;
    height: 20px;
    border: 1px solid #080866;
    border-radius: 50%;
    font-size: 18px;
    color: #080866;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px 0 0 16px;
}
.nav_header a{
    display: inline-flex;
    align-items: center;
}
.nav_header i:before{
    padding: 1px 0 0 2px;
    transition: 0.3s linear all;
    color: #080866;
}
.nav_header a:hover i:before{color: #4343FF;}
.nav_header a:hover i{border-color: #4343FF;}
.nav_header a:hover {color: #4343FF;}
.nav_header a:hover i:before{padding-left: 7px;}
.header_right{
    display: flex;
    align-items: center;
    
}
.header_desktop .header_right{
    padding-right: 180px;
    justify-content: flex-end;
    position: relative;
    z-index: -1;
}
.header_desktop .children > li{padding-bottom: 24px;}
.header_right form{
    display: flex;
    border: 1px solid #080866;
    border-radius: 8px;
    padding: 9px 16px 8px;
}
.header_desktop .header_right form{
    width: 180px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
}
.header_desktop .header_right.search_expand form{
    border-color: #4343FF;
    width: 100%;
}
.header_desktop .header_right.search_expand input,
.header_desktop .header_right.search_expand input::placeholder,
.header_right.search_expand form button i:before{color: #4343FF;}
.header_desktop .header_right.search_expand a{opacity: 0;}
.header_right form input,
.header_right form button{
    border: 0;
    outline: none;
    padding: 0;
    background: transparent;
    font-family: "Proxima Nova", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.header_right.search_expand form button 
.header_right form button i:before{color: #080866;}
.header_right form input{padding-right: 10px;}
.header_mobile form input{font-size: 24px;}
.header_mobile .header_right form button{font-size: 24px;}
.header_desktop .header_right .btn{
    margin-right: 37px;
    transition: 0s linear all;
}
.header_right input:-webkit-autofill,
.header_right input:-webkit-autofill:hover, 
.header_right input:-webkit-autofill:focus, 
.header_right input:-webkit-autofill:active{
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: #080866;
    transition: background-color 5000s ease-in-out 0s;
    background: transparent;
}


.header_right form button,
.header_right form button:hover{
    color: transparent;
    background-color: transparent;
    box-shadow: none;
}
.header_right input::placeholder{
    color: #080866;
    opacity: 1;
}
.header_right.search_expand input::placeholder{color: #4343FF;}
.header_right.search_expand form{border-color: #4343FF;}
.header_right .icon-search:before{color: #080866;}
.sub-menu1 > li > a,
.sub-menu1 .inner_toggle a{
    font-size: 20px;
    font-weight: 700;
    transition: 0.2s linear all;
}
.inner_toggle a:hover{color: #4343FF;}
.header_desktop .sub-menu1 > li > a:hover{
    color: #4343FF;
}
.menu-item-has-children:hover i.icon:before {
    color: #4343FF;
}

.main_nav .sub-menu{padding-top: 24px;}
a.btn{
    background: #4343FF;
    color: #fff;
    padding: 9px 25px 8px;
    border-radius: 8px;
    font-family: "Proxima Nova", Sans-serif;
    font-size: 16px;
}
a.btn:hover{
    background: #0C0C99;
    color: #fff !important;
}
.header_mobile{
    position: fixed;
    box-shadow: -8px 0px 16px 0px rgba(0, 0, 0, 0.16);
    left: 50%;
    right: 0;
    top: 0;
    height: 100vh;
    background: #E8E8FF;
    z-index: 3;
    padding: 40px;
    overflow-y: auto;
    overflow-x: hidden;
}
body.header_open{overflow: hidden;}

/* .header_open .header_mobile .custom-logo-link{opacity: 0;} */
.header_mobile .sub_wrap{display: none;}
.logo_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_mobile .logo_wrap{width: 100%;}
.header_desktop .toggle{display: none;}
.header_mobile .logo_wrap{padding: 0 0 40px;}
.logo_wrap .toggle{
    cursor: pointer;
}
.logo_wrap .toggle:after{
    content: "\e914";
    font-family: 'icomoon' !important;
    color: #080866;
    font-size: 32px;
}
.header_mobile .logo_wrap .toggle:after{content: "\e915";}
.header_mobile .main_nav > li > a,
.header_mobile .main_nav .mega_nav{
    font-size: 24px;
    font-weight: 700;
    color: #080866;
    padding: 24px 0;
    border-bottom: 1px solid #080866;
}
.header_mobile .mega_nav i:before{
    content: "\e912";
    color: #080866;
}
.header_desktop .mega_nav i:before{color: #080866;}
.header_mobile .header_right{
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.header_mobile li{position: relative;}
.header_mobile .header_right a,
.header_mobile .header_right form{width: 100%;}
.header_mobile .header_right form{
    margin: 0 0 24px;
    background: #fff;
}
.header_mobile .header_right .btn{
    padding: 16px 24px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border-radius: 16px;
}
.header_mobile nav{margin-bottom: 40px;}
.header_mobile li.open .sub_wrap{display: block;}
.header_mobile .nav_header{display: none;}
.main_nav li.open .mega_nav a{
    text-align: right;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.header_mobile .open .mega_nav a:after{right: calc(100% - 15px);}
.header_mobile .open .mega_nav{flex-direction: row-reverse;}
.header_mobile .grand-child{padding: 0 0 24px 24px;}
.header_mobile .sub-menu1 li.open .grand-child{
    visibility: visible;
    max-height: 600px;
}
.header_mobile .grand-child li:not(:last-child){padding-bottom: 16px;}
.header_mobile .grand-child li:last-child{padding-bottom: 0;}
.header_mobile .children > li{
    border-bottom: 1px solid #080866;
    max-height: 83px;
    overflow: hidden;
}
.header_mobile .sub-menu1.has-child > li.open{max-height: 600px;}
.inner_toggle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
}
.header_mobile .inner_toggle a{font-size: 18px;}
.header_mobile li.open a,
.header_mobile a:hover{color: #080866;}
.header_mobile .child-open > li:not(.open){display: none;}
.header_mobile{display: none;}
.header_mobile .header_right form{
    padding: 16px 16px 13px;
    border-radius: 16px;
}
.header_mobile li:not(.menu-item-has-children) .inner_toggle em{display: none;}

/* NEW MENU */
.header_desktop .main_nav>li {
    padding: 0;
    padding-right: 15px;
}

.header_desktop .header_right .btn {
    margin-right: 16px;
}

@media(max-width: 1200px){
    .header_desktop nav,
    .header_desktop .header_right{display: none;}
    .header_desktop .toggle{display: block;}
    .header_desktop .logo_wrap{width: 100%;}
    .header_mobile{transform: translateX(150%);}
    .header_mobile{display: block;}
    .header_open .header_mobile{transform: none;padding-bottom: 130px;}
    .inner_toggle em{
        font-style: normal;
        cursor: pointer;
    }
    .inner_toggle em:after{
        content: "\e92c";
        font-family: 'icomoon' !important;
        font-weight: normal;
        color: #080866;
        font-size: 24px;
    }
    .sub-menu1 >.open .inner_toggle em:after{ content: "\e92b";}
    .inner_toggle{padding: 24px 0;}
    .header_open .main_header:after{
        content: "";
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.8);
        z-index: 2;
        transition: 0.5s ease all;
    }
}
@media(max-width: 1024px){
    .footer_toggle{
        border-bottom: 1px solid #fff;
        overflow: hidden !important;
    }
    .footer_toggle .elementor-widget-nav-menu{
        max-height: 0;
        visibility: hidden;
    }
    .footer_toggle.open .elementor-widget-nav-menu{
        max-height: 500px;
        visibility: visible;
    }
    .footer_toggle .elementor-widget-heading h2{
        padding: 14px 0;
        cursor: pointer;
        position: relative;
    }
    .footer_toggle .elementor-widget-heading h2 a{
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    .footer_toggle  h2:after{
        content: "\e92c";
        font-family: 'icomoon' !important;
        font-weight: normal;
        position: absolute;
        right: 0;
        top: 25px;
    }
    .footer_toggle.open  h2:after{content: "\e92b";}
    
}
@media(max-width: 768px){
    .header_mobile{
        left: 0;
        box-shadow: unset;
    }
    .header_open .header_mobile .custom-logo-link{opacity: 1;}
}
 @media (max-width: 575px) {
     .header_desktop .logo_wrap img {
         max-width: 180px;
     }

     .header_mobile .logo_wrap img {
         max-width: 180px;
     }
    .header_desktop {
        padding: 40px 16px;
    }
 }