/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/

  @keyframes zumpBottom {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    50% {
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }

  .sec-title__tagline {
    position: relative;
    top: -21px;
    margin: 0;
    margin-top: 30px;
    font-family: var(--floens-font, "DM Sans", sans-serif);
    color: var(--floens-base2, #3F7FBE);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.sec-title__tagline::before {
    content: "";
    position: absolute;
    top: -26px;
    left: 0px;
    width: 16px;
    height: 16px;
    background-color: var(--floens-base2, #3F7FBE);
  }

  .sec-title {
    display: flex;
    align-items: flex-start;
    gap: 23px;
}

  .form-one input[type=text], .form-one input[type=email], .form-one textarea {
    display: block;
    width: 100%;
    background-color: transparent;
    color: var(--floens-text, #7A736A);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    /* border: none; */
    outline: none;
    padding: 15px 10px;
    border: 1px solid var(--floens-border-color, #DED8D3);
    transition: all 300ms ease;
}

.form-one__group label {
    font-size: 14px;
    font-family: Light;
    color:  rgba(63, 127, 190, 1);
}

.form-one input[type=text], .form-one input[type=email], .form-one textarea {
    display: block;
    width: 100%;
    background-color: transparent;
    color: var(--floens-text, rgba(0, 0, 0, 1));
    font-family: 'SemiBold';
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    /* border: none; */
    outline: none;
    padding: 15px 10px;
    border: 1px solid var(--floens-border-color, rgba(63, 127, 190, 0.2));
    transition: all 300ms ease;
}

.form-one .bootstrap-select > .dropdown-toggle {
    display: flex;
    align-items: center;
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--floens-font, "DM Sans", sans-serif);
}

.form-one .bootstrap-select > .dropdown-toggle {
    position: relative;
    /* height: 52px; */
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: transparent !important;
    margin: 0;
    /* margin-top: -21px; */
    padding: 0 10px;
    font-family: var(--floens-font, "DM Sans", sans-serif);
    color: var(--floens-text, rgba(0, 0, 0, 1)) !important;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 45px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    border: 1px solid var(--floens-border-color, rgba(63, 127, 190, 0.2));
}

/* .contact-body {
    padding-top: 20px;
} */

  .contact-one {
    margin-top: 100px;
    position: relative;
    background-color: var(--floens-white2, #F2EEEA);
    padding-top: 100px;
  }
  .contact-one--team {
    background-color: var(--floens-white, #ffffff);
  }
  .contact-one--team .contact-one__form {
    background-color: var(--floens-white2, #F2EEEA);
  }
  .contact-one--team .contact-one__form__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
  }
  .contact-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
  }
  .contact-one .container {
    position: relative;
    z-index: 1;
  }
  .contact-one__content {
    margin-top: 21px;
  }
  @media (max-width: 991px) {
    .contact-one__content {
      margin-top: 0;
    }
  }
  .contact-one .sec-title {
    padding-bottom: 29px;
    margin-bottom: 32px;
  }
  .contact-one__text {
    margin-bottom: 31px;
    font-family: 'Light';
  }
  .contact-one__info {
    padding: 30px;
    position: relative;
    background-color: var(--floens-black2, #3F7FBE);
    overflow: hidden;
  }
  .contact-one__info a {
    text-decoration: none;
  }
  .contact-one__info__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
  }
  .contact-one__info__content {
    position: relative;
    z-index: 11;
  }

  .contact-one__info__content i {
    color: #ffffff;
  }
  .contact-one__info__item + .contact-one__info__item {
    margin-top: 25px;
  }
  .contact-one__info__item {
    display: table;
  }
  .contact-one__info__item__inner {
    display: flex;
    align-items: center;
  }
  @media (max-width: 575px) {
    .contact-one__info__item__inner {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  .contact-one__info__icon {
    position: relative;
    flex-shrink: 0;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--floens-base2, #212241);
    overflow: hidden;
    z-index: 1;
    transition: all 400ms ease;
  }
  .contact-one__info__icon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--floens-base, #A250A1);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .contact-one__info__icon span {
    font-size: 15px;
    color: var(--floens-white, #ffffff);
  }
  .contact-one__info__icon span.icon-paper-plane {
    font-size: 14px;
  }
  .contact-one__info__item:hover .contact-one__info__icon::after {
    bottom: -50%;
  }
  .contact-one__info__text {
    margin: 0;
    padding: 9px 11px 10px 11px;
    font-size: 15px;
    font-family: 'Light';
    text-decoration: none;
    color: var(--floens-white, #ffffff);
    line-height: 18px;
    background-color: RGBA(var(--floens-white-rgb, 255, 255, 255), 0.2);
  }
  .contact-one__info__text.address {
    text-transform: capitalize;
  }
  .contact-one__info__text:hover {
    color: var(--floens-base, #fff);
  }
  .contact-one__info__text a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .contact-one__info__text a:hover {
    background-size: 100% 1px;
  }
  .contact-one__info__image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    animation: zumpBottom 2s linear infinite;
  }
  .contact-one__form {
    position: relative;
    margin-left: 30px;
    padding: 40px;
    background-color: var(--floens-white, #ffffff);
    z-index: 11;
  }
  @media (max-width: 991px) {
    .contact-one__form {
      margin-left: 0;
    }
  }
  @media (max-width: 500px) {
    .contact-one__form {
      padding: 30px;
    }
  }

  .illustration {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .illustration img {
    height: 580px;
  }
  .contact-one__form__bg {
    display: none;
  }
  .contact-one__form__title {
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1.375;
    margin-bottom: 45px;
    font-family: 'SemiBold';
  }
  .sec-title__title {
    font-family: 'SemiBold';
    font-size: 55px;
    line-height: 55px;
  }

  .floens-btn span {
    font-family: 'SemiBold';
  }

  .floens-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--floens-base, #212241);
    color: var(--floens-white, #ffffff);
    font-size: 15px;
    font-weight: 700;
    font-family: var(--floens-font, "DM Sans", sans-serif);
    padding: 20px 20.5px;
    transition: 500ms;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-right: 25px;
    line-height: 1;
    z-index: 1;
}

.floens-btn::before, .floens-btn::after {
    content: "";
    background-color: var(--floens-black2, #A250A1);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
  }
  .floens-btn::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .floens-btn::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .floens-btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .floens-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
  }

.form-one__group--grid {
    grid-gap: 30px;
}

.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin: 0;
}

  @media (max-width: 575px) {
    .contact-one__form__title {
      font-size: 22px;
    }
  }
  .contact-one__form__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    width: 5px;
    height: calc(100% - 16px);
    background-color: var(--floens-base, #3F7FBE);
  }
  @media (max-width: 500px) {
    .contact-one__form__title::before {
      left: -30px;
    }
  }
  .contact-one__form.form-one textarea {
    height: 105px;
  }
  .contact-one__image-one {
    clip-path: polygon(30% 0, 100% 0, 68% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: -185px;
  }
  @media (max-width: 1799px) {
    .contact-one__image-one {
      left: -200px;
    }
  }
  @media (max-width: 1599px) {
    .contact-one__image-one {
      left: -305px;
    }
  }
  @media (max-width: 1399px) {
    .contact-one__image-one {
      display: none;
    }
  }
  .contact-one__image-two {
    position: absolute;
    right: -300px;
    bottom: 0;
    width: 827px;
    height: 662px;
    clip-path: polygon(30% 0, 100% 0%, 67% 100%, 0% 100%);
  }
  @media (max-width: 991px) {
    .contact-one__image-two {
      height: 600px;
    }
  }
  @media (max-width: 767px) {
    .contact-one__image-two {
      display: none;
    }
  }