#footernav,
#footernav ul,
#footernav ul li,
#footernav ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;background: #000000; font-family: 'Poppins', sans-serif;
}
#footernav {
  width: 240px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}
#footernav ul ul {
  display: none;
}
.align-right {
  float: right;
}
#footernav > ul > li > a {
    padding: 6px 0px 10px 20px !important;
    border-left: none;
  background: url(iconfplus.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
    border-right: none;
    border-top: none;
    cursor: pointer;
    z-index: 2;
    font-size: 15px !important;
    font-weight: 400;
    text-decoration: none;
    color: #5e5e5e !important;
    
}
#footernav > ul > li > a span {text-shadow:none !important}
#footernav > ul > li > a:hover,
#footernav > ul > li.active > a,
#footernav > ul > li.open > a {
 
 
}
#footernav > ul > li.open > a {font-weight: 300;
        box-shadow: none;
    border-bottom: 1px solid #000;
    color: #fff !important;
    background: url(iconfminus.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}
#footernav > ul > li:last-child > a,
#footernav > ul > li.last > a {
  border-bottom: 1px solid #000;
}
#footernav ul li  a span.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;display: none;
}
#footernav ul li  a span.holder::before {
  display: block;
  position: absolute;
  content: "+";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}


#footernav ul li  a span.holder::after {
  display: block;
  position: absolute;
  content: "-";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#footernav ul li  a span.holder::after {
  top: 17px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
}
#footernav > ul > li > a:hover > span::after,
#footernav > ul > li.active > a > span::after,
#footernav > ul > li.open > a > span::after {
  border-color: #000000;
}

#footernav ul li  a span.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#footernav > ul > li > ul > li {background: #0c2e4a;}
#footernav ul ul li a {
  cursor: pointer;
  font-weight:400 !important;
  padding: 5px 20px 10px !important;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #797878 !important;border-bottom: 1px solid #464646;
  
  
}
#footernav ul ul li:hover > a,
#footernav ul ul li.open > a,
#footernav ul ul li.active > a {
  background: #000 !important;
  color: #83c122 !important;font-weight:400 !important;
}
#footernav ul ul li:first-child > a {
  box-shadow: none;
}
#footernav ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#footernav ul ul ul li a {
  padding-left: 30px;
}
#footernav > ul > li > ul > li:last-child > a,
#footernav > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#footernav > ul > li > ul > li.open:last-child > a,
#footernav > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#footernav > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#footernav ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
height: 7px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#footernav ul ul li.active > a::after,
#footernav ul ul li.open > a::after,
#footernav ul ul li > a:hover::after {
  border-color: #ffffff;
}

#footernav > ul > li > ul > li  > ul > li {}
#footernav > ul > li > ul > li  > ul > li a {padding: 5px 30px 10px !important;
font-size: 14px !important;}


