@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;500;600;700&family=Parisienne&display=swap");
.container-fluid {
  max-width: 1440px !important;
}

body {
  font-family: "Encode Sans";
}

main {
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.sticky-top {
  /* z-index: 999999 !important; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.cover,
section.cover .swiper-slide {
  min-height: 100vh;
  max-height: 100% !important;
}

.cover .swiper-button-next {
  right: 0px;
  width: 64px;
  height: 64px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.22);
  background: #fff;
  opacity: 1;
}

.cover .swiper-button-prev {
  left: 0px;
  width: 64px;
  height: 64px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.22);
  background: #fff;
  opacity: 1;
}

.cover .swiper-button-next:after {
  content: "";
  width: 32px;
  height: 18px;
  display: block;
  background: url(../../art/slider-arrow.svg) center/cover no-repeat;
  opacity: 1;
}

.cover .swiper-button-prev:after {
  content: "";
  width: 32px;
  height: 18px;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../../art/slider-arrow.svg) center/cover no-repeat;
  opacity: 1;
}

.cover .brand {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.66);
  z-index: 99999;
  width: 100%;
}

.cover .swiper-pagination-bullets {
  bottom: 170px;
}

.cover .swiper-pagination-bullet {
  background: #dddddd;
  opacity: 0.66;
  width: 16px;
  height: 16px;
  margin: 0px 7px;
}

.cover .swiper-pagination-bullet-active {
  -webkit-box-shadow: 0px 1px 0px 0px #686868;
          box-shadow: 0px 1px 0px 0px #686868;
  opacity: 0.66;
  background: #000;
}

.cover .swiper-slide .item {
  background: rgba(0, 0, 0, 0.66);
}

.fw-300,
.fw-300 > * {
  font-weight: 300;
}

.fw-400,
.fw-400 > * {
  font-weight: 400;
}

.fw-500,
.fw-500 > * {
  font-weight: 500;
}

.fw-600,
.fw-600 > * {
  font-weight: 600;
}

.fw-700,
.fw-700 > * {
  font-weight: 700;
}

.fs-48,
.fs-48 > * {
  font-size: 48px;
}

.fs-44,
.fs-44 > * {
  font-size: 44px;
}

.fs-40,
.fs-40 > * {
  font-size: 40px;
}

.fs-32,
.fs-32 > * {
  font-size: 32px;
}

.fs-24,
.fs-24 > * {
  font-size: 24px;
}

.fs-20,
.fs-20 > * {
  font-size: 20px;
}

.fs-18,
.fs-18 > * {
  font-size: 18px;
}

.fs-16,
.fs-16 > * {
  font-size: 16px;
}

.color-0,
.color-0 > * {
  color: #fff;
}

.color-1,
.color-1 > * {
  color: #dddddd;
}

.color-2,
.color-2 > * {
  color: #d0b999;
}

.color-3,
.color-3 > * {
  color: #b99e7e;
}

.color-4,
.color-4 > * {
  color: #353535;
}

.color-5,
.color-5 > * {
  color: #221c11;
}

.color-6,
.color-6 > * {
  color: #1d1d1d;
}

.color-7,
.color-7 > * {
  color: #a0a0a0;
}

p {
  line-height: 30px;
}

.cover .swiper-slide .item .title {
  border-bottom: 1px solid #686868;
}

.cover .swiper-slide .item .more {
  position: absolute;
  bottom: -25px;
  right: 0px;
}

.btn {
  font-size: 18px;
  text-transform: uppercase;
  color: #343434;
  padding: 1rem 1.15rem;
  font-weight: 300;
}

.btn-primary {
  background: #d0b999;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.22);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  background: rgba(208, 185, 153, 0.8);
}

.brand img {
  width: 100%;
  z-index: 99999999;
}

.brand .item p {
  margin-bottom: 0px;
  line-height: 1.6;
}

.brand .item .social a i.fb {
  content: url(../../art/social/facebook.svg);
  width: 16px;
  height: 32px;
}

.brand .item .social a i.in {
  content: url(../../art/social/insta.svg);
  width: 32px;
  height: 32px;
}

.brand .item .social a i.yt {
  content: url(../../art/social/youtube.svg);
  width: 32px;
  height: 24px;
}

.home-nav {
  background: #eeeeee;
}

.home-nav nav .navbar-nav .nav-item:hover,
.home-nav nav .navbar-nav .nav-item.active {
  background: #fff;
}

.home-nav nav .navbar-nav .nav-item .nav-link {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.home-nav nav .navbar-nav .nav-item .nav-link {
  font-weight: 300;
  font-size: 20px;
  color: #353535 !important;
  text-transform: uppercase;
  padding-bottom: 7px;
  padding-top: 0px;
}

.home-nav nav .navbar-nav .nav-item {
  padding: 0.5rem 1rem;
  padding-bottom: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.home-nav nav .navbar-nav .nav-item:hover .nav-link,
.home-nav nav .navbar-nav .nav-item.active .nav-link {
  color: #b99e7e !important;
  padding: 0px;
  padding-bottom: 6px;
  border-bottom: 1px solid #b99e7e;
}

a.dropdown-item {
  color: #686868 !important;
  font-size: 16px;
  font-weight: 300;
}

a.dropdown-item:hover, a.dropdown-item.active {
  color: #b99e7e !important;
}

.dropdown-item.active {
  background-color: transparent !important;
}

.dropdown-item:hover {
  background-color: transparent !important;
}

.home-nav {
  -webkit-box-shadow: inset 0px -1px 0px 0px #dddddd;
          box-shadow: inset 0px -1px 0px 0px #dddddd;
}

.dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px;
  border: none;
  background: #fff;
  top: calc(100% - 2px);
}

.dropdown-toggle::after {
  display: none;
}

section.welcome .box-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 470px;
  height: 470px;
  max-width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
}

section.welcome .box-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 470px;
  height: 470px;
  max-width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
}

section.welcome .box-1 p,
section.welcome .box-2 p {
  font-weight: 300;
  font-size: 32px;
  color: #fff;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 10px;
  z-index: 9999;
  padding-left: 18px;
  padding-bottom: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid white;
}

section.welcome .divider {
  border-bottom: 1px solid #dddddd;
}

.btn-outline-primary {
  border-radius: 0px;
  border: 1px solid #d0b999;
  color: #d0b999;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover {
  color: #fff;
  background: #d0b999;
  border-color: #d0b999;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.divider-text h1,
.divider-text h2,
.divider-text h3,
.divider-text h4,
.divider-text h5,
.divider-text h6,
.divider-text p {
  color: #d0b999;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  z-index: 9;
  padding: 0px 10px;
}

.divider-text .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #dddddd;
  position: absolute;
  left: 0px;
  top: 33%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section.features .item .icon img {
  max-width: 150px;
}

section.trainings .item .bg {
  background: #eee;
}

section.trainings .item:nth-of-type(odd) .title {
  background-image: -webkit-gradient(linear, left top, right top, from(#d0b899), to(#b89e7d));
  background-image: linear-gradient(90deg, #d0b899 0%, #b89e7d 100%);
}

section.trainings .item:nth-of-type(even) .title {
  background-image: -webkit-gradient(linear, right top, left top, from(#d0b899), to(#b89e7d));
  background-image: linear-gradient(-90deg, #d0b899 0%, #b89e7d 100%);
}

section.trainings .image img {
  border-style: solid;
  border-width: 1px;
  border-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
  max-height: 470px;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 999999;
}

section.trainings .item .title > * {
  margin-bottom: 0px;
}

section.trainings .item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.trainings .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.trainings .item:nth-of-type(odd) .title {
  text-align: right;
}

section.trainings .item:nth-of-type(odd) .content {
  padding-left: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}

section.trainings .item:nth-of-type(odd) .text {
  text-align: right;
  margin-left: auto;
  margin-right: 0px;
}

section.trainings .item:nth-of-type(odd) .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.trainings .item:nth-of-type(odd) .image p {
  position: absolute;
  z-index: 999;
  left: -10px;
  bottom: -10px;
  font-family: "Parisienne";
  font-weight: 400;
  font-size: 72px;
  color: #cfb798;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom 0;
          transform-origin: left bottom 0;
}

.trainings .item:nth-of-type(even) .title {
  text-align: left;
}

section.trainings .item:nth-of-type(even) .content {
  padding-right: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

section.trainings .item:nth-of-type(even) .text {
  text-align: left;
  margin-left: 0px;
  margin-right: auto;
}

section.trainings .item:nth-of-type(even) .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section.trainings .item:nth-of-type(even) .image p {
  position: absolute;
  z-index: 999;
  right: -10px;
  bottom: -10px;
  font-family: "Parisienne";
  font-weight: 400;
  font-size: 72px;
  color: #cfb798;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right bottom 0;
          transform-origin: right bottom 0;
}

.reviews .swiper-slide .quote {
  position: relative;
}

.reviews .swiper-slide .quote:before {
  color: #d0b899;
  font-size: 160px;
  font-weight: 300;
  content: "“";
  position: absolute;
  left: -80px;
  top: 0px;
  line-height: 0.88;
}

.reviews .swiper-slide .quote:after {
  color: #d0b899;
  font-size: 160px;
  font-weight: 300;
  content: "”";
  position: absolute;
  right: -80px;
  bottom: -15px;
  line-height: 0;
}

.reviews .swiper-button-next {
  right: 0px;
  width: 64px;
  height: 64px;
  border: 1px solid #d0b999;
  background: #fff;
  opacity: 1;
}

.reviews .swiper-button-prev {
  left: 0px;
  width: 64px;
  height: 64px;
  border: 1px solid #d0b999;
  background: #fff;
  opacity: 1;
}

.reviews .swiper-button-next:after {
  content: "";
  width: 32px;
  height: 18px;
  display: block;
  background: url(../../art/slider-arrow.svg) center/cover no-repeat;
  opacity: 1;
}

.reviews .swiper-button-prev:after {
  content: "";
  width: 32px;
  height: 18px;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../../art/slider-arrow.svg) center/cover no-repeat;
  opacity: 1;
}

.reviews .writer p {
  margin-bottom: 0px;
  line-height: 1;
}

.reviews .swiper-pagination-bullets {
  bottom: 0px;
}

.reviews .swiper-pagination-bullet {
  background: #d0b999;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px 6px !important;
}

.reviews .swiper-pagination-bullet-active {
  opacity: 1;
  background: #dddddd;
}

.instagram_profile {
  display: none;
}

.instagram_gallery img {
  border-style: solid;
  border-width: 1px;
  border-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
}

footer {
  background: #bfa685;
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer ul li {
  margin: 5px 0px;
}

footer ul li,
footer ul li a {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

footer .contact p {
  margin-bottom: 5px;
  line-height: 1.5;
}

footer .social a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

footer .social a:hover {
  opacity: 0.5;
  color: white;
}

footer .social a.fb:after {
  margin-left: 10px;
  content: url(../../art/social/fb_white.svg);
}

footer .social a.insta:after {
  margin-left: 10px;
  content: url(../../art/social/insta_white.svg);
}

footer .bottom {
  background: #1d1d1d;
}

footer .bottom p {
  margin-bottom: 0px;
}

footer .bottom a {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

footer .bottom a:hover {
  opacity: 0.6;
}

footer a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

footer ul li a:hover {
  opacity: 0.5;
  color: white;
  text-decoration: none;
}

header .brand {
  background: #1d1d1d;
}

.brand a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

.brand a:hover {
  opacity: 0.7;
  color: #d0b999;
}

.divider-text-2 p {
  color: #d0b999;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  z-index: 9;
  margin-bottom: 0px;
  padding: 0px 15px;
}

.divider-text-2 .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #dddddd;
  position: absolute;
  left: 0px;
  bottom: 7px;
}

.about-text > p {
  text-align-last: center;
}

.trainers .item img {
  max-width: 100%;
  max-height: 730px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
}

.trainers .item:nth-of-type(odd) .lead,
.trainers .item:nth-of-type(odd) .title {
  text-align: right;
}

.trainers .item:nth-of-type(odd) .text {
  text-align: justify;
  text-align-last: right;
}

.trainers .item:nth-of-type(odd) .read-more {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.trainers .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cover-2 {
  /* min-height: 770px; */
  max-height: 75vh !important;
}

.cover-2 .divider {
  background: #fff;
  min-height: 40px !important;
}

.cover-2 .divider .line {
  width: calc(100% - 30px * 2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  height: 1px;
  background: #dddddd;
  display: block;
  z-index: 0;
  bottom: 0px;
  left: 50%;
}

.cover-2 .divider p {
  color: #d0b899;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px;
  line-height: normal;
  background: #fff;
  padding: 0px 30px;
  position: absolute;
  z-index: 999;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.details .icon img {
  max-width: 120px;
}

.custom-list ul {
  list-style: none;
}

.custom-list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
}

.custom-list ul li:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 24px;
  height: 24px;
  background: url(../../art/list-icon.png) center/contain no-repeat;
  display: block;
}

.divider-custom .divider-text h1,
.divider-custom .divider-text h2,
.divider-custom .divider-text h3,
.divider-custom .divider-text h4,
.divider-custom .divider-text h5,
.divider-custom .divider-text h6 {
  font-size: inherit;
  text-transform: none;
}

.divider-custom .divider-text .line {
  top: 47%;
}

.gallery .item img {
  border-style: solid;
  border-width: 1px;
  border-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blob {
  position: absolute;
  top: -23%;
  fill: #dddddd;
  width: 85%;
  z-index: -1;
  -webkit-animation: move 5s ease-in-out infinite;
          animation: move 5s ease-in-out infinite;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blob-2 {
  position: absolute;
  top: 12%;
  left: 45%;
  fill: #dddddd;
  width: 90%;
  z-index: -1;
  -webkit-animation: move 5s ease-in-out infinite;
          animation: move 5s ease-in-out infinite;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.blob-3 {
  position: absolute;
  top: -50%;
  left: 10%;
  fill: #eeeeee;
  width: 90%;
  z-index: -1;
  -webkit-animation: move 5s ease-in-out infinite;
          animation: move 5s ease-in-out infinite;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.blob-4 {
  position: absolute;
  top: -20%;
  left: 00%;
  fill: #eeeeee;
  width: 90%;
  z-index: -1;
  -webkit-animation: move 5s ease-in-out infinite;
          animation: move 5s ease-in-out infinite;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.trainings .item:nth-of-type(even) .blob-2 {
  left: -27%;
}

.trainings .image,
.trainings .title {
  position: relative;
  z-index: 3;
}

.btn-secondary {
  border: 1px solid #d0b999;
  color: #b99e7e;
  background: #fff;
  border-radius: 0px;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
  border: 1px solid #d0b999;
  color: #fff;
  background: #b99e7e;
  border-radius: 0px;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  38% {
    -webkit-transform: scale(0.9, 1) rotate(40deg);
            transform: scale(0.9, 1) rotate(40deg);
  }
  40% {
    -webkit-transform: scale(0.9, 1) rotate(40deg);
            transform: scale(0.9, 1) rotate(40deg);
  }
  78% {
    -webkit-transform: scale(1.05) rotate(-20deg);
            transform: scale(1.05) rotate(-20deg);
  }
  80% {
    -webkit-transform: scale(1.05) rotate(-20deg);
            transform: scale(1.05) rotate(-20deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes move {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  38% {
    -webkit-transform: scale(0.9, 1) rotate(40deg);
            transform: scale(0.9, 1) rotate(40deg);
  }
  40% {
    -webkit-transform: scale(0.9, 1) rotate(40deg);
            transform: scale(0.9, 1) rotate(40deg);
  }
  78% {
    -webkit-transform: scale(1.05) rotate(-20deg);
            transform: scale(1.05) rotate(-20deg);
  }
  80% {
    -webkit-transform: scale(1.05) rotate(-20deg);
            transform: scale(1.05) rotate(-20deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 1500px) {
  .home-nav .container-fluid {
    padding: 0px;
  }
  .home-nav .navbar {
    padding: 0px !important;
  }
}

@media (max-width: 1400px) {
  .container-fluid {
    max-width: 100% !important;
  }
  .home-nav nav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {
  section.welcome .box-1,
  section.welcome .box-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-item .nav-link {
    text-align: center;
  }
  .blob {
    position: absolute;
    top: -23%;
    fill: #dddddd;
    width: 85%;
    z-index: -1;
    -webkit-animation: move 5s ease-in-out infinite;
            animation: move 5s ease-in-out infinite;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .blob-2 {
    position: absolute;
    top: 12%;
    left: 45%;
    fill: #dddddd;
    width: 90%;
    z-index: -1;
    -webkit-animation: move 5s ease-in-out infinite;
            animation: move 5s ease-in-out infinite;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .blob-3 {
    position: absolute;
    top: -20%;
    left: 10%;
    fill: #eeeeee;
    width: 90%;
    z-index: -1;
    -webkit-animation: move 5s ease-in-out infinite;
            animation: move 5s ease-in-out infinite;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .blob-4 {
    position: absolute;
    top: 00%;
    left: 00%;
    fill: #eeeeee;
    width: 90%;
    z-index: -1;
    -webkit-animation: move 5s ease-in-out infinite;
            animation: move 5s ease-in-out infinite;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  nav .navbar-nav {
    padding: 15px 0px;
  }
  .dropdown-menu.show {
    display: inherit;
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .trainings .blob-2 {
    display: none;
  }
  section.trainings .item:nth-of-type(odd),
  section.trainings .item:nth-of-type(even) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .col-xl-4 {
    margin: 0 auto;
    text-align: center;
  }
  .cover .brand {
    position: inherit;
    background: #1d1d1d;
  }
  .swiper-pagination-bullets {
    bottom: 10px !important;
  }
  .brand img {
    width: auto;
    max-height: 70px;
  }
  .trainers .item img {
    width: 100%;
    -o-object-position: top;
       object-position: top;
  }
}

@media (max-width: 767.98px) {
  .table-wrapper{ position: relative;overflow-x: scroll;}
  section.trainings .item:nth-of-type(odd) .image p {
    -webkit-transform: none !important;
            transform: none !important;
    left: 10px;
    bottom: 5px;
    text-shadow: 1px 1px 3px #00000050;
  }
  section.trainings .item:nth-of-type(even) .image p {
    -webkit-transform: none !important;
            transform: none !important;
    right: 10px;
    bottom: 5px;
    text-shadow: 1px 1px 3px #00000050;
  }
  .reviews .swiper-slide .quote:before,
  .reviews .swiper-slide .quote:after {
    display: none;
  }
  .cover .swiper-slide {
    padding-bottom: 100px !important;
  }
  .cover .swiper-button-next,
  .cover .swiper-button-prev {
    top: 90%;
  }
  .cover-2 {
    min-height: 100vh;
    max-height: 100% !important;
  }
  section.welcome .box-1 p,
  section.welcome .box-2 p {
    text-shadow: 2px 2px  2px #000000;
  }
}

@media (max-width: 575.98px) {
  .fs-48,
  .fs-48 > * {
    font-size: 26px;
  }
  .fs-44,
  .fs-44 > * {
    font-size: 32px;
  }
  .fs-40,
  .fs-40 > * {
    font-size: 40px;
  }
  .fs-32,
  .fs-32 > * {
    font-size: 24px;
  }
  .fs-24,
  .fs-24 > * {
    font-size: 19px;
  }
  .fs-20,
  .fs-20 > * {
    font-size: 18px;
  }
  .fs-18,
  .fs-18 > * {
    font-size: 16px;
  }
  .fs-16,
  .fs-16 > * {
    font-size: 16px;
  }
  section.trainings .item .image p {
    font-size: 50px !important;
  }
  .reviews .swiper-button-next,
  .reviews .swiper-button-prev {
    top: inherit;
  }
  .brand .item .social a i {
    width: 20px !important;
    height: auto !important;
  }
  .brand .item .social a i.fb {
    height: 19px !important;
    width: auto !important;
  }
  .cover .brand .container-fluid {
    padding: 0px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
}

#home-fixed {
  z-index: 20000;
  max-height: 46px;
}
/*# sourceMappingURL=style.css.map */

/*leftovers*/
.cover-2 .leadkep {opacity: 0;visibility: hidden;max-width:100%;height:auto;}
.hover-zoom-in a {display: block;transform: scale(1,1);transition: all .3s;transition-timing-function: cubic-bezier(0.1, 1.0, 0.1);box-shadow: 0 10px 30px rgba(0,0,0,.33)}
.hover-zoom-in a:hover {transform: scale(.98,.98);box-shadow: 0 10px 10px rgba(0,0,0,.1)}
.article-text a {color:#b99e7e;transition: all ease .2s;transition-timing-function: cubic-bezier(0.1, 1.0, 0.4,1.0);}
.article-text a:hover {color:#353535; text-decoration: none;}
.about-text div[class^="col-"] h5 {box-shadow: 0 1px 0 rgba(0,0,0,0.23);padding-bottom: 15px;margin-top:15px;}
.reviews .swiper-slide {min-height:100px;}
.table-wrapper table{ max-width:100%;}
