.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-padding .learts-mb-30 {
  margin-bottom: 30px;
}
.section-padding .bg {
  background-color: #f0f4fc;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-padding .required {
  color: #ec5d3d;
}
.section-padding p {
  line-height: 1.75;
  max-width: 570px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}
.section-padding .contact-info .title {
  font-family: "Futura";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #ffc107;
}
.section-padding .contact-info .social-media i {
  transition: 300ms;
  color: #494949;
}
.section-padding .contact-info .social-media i:hover {
  color: #ffc107 !important;
  border: 1px solid #ffc107 !important;
}
.section-padding .contact-info .info {
  position: relative;
  display: block;
  padding-right: 44px;
  margin-bottom: 5px;
}
.section-padding .contact-info .info .icon {
  font-size: 22px;
  line-height: 32px;
  position: absolute;
  color: #494949;
  right: 0;
}
.section-padding .contact-info .info a {
  line-height: inherit;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease 0s;
  color: dimgray !important;
}
.section-padding .section-title2 {
  margin-bottom: 80px;
}
.section-padding .section-title2 .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: #333;
  width: -moz-fit-content;
  width: fit-content;
}
.section-padding textarea {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #333;
  border: 2px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ededed;
  background-color: rgba(0, 0, 0, 0);
  height: 200px;
  resize: none;
}
.section-padding textarea:focus {
  border-bottom-color: #494949;
}
.section-padding .btn {
  font-weight: 400;
  line-height: 24px;
  padding: 15px 40px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section-padding .learts-mb-n30 {
  margin-bottom: -30px;
}
.section-padding .learts-mb-30 {
  margin-bottom: 30px;
}/*# sourceMappingURL=contactUs.module.css.map */