/* footer*/

.probootstrap-footer.probootstrap-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 8em 0;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
  }

  .probootstrap-footer.probootstrap-bg a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.4);
  }

  .probootstrap-footer.probootstrap-bg a:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  .probootstrap-footer.probootstrap-bg h2,
  .probootstrap-footer.probootstrap-bg h3,
  .probootstrap-footer.probootstrap-bg
    .probootstrap-card
    .probootstrap-card-text
    .probootstrap-card-heading,
  .probootstrap-card
    .probootstrap-card-text
    .probootstrap-footer.probootstrap-bg
    .probootstrap-card-heading,
  .probootstrap-footer.probootstrap-bg .service .heading,
  .service .probootstrap-footer.probootstrap-bg .heading,
  .probootstrap-footer.probootstrap-bg h4 {
    color: #ffffff;
  }

  .probootstrap-footer.probootstrap-bg:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .probootstrap-footer > .container {
    position: relative;
    z-index: 2;
  }

  /* widget */

  .probootstrap-footer-widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  .probootstrap-footer-widget .heading {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
  }

  .probootstrap-footer-widget.right {
    text-align: right;
  }

  @media screen and (max-width: 768px) {
    .probootstrap-footer-widget.right {
      text-align: left;
    }
  }

  .stack-link {
    padding: 0;
    margin: 0;
    display: block;
  }

  .stack-link li {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
  }

  .stack-link small {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
  }

  .stack-link a:hover small {
    color: #ffffff;
  }

  /* footer form */

  .probootstrap-form {
    margin-bottom: 50px;
  }

  .probootstrap-form.probootstrap-form-box {
    background: #ffffff;
    padding: 60px;
    -webkit-box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
    box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
  }

  @media screen and (max-width: 768px) {
    .probootstrap-form.probootstrap-form-box {
      padding: 20px;
    }
  }

  .probootstrap-form .form-note-link {
    font-weight: 400;
  }

  .probootstrap-form .form-note-link a {
    color: #bfbfbf;
  }

  .probootstrap-form .form-note-link a:hover,
  .probootstrap-form .form-note-link a:active,
  .probootstrap-form .form-note-link a:focus {
    color: #404040;
  }

  .probootstrap-form label {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
  }

  .probootstrap-form .form-control {
    height: 46px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 2px solid #cccccc;
    background: none;
    color: #000000;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }

  .probootstrap-form .form-control:active,
  .probootstrap-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2866ab;
  }

  .probootstrap-form textarea.form-control {
    height: inherit;
    resize: vertical;
  }

  .probootstrap-footer form .btn.btn-subscribe {
    height: 40px;
    line-height: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 4px;
    border: none;
    position: absolute;
    top: 3px;
    right: 3px;
    padding-left: 15px;
    padding-right: 15px;
    background: #2866ab;
  }

  .probootstrap-footer form .btn.btn-subscribe:hover,
  .probootstrap-footer form .btn.btn-subscribe:active,
  .probootstrap-footer form .btn.btn-subscribe:focus {
    color: #000000;
    background: #ffffff;
  }

  .probootstrap-footer form .form-field {
    position: relative;
  }

  .probootstrap-footer form .form-control {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 46px;
    color: #ffffff;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
  }

  .probootstrap-footer form .form-control:focus,
  .probootstrap-footer form .form-control:active {
    outline: none;
    border: 1px solid #ffffff;
  }

  .probootstrap-footer form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
  }

  .probootstrap-footer form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
  }

  .probootstrap-footer form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
  }

  .probootstrap-footer form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
  }

  .probootstrap-footer form .form-field {
    position: relative;
  }

  .probootstrap-footer form .btn.btn-subscribe:hover,
  .probootstrap-footer form .btn.btn-subscribe:active,
  .probootstrap-footer form .btn.btn-subscribe:focus {
    color: #000000;
    background: #ffffff;
  }

  .probootstrap-footer .copyright p {
    font-size: 15px;
  }

  .probootstrap-link-wrap {
    padding-left: 40px;
  }

  /* social */

  .probootstrap-footer-social {
    padding: 0;
    margin: 0;
  }

  .probootstrap-footer-social li {
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .probootstrap-footer-social li a {
    padding: 10px;
    font-size: 22px;
  }

  .probootstrap-footer-social li a:hover {
    text-decoration: none !important;
  }

  .probootstrap-footer-social li:first-child > a {
    padding-left: 0;
  }
