@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.contact2 {
  font-family: 'Metropolis';;
  color: #8d97ad;
  font-weight: 300;
	padding: 60px 0;
  margin-bottom: 20px;
  background-position: center top;
}

.contact2 h1,
.contact2 h2,
.contact2 h3,
.contact2 h4,
.contact2 h5,
.contact2 h6 {
  color: var(--primary-color);
}

.contact2 .font-weight-medium {
  font-weight: 500;
}

.contact2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.contact2 .bg-image {
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact2 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.contact2 .detail-box .round-social {
  margin-top: 100px;
}

.contact2 .round-social a {
  background: transparent;
  margin: 0 7px;
  padding: 11px 12px;
}

.contact2 .contact-container .links a {
  color: #8d97ad;
}

.contact2 .contact-container {
  position: relative;
  top: 0px;
}

.contact2 .btn-danger-gradiant {
  background: #0078c1;
  /* background: -webkit-linear-gradient(legacy-direction(to right), #00a4b4 0%, #00a4b4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00a4b4), to(#00a4b4));
  background: -webkit-linear-gradient(left, #00a4b4 0%, #00a4b4 100%);
  background: -o-linear-gradient(left, #00a4b4 0%, #00a4b4 100%);
  background: linear-gradient(to right, #00a4b4 0%, #00a4b4 100%); */
}

 .contact2 .btn-danger-gradiant:hover {
  background: #0078c1;
  /* background: -webkit-linear-gradient(legacy-direction(to right), #00a4b4 0%, #00a4b4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00a4b4), to(#00a4b4));
  background: -webkit-linear-gradient(left, #00a4b4 0%, #00a4b4 100%);
  background: -o-linear-gradient(left, #00a4b4 0%, #00a4b4 100%);
  background: linear-gradient(to right, #00a4b4 0%, #00a4b4 100%); */
}