.contactPage h2.small-title {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  max-width: 250px;
  line-height: 35px;
  margin-bottom: 10px;
  font-family: 'gotham-ultra';
  letter-spacing: 1px; }
.contactPage h2.small-title:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #000;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  bottom: -3px; }
.contactPage .address-area {
  padding-top: 140px; }
.contactPage .row1 {
  margin-bottom: 0px;
  margin-top: 50px; }
.contactPage .row2 {
  margin-bottom: 80px; }
  .contactPage .row2 .contact-form {
    padding-top: 40px;
    width: 95%;
    padding-left: 0; }
    .contactPage .row2 .contact-form .form-control {
      border-radius: 0px;
      background: #eff2f7;
      box-shadow: none;
      margin-bottom: 25px;
      max-width: 600px; }
  .contactPage .row2 textarea {
    min-height: 100px; }
  .contactPage .row2 .contact-address {
    margin-top: 50px;
    padding-right: 0;
    width: 48%;
    display: inline-block; }
    .contactPage .row2 .contact-address p {
      font-size: 13px; }
    .contactPage .row2 .contact-address h2 img {
      max-width: 16px;
      vertical-align: middle;
      display: inline-block;
      position: relative;
      top: -2px;
      margin-right: 3px; }
  .contactPage .row2 .contact-person {
    padding: 0px;
    margin-top: 50px;
    width: 49%;
    display: inline-block; }
    .contactPage .row2 .contact-person img {
      width: 20px;
      margin-top: -4px; }
.contactPage #career {
  background: #eff2f7;
  padding-bottom: 20px;
  padding-top: 10px; }
  .contactPage #career .career {
    margin-top: 80px;
    margin-bottom: 80px; }
    .contactPage #career .career h2 {
      margin-bottom: 50px; }
    .contactPage #career .career .career-box {
      margin-bottom: 30px; }
      .contactPage #career .career .career-box .career-box-div {
        max-width: 450px; }
      .contactPage #career .career .career-box h5 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 20px;
        position: relative; }
      .contactPage #career .career .career-box h5::before {
        content: "";
        width: 12px;
        height: 3px;
        background-color: #fd674e;
        position: absolute;
        display: inline-block;
        left: -20px;
        top: 8px; }
      .contactPage #career .career .career-box p {
        color: #666;
        font-size: 13px;
        line-height: 30px; }
      .contactPage #career .career .career-box a {
        color: #fd674e; }
      .contactPage #career .career .career-box a:hover {
        text-decoration: none; }
      .contactPage #career .career .career-box img {
        max-width: 18px;
        margin-left: 5px;
        margin-top: -2px; }
.contactPage #map {
  border: 1px solid #ddd;
  min-height: 400px;
  background-color: #f9f9f9; }
  .contactPage #map h4 {
    margin: auto;
    margin-top: 150px;
    color: #999;
    font-weight: 100; }

@media screen and (max-width: 991px) {
  .contactPage .row1 {
    padding-left: 15px; }
  .contactPage .row2 {
    margin-bottom: 0; }
    .contactPage .row2 .contact-form {
      padding: 0;
      padding-top: 25px;
      margin: auto; }
    .contactPage .row2 .contact-address {
      padding-left: 26px; }
    .contactPage .row2 .contact-person {
      padding-left: 24px; }
  .contactPage .address-area {
    padding-top: 0; } }
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out; }

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  transform: translateY(-8px); }

#cd-zoom-in, #cd-zoom-out {
  background-color: #fbf18f !important;
  margin-top: 10px;
  border: 1px solid rgba(255, 18, 0, 0.55); }

/*# sourceMappingURL=contact.css.map */
