
/*
---------------------------------------------
Contact Style
---------------------------------------------
*/

.contact-us {
  position: relative;
}

.contact-us::before {
  content: url(../images/contact-left.jpg);
  top: -60px;
  left: 0;
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

.contact-us::after {
  content: url(../images/contact-left.jpg);
  bottom: -90px;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

.contact-us-content {
  /* border-radius: 23px;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10); */
}

.contact-us-content #contact-form {
  padding: 60px;
  border-radius: 23px 23px 0px 0px;
  border: 1px solid #7c48d8;
}

#contact-form .section-heading {
  text-align: center;
}

#contact-form input[type='text'] {
  width: 100%;
  height: 46px;
  border-radius: 23px;
  background-color: #f3f1fe;;
  border: none;
  outline: none;
  padding: 0px 15px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact-form input[type='text']::placeholder {
  color: #2a2a2a;
}

#contact-form textarea {
  width: 100%;
  height: 120px;
  border-radius: 23px;
  background-color: #f3f1fe;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact-form textarea::placeholder {
  color: #2a2a2a;
}

#contact-form button {
  border: none;
  height: 46px;
  background-color: #7C48D8;
  width: 100%;
  border-radius: 23px;
  color: #fff;
  transition: all .4s;
}

#contact-form button:hover {
  opacity: 0.8;
}


#contact-form input[type='submit'] {
  border: none;
  height: 46px;
  background-color: #7C48D8;
  width: 100%;
  border-radius: 23px;
  color: #fff;
  transition: all .4s;
  margin:30px 0px 30px 0px;
}

#contact-form input[type='submit']:hover {
  opacity: 0.8;
}

.align-items-center {
    align-items: center!important;
    justify-content: center;
}
 .fitem {
   margin: 10px;
 }

.contact-us-content .more-info {
  text-align: center;
  background: rgb(85,0,227);
  background: linear-gradient(90deg, rgb(124 72 216) 0%, rgb(22 37 98) 100%);
  border-radius: 0px 0px 23px 23px;
  padding: 45px 30px 15px 30px;
}

.contact-us-content .more-info .info-item {
  text-align: center;
  margin-bottom: 30px;
}

.contact-us-content .more-info i {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.contact-us-content .more-info h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}


@media (max-width: 991px) {
  .contact-us-content {
      border-radius: 23px;
      padding: 0px;
      background-color: transparent;
  }

  .contact-us-content #contact-form {
    padding: 20px;
    border-radius: 23px 23px 0px 0px;
    border: 1px solid #7c48d8;
}
}
