html {
  height: 100%;
}

.section-title {
  color: var(--primary-color);
}
.section-title:after {
  content: "";
  background-color: #fdd415;
  width: 30px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-title .section-title-main {
  margin-bottom: 10px;
}
.section-title.section-title-normal {
  border-bottom: 0;
}
.section-title.section-title-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-title.section-title-center b {
  background-color: transparent;
}

/*Footer CSS*/
.site-footer .nav-vertical > li + li {
  border: 0;
}
.site-footer .nav-vertical > li > a:hover {
  text-decoration: underline;
}

/*Header CSS*/
.nav.main-menu > li {
  margin: 0 16px;
}
.nav.main-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.nav.main-menu > li:hover a {
  color: var(--secondary-color);
}

#menu-top-bar-menu li a {
  font-size: 14px;
  padding: 4px 0;
}