body {
  padding-top: 110px;
}

header {
  background-color: #fff;
}

.mainHeader {
  z-index: 999;
  border-bottom: 1px solid #C3D0CE;
  height: 110px;
  top: 0;
}

.mainHeader__mobNav .navbar-toggler {
  outline: none;
}

.mainHeader__logo img {
  width: 160px;
}

.navbar {
  z-index: 20;
  background: white;
}

.navbar-light,
.navbar-toggler {
  border: none;
}

#nav-icon3 {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #114d3f;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 3px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 15px;
}

#nav-icon3 span:nth-child(4) {
  top: 27px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.social_icons {
  font-size: 1.7rem;
}

.header__content {
  height: 109px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/*# sourceMappingURL=styles.css.map */