#logo span img {
  height: 80px;
  width: auto;
  margin: 0;
  padding: 0;
}

#header .header-inner #logo a,
#header .header-inner #logo a span,
#header #header-wrap #logo a,
#header #header-wrap #logo a span {
  font-family: "Poppins", sans-serif;
  font-size: 0px;
  color: #1f1f1f;
  font-weight: 100;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.header-extras {
  margin-left: 40px;
}
@media screen and (max-width:766px) {
  .header-extras {
    margin-left: 0;
  }
}

.header-extras ul li {
  margin-left: 10px;
  margin-top: 3px;
}

#mainMenu nav>ul>li>a {
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  padding: 11px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* ----------------------------------------------------------------
GO TO TOP BUTTON
-----------------------------------------------------------------*/
#goToTop {
  opacity: 0;
  position: fixed;
  text-align: center;
  line-height: 12px !important;
  right: 26px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
  background-color: rgba(0, 0, 0, 0.25) !important;
  overflow: hidden;
}

#goToTop i {
  line-height: 39px !important;
  width: 39px !important;
  height: 39px !important;
  font-size: 16px !important;
  top: 0px !important;
  left: 0px !important;
  text-align: center !important;
  position: relative;
  z-index: 10;
  background-color: transparent !important;
  transform: translate(0, 0px);
  transition: transform 0.2s ease;
}

#goToTop:hover {
  transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
  background-color: transparent !important;
}

#goToTop:hover i {
  transform: translate(0, -39px) !important;
}

#goToTop:after, #goToTop:before {
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #1abc9c;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  border-radius: 100px;
}

#goToTop:before {
  background-color: rgba(255, 255, 255, 0.25);
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  z-index: 2;
}

#goToTop:hover:after {
  transform: scale(1);
}

#goToTop:active:before {
  opacity: 1;
}

#scrollTop {
  background-color: rgba(26, 188, 156, 0.5) !important;
}

h3,
.h3 {
  font-size: 1.78571429em;
  line-height: 1.5em;
  font-weight: 600;
}

h1:not(:last-child),
.h1:not(:last-child) {
  margin-bottom: 40px;
}

h5,
.h5 {
  font-size: 1em;
  line-height: 1.85714286em;
  font-weight: 600;
}
