@import url("../css/fonts.css");

.ddsmoothmenu {
  width: 100%;

  position: relative;
  z-index: 10;
}

.ddsmoothmenu ul {
  width: 100%;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: visible !important;
  width: 100%;
}

/*Top level list items*/
.right_menu .icon_home {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 43px;
  height: 43px;
  background: #ea0000;
  border-radius: 50% 50% 0 50%;
  margin-right: 10px;
}

.ddsmoothmenu>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ddsmoothmenu>ul>li {
  position: relative;
}

.ddsmoothmenu>ul>li:last-child {
  background: none;
  border-right: 0;
}

.ddsmoothmenu>ul>li>a {
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;

  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  /* text-transform: uppercase; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  white-space: nowrap;
  padding: 14.5px 20px;
}

.ddsmoothmenu>ul>li:last-child>a {
  padding-right: 0;
}

.ddsmoothmenu>ul>li:first-child>a {
  padding-left: 0;
}

.ddsmoothmenu>ul>li.active>a {
  color: #f4c003;
}

.ddsmoothmenu>ul>li:first-child.active>a {
  background: none;
}

.ddsmoothmenu>ul>li:hover>a {
  color: #f4c003;
}

/*.ddsmoothmenu > ul > li:hover > a:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	background: #ff0000;
}*/
/*.ddsmoothmenu > ul > li.active > a:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	background: #ff0000;
}*/
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
  display: none;
  visibility: hidden;
  background: #fffefe;
  box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.14);
  width: 200px;
  position: absolute;
  top: calc(100%) !important;
  z-index: 10 !important;
}

.ddsmoothmenu>ul>li>ul {
  left: -5px !important;
}

.ddsmoothmenu ul li ul li {
  display: list-item;
  float: left;
  width: 100%;
  margin-right: 0px;
  padding-right: 0px;
  padding: 10px 10px 10px 10px !important;
  height: auto !important;
  line-height: normal !important;
  border-bottom: 1px solid #ccc !important;
  position: relative !important;
  background: #fff;
}

.ddsmoothmenu ul li ul li:last-child {
  border: 0px !important;
}

.ddsmoothmenu ul li ul li:hover {
  background: none !important;
  margin-top: 0px !important;
}

/*.ddsmoothmenu ul > li > ul > li:hover
{
	background: #db0000 !important;
}*/
.ddsmoothmenu ul>li>ul>li:hover>a {
  color: #00a32c !important;
  text-decoration: inherit;
}

.ddsmoothmenu ul li ul li a {
  padding: 0px 20px 0px 0px;
  width: 100%;
  float: left;

  font-size: 15px;
  border: 0px !important;
  box-shadow: none !important;
  text-transform: capitalize;
  margin: 0px !important;

  background: rgba(255, 255, 255, 0) !important;
  color: #000 !important;
  text-align: left;
  border-bottom: 1px solid #3e3e3e;
}

.ddsmoothmenu ul li ul li a span {
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 26px;
}

.ddsmoothmenu ul li ul li:last-child a {
  border: 0px !important;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
  margin-left: 2px;
  top: 0px !important;
}

/* Sub level menu links style */

.ddsmoothmenu ul li ul li ul {
  margin: 0px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
  height: 1%;
}

/*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
  position: absolute;
  top: 12px;
  right: 7px;
  display: none;
}

.rightarrowclass {
  position: absolute;
  top: 6px;
  right: 5px;
  display: none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
  /*shadow for NON CSS3 capable browsers*/
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: silver;
}

.toplevelshadow {
  /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
  opacity: 0.8;
}