/*Custom styles for Contact page
************************************/

.nav-link
{
	color: white!important;
}

/* Contact page csss
*******************************************/
.highlight-clean {
  width: 100%;
  height: 60vh;
  background: url("../../assets/img/contact2.jpg") center / cover no-repeat;
}
/*controls position of the heading and sub-heading
**************************************/
#center-of-highlight .row{
margin-top:30vh;
}
.overlay {
  width: 100%;
  height: 60vh;
  position: absolute;
  background: black;
  opacity: 0.33;
}

.contact-heading {
  color: /*rgb(49,52,55)*/ black;
  font-weight: bold;
  font-size: 20px;
}

.p-contact-detail {
  color: black;
  /*font-family: Montserrat, sans-serif!important;*/
  font-weight: 400;
  font-size: 15px;
}

.p-contact-detail .icon-contact-detail {
  font-size: 22px;
  color: grey;
}

.contact-social-icons{
  font-size: 28px;
}

strong{
  font-size: 16px;
}


/* map clean
************************************/
.map-clean{
  border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}