.folio-content .icons:hover
{
	background-color: #1E90FF !important;
	color: #f4f4f4;
}

.icons .fa:hover
{
	color:  #f4f4f4 !important;
}

/*.fa
{
	height: 30px;
}*/


.top-container
{
	background-color: #f1f1f1;

}

.sticky
{
   position: fixed;
  top: 0;
  width: 100%;
}

.tap-container:hover
{
  background-color: #b2bdfb;
}


/*/*.connect
{
	background-image: url("img/testimonials/1.jpg");
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}*/

.image-background.contain
{
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("img/testimonials/1.jpg") !important;*/
	background-attachment: fixed;
	background-size: cover !important;

}

#myBtn
{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(83,81,104.5);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 90px;
 

}