/* Body Typo */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
body, .page {
  background: #fff;
}

.contact-section {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .contact-section {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-section {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .contact-section {
    margin-bottom: 120px;
  }
}
.contact-section .title {
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1281px) {
  .contact-section .title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .contact-section .title {
    margin-bottom: 40px;
  }
}
.contact-section .contact-main-wrapper {
  border-radius: 20px;
  border: 1px solid #B9BCBE;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .contact-section .contact-main-wrapper {
    border-radius: 30px;
    padding: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-section .contact-main-wrapper {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .contact-section .contact-main-wrapper {
    padding: 40px;
    padding-right: 62px;
  }
}
.contact-section .contact-row {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .contact-section .contact-row {
    flex-direction: row;
  }
}
.contact-section .contact-row .contact-left {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  background-color: #1C2533;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .contact-section .contact-row .contact-left {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-section .contact-row .contact-left {
    width: 43.86%;
    max-width: 43.86%;
    flex: 0 0 43.86%;
    border-radius: 30px;
  }
}
.contact-section .contact-row .contact-left .contact-line {
  position: absolute;
}
@media only screen and (min-width: 1025px) {
  .contact-section .contact-row .contact-left .contact-line {
    position: inherit;
    margin-top: 40px;
  }
}
.contact-section .contact-row .contact-left .contact-icon-list {
  margin: 0;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .contact-section .contact-row .contact-left .contact-icon-list {
    padding: 40px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .contact-section .contact-row .contact-left .contact-icon-list {
    padding: 60px;
    padding-top: 70px;
  }
}
.contact-section .contact-row .contact-left .contact-icon-list li {
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .contact-section .contact-row .contact-left .contact-icon-list li {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1281px) {
  .contact-section .contact-row .contact-left .contact-icon-list li {
    margin-bottom: 56px;
  }
}
.contact-section .contact-row .contact-left .contact-icon-list li:last-child {
  margin-bottom: 0;
}
.contact-section .contact-row .contact-left .contact-icon-list li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 16px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .contact-section .contact-row .contact-left .contact-icon-list li img {
    width: 26px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .contact-section .contact-row .contact-left .contact-icon-list li img {
    width: 34px;
    margin-right: 33.72px;
  }
}
.contact-section .contact-row .contact-left .contact-icon-list li a {
  color: #fff;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .contact-section .contact-row .contact-left .contact-icon-list li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .contact-section .contact-row .contact-left .contact-icon-list li a {
    font-size: 21.582px;
  }
}
.contact-section .contact-row .contact-left .contact-icon-list li p {
  margin: 0;
  line-height: normal;
}
.contact-section .contact-row .contact-right {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding-top: 28px;
}
@media only screen and (min-width: 1025px) {
  .contact-section .contact-row .contact-right {
    width: 56.14%;
    max-width: 56.14%;
    flex: 0 0 56.14%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .contact-section .contact-row .contact-right {
    padding-left: 56px;
  }
}/*# sourceMappingURL=contact_form.css.map */