@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

    .close {
      float: right;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      opacity: .5; }
      .close:hover {
        color: #000;
        text-decoration: none; }
      .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: .75; }
    
    button.close {
      padding: 0;
      background-color: transparent;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; 
  }
    .modal-header .close {
      padding: 1rem 1rem;
      margin: -1rem -1rem -1rem auto; 
    }

    .modal-content {
      border: none;
      position: relative;
      padding: 0 !important;
      -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
      box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }
      .modal-content .modal-header {
        position: relative;
        padding: 0;
        border: none;
        height: 230px;
        position: relative;
        z-index: 0; }
        .modal-content .modal-header:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: '';
          background: #dd00ff;
          background: -moz-linear-gradient(45deg, #dd00ff 0%, #3e65ff 100%);
          background: -webkit-gradient(left bottom, right top, color-stop(0%, #dd00ff), color-stop(100%, #3e65ff));
          background: -webkit-linear-gradient(45deg, #dd00ff 0%, #3e65ff 100%);
          background: -o-linear-gradient(45deg, #dd00ff 0%, #3e65ff 100%);
          background: -ms-linear-gradient(45deg, #dd00ff 0%, #3e65ff 100%);
          background: linear-gradient(45deg, #dd00ff 0%, #3e65ff 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd00ff', endColorstr='#3e65ff', GradientType=1 );
          z-index: -1;
          opacity: .3; }
      .modal-content button.close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0;
        width: 40px;
        height: 40px;
        z-index: 1;
        color: #fff; }
      .modal-content .modal-body {
        border: none;
        overflow: hidden;
        margin-top: -180px;
        z-index: 2; }
        .modal-content .modal-body .icon {
          width: 200px;
          height: 200px;
          border-radius: 50%;
          font-size: 30px;
          margin: 0 auto;
          margin-bottom: 10px;
          background: rgba(255, 255, 255, 0.2); }
          .modal-content .modal-body .icon img {
            max-width: 70%; }
        .modal-content .modal-body h2 {
          font-weight: 700;
          color: #fff; }
        .modal-content .modal-body h4 {
          font-size: 18px; }
        .modal-content .modal-body h3 {
          font-weight: 800;
          font-size: 22px; }
          .modal-content .modal-body h3 span {
            font-weight: 300; }
      .modal-content .subscribe-form .form-group {
        position: relative;
        margin-bottom: 0;
        border-radius: 0; }
        .modal-content .subscribe-form .form-group input {
          background: rgba(0, 0, 0, 0.05) !important;
          border: none !important;
          outline: none !important;
          color: rgba(0, 0, 0, 0.3) !important;
          font-size: 16px;
          border-radius: 0; }
          .modal-content .subscribe-form .form-group input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: rgba(0, 0, 0, 0.3) !important; }
          .modal-content .subscribe-form .form-group input::-moz-placeholder {
            /* Firefox 19+ */
            color: rgba(0, 0, 0, 0.3) !important; }
          .modal-content .subscribe-form .form-group input:-ms-input-placeholder {
            /* IE 10+ */
            color: rgba(0, 0, 0, 0.3) !important; }
          .modal-content .subscribe-form .form-group input:-moz-placeholder {
            /* Firefox 18- */
            color: rgba(0, 0, 0, 0.3) !important; }
          .modal-content .subscribe-form .form-group input:focus {
            outline: none !important;
            -webkit-box-shadow: none;
            box-shadow: none; }
        .modal-content .subscribe-form .form-group .submit {
          color: #fff !important;
          display: block;
          width: 170px;
          height: 52px;
          font-size: 14px;
          background: #3e64ff !important;
          border: none;
          border-radius: 0; }
          .modal-content .subscribe-form .form-group .submit:hover, .modal-content .subscribe-form .form-group .submit:focus {
            text-decoration: none !important;
            outline: none !important; }
      .modal-content .subscribe-form .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.8); }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.img-fluid {
  max-width: 100%;
  height: auto; }
