* {
  font-family: "Exo 2", sans-serif;
  letter-spacing: 0.02em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4b4b4b; }

.hidden {
  display: none; }

.wrappper {
  max-width: calc(1280px - ($padding * 2));
  padding-right: 3em;
  padding-left: 3em;
  margin: auto; }

.image-responsive {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.top {
  background: -webkit-gradient(linear, left top, right top, from(#016fde), to(#013e99));
  background: -webkit-linear-gradient(left, #016fde, #013e99);
  background: -o-linear-gradient(left, #016fde, #013e99);
  background: linear-gradient(to right, #016fde, #013e99);
  height: 1.5em; }

.wrapper-inner {
  max-width: 1080px;
  margin: auto; }

.border-gradient {
  display: inline-block;
  padding: 1rem;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#0a5c8c), to(#50ae79));
  background: -webkit-linear-gradient(left, #0a5c8c, #50ae79);
  background: -o-linear-gradient(left, #0a5c8c, #50ae79);
  background: linear-gradient(to right, #0a5c8c, #50ae79);
  padding: 4px; }

.border-gradient-bottom {
  max-width: 4px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a5c8c), to(#50ae79));
  background: -webkit-linear-gradient(top, #0a5c8c, #50ae79);
  background: -o-linear-gradient(top, #0a5c8c, #50ae79);
  background: linear-gradient(to bottom, #0a5c8c, #50ae79);
  padding-left: 8px; }

.language-box {
  background: white;
  padding: 0.1em 1em;
  color: #838383;
  font-weight: bold;
  font-size: 1.25em; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5em; }
  .header .header-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media (max-width: 768px) {
    .header {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 1em 1em 0.5em; }
      .header .header-left {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

.menu {
  background: -webkit-gradient(linear, left top, right top, from(#08598e), to(#5bbd74));
  background: -webkit-linear-gradient(left, #08598e, #5bbd74);
  background: -o-linear-gradient(left, #08598e, #5bbd74);
  background: linear-gradient(to right, #08598e, #5bbd74); }
  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .menu li {
    padding: 0.75em 1em; }
  .menu li:last-child {
    margin-right: -1em; }
  .menu a {
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .menu a:hover {
    text-decoration: none;
    color: #d8bdbd; }
  @media (max-width: 768px) {
    .menu ul {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .menu a {
      font-size: 1em; }
    .menu li:last-child {
      margin-right: 0em; } }

.banner {
  position: relative; }
  .banner img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 568px;
    -webkit-filter: blur(2px) brightness(50%);
    filter: blur(2px) brightness(50%); }
  .banner .banner-text {
    position: absolute;
    top: 10%;
    left: 50%;
    line-height: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%; }
  .banner h2 {
    margin-left: 1em;
    color: white;
    white-space: nowrap;
    font-size: 4em;
    line-height: 1; }
  @media (max-width: 768px) {
    .banner img {
      height: 268px; }
    .banner h2 {
      font-size: 2.5em; } }

.section-home .section-1 {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  position: relative;
  background-image: url(../media/461211-PFLXUY-910.jpg);
  padding: 5em 1em;
  color: #525252;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 630px; }
  .section-home .section-1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
  .section-home .section-1 .section-1-text {
    position: relative;
    z-index: 2;
    padding-top: 2em;
    width: 65%;
    line-height: 1.3; }
  .section-home .section-1 h2 {
    padding-bottom: 1em;
    font-size: 3em; }
  .section-home .section-1 p {
    font-weight: 500;
    font-size: 1.3em; }
  @media (max-width: 768px) {
    .section-home .section-1 img {
      height: 268px; }
    .section-home .section-1 h2 {
      font-size: 1em;
      color: white; }
    .section-home .section-1 p {
      color: white;
      font-size: 1em; }
    .section-home .section-1 .border-gradient {
      margin-left: -2em; }
    .section-home .section-1 .bg {
      display: block; } }

.section-home .section-2 {
  position: relative;
  padding: 5em 1em;
  color: #525252;
  background-image: url(../media/pexels-photo-461772.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 630px; }
  .section-home .section-2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.5); }
  .section-home .section-2 .section-2-text {
    position: relative;
    z-index: 2;
    padding-top: 2em;
    width: 80%;
    line-height: 1.3;
    color: white; }
  .section-home .section-2 h2 {
    padding-bottom: 1em;
    font-size: 3.5em;
    color: inherit;
    line-height: 1; }
  .section-home .section-2 p {
    color: inherit;
    font-weight: 500;
    font-size: 1.6em; }
  @media (max-width: 768px) {
    .section-home .section-2 h2 {
      font-size: 2.5em;
      color: white; }
    .section-home .section-2 p {
      color: white;
      font-size: 1em; } }

.section-home .section-4 {
  padding: 5em 1em;
  color: #525252;
  background-image: url(../media/297.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 530px;
  position: relative; }
  .section-home .section-4 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.5); }
  .section-home .section-4 .section-4-text {
    position: relative;
    z-index: 2;
    padding-top: 2em;
    width: 60%;
    line-height: 1.3; }
  .section-home .section-4 h2 {
    padding-bottom: 1em;
    font-size: 3.2em;
    line-height: 1; }
  .section-home .section-4 p {
    font-weight: 500;
    font-size: 1.6em; }
  @media (max-width: 768px) {
    .section-home .section-4 {
      height: auto; }
      .section-home .section-4 h2 {
        font-size: 2em;
        color: white; }
      .section-home .section-4 p {
        color: white;
        font-size: 1em; }
      .section-home .section-4 .border-gradient {
        margin-left: 2em; } }

.section-home .section-5 {
  padding: 4em 1em;
  color: #525252;
  background: white; }
  .section-home .section-5 .section-5-text {
    padding-top: 2em;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .section-home .section-5 h2 {
    margin: auto;
    display: inline-block;
    padding-bottom: 0.25em;
    text-align: center;
    font-size: 3.2em;
    line-height: 1;
    border-bottom: 5px solid #525252; }
  .section-home .section-5 h5 {
    text-align: center;
    padding-bottom: 0.75em;
    font-weight: 700; }
  .section-home .section-5 p {
    font-weight: 500;
    font-size: 1.1em; }
  .section-home .section-5 button {
    background: white; }
  @media (max-width: 768px) {
    .section-home .section-5 p {
      font-size: 1em; } }

.section-home .section-6 {
  padding: 4em 0;
  color: #525252;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .section-home .section-6 h2 {
    margin: auto;
    padding-bottom: 0.25em;
    text-align: center;
    font-size: 3.1em;
    line-height: 1;
    color: #838383;
    font-weight: 600; }
  .section-home .section-6 .section-6-text {
    padding: 0.1em 1em;
    background: white;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-home .section-6 .border-gradient {
    padding: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media (max-width: 768px) {
    .section-home .section-6 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .section-home .section-6 h2 {
        font-size: 1.1em; }
      .section-home .section-6 .section-6-text {
        height: auto; }
      .section-home .section-6 .border-gradient {
        height: auto; } }

.web-btn {
  text-align: center;
  background: #e6e6e6;
  border-radius: 0;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0.1em 1em;
  letter-spacing: 0.15em;
  color: #525252; }

.footer {
  background: -webkit-gradient(linear, left top, right top, from(#013e99), to(#39d66b));
  background: -webkit-linear-gradient(left, #013e99, #39d66b);
  background: -o-linear-gradient(left, #013e99, #39d66b);
  background: linear-gradient(to right, #013e99, #39d66b);
  position: relative;
  margin-top: 2em; }

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5em 1em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footer-inner h2 {
    color: white;
    font-size: 2.8em;
    font-weight: bold; }

.social-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .social-box .social-box-icon {
    border: 4px solid white;
    padding: 0.75em 0.5em;
    border-radius: 1em; }
  .social-box img {
    height: 2.5em;
    margin: 0em 0.75em; }
  @media (max-width: 768px) {
    .social-box {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.copyright {
  color: white;
  text-align: center;
  margin: auto;
  padding: 0em 0 0.5em;
  font-size: 1.2em;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.section-about-us h2,
.section-services h2,
.section-news h2 {
  font-size: 3.7rem;
  font-weight: 900;
  line-height: 1; }

.section-about-us h3,
.section-services h3,
.section-news h3 {
  font-size: 2.2rem;
  font-weight: 900;
  padding-bottom: 0.25em; }

.section-about-us h5,
.section-services h5,
.section-news h5 {
  padding-bottom: 0.5em; }

.section-about-us p,
.section-services p,
.section-news p {
  color: #838383;
  width: 90%; }

.section-about-us .section-1-text,
.section-services .section-1-text,
.section-news .section-1-text {
  padding: 2em 1.5em 0em 1.5em; }
  @media (max-width: 768px) {
    .section-about-us .section-1-text,
    .section-services .section-1-text,
    .section-news .section-1-text {
      padding: 2em 1em 0em; } }

.section-about-us .section-2-text,
.section-services .section-2-text,
.section-news .section-2-text {
  padding: 2em 1.5em 0em 4em; }
  @media (max-width: 768px) {
    .section-about-us .section-2-text,
    .section-services .section-2-text,
    .section-news .section-2-text {
      padding: 2em 1em 0em; } }

.section-about-us .section-3-text,
.section-services .section-3-text,
.section-news .section-3-text {
  padding-top: 2em;
  padding-right: 4em; }
  @media (max-width: 768px) {
    .section-about-us .section-3-text,
    .section-services .section-3-text,
    .section-news .section-3-text {
      padding-right: 1em; } }

.section-about-us .section-3-text-box,
.section-services .section-3-text-box,
.section-news .section-3-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section-services .service-box {
  padding: 2em 2em 2em 4em;
  background-size: cover;
  position: relative;
  height: 100%;
  min-height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .section-services .service-box h2 {
    position: relative;
    z-index: 1;
    opacity: 0.7;
    font-size: 62px;
    background: -webkit-linear-gradient(left, #013e99, #39d66b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .section-services .service-box p {
    position: relative;
    z-index: 1;
    color: white;
    font-size: large; }
  .section-services .service-box button {
    position: relative;
    z-index: 1; }

.section-services .service-box1 {
  margin-right: 0.5em; }

.section-services .service-box2 {
  margin-left: 0.5em; }

.section-services .bg-service-opacity {
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.65; }

.section-services .button-container {
  margin-top: auto;
  display: block;
  text-align: center; }

.section-news {
  padding: 2em 4em 0em; }
  .section-news .news-box {
    padding: 2em 2em 2em 4em;
    background-size: cover;
    position: relative;
    height: 100%;
    min-height: 410px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .section-news .news-box h6 {
      position: relative;
      z-index: 1;
      color: white; }
    .section-news .news-box h2 {
      position: relative;
      z-index: 1;
      font-size: 32px;
      color: white; }
    .section-news .news-box p {
      position: relative;
      z-index: 1;
      color: white; }
    .section-news .news-box button {
      position: relative;
      z-index: 1; }
  .section-news .bg-new-opacity {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.65; }

.news-content p {
  color: #4b4b4b;
  font-size: 1.1rem; }

.news-content ul {
  list-style: none; }

.news-content li {
  font-size: 1.1rem; }

@media (max-width: 768px) {
  .news-content {
    padding: 0 1em; } }

.color-green {
  color: #A4C83A; }

@media (max-width: 768px) {
  .wellness-corp.reduction .section-one {
    background-position: center; } }

@media (max-width: 768px) {
  .reduction-pad-section {
    padding: 1em; } }

.home-news {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.collaborators .section-1-text p {
  color: black; }
