/**************************************************************************
					Contact Page Styles
**************************************************************************/
.contact-form-box {
  margin: 0 0 30px 0; }
  .contact-form-box label {
    margin: 0 0 5px 0;
    font-weight: normal; }
  .contact-form-box .page-subheading {
    font: 500 30px/1em "Ubuntu", sans-serif;
    color: #333333;
    margin: 0 0 51px;
    padding: 0 0 31px;
    position: relative;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 35px; }
    @media (max-width: 1199px) {
      .contact-form-box .page-subheading {
        font-size: 25px; } }
    @media (max-width: 767px) {
      .contact-form-box .page-subheading {
        font-size: 24px;
        line-height: 24px; } }
    @media (max-width: 479px) {
      .contact-form-box .page-subheading {
        font: 500 20px/1em "Ubuntu", sans-serif;
        padding: 0;
        margin: 0 0 30px;
        text-align: center; } }
    .contact-form-box .page-subheading:before {
      background: #1fc0a0;
      bottom: 0;
      content: "";
      display: block;
      height: 5px;
      position: absolute;
      width: 68px; }
      @media (max-width: 479px) {
        .contact-form-box .page-subheading:before {
          display: none; } }
    .contact-form-box .page-subheading:before {
      display: none; }
  .contact-form-box .col-md-3 {
    padding-left: 0; }
    @media (max-width: 991px) {
      .contact-form-box .col-md-3 {
        padding-right: 0; } }
  .contact-form-box .col-md-9 {
    padding-right: 0; }
    @media (max-width: 991px) {
      .contact-form-box .col-md-9 {
        padding-left: 0; } }
  .contact-form-box #desc_contact0 {
    display: none; }
  .contact-form-box .form-group {
    margin-bottom: 8px; }
  .contact-form-box textarea {
    height: 281px; }
    @media (max-width: 767px) {
      .contact-form-box textarea {
        height: 180px; } }
  .contact-form-box .submit {
    margin-top: 42px; }
  .contact-form-box select.form-control {
    max-width: 100%;
    width: 100%; }
  .contact-form-box input.form-control {
    max-width: 100%; }
  .contact-form-box div.uploader {
    height: auto; }
    .contact-form-box div.uploader span.action {
      border: none;
      background: #1fc0a0;
      font: 500 18px/20px "Ubuntu", sans-serif;
      color: white;
      padding: 12px 20px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 1em;
      padding: 13px 20px 14px;
      text-shadow: none;
      width: 140px;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      height: auto;
      float: left;
      background: whitesmoke;
      color: #333333; }
      .contact-form-box div.uploader span.action:hover, .contact-form-box div.uploader span.action:active, .contact-form-box div.uploader span.action:active:focus, .contact-form-box div.uploader span.action:focus {
        color: #1fc0a0;
        background: whitesmoke;
        box-shadow: none;
        outline: none; }
      .contact-form-box div.uploader span.action.btn-icon {
        padding: 10px 15px; }
        .contact-form-box div.uploader span.action.btn-icon i {
          margin-right: 6px;
          font-size: 20px;
          line-height: 1em;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .contact-form-box div.uploader span.action.btn-icon i.right {
            margin-right: 0;
            margin-left: 6px; }
        .contact-form-box div.uploader span.action.btn-icon span {
          vertical-align: 3px; }
      @media only screen and (max-width: 1769px) {
        .contact-form-box div.uploader span.action {
          float: right;
          margin-top: 8px; } }
    .contact-form-box div.uploader input:hover + span + span {
      color: white;
      background: #1fc0a0;
      outline: none; }
    .contact-form-box div.uploader span.filename {
      font-size: 16px;
      line-height: 20px;
      border: 1px solid #e5e5e5;
      width: 260px;
      padding: 10px 20px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 40px;
      background: none;
      margin-right: 10px;
      float: left; }
      @media only screen and (max-width: 1769px) {
        .contact-form-box div.uploader span.filename {
          width: 100%;
          margin-right: 0; } }
  .contact-form-box #submitMessage {
    padding: 21px 29px;
    line-height: 1em; }
    .contact-form-box #submitMessage.btn-icon {
      padding: 14px 20px 13px; }
      .contact-form-box #submitMessage.btn-icon i {
        font-size: 32px;
        line-height: 1em;
        margin-right: 12px; }
      .contact-form-box #submitMessage.btn-icon span {
        vertical-align: 5px; }
