
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: unset;
}


/* #Typography */

html {font-size: 87%;}

a {
    color: inherit;
    text-decoration: none;
}



@media (min-width: 900px) {   
.header-container {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    border-bottom-color: rgba(145,151,152,0.2);
}


.main-menu ul {
	list-style: none;
	/* margin: 0;
	padding: 0;  */
    
}
.main-menu > ul li {
    position: static;
    background-color: transparent;
}
.main-menu > ul > li > a {
    /* padding: 15px 17px;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #253D4E; */
}

.header_navigation > nav ul > li > ul.sub-menu:before {
    content: '';
    width: 100%;
    height: 35px;
    top: -35px;
    position: absolute;
    left: 0;
    display: block;
}

.header_navigation > nav ul > li > ul.sub-menu > li{
    
    margin: 0;
}
.sub-mega-menu span {
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.main-menu > ul > li > ul > li > ul {
	/* height: 365px;
    overflow-y: auto; */
	padding-top: 7px !important;
}
.main-menu > ul > li ul > li > a {
	padding: 5px;
    color: #222;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
}
.main-menu > ul > li ul > li > a:hover{
	color: #2179d0;
}
.submenu-indicator {
    margin-left: 8px;
    margin-top: 6px;
    position: absolute;
    transition: all .3s;
}
ul::-webkit-scrollbar{width:6px;border-radius:3px;background-color:#f2f2f2} .main-menu > ul > li > ul > li > ul::-webkit-scrollbar-thumb{background:#bbb;border-radius:3px}
.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #000000 #000000 transparent;
    -webkit-transform: rotate(
45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
45deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.submenu-indicator .submenu-indicator-chevron {
    border-color: transparent #000000 #000000 transparent;
    margin: 0;
}

.main-menu > ul > li {
    position: inherit;
    display: inline-block;
    z-index: 20;
    background-color: transparent;
    cursor: pointer;
    padding: 12.76px 2px;
}
.main-menu > ul > li:hover {
    background-color: #fff;
}

.main-menu > ul > li > a {
    /* font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    margin: 5px 7px 5px 7px;
    /* border-right: 1px solid rgb(220, 220, 220);
    padding-right: 17px; */
}



.header_navigation > nav ul > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header_navigation > nav ul > li > ul.sub-menu {
    transition: all .25s ease 0s;
    opacity: 0;
    visibility: hidden;
    /* margin-top: 20px;
    border-radius: 0 0 10px 10px;
    z-index: 999;
    border: 1px solid #ececec;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%); */
/*     position: absolute;
    min-width: 215px;
    background-color: #fff;
    border-top: 2px solid #07294d;
    padding: 10px 0; */
    -webkit-box-shadow: 2px 2px 20px rgb(7 41 77 / 10%);
    -moz-box-shadow: 2px 2px 20px rgba(7,41,77,.1);
    box-shadow: 2px 2px 20px rgb(7 41 77 / 10%);
/*     top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-left: 15px;
    margin-right: 15px; */
}
.sub-menu-content {
    min-width: 200px;
	margin: 0 15px !important;
}
.sub-menu-content, .sub-menu-column  {
    position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
    z-index: 1;
    list-style: none;
    background-color: #fff;
	border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    padding: 0px;
	margin: 0px;

    visibility: hidden;
	opacity: 0;
    transition-property: visibility,opacity;
    transition-duration: 1s;
}
.sub-menu-column {
    -webkit-column-count: 2;
    column-count: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.header_navigation > nav ul > li > ul.level-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #ffffff;
    width: auto;
    padding: 15px;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
	z-index:1;
}
.header_navigation > nav ul > li > ul.sub-menu > li{
    /* width: 50%;
    line-height: 1;
    display: block;
    position: relative;
    float: left;
    padding-right: 10px; */
	padding: 10px;
}
.header_navigation > nav ul > li > ul.sub-menu > li:nth-child(2n+2){
    background-color: #fafafa;
}
.header_navigation li.sub-mega-menu > ul > li{
    width: max-content;
    line-height: 1;
    position: relative;
}
.header_navigation > nav ul.sub-menu  li.sub-mega-menu > ul > li:hover > ul.level-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header_navigation > nav ul > li > ul.level-menu > li {
    width: 100%;
}
.sub-mega-menu .menu-title {
    color: #222;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    font-weight: 400;
    line-height: 1.3;
}
.sub-mega-menu .menu-title .submenu-indicator{
    display:none;
}
}




@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}




@media only screen and (max-width: 768px) {
	


.burger-icon {
    position: relative;
    width: 24px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	margin-top: 43px;
    float: right;
}

.burger-icon > span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
}
.burger-icon > span.burger-icon-top {
    top: 2px;
}
.burger-icon > span.burger-icon-mid {
    top: 9px;
}
.burger-icon > span.burger-icon-bottom {
    bottom: 2px;
}
.burger-icon > span::before, .burger-icon > span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #333;
}
.burger-icon.burger-icon-white > span::before, .burger-icon.burger-icon-white > span::after {
    background-color: #253D4E;
}

.body-overlay-1 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    width: 100%;
    cursor: crosshair;
    z-index: 95;
}
.mobile-menu-active .body-overlay-1 {
    opacity: 1;
    visibility: visible;
}
header.header_top {
    z-index: 97;
}
.mobile-header-top {
    padding: 15px 30px 13px 30px;
    border-bottom: 1px solid #ececec;
}
.close-style-wrap {

}
.close-style-wrap .close-style {
    position: relative;
    background-color: transparent;
    padding: 0;
    border: none;
    width: 26px;
    height: 26px;
    background-color: #DEF9EC;
    border-radius: 30px;
}
.close-style-wrap .close-style > i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    margin: 0 !important;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    overflow: hidden;
}

.close-style-wrap .close-style > i.icon-top {
    -webkit-transform: translate(-50%, -50%) rotate(
45deg);
    transform: translate(-50%, -50%) rotate(
45deg);
}
.close-style-wrap .close-style > i.icon-bottom {
    -webkit-transform: translate(-50%, -50%) rotate(
-45deg);
    transform: translate(-50%, -50%) rotate(
-45deg);
}

.close-style-wrap .close-style > i::before, .close-style-wrap .close-style > i::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #111;
}
.close-style-wrap .close-style > i.icon-top::before {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transform-origin: right;
    transform-origin: right;
}
.close-style-wrap .close-style > i.icon-top::after {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.close-style-wrap .close-style > i.icon-bottom::before {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transform-origin: right;
    transform-origin: right;
}
.close-style-wrap .close-style > i.icon-bottom::after {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.header_navigation {
    border: none ;
}
#menu {
    position: fixed;
    top: 0;
    width: 360px;
    min-height: 100vh;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 9%);
    z-index: 99;
	width: 380px;
}
.sidebar-visible #menu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}



.header_navigation > nav ul > li > ul.sub-menu, .header_navigation > nav ul > li > ul.sub-menu > li > ul{
    position: relative;
    background-color: #fff;
    border-top: unset;
    padding: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    top: 11px;
    left: unset;
    z-index: 99;
    margin-left: 0;
    width: calc(100%);
	border: unset;
    display: none;
	-webkit-column-count: 1;
    column-count: 1;
}
.sub-menu-column:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0px !important;
    background: unset !important;
}
.header_navigation > nav ul > li > ul.sub-menu > li {
    padding: 10px 0 !important;
    border-bottom: none;
    width: 100%;
    line-height: unset;
    float: unset;
	border-top: 1px dashed #ccc;
}
li.sub-mega-menu > a.menu-title {
    font-size: 14px;
    font-weight: 600;
	padding: 10px 0;
	display: inline;
}
.header_navigation > nav ul.sub-menu  li.sub-mega-menu > ul {
    margin-left: 15px;
}
.header_navigation li.sub-mega-menu > ul > li {
    line-height: unset;
    width: 100%;
    display: block;
    position: relative;
    padding: 13px 0;
    border-bottom: unset;
    border-top: 1px dashed #ccc;
}
.mobile-menu li ul li.menu-item-has-children .menu-expand {
    top: 10px;
}
.sidebar-visible #menu {
    overflow-y: scroll;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.sub-mega-menu span {
    font-size: 15px;
    color: #000;
    line-height: 24px;
}
aside.referrals-banner {
    max-height: 12rem;
    padding: .5rem 0;
    background: #fff;
    color: #AE2B31;
    font-size: 11px;
    text-transform: uppercase;
	z-index: 998 !important;
}
.sticky-bar1.stick {
	z-index: 998;
}







.main-menu > ul li {
    width: 100%;
    display: block;
    position: relative;
    padding: 13px 0 !important;
    border-bottom: 1px solid #ececec;
}
#menu .mobile-menu {
    margin: 0;
    padding: 5px 15px;
    top: 79px;
    background: #fff;
    left: 0;
    box-shadow: unset;
    width: 100%;
    z-index: 1000;
    padding: 30px;
}
.main-menu > ul > li > a {
    color: #253D4E !important;
    font-size: 14px !important;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    display: inline-block !important;
    padding: 0 !important;
	background-color: transparent !important;
}

.submenu-indicator {
    width: 45px;
    height: 45px;
    position: absolute;
    text-align: center;
    z-index: 20000;
    top: 0;
    right: 0;
	float: right;
    transition: all .3s;
	margin: 0;
}
.submenu-indicator .submenu-indicator-chevron {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(
45deg)!important;
    -moz-transform: translate(-50%,-50%) rotate(45deg)!important;
    -ms-transform: translate(-50%,-50%) rotate(45deg)!important;
    -o-transform: translate(-50%,-50%) rotate(45deg)!important;
    transform: translate(-50%,-50%) rotate(
45deg)!important;
}
.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #000000 #000000 transparent;
    -webkit-transform: rotate(
45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
45deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.submenu-indicator .submenu-indicator-chevron {
    border-color: transparent #000000 #000000 transparent;
    margin: 0;
}


.menu-item-has-children.active>.submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: translate(-50%,-50%) rotate(
225deg)!important;
    -moz-transform: translate(-50%,-50%) rotate(225deg)!important;
    -ms-transform: translate(-50%,-50%) rotate(225deg)!important;
    -o-transform: translate(-50%,-50%) rotate(225deg)!important;
    transform: translate(-50%,-50%) rotate(
225deg)!important;
}
}








