.contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.55);
  text-align: center;
}
.contact-card span i{
    color: #063573;
}
.contact-card h3 {
  font-size: 0.7rem;
}
.contact-card p {
  text-align: center;
}

/* footer style */

.contact-us {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  overflow: hidden;
  margin-top: 20px;
}

/* The company logo */

.contact-us h3 {
  color: #ffffff;
  font: normal 36px "Roboto", cursive;
  margin: 0 0 10px;
}

.contact-us h3 span {
  color: #5383d3;
}

/* Footer links */

.contact-us .footer-links {
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
}

.contact-us .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: color 0.15s ease-in-out;
  background-color: 0.15s ease-in-out;
  border-color: 0.15s ease-in-out;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
}

.contact-us .footer-links a:hover {
  color: #042e6f;
}
.contact-us .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}

/* Footer social icons */

.contact-us .footer-icons {
  margin-top: 40px;
}

.contact-us .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
  transition: color 0.15s ease-in-out;
  background-color: 0.15s ease-in-out;
  border-color: 0.15s ease-in-out;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
}
.contact-us .footer-icons a:hover {
  background-color: #ffffff;
  color: #33383b;
}
/* Footer Right */

.contact-us .footer-right {
  float: right;
}

/* The contact form */

.contact-us form {
  display: inline-block;
}

.contact-us form input,
.contact-us form textarea {
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #ecefef#ecefef;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  border: none;
  resize: none;
  font: inherit;
  font-size: 14px;
  color: #333;
  width: 400px;
  padding: 18px;
  border-radius: 20px;
}

.contact-us input::placeholder,
.contact-us textarea::placeholder{
  color: #555;
}

.contact-us form input {
  height: 55px;
  margin-bottom: 15px;
}

.contact-us form textarea {
  height: 100px;
  margin-bottom: 20px;
}

.contact-us form button {
  border-radius: 20px;
  background-color: #063573;
  color: #ffffff;
  border: 0;
  padding: 15px 50px;
  transition: color 0.15s ease-in-out;
  background-color: 0.15s ease-in-out;
  border-color: 0.15s ease-in-out;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
}
.contact-us form button:hover {
  background-color: #ffffff;
  color: #33383b;
}
.nav-pills .nav-link {
  font-size: 25px
}
iframe {
  width: 100%;
  height: 500px
}
.form-input {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}
.form-input:focus {
  /*color: #ffffff;*/
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.form-input::placeholder {
  color: #d9e5f7;
}
footer .contact-info {
  font-size: 14px;
}
footer .contact-info a {
  text-decoration: none;
  color: white;
  transition: color 0.15s ease-in-out;
}
footer .contact-info a:hover {
  color: #042e6f;
}
/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 1000px) {
  .contact-us .footer-company-name {
    font-size: 12px;
  }

  .contact-us form input,
  .contact-us form textarea {
    width: 250px;
  }

  .contact-us form button {
    padding: 10px 35px;
  }
}

@media (max-width: 800px) {
  .contact-us {
    padding: 30px 10px 0 10px;
  }

  .contact-us .footer-right {
    float: none;
    max-width: 300px;
    margin: 0 auto;
  }

  .contact-us form {
    margin-top: 30px;
  }

  .contact-us form {
    display: block;
  }

  .contact-us form button {
    float: none;
  }
}
.banner-title {
  margin-top: 110px;
}