#menu-top-nav li {
display: initial;
}
#menu-top-nav {
margin-bottom: 0px;
padding: 8px 0px;
}
.top-nav {
background-color:#6B777E;
max-width: 100%;
height: 44px;
position: relative;
z-index: 7777;
}
.top-nav > .row {
width: 100%;
max-width: 1140px;
margin: 0 auto;
}
.nav-item:last-child {padding-right: 0px;}
#menu-top-nav li a::after {
content: "";
position: absolute;
width: 2px;
height: 70%;
background-color: #fff;
right: 13px;
top: 4px;
}
#menu-top-nav .menu-item-18 a::after {content: unset;}
#menu-top-nav li a {
color: #fff;
text-decoration: none;
padding-right: 30px;
font-size: 15px;
position: relative;
font-family: 'Arial', sans-serif;
text-transform: none;
font-weight: 500;
}
.the-line-2 {
height: 10px;
background-repeat: repeat-x !important;
}
.page-title-con {margin-top: -1px!important;}
.top-cont {text-align: right;}
.top-cont li {display: inline-block;}
.top-cont li a img {
width: 16px;
height: auto;
margin-left: 20px;
margin-right: 10px;
}
.top-cont li a {
text-decoration: none;
color: #fff;
font-weight: 500;
font-size: 20px;
font-family: 'Arial', sans-serif;
}
.clip-path {
background-color:#6B777E;
height: 48px;
clip-path: polygon(0 0, 100% 0, 100% 100%, 1% 100%);
position: absolute;
bottom: -20px;
z-index: 9999;
width: 2000%;
left: 60px;
}
.top-cont li {
display: inline-block;
position: relative;
top: 16px;
z-index: 99999;
} .logo-row{
width: 100%;
max-width: 1140px;
margin: 0 auto;  
}
.nav-stikey {
position: fixed;
top:0px;
width: 100%;
z-index: 9999;
-webkit-animation-duration: 1s;
animation-duration: 1.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.logo {
width: 250px;
height: 50px;
object-fit: contain;
}
.nav-stikey .logo {
width: 200px;
height: auto;
object-fit: contain;
}
.nav-stikey .nav-item {
padding: 10px 10px; margin-bottom: 0;
}
.nav-stikey {
padding: 0.5em 1em !important;
z-index: 6666;
min-height: 58.95px;
}
.bg-dark {
background-color: #fff;
box-shadow: 0 0 5px 0px #0000003b;
}
.navbar {
padding: 1.05em 1em;
z-index: 6666;
}
.nav-item {
padding: 10px 10px;
padding-bottom: 0;
margin-bottom: -10px;
}
.navbar-dark .navbar-nav .nav-link {
color: #27333b;
font-size: 15px;
font-weight: 700;
text-decoration: none;
padding: 0px;
-webkit-transition: color 0.6s;
transition: color 0.6s;
text-transform: uppercase;
font-family: 'Arial', sans-serif;
}
.navbar-dark .navbar-nav .active > .nav-link {
color: #7448E6;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color:#7448E6;
}
ul#menu-main-nav .current_page_item a{
position:relative;
}
ul#menu-main-nav .current_page_item a::after {
position: absolute;
content: "";
width: 100%;
height: 3px;
background-color: #1498EF;
z-index: 999;
bottom: 0;
left: 0;
transition: all 0.3s;
}
ul#menu-main-nav li a{
position:relative;
transition:all 1s;
}
ul#menu-main-nav li a::before{
position: absolute;
content: "";
width: 0%;
height: 3px;
background-color:#1498EF;
z-index: 999;
bottom: 0;
left: 0;
transition:all 0.3s;
}
ul#menu-main-nav li a:hover::before {
position: absolute;
content: "";
width: 100%;
height: 3px;
background-color:#1498EF;
z-index: 999;
bottom: 0;
left: 0;
}
.nav-link:focus::after {
position: absolute;
content: "";
width: 100%;
height: 3px;
background-color: #1498EF;
z-index: 999;
bottom: 0;
left: 0;
}
.the-line-2 {
height: 8px;
background-repeat: repeat-x !important;
width: 100%;
position: absolute;
bottom: -8px;
left: 0;
}