.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation:slide-down 0.7s;
  transform: translateY(0);
  transition: transform 0.5s;
}
.sticky> header{
  background: #c2f4fd;
  border-top: 1px solid #014a58;
}
@keyframes slide-down {
  0% {
      transform: translateY(-100%);
  } 
  100% {
      transform: translateY(0);
  } 
}
.toggle, [id^=drop] {
  display: none;
}

nav { 
  margin: 0;
  padding: 0;
  background-color: #7B171A;
}

nav:after {
content:"";
display:table;
clear:both;
}
nav ul {
/* padding:0;
margin:0; */
list-style: none;
position: relative;
width: 100%;
text-align-last: left;
margin: auto;
/* display: table; */
}
nav ul li {
margin: 0px;
display:table-cell;
position: relative;
/* float: left; */
/* background-color: #1b4d89; */
}

/*nav ul li ul li:first-child::before {
  position: absolute;
  content: '';
  width: 0px;
}
nav ul li ul li::after{
  position: absolute;
  content: '';
  width: 0px;
}*/
nav a {
  display: block;
  padding: 8px 18px 8px;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-weight: bold;
  line-height: 23px;
}
nav .active{
  background-color: #F8862E;
}
nav ul li:hover { 
  background: #7B171A; 
}
nav ul li:hover>a{
  color: #fff;
}
nav ul li:first-child a{
  padding: 8px 11px;
}
nav ul li a i{
  font-size: 10px !important;
  position: relative;
  top: -2px;
  left: 3px;
}
/* nav ul li:first-child a i{
  font-size: 25px !important;
} */
nav ul li ul li:hover { 
  background: #F8862E; 
}
nav ul li ul li:hover>a{
  color: #fff;
}
nav ul ul ul li a{
  color:#fff ;
}
nav a:hover { 
background-color: #F8862E; 
color: #fff;
}
nav ul ul {
display: none;
position: absolute; 
min-width: 200px;
width: max-content;
/* top: 40px;
padding-top: 7px; */

}
nav ul li{
  /* border-right: 1px solid #87aad3; */
}
nav ul li:first-child{
  /* border-left: 1px solid #87aad3; */
  
}
/* .menu li:first-child a{
  padding: 15px;
} */
.menu li:first-child a i{
  font-size: 20px !important;
  position: relative !important;
  left: 0px !important;
  top: 0px !important;
  color: #ffffff;
}
nav ul ul li{
  background-color: #7B171A;
  border: none;
}
nav ul ul li:first-child{
  border-top: 1px solid #41858f;
}
nav ul ul li a{
  padding: 7px 15px !important;
  font-size: 15px;
}
/* nav ul ul li a{
  padding: ;
} */
nav ul ul li a:hover{
  background: #3c7a31;
}
nav ul li:hover > ul {
display:inherit;
}
nav ul ul::before{
  position: absolute;
  top: 0px;
  left: 40%;
  content: none;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #009688;
}
nav ul ul li {
width:auto;
float:none;
display:list-item;
position: relative;
border-bottom: 1px solid #41858f;
}
nav ul ul ul{
  position: absolute;
  left: 30px;
  top: 60px;
  z-index: 99999;
}
nav ul ul ul li {
position: relative;
top:-60px; 
left:170px; 
}

/* li > a:after { content:  ' +'; } */
li > a:only-child:after { content: ''; }
/* @media only screen and (min-width: 1200px) and (max-width: 1384px) {
  nav a {
    display: block;
    padding: 6px 15px 10px;
    color: #02333c;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.5px;
  }
} */

@media all and (max-width : 768px) {
  nav a {
    display: block;
    padding: 7px 12px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.menu li:first-child a i {
  font-size: 26px;
  color: #ffffff;
}

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

nav {
  margin: 0;
  background: #3c7a31;
}
nav ul{
  transition: 0.5s;
}
.toggle + a,
.menu {
  display: none;
  transition: 0.5s;
}
.main-toggle{
  padding: 3px 12px 2px !important;
}
.toggle {
  display: block;
  padding: 7px 12px;
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
  border: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}

.toggle:hover {
  background-color: #0f6874;
}
.toggle i{
  font-size: 28px;
}
[id^=drop]:checked + ul {
  display: block;
  transition: 0.5s;
}

nav ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #96b1b5;
}
nav ul li:first-child {
  border-top: 1px solid #96b1b5;
}
nav ul ul .toggle,
nav ul ul a {
  padding: 0 40px;
}

nav ul ul ul a {
  padding: 0 80px;
}

nav a:hover,
 nav ul ul ul a {
  background-color: #035158;
}

nav ul li ul li .toggle,
nav ul ul a,
nav ul ul ul a{
  padding:7px 20px;	
  color:#FFF;
  font-size:17px; 
}

nav ul li ul li .toggle,
nav ul ul a {
  background-color: #154c0b; 
}

nav ul ul {
  float: none;
  position:static;
  color: #ffffff;
}
  
nav ul ul li:hover > ul,
nav ul li:hover > ul {
  display: none;
}
  
nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li {
  position: static;
}
nav ul ul::before {
 
  content: none;
}
nav ul ul ul {
  position: relative;
  right: 0px;
  top: 0px;
  padding-left: 3px;
}
nav ul ul ul li a{
  font-size: 15px;
  font-weight: 500;
  line-height: 13px;
}
nav ul ul li a{
  font-weight: 500;
}
nav ul ul ul li a {
  color: #fff;
}
nav ul li:first-child::before {
  position: absolute;
  content: '';
  width: 0px;
}
nav ul li::after {
  position: absolute;
  content: '';
  width: 0px;
}
}

@media all and (max-width : 330px) {
  nav ul li {
    display:block;
    width: 94%;
  }
}


/* ************************************************ */
.marquee-box {
  background: #ececec;
  padding: 0px 0px 1px;
}
.marquee-section {
  position: relative;
}
.marquee-section .notice_marquee {
  padding: 4px 0px;
  position: relative;
  margin-bottom: -5px;
}
.marquee-section .notice_marquee a {
  position: relative;
  color: #000;
  padding-left: 26px;
  font-size: 14px;
  margin-left: 5px;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-weight: 600;
}
.marquee-section .notice_marquee a::before {
  content: '\f0a4';
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  font-weight: 500;
  font-size: 17px;
}
.marquee-section .notice_marquee a img {
  width: 21px;
}
.marquee-section .updates {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f8862e;
  z-index: 1;
  padding: 7.2px 19px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
}
.marquee-section .updates::after {
  position: absolute;
  content: "";
  right: -8px;
  top: 7px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #f8862e;
  width: 0px;
  height: 0px;
}
@media screen and (max-width: 512px) {
  .marquee-section .updates span{
    display: none;
  }
}