.homeslider .elementor-slide-heading span {
  font-weight: 700;
}
.homeslider .elementor-slide-description {
  max-width: 650px;
  margin: auto;
}
.homeslider .elementor-slide-description .track-form-area {
  margin: 40px 0 0 !important;
}
.homeslider .elementor-slide-description .track-form-area .wpforms-form {
  position: relative !important;
}
.homeslider .elementor-slide-description .track-form-area .wpforms-form .wpforms-field-container .wpforms-field {
  padding: 0 !important;
}
.homeslider .elementor-slide-description .track-form-area .wpforms-form .wpforms-field-container .wpforms-field input {
  height: 60px !important;
  padding-left: 20px !important;
}
.homeslider .elementor-slide-description .track-form-area .wpforms-form .wpforms-submit-container {
  position: absolute !important;
  height: 100% !important;
  right: 0 !important;
  top: 0 !important;
  padding: 0 !important;
}
.homeslider .elementor-slide-description .track-form-area .wpforms-form .wpforms-submit-container button {
  background-color: #EC2224 !important;
  border: 0 !important;
  width: 165px !important;
  color: #fff !important;
  height: 100% !important;
}

.service-card {
  position: relative;
}
.service-card .service-card-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.35s;
}
.service-card .service-card-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.service-card:hover .service-card-bg {
  opacity: 1;
  transition: 0.35s;
  background: rgba(0, 0, 0, 0.55);
}
.service-card .elementor-image-box-content .elementor-image-box-description {
  min-height: 65px;
}

.shape-card {
  position: relative;
}
.shape-card::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 220px;
  top: 2px;
  left: inherit;
  right: 0;
  background: #e0e3eb;
}

.contactform-area .wpforms-field-large {
  height: 60px !important;
  padding: 10px 15px !important;
  background: #f2f2f2 !important;
  color: #505050 !important;
  border-radius: 6px !important;
  margin-bottom: 20px !important;
  border: 0 !important;
}
.contactform-area .wpforms-field-large::-moz-placeholder {
  color: #505050 !important;
}
.contactform-area .wpforms-field-large::placeholder {
  color: #505050 !important;
}
.contactform-area textarea.wpforms-field-large {
  height: 120px !important;
}
.contactform-area .wpforms-submit-container {
  text-align: center;
}
.contactform-area .wpforms-submit-container button {
  background-color: #ec2224 !important;
  border: 1px solid #ec2224 !important;
  color: #fff !important;
  padding: 14px 15px !important;
  width: 160px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
.contactform-area .wpforms-submit-container button:hover {
  background-color: #fff !important;
  color: #ec2224 !important;
}

.process-area {
  background-size: 2px 100% !important;
}
.process-area h3.elementor-image-box-title {
  margin-top: 0;
}

.team-area .content-area {
  height: 130px;
  transition: 0.5s;
}
.team-area .content-area .elementor-widget-text-editor {
  transition: 0.5s;
  opacity: 0;
}
.team-area:hover .content-area {
  height: 210px;
  transition: 0.5s;
}
.team-area:hover .content-area .elementor-widget-text-editor {
  transition: 0.5s;
  opacity: 1;
}

.tooltip-area {
  display: flex;
}
.tooltip-area .image-area {
  flex: 0 0 120px;
  height: 130px;
}
.tooltip-area .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tooltip-area .content-area {
  flex: 0 0 200px;
  width: 200px;
  height: 130px;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #EC2224;
}
.tooltip-area .content-area p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  white-space: normal;
}

#wpforms-215-field_3-container .iti.iti--allow-dropdown {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 575px) {
  .contactform-area .wpforms-field {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 420px) {
  h1.elementor-heading-title {
    font-size: 36px !important;
  }
}/*# sourceMappingURL=main.css.map */