ul.sub-menu li.current-menu-item a:after {
    opacity: 0;
}
ul.sub-menu li.current-menu-item {
    background: #003444;
}

.hBox {
    cursor: pointer;
}
.hBox:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    content: " ";
    z-index: 1;
    transition: all ease .2s;
}

.hBox:hover::before {
    background: rgb(0 62 81 / 60%);
}

.hBox .et_pb_text_inner {position: relative; transition: all ease .2s;}

.hBox:hover .et_pb_text_inner:before {
    position: absolute;
    width: 25px;
    height: 2px;
    background: #f1b82c;
    content: " ";
    z-index: 1;
    transition: all ease .2s;
    bottom: -10px;
    left: 50%;
    transition: all ease .2s;
    transform: translateX(-50%);
}


.section-title {
    font-size: 40px;
    color: #003E51;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.section-title::after {
    content: " ";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #AD841F;
    bottom: 0;
    left:0;
}

.section-title.center {
  text-align:center;
}
.section-title.right {
  text-align:right;
}

.section-title.center::after {
    left: 50%;
    transform: translateX(-50%);
}

.section-title.right::after {
    right:0;
    left: unset;
}


@media only screen and (min-width:1000px) {
  .et_row_flex_desk{ display: flex; align-items: center;}
}
