@keyframes scaling {
  0% {
    transform: scale(0.7);
    border-color: #5f449b;
  }
  100% {
    transform: scale(2);
    border-color: rgba(95, 68, 155, 0);
  }
}
@keyframes bganimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes menu {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-contact {
  background: linear-gradient(0deg, #DEDEDE 0%, #FFFFFF 100%);
  padding: 50px 0 90px;
  position: relative;
}
.banner-contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 162px;
  background: url("../../images/about/sh.png");
  animation: bganimate 60s linear infinite reverse;
  pointer-events: none;
}
.banner-contact .container {
  z-index: 1;
  position: relative;
}
.banner-contact .flex {
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .banner-contact .flex {
    justify-content: space-between;
  }
}
.banner-contact .cola {
  flex: 0 1 28%;
  max-width: 28%;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .banner-contact .cola {
    flex: 0 1 22%;
    max-width: 22%;
  }
}
@media only screen and (max-width: 675px) {
  .banner-contact .cola {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .banner-contact .cola .img {
    max-width: 100px;
    margin: 0 auto;
  }
}
.banner-contact .colb {
  flex: 0 1 72%;
  max-width: 72%;
  width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 675px) {
  .banner-contact .colb {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.banner-contact .img img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.banner-contact .card-contact .flex {
  align-items: unset;
}
.banner-contact .card-contact .col {
  flex: 1;
  width: 100%;
  padding: 8px;
}
@media only screen and (max-width: 991px) {
  .banner-contact .card-contact .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 675px) {
  .banner-contact .card-contact .col {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-contact .card-contact .col:nth-child(2) {
    order: 1;
  }
}
@media only screen and (max-width: 991px) {
  .banner-contact .card-contact .col:nth-child(3) {
    order: 2;
  }
}
@media only screen and (max-width: 991px) {
  .banner-contact .card-contact .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
    order: 3;
  }
}
.banner-contact .card-contact .card {
  height: 100%;
  position: relative;
  background: var(--white);
  border-radius: 5px;
  padding: 13px 18px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1607843137);
}
.banner-contact .card-contact .card .icon {
  position: absolute;
  right: 13px;
  top: 13px;
}
.banner-contact .card-contact .card .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: var(--purple);
  margin-bottom: 15px;
}
.banner-contact .card-contact .card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: var(--text);
}
@media only screen and (max-width: 1300px) {
  .banner-contact .card-contact .card p {
    font-size: 14px;
    line-height: 20px;
  }
}
.banner-contact .card-contact .card p a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  transition: 0.5s ease;
}
.banner-contact .card-contact .card p a:hover {
  color: var(--purple);
}
.banner-contact .card-contact .getd {
  margin-top: 20px;
}
.banner-contact .card-contact .getd a {
  display: inline-flex;
  color: var(--purple);
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  gap: 0 10px;
  align-items: center;
  padding: 9px 14px;
  background: var(--purple);
  color: var(--white);
  border-radius: 4px;
  transition: 0.5s ease;
}
.banner-contact .card-contact .getd a svg path {
  stroke: var(--white);
}

.contactPageConFor {
  padding: 50px 0;
}
.contactPageConFor .container {
  max-width: 930px;
}
.contactPageConFor .contactFormIn .col2 {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  padding: 8px 12px;
}
@media only screen and (max-width: 675px) {
  .contactPageConFor .contactFormIn .col2 {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.contactPageConFor .contactFormIn .col1 {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  padding: 8px 12px;
}
@media only screen and (max-width: 675px) {
  .contactPageConFor .contactFormIn .col1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.contactPageConFor .contactFormIn .form .form-group .form-control {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.contactPageConFor .contactFormIn .form .form-group textarea.form-control {
  padding-top: 10px;
}
.contactPageConFor .contactFormIn .form .form-group label {
  padding: 0;
  left: 0;
}
.contactPageConFor .contactFormIn .acceptance {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 35px;
}
.contactPageConFor .contactFormIn .acceptance label {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.contactPageConFor .contactFormIn .acceptance label input[type=checkbox] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.contactPageConFor .contactFormIn .acceptance label strong {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.contactPageConFor .contactFormIn .acceptance label span {
  color: red;
}
.contactPageConFor .contactFormIn .acceptance label .acce-input {
  display: flex;
  gap: 10px;
  font-size: 13px;
}
@media only screen and (max-width: 675px) {
  .contactPageConFor .contactFormIn .acceptance label .acce-input {
    align-items: flex-start;
  }
}
.contactPageConFor .form-btn {
  text-align: center;
}
.contactPageConFor .form-btn .btn {
  padding: 12px 36px;
}

.shadeAnim {
  background-color: var(--white);
}/*# sourceMappingURL=contact.css.map */