body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  line-height: 1.5;
  color: #333;
  position: relative; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
  color: #000;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.text-black {
  color: #000; }

.content {
  padding: 2rem 0;
}

.heading {
  font-size: 1.75rem;
  font-weight: 600; }

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  background: none;
}

.form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.col-form-label {
  color: #333;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
}

.small, small {
  font-size: 80%;
  color: #A9A9A9;
}

.form-control, .custom-select {
  border-radius: 0; }

.custom-select {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0; }

  .custom-select:active, .custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }


.p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #212529;
  font-size: 16px;
}

.underline{
  width: 100%;
  display: block;
  border-bottom: 1px solid #D3D3D3;
}

.contact-wrap {
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef;
}

.contact-wrap .col-form-label {
    font-size: 14px;
    color: #333;
    margin: 0 0 0 0;
    display: inline-block;
    padding: 0; }

 .contact-wrap .form, .contact-wrap .contact-info {
    padding: 20px 40px;  }

.contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5); }

.contact-wrap .contact-info ul li {
      margin-bottom: 15px;
      color: rgba(255, 255, 255, 0.5); }

.contact-wrap .contact-info ul li .wrap-icon {
        font-size: 20px;
        color: #fff;
        margin-top: 5px; }

 .contact-wrap .form {
    background: #fff; }

.contact-wrap .form h3 {
      color: #000;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 30px; }

.contact-wrap .contact-info {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.contact-wrap .contact-info a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    @media (max-width: 1199.98px) {
      .contact-wrap .contact-info {
        height: 400px !important; } }
    .contact-wrap .contact-info h3 {
      color: #fff;
      font-size: 20px;
      margin-bottom: 30px; }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }

ul {
    padding-left: 20px;
}

ul li {
    color: #3c8dbc;
}


.subtitle {
    margin-top: 0;
    margin-bottom: 1rem;
    box-sizing: border-box;
    font-weight: 600;
    text-align: -webkit-center;
    display: block;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    color: #333;
}

.subheading {
  text-align: center; 
  font-weight: 400; 
  margin-bottom: 5px;
  text-align: -webkit-center;
  -webkit-font-smoothing: antialiased;
  display: block;
  color: #3D4351;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-block-start: 0px;
  margin-block-end: 5px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.mainheading {
  text-align: center; 
  font-weight: 600; 
  margin-bottom: 5px;
  padding-top: 10px;
  text-align: -webkit-center;
  -webkit-font-smoothing: antialiased;
  display: block;
  color: #3D4351;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-block-start: 0px;
  margin-block-end: 5px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}


.addindent {
  padding-left: 20px;
}