@charset "UTF-8";
.form-group.required .control-label:after {
  content:"*";
  color:red;
}
.google-map {
  padding-bottom: 30%;
  position: sticky;
}

.google-map iframe {
  height: 200px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  
}
.btn-circle.btn-xl {
margin-top:4px;
			width: 45px;
			height: 45px;
			padding: 8px 8px;
			border-radius: 60px;
			font-size: 15px;
			text-align: center;
			/* border: 1px solid red; */
		}


.fa-facebook {
  background: #3B5998;
  color: white;
  border-radius:3px;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
   border-radius:3px;
}

.fa-google {
  background: #dd4b39;
  color: white;
   border-radius:3px;
}

.fa-linkedin-square {
  background: #007bb5;
  color: white;
   border-radius:3px;
}

.fa-youtube {
  background: #bb0000;
  color: white;
   border-radius:3px;
}

.fa-instagram {
  background: #125688;
  color: white;
   border-radius:3px;
  
}
