.gpMenu, .gpArea_FullMenu_m1, .gpArea_FullMenu {
  margin-left: auto !important;
}
.election-slider .content-slider {
  text-align: center;
  color: #fff;
  position: relative;
}
.slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.99);
}
.election-slider {
  width: 100%;
  background: url(/data/_uploaded/image/themes/election/cover.jpg);
    background-size: auto;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.election-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 23, 0.82);
}
.analytics-slider .content-slider {
  text-align: center;
  color: #fff;
  position: relative;
}
.analytics-slider {
  width: 100%;
  background: url(/data/_uploaded/image/layouts-clip.jpg);
    background-size: auto;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.analytics-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 23, 0.65);
}
.team .iteamteam {
  margin-bottom: 20px;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #a7abe6;
}