/* Start custom CSS for html, class: .elementor-element-e24bf65 */#content .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px 0;
}
.Page-hero {
  background: var(--header-color);
  padding-top: 10px;
}

.services {
  margin-top: 50px;
  display: flex;
}
.services h3 {
  font-size: 32px;
}

.services-box {
  padding: 30px 25px;
  border-radius: 10px;
  border: 1px solid #efefef;
  transition: all ease-in-out 0.5s;
}

.services-box:hover {
  background: white;
  border: 1px solid transparent;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.services-box:hover .services-icon {
  background-color: #2e8c9d;
  color: white;
}

.services-box .services-icon {
  font-size: 30px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin-top: -60px;
  background-color: #f5f9f9;
  color: #80c3bc;
  transition: all ease-in-out 0.5s;
}

.services-box .services-icon i {
  line-height: 60px;
}

.wpcf7 label, .wpcf7 select,
.wpcf7 textarea, .wpcf7 input {
    width: 100%;
}
.wpcf7 textarea {height: 200px;}

.infoContact p {
    font-size: 18px !important;
    margin-bottom: 30px !important;
}
span.icon {
    display: inline-block;
    width: 40px;
}

@media (max-width: 993px) {
  .services {
      margin-top: 50px;
      flex-direction:column !important;
  }
  .container {padding: 0px;}
  .services .col-lg-6 {
      width:100% !important;
      margin-bottom: 50px !important;
  }
  .infoContact p {
      font-size: 14px !important;
  }
}

@media (min-width: 994px) {
  .Page-hero .container-fluid {
    width: 1320px !important;
  }
  .services .row {
    align-content: stretch;
  }
  .services .row .col-lg-6 {
      display: flex !important;
      flex-grow: 1;
  }
  .services .row .col-lg-6  .services-box {
      flex-grow: 1;
  }
  .services .services-box {
      height: 100%;
  }
  .infoContact h5 {margin-bottom: 40px !important;}
  .imgContact {margin-top: 80px !important;}
}/* End custom CSS */