@import url(https://fonts.googleapis.com/css?family=Philosopher:400,700,400italic,700italic);
.special-title{
  font-family: "Philosopher", sans-serif;
    font-weight: bold;
  color: #2C9377;
/*background: -webkit-linear-gradient(#51baea, #2e5398);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.partners .partners-icons{
  max-width:none !important;
}
#myBtn {

 position: fixed;
    right: 0px;
    bottom: 20px;
    border: none;
    z-index: 99;
    width:50px;
    height: 50px;
    border-radius: 10px 0px 0px 10px;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0px 1px 3px #e7e7e7;
    color: #333;
    text-align: center;
    font-size: 22px;
    display: none;
}

#myBtn:hover {
  background-color: #f4f4f4;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}