/* Desktop Navigation */
#header .col-md-8 .row .text-end ul {
    padding-inline-start: 0;
}
#header .col-md-8 .row .text-end ul li {
    list-style: none;
    display: inline-block;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
}
#header .col-md-8 .row .text-end ul li a {
    text-decoration: none;
    color: inherit;
}
#header .col-md-8 .row .text-end ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.navbar-brand {
    margin-left: 0px;
    padding: 5px 0;
    height: auto;
    float: left;
}

.nav-menu, .nav-menu * {
    list-style: none;
    padding-inline-start: 0px;
}

.nav-menu > ul {
    margin-bottom: 0;
}

.nav-menu > ul > li {
    position: relative;
    margin-right: 0px;
    white-space: nowrap;
    float: left;
}
.nav-menu li.last a {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.nav-menu a {
    display: block;
    text-align: left;
    position: relative;
    color: #000;
    padding: 10px 18px;
    transition: 0.3s;
    text-decoration: none;
    text-transform: inherit;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Inter Tight", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.nav-menu li.last a:hover, .nav-menu li.last .active > a, .nav-menu  li.last:hover > a {
    text-decoration: none;
    color: #000;
    background-color: transparent;
}
.nav-menu .border-btn {
    border: 1px solid #3366cc;
    color: #3366cc;
    background-color: #fff;
}

.nav-menu .border-btn:hover {
   background-color: #3366cc;
   color: #fff;
   text-decoration: none;
   -webkit-transition: all 750ms ease-in-out 0s;
    -moz-transition: all 750ms ease-in-out 0s;
    -ms-transition: all 750ms ease-in-out 00ms;
    -o-transition: all 750ms ease-in-out 0ms;
    transition: all 750ms ease-in-out 0ms;
}

.nav-menu a.active {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.nav-menu .get-started a {
    background: #eb5d1e;
    color: #fff;
    border-radius: 50px;
    margin: 0 15px;
    padding: 10px 25px;
}

.nav-menu .get-started a:hover {
    background: #ee7843;
    color: #fff;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    margin-top: 30px;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    visibility: visible;
    border-top: 3px solid #3366cc;
    border-radius: 5px;
}

#inner-page .nav-menu .drop-down:hover > ul {
    background-color: #000066;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
    padding: 0 5px;
}

.nav-menu .drop-down li:hover {
    background-color: #3366cc;
    width: 100%;
    border-left: 3px solid #fda703;
    
}

.nav-menu .drop-down ul a {
    padding: 8px 5px;
    font-size: 14px;
    text-transform: none !important;
    color: black !important;
    text-transform: uppercase;
}

/*.nav-menu .drop-down:hover ul.mega {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    width: 750px;
}*/

.nav-menu .drop-down.parent.active ul a.active, .nav-menu .drop-down.parent.active ul li:hover, .nav-menu .drop-down.parent.active ul li a:hover, .nav-menu .drop-down ul li:hover, .nav-menu .drop-down ul li a:hover {
    color: #fff !important;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #fff !important;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    margin-top: 0;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -300px;
    width: 3-0px;
    padding-top: 18px;
    background: #0b0b45;;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: white;
    padding: 10px 20px;
    font-size: small;
    font-weight: 500;
    transition: 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

.mobile-nav .get-started a {
    background: #eb5d1e;
    color: #fff;
    border-radius: 50px;
    margin: 15px;
    padding: 10px 25px;
}

.mobile-nav .get-started a:hover {
    background: #ee7843;
    color: #fff;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 30px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #0b0b45;
    background-color: #fff;
    padding: 10px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: #0b0b45;
    opacity: 1;
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
    top: 20px;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
    background-color: transparent;
}

/* STICKy NAVIGATION */

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #fff !important;
    background-image: none !important;
    z-index: 2;
}

#inner-page #header.sticky {
    background-color: #000066 !important;
}

.sticky .nav-menu a {
    color: #000;
}

.sticky .parent.active a {
    color: #fff;
}

.sticky + .content {
    padding-top: 102px;
}

.dropdown-menu {
    border: 0px;
    border-top: 3px solid;
    border-radius: 0;
    position: absolute;
    z-index: 1000;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}