
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

li.hs-item-has-children > a:after {
   font-family:'FontAwesome';
   content:"\f078";
   padding-left: 5px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper{z-index:1;} 


{#
ul.hs-menu-children-wrapper {
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-style: normal;
  font-family: 'Roboto',sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #343d4f;
  white-space: nowrap;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  position: absolute;
  text-transform: none;
  top: 100%;
  width: auto;
  background-color: #343d4f;
  border-color: #343d4f;
  padding-top: 15px;
  padding-bottom: 15px;
  left: 0;
  opacity: 1;
}



li.hs-menu-item.hs-menu-depth-2 {
      -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-style: normal;
  font-family: 'Roboto',sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #343d4f;
  white-space: nowrap;
  list-style: none;
  font-weight: 500;
  text-transform: none;
  box-sizing: border-box;
  padding: 0;
}

li.hs-menu-item.hs-menu-depth-2 > a {
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-style: normal;
  white-space: nowrap;
  list-style: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  position: relative;
  z-index: 2;
  background-color: transparent;
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  display: block;
  padding: 10px 30px;
  transition: background-color .3s;
}



li.hs-menu-item.hs-menu-depth-2:hover > a{
  background-color: transparent;
  color: #7bedf8;
  cursor: pointer;
  transition: background-color .3s;
}


@media (max-width: 991px){
    li.hs-menu-item.hs-menu-depth-1 {
        background: #343d4f!important;
}

#}