.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1400px;
}

@media (max-width: 767px) {
  .elementor-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#logo img { 
  -moz-transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  transition: all .4s ease-in-out; 
}

.jet-sticky-section--stuck #logo img { 
  max-width: 75%; 
  -moz-transition: all .4s ease-in-out; 
  -webkit-transform: translate3d(0,0,0); 
  transition: all .4s ease-in-out; 
}

.page-preloader {
  border-top-color: #47b2ac;
  border-right-color: #47b2ac;
}

.elementor-widget-text-editor ol {
  list-style: none;
  counter-reset: item;
  margin: 30px 0px 30px 15px;
}
.elementor-widget-text-editor ol li {
  counter-increment: item;
  margin-bottom: 15px;
}
.elementor-widget-text-editor ol li:before {
  margin-right: 10px;
  content: counter(item);
  background: #47b2ac;
  color: #ffffff;
  font-weight: 500;
  width: 25px;
  text-align: center;
  display: inline-block;
}