
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	/* background-color: #229ED9; */
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.logo-background-image {
	position: relative;
	height: 100%;
	width: 100%;
	background-size: cover;
  }

  .logo-background-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: cover; */

	background-image: url('../img/logo.png');
	opacity: 0.2;
  }

  /* nav {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;

  	background-repeat: no-repeat;
  	background-position: center;

  	background-image: url('../img/header-bg.jpg');
  } */

  /* body {
	background-image: url('../../../images/service-detail-page-banner.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
  } */

  
  body {
	background-image: url('../../../images/service-detail-page-banner.jpg');
	background-repeat: no-repeat;
  	background-size: cover;
	background-attachment: fixed;
	height: 100%;

  /* background-position: center; */

  }
  
  @media (max-width: 767px) {
	body {
		background-position: calc(50% + 10px) center;
	  /* background-position: right center; */
	}
  }
