.imageSection {
  background-image: url(../images/contact/contactImg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
  position: relative;
}
.imageSection div {
  position: relative;
  padding: 0px 5vw;
  color: white;
}
.imageSection section {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: #00132cab;
  position: absolute;
}
.imageSection h3 {
  font-family: impact, Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
}
.imageSection p {
  font-family: proxima nova alt semi-bold, Sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.form-group label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.form-control {
  font-size: 14px !important;
  padding: 13px !important;
}
.form-select {
  font-size: 14px !important;
  padding: 13px !important;
}
.form-control:active,
.form-control:focus {
  box-shadow: none;
  border: 1px solid #0449a9;
  outline: none;
}
.form-select:active,
.form-select:focus {
  box-shadow: none;
  border: 1px solid #0449a9;
  outline: none;
}
h1 {
  color: black;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.formSec {
  padding: 0px 5vw;
}
.formSec p {
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}
.submitButton {
  outline: none;
  border: 1px solid #0449a9;
  color: white;
  background: #0449a9;
  padding: 7px 20px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 18px;
}
.submitButton:hover {
  background: #048def;
  border: 1px solid #048def;
  box-shadow: 0px 0px 1px 3px #a5cffc;
}
.contactSubDiv {
  background: #0a338d;
  height: 100%;
  padding: 13px;
  border-radius: 10px;
}
.contactSubDiv a {
  text-decoration: none;
  color: white !important;
  font-size: 17px;
  padding: 10px 0px;
}
.contactSubDiv a:hover {
  color: #90cbf5;
}
h2 {
  color: white;
  font-size: 35px;
  font-weight: 600;
  position: relative;
}
h2::after {
  bottom: -13px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 5rem;
  background: white;
}
.contactSubDiv i {
  padding-right: 10px;
  font-size: 25px;
}
.attachDiv {
  padding: 14px 28px !important;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff !important;
  border: 1px solid #0a338d !important;
  color: #0a338d !important;
  height: 40px;
  margin-left: 15%;
}
.attachMainDiv {
  border: 1px dashed #2e2e2e;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.attachMainDiv p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #919191;
}
