@import url(https://fonts.googleapis.com/css?family=Roboto+Slab
:400,700,400italic,700italic);
.special-title{
  font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
  color: #1A3F70;
/*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: 40px;
    bottom: 60px;
    border: none;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0px 0px 5px #cccccc;
    color: #333;
    text-align: center;
    font-size: 28px;
    display: none;
} */

#myBtn {
  position: fixed;
     right: 0px;
     bottom: 60px;
     border: none;
     z-index: 99;
     width: 50px;
     height: 50px;
     line-height: 50px;
     border-radius: 10px 0px 0px 10px;
     background-color: rgba(255,255,255,.9);
     box-shadow: 0px 0px 5px #cccccc;
     color: #333;
     text-align: center;
     font-size: 28px;
     display: none;
 }

#myBtn:hover {
  background-color: #f4f4f4;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.btn{
  background-color:#1A3F70;
  border-radius: 50px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 20px;

}
.btn i{

  padding-right: 10px;
}

strong{
  font-family: "Roboto Slab", sans-serif;
  color: #1A3F70;
}