/* Menu Styles */
.custom-menu-tedacon li a:hover{
  color: #fe5e01;
}
.custom-menu-tedacon li a:hover::after{
  background: #fe5e01;
}

.custom-menu-tedacon li.current a{
  color: #fe5e01;
}
.custom-menu-tedacon li.current a::after{
  background: #fe5e01;
}

.orange{
  color: #fe5e01 !important;
}

.custom-menu-tedacon .brand img{
  width: 160px;
  padding: 15px 0;
}

.bg-color-black{
  position: relative;
}

.bg-color-black::after{
  content: '';
  position: absolute;
  background-size: cover;
  background-color: #000000b3;
  z-index: 27;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}


.sf-menu > li + li {
  margin-left: 0px;
}

.sf-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 30px 25px;
  color: #000000;
  font-size: 15px;
}

.list-custom{
  max-height: 500px;
  overflow: scroll;
}

.footer--end{
  background-color: #fe5e01;
  color: white;
}

.footer--end a, .footer--end span{
  color: white;
}