.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 60px 0;
  }
}

.contact-clean form {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 60px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 121px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #055ada !important;
  margin-top: 15px;
  color: #fff;
}

.map {
  height: 40vh;
}

.workhistory-table td {
  text-align: left;
  width: 50%;
}

.table thead th {
  border: none;
  color: #016239;
}

.table-responsive {
}

hr {
  margin: 30px 0;
  border-top: 1px solid rgba(0,0,0,.03);
}

h4 {
  font-size: 15px;
  font-family: constantia bold;
}

.projects .col-md-5 {
  padding: 25px;
  background: #eee;
  margin: 10px;
}

.projects img.img-fluid {
  margin: 15px 0px;
  height: 300px;
}

.p1 {
  height: 100px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
  font-style: italic;
}

h6 {
  font-family: constantia bold;
}

#people-mob {
  background-color: #812990;
  width: 100%;
  text-align: center;
  padding: 60px 0;
  color: #fff;
  border-top: 10px solid rgba(0,0,0,0.2);
  border-bottom: 10px solid rgba(0,0,0,0.2);
  font-family: constantia;
  font-weight: normal;
}

