.fixed-top .inner-dropdown:nth-child(1):hover > ul {
  left: -62% !important;
}
.fixed-top .inner-dropdown:nth-child(2):hover > ul {
  left: -85% !important;
}
.fixed-top .inner-dropdown:nth-child(3):hover > ul {
  left: -70% !important;
}
.fixed-top .inner-dropdown:nth-child(4):hover > ul {
  left: -57% !important;
}
.fixed-top .inner-dropdown:nth-child(5):hover > ul {
  left: -57% !important;
}

.servicePage {
  margin-bottom: 40px;
}
.servicePage:nth-child(odd) {
  background: #ececec;
  padding: 30px;
  border-radius: 25px;
}
.servicePage .section-header {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.servicePage__inner h5 {
  font-weight: 600;
}

.select-dropdown {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

.select-dropdown {
  position: relative;
  border-radius: 4px;
}

.select-dropdown select {
  max-width: 100%;
  width: 100%;
  padding: 8px 24px 8px 10px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dee2e6;
  color: #737578;
}

.select-dropdown select:active, .select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}

.select-dropdown:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-top: 5px solid #aaa;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.serviceCard {
  margin-top: 25px;
}
.serviceCard__para {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70vw;
}
.serviceCard__para:hover {
  white-space: normal;
}

.tabServices {
  margin-bottom: 15px;
}

.sub-section {
  margin-top: 200px;
}

.mission-text p {
  font-size: 12px !important;
}

.anchor-link {
  border-radius: 5px;
  background: #92278f;
  display: inline-block;
  padding: 10px 27px;
  color: #fff;
}
.anchor-link:hover {
  color: #fff;
}

.quicklinks {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 99999;
}
.quicklinks li {
  list-style-type: none;
}
.quicklinks img {
  width: 50px;
  height: 50px;
}

.contact-text {
  background: #92278f;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}/*# sourceMappingURL=stylesheet.css.map */