.qodef-header-navigation #menu-main-navigation-1 li a{
    color: black;
    font-family: Montserrat-Regular;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: unset;
}
#qodef-page-inner{
	padding:0 !important;
}
/* #qodef-page-header-inner{
    padding-left: 110px !important;
} */
#qodef-page-header .qodef-header-logo-link{
    height: 60px !important;
}
.qodef-header-navigation>ul>li{
	height:100%;
	display:flex;
	align-items:center;
}
.qodef-header-navigation #menu-main-navigation-1 li a{
	border-radius: 20px 20px 0px 0px;
	display: flex;
	align-items: end;
	justify-content: center;
	height: 22%;
	padding:0px 8px 0px 8px;
	text-decoration:none;
}
.qodef-header-navigation #menu-main-navigation-1 li a:hover{
	background: #3373B4;
	padding: 15px 8px 0px 8px;
	color:#fff;
}
.qodef-header-navigation #menu-main-navigation-1 li a .qodef-menu-item-text:hover {
    background: #3373B4;
    border-radius: 25px 25px 0px 0px;   
    /* line-height: 38px; */
}
.qodef-header-navigation>ul>li>a:hover .qodef-menu-item-text {
    transform: unset !important;
}
.qodef-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text, .qodef-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
    transition: unset !important;
    transform: unset !important;
}
.qodef-header-navigation>ul>li>a .qodef-menu-item-text{
	transition: unset !important;
	transform: unset !important;
}
.qodef-header-navigation>ul>li>a .qodef-menu-item-text:before {
    content: unset;
    position: unset;
    left: unset;
}
/* #qodef-page-header{
    background-color: unset !important;
} */
#qodef-page-header-inner{
	border-bottom-width: unset !important;
	border-bottom-color: unset !important;
	border-bottom-style :unset !important;
}
#qodef-page-header .current-menu-item a {
	background: #3373B4;
	border-radius: 20px 20px 0px 0px;  
	color:#fff !important;
}
.qodef-header-widget-area-one .qodef-search-opener svg circle{
	display:none;
}
@media only screen and (max-width:1025px){
   .qodef-mobile-header--standard #qodef-page-mobile-header{
		background-color: unset !important; 
	}
}
/* mobile navber css */
.qodef-mobile-header-navigation {
	background-color: #3373b4;
	color:#fff;
	text-align:center;
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
	overflow-y: hidden;
}
.qodef-mobile-header-navigation>ul {
    margin: 0 auto;
    padding: 10px 38px;
}

.qodef-mobile-header-navigation>ul>li>a .qodef-menu-item-text {
	font-size: 14px;
    letter-spacing: .11rem;
    line-height: 1.8rem;
	transform: unset;
	font-family: 'Montserrat-Medium';
}
.qodef-mobile-header-navigation>ul>li>a .qodef-menu-item-text:before {
    content: '';
}
.qodef-mobile-header--standard #qodef-page-mobile-header {
    padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
    .qodef-content-grid {
        width: 100% !important;
    }
	#qodef-page-mobile-header.fixed {
		position: fixed;
		width: 100%;
		background-color: #dadada !important;
	}
}