/*================================================
EA Contact Form 7 Area CSS
=================================================*/
.ea-contact-form-area.style-two {
  background-color: #f0dbd6;
  position: relative;
  z-index: 1;
}

.ea-contact-form-area.style-two::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: var(--whiteColor);
  z-index: -1;
}

.ea-contact-form-area.style-four {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.ea-contact-form-area.style-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.9;
  z-index: -1;
  border-radius: 50px;
}

.ea-contact-form-area.style-six {
  background: linear-gradient(52deg, #f5dee6 0%, #e7e4f1 100%);
}

.ea-contact-form h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.ea-contact-form .form-group {
  margin-bottom: 30px;
}

.ea-contact-form .form-group label {
  margin-bottom: 5px;
}

.ea-contact-form .form-group .form-control {
  border-radius: 0;
  height: 60px;
  border: 1px solid #ebebeb;
  background-color: #f9fffc;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #d4d9d6;
}

.ea-contact-form .form-group .form-control:-ms-input-placeholder {
  color: #d4d9d6;
}

.ea-contact-form .form-group .form-control::-ms-input-placeholder {
  color: #d4d9d6;
}

.ea-contact-form .form-group .form-control::placeholder {
  color: #d4d9d6;
}

.ea-contact-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #7aca76;
}

.ea-contact-form .form-group textarea.form-control {
  height: auto;
}

.ea-contact-form .ea-btn-icon .ajax-loader {
  position: absolute;
}

.ea-contact-form .submit-btn {
  border: none;
  background-color: #7aca76;
  color: var(--whiteColor);
  border-radius: 4px;
  padding: 15px 55px 15px 35px;
  font-size: 16px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #7aca76;
}

.ea-contact-form .ea-btn-icon i {
  font-size: 20px;
  position: relative;
  top: 4px;
  color: #fff;
  left: -50px;
}

.ea-contact-form.style-four .ea-btn-icon i {
  top: -37px;
  left: 605px;
}

.ea-contact-form.style-five .ea-btn-icon i {
  top: -38px;
  left: 320px;
}

.ea-contact-form.style-six .ea-btn-icon i {
  top: -38px;
  left: 320px;
}

.ea-contact-form.style-seven .ea-btn-icon i {
  top: -38px;
  left: 318px;
}

.ea-contact-form .submit-btn:hover {
  background-color: transparent;
  color: #7aca76;
}

.ea-contact-form .submit-btn:hover + i, .ea-contact-form .submit-btn:hover + .ajax-loader + i {
  color: #7aca76;
}

.ea-contact-form.style-two {
  background-color: #ffeee5;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 100px;
}

.ea-contact-form.style-two .form-group .form-control {
  border: 1px solid #dcbda7;
  background-color: #ffeee5;
}

.ea-contact-form.style-two .form-group .form-control::-webkit-input-placeholder {
  color: #beb2ac;
}

.ea-contact-form.style-two .form-group .form-control:-ms-input-placeholder {
  color: #beb2ac;
}

.ea-contact-form.style-two .form-group .form-control::-ms-input-placeholder {
  color: #beb2ac;
}

.ea-contact-form.style-two .form-group .form-control::placeholder {
  color: #beb2ac;
}

.ea-contact-form.style-two .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #dcbda7;
}

.ea-contact-form.style-two .submit-btn {
  background-color: #dcbda7;
  border: 1px solid #dcbda7;
}

.ea-contact-form.style-two .submit-btn:hover {
  background-color: transparent;
  color: #dcbda7;
}

.ea-contact-form.style-two .submit-btn:hover + i, .ea-contact-form.style-two .submit-btn:hover + .ajax-loader + i {
  color: #dcbda7;
}

.ea-contact-form.style-three .form-group .form-control {
  border: none;
  border-bottom: 1px solid #bdbdc4;
  background-color: var(--whiteColor);
  padding-left: 0;
  padding-right: 0;
}

.ea-contact-form.style-three .form-group .form-control::-webkit-input-placeholder {
  color: #9899a3;
}

.ea-contact-form.style-three .form-group .form-control:-ms-input-placeholder {
  color: #9899a3;
}

.ea-contact-form.style-three .form-group .form-control::-ms-input-placeholder {
  color: #9899a3;
}

.ea-contact-form.style-three .form-group .form-control::placeholder {
  color: #9899a3;
}

.ea-contact-form.style-three .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #323347;
}

.ea-contact-form.style-three .submit-btn {
  background-color: #70a8f2;
  border: 1px solid #70a8f2;
}

.ea-contact-form.style-three .submit-btn:hover {
  background-color: transparent;
  color: #70a8f2;
}

.ea-contact-form.style-three .submit-btn:hover + i, .ea-contact-form.style-three .submit-btn:hover + .ajax-loader + i {
  color: #70a8f2;
}

.ea-contact-form.style-three .form-group label {
  display: none;
}

.ea-contact-form.style-five .form-group label {
  display: none;
}

.ea-contact-form.style-six .form-group label {
  display: none;
}

.ea-contact-form.style-seven .form-group label {
  display: none;
}

.ea-contact-form.style-four .form-group label {
  color: #f0f2f9;
}

.ea-contact-form.style-four .form-group .form-control {
  border: 1px solid #f0f2f9;
  background-color: #f0f2f9;
  border-radius: 8px;
}

.ea-contact-form.style-four .form-group .form-control::-webkit-input-placeholder {
  color: #c5c6cc;
}

.ea-contact-form.style-four .form-group .form-control:-ms-input-placeholder {
  color: #c5c6cc;
}

.ea-contact-form.style-four .form-group .form-control::-ms-input-placeholder {
  color: #c5c6cc;
}

.ea-contact-form.style-four .form-group .form-control::placeholder {
  color: #c5c6cc;
}

.ea-contact-form.style-four .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f0f2f9;
}

.ea-contact-form.style-four .submit-btn {
  background-color: #cf4344;
  border: 1px solid #cf4344;
  width: 100%;
}

.ea-contact-form.style-four .submit-btn:hover {
  background-color: transparent;
  color: var(--whiteColor);
}

.ea-contact-form.style-four .submit-btn:hover + i, .ea-contact-form.style-four .submit-btn:hover + .ajax-loader + i {
  color: var(--whiteColor);
}

.ea-contact-form.style-five .form-group label {
  color: #f0f2f9;
}

.ea-contact-form.style-five .form-group .form-control {
  border: 1px solid #f0f2f9;
  background-color: #f0f2f9;
  border-radius: 8px;
}

.ea-contact-form.style-five .form-group .form-control::-webkit-input-placeholder {
  color: #c5c6cc;
}

.ea-contact-form.style-five .form-group .form-control:-ms-input-placeholder {
  color: #c5c6cc;
}

.ea-contact-form.style-five .form-group .form-control::-ms-input-placeholder {
  color: #c5c6cc;
}

.ea-contact-form.style-five .form-group .form-control::placeholder {
  color: #c5c6cc;
}

.ea-contact-form.style-five .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f0f2f9;
}

.ea-contact-form.style-five .submit-btn {
  background-color: #ff9f59;
  border: 1px solid #ff9f59;
  width: 100%;
}

.ea-contact-form.style-five .submit-btn:hover {
  background-color: transparent;
  color: #ff9f59;
}

.ea-contact-form.style-five .submit-btn:hover + i, .ea-contact-form.style-five .submit-btn:hover + .ajax-loader + i {
  color: #ff9f59;
}

.ea-contact-form.style-six .form-group .form-control {
  border: 1px solid #89748c;
  background-color: transparent;
  border-radius: 4px;
}

.ea-contact-form.style-six .form-group .form-control::-webkit-input-placeholder {
  color: #998f9d;
}

.ea-contact-form.style-six .form-group .form-control:-ms-input-placeholder {
  color: #998f9d;
}

.ea-contact-form.style-six .form-group .form-control::-ms-input-placeholder {
  color: #998f9d;
}

.ea-contact-form.style-six .form-group .form-control::placeholder {
  color: #998f9d;
}

.ea-contact-form.style-six .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #89748c;
}

.ea-contact-form.style-six .submit-btn {
  background-color: #89748c;
  border: 1px solid #89748c;
  width: 100%;
}

.ea-contact-form.style-six .submit-btn:hover {
  background-color: transparent;
  color: #89748c;
}

.ea-contact-form.style-six .submit-btn:hover + i, .ea-contact-form.style-six .submit-btn:hover + .ajax-loader + i {
  color: #89748c;
}

.ea-contact-form.style-seven .form-group .form-control {
  border: 1px solid #f0f2f9;
  background-color: #f0f2f9;
  border-radius: 4px;
}

.ea-contact-form.style-seven .form-group .form-control::-webkit-input-placeholder {
  color: #9192a0;
}

.ea-contact-form.style-seven .form-group .form-control:-ms-input-placeholder {
  color: #9192a0;
}

.ea-contact-form.style-seven .form-group .form-control::-ms-input-placeholder {
  color: #9192a0;
}

.ea-contact-form.style-seven .form-group .form-control::placeholder {
  color: #9192a0;
}

.ea-contact-form.style-seven .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f0f2f9;
}

.ea-contact-form.style-seven .submit-btn {
  background-color: #323347;
  border: 1px solid #323347;
  width: 100%;
}

.ea-contact-form.style-seven .submit-btn:hover {
  background-color: transparent;
  color: #323347;
}

.ea-contact-form.style-seven .submit-btn:hover + i, .ea-contact-form.style-seven .submit-btn:hover + .ajax-loader + i {
  color: #323347;
}

.ea-get-in-touch ul li i {
  float: left;
  margin-top: 4px;
  margin-right: 4px;
}

.ea-get-in-touch h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.ea-get-in-touch p {
  color: #323347;
  margin-bottom: 20px;
}

.ea-get-in-touch ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ea-get-in-touch ul li {
  margin-bottom: 30px;
}

.ea-get-in-touch ul li:last-child {
  margin-bottom: 0;
}

.ea-get-in-touch ul li span {
  font-size: 16px;
  font-weight: 600;
  color: #7aca76;
  display: block;
  margin-bottom: 10px;
}

.ea-get-in-touch.style-two ul li span {
  color: #977862;
}

.ea-get-in-touch.style-three {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 4px;
}

.ea-get-in-touch.style-three ul li {
  position: relative;
  padding-left: 40px;
}

.ea-get-in-touch.style-three ul li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #70a8f2;
  margin: 0;
}

.ea-get-in-touch.style-three ul li span {
  color: #323347;
}

.ea-single-contact-info {
  margin-top: 0px;
  color: var(--whiteColor);
  position: relative;
  padding-left: 25px;
}

.ea-single-contact-info i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #cf4344;
}

.ea-single-contact-info a {
  color: var(--whiteColor);
}

.ea-single-contact-info a:hover {
  color: #cf4344;
}

.ea-single-contact-info.float-right {
  float: right;
  margin: 0 auto 0;
}

.ea-single-contact-info.float-muddil {
  text-align: center;
  max-width: 170px;
  margin: 0 auto 0;
}

.ea-map iframe {
  width: 100%;
  height: 492px;
  display: block;
  border: none;
  border-radius: 20px;
}

.ea-contact-img {
  text-align: center;
  position: relative;
  z-index: 1;
}

.ea-contact-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
  height: 450px;
  background-color: #d9c4da;
  border-radius: 100%;
  z-index: -1;
  margin: auto;
  text-align: center;
  right: 0;
}

.ea-contact-bg {
  background-color: var(--whiteColor);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding-right: 30px;
}

.ea-contact-form.style-five {
  margin-bottom: -25px;
}

.ea-contact-form.style-seven {
  margin-top: 25px;
}
