/* Color Theme Swatches in Hex */
/* line 18, ../sass/style.scss */
.Luxury-Interior-1-hex {
  color: #F3F5EE;
}

/* line 22, ../sass/style.scss */
.Luxury-Interior-2-hex {
  color: #D18E22;
}

/* line 26, ../sass/style.scss */
.Luxury-Interior-3-hex {
  color: #BDB1A2;
}

/* line 30, ../sass/style.scss */
.Luxury-Interior-4-hex {
  color: #A77B55;
}

/* line 34, ../sass/style.scss */
.Luxury-Interior-5-hex {
  color: #262424;
}

/* Color Theme Swatches in RGBA */
/* line 39, ../sass/style.scss */
.Luxury-Interior-1-rgba {
  color: #f2f4ed;
}

/* line 43, ../sass/style.scss */
.Luxury-Interior-2-rgba {
  color: #d18e21;
}

/* line 47, ../sass/style.scss */
.Luxury-Interior-3-rgba {
  color: #bcb1a1;
}

/* line 51, ../sass/style.scss */
.Luxury-Interior-4-rgba {
  color: #a77b54;
}

/* line 55, ../sass/style.scss */
.Luxury-Interior-5-rgba {
  color: #262323;
}

/* Color Theme Swatches in HSLA */
/* line 60, ../sass/style.scss */
.Luxury-Interior-1-hsla {
  color: #f1f4ec;
}

/* line 64, ../sass/style.scss */
.Luxury-Interior-2-hsla {
  color: #ce8c22;
}

/* line 68, ../sass/style.scss */
.Luxury-Interior-3-hsla {
  color: #baafa0;
}

/* line 72, ../sass/style.scss */
.Luxury-Interior-4-hsla {
  color: #a57955;
}

/* line 76, ../sass/style.scss */
.Luxury-Interior-5-hsla {
  color: #242323;
}

/* line 64, icons/*.png */
.icons-sprite, .icons-marker, .icons-message, .icons-phone {
  background-image: url('../images/icons-s92f3b3cc99.png');
  background-repeat: no-repeat;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-marker {
  background-position: 0 0;
  height: 27px;
  width: 27px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-message {
  background-position: 0 -27px;
  height: 27px;
  width: 27px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-phone {
  background-position: 0 -54px;
  height: 27px;
  width: 27px;
}

/* line 86, ../sass/style.scss */
.icons-sprite, .icons-marker, .icons-message, .icons-phone {
  display: inline-block;
}

/* line 90, ../sass/style.scss */
body {
  font-family: "Montserrat", sans-serif;
  color: #333;
}

/* line 95, ../sass/style.scss */
.top-bar {
  padding: 15px 0;
  font-size: 14px;
  color: #8c53ff;
  background-color: #f9f6f3;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}
/* line 103, ../sass/style.scss */
.top-bar .top-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 108, ../sass/style.scss */
.top-bar .top-header .right-header {
  display: flex;
  align-items: center;
}
/* line 112, ../sass/style.scss */
.top-bar .top-header .right-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 120, ../sass/style.scss */
.top-bar a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 127, ../sass/style.scss */
.top-bar a i {
  padding: 5px;
  background-color: #fff;
  margin-right: 1px;
  display: inline-block;
  color: #8c53ff;
  border-radius: 4px;
}
/* line 137, ../sass/style.scss */
.top-bar span {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 144, ../sass/style.scss */
.top-bar span i {
  padding: 5px;
  background-color: #fff;
  margin-right: 1px;
  display: inline-block;
  color: #8c53ff;
  border-radius: 4px;
}
/* line 154, ../sass/style.scss */
.top-bar .phones {
  text-align: right;
  display: flex;
}
/* line 158, ../sass/style.scss */
.top-bar .phones li {
  margin-left: 10px;
}
/* line 163, ../sass/style.scss */
.top-bar .book-now-btn {
  background-color: #8c53ff;
  color: #8c53ff;
  padding: 10px 30px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
/* line 175, ../sass/style.scss */
.top-bar .book-now-btn:hover {
  background-color: #9d6dff;
}
/* line 180, ../sass/style.scss */
.top-bar .social-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
/* line 187, ../sass/style.scss */
.top-bar .social-menu li {
  display: inline-block;
}
/* line 190, ../sass/style.scss */
.top-bar .social-menu li a {
  display: inline-block;
  padding: 0px;
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 20px;
}
/* line 199, ../sass/style.scss */
.top-bar .social-menu li a .screen-reader-text {
  display: none;
}
/* line 203, ../sass/style.scss */
.top-bar .social-menu li a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

/* line 213, ../sass/style.scss */
.main-menu-section {
  background: #8c53ff;
  font-family: "Montserrat", sans-serif;
  padding: 0 !important;
  border-top: solid 1px #6a20ff;
  border-bottom: solid 1px #6a20ff;
}

/* line 222, ../sass/style.scss */
.primary-menu-wrapper .navbar-toggler {
  margin: 0 auto;
  border: none;
}
/* line 231, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu {
  margin: 0;
  padding: 0;
  display: flex;
}
/* line 236, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li {
  display: inline-block;
  padding: 0px;
  border-left: solid 1px #ae86ff;
  position: relative;
}
/* line 242, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li:last-child {
  border-right: solid 1px #ae86ff;
}
/* line 246, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li > a {
  font-size: 16px;
  display: inline-block;
  padding: 20px 20px;
  color: #fff;
  font-weight: 300;
  position: relative;
  white-space: nowrap;
}
/* line 255, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li > a:hover {
  text-decoration: none;
}
/* line 260, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #f9f6f3;
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: solid 1px white;
  min-width: 100%;
  z-index: 10100;
}
/* line 273, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li .sub-menu > li {
  display: block;
}
/* line 276, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li .sub-menu > li > a {
  font-size: 14px;
  display: block;
  padding: 10px 20px;
  color: #8c53ff;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
}
/* line 285, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li .sub-menu > li > a:hover {
  text-decoration: none;
}
/* line 290, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li .sub-menu > li.current-menu-item, .primary-menu-wrapper ul.primary-menu > li .sub-menu > li.current-menu-parent, .primary-menu-wrapper ul.primary-menu > li .sub-menu > li.current-menu-ancestor {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 297, ../sass/style.scss */
  .primary-menu-wrapper ul.primary-menu > li .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }
  /* line 303, ../sass/style.scss */
  .primary-menu-wrapper ul.primary-menu > li .sub-menu li {
    border-top: solid 1px white;
  }
  /* line 306, ../sass/style.scss */
  .primary-menu-wrapper ul.primary-menu > li .sub-menu li > a {
    padding: 5px 20px;
  }
}
/* line 314, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li:hover .sub-menu {
  display: block;
}
/* line 321, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li.current-menu-item, .primary-menu-wrapper ul.primary-menu > li.current-menu-parent, .primary-menu-wrapper ul.primary-menu > li.current-menu-ancestor {
  font-weight: bold;
  border-bottom: solid 3px #fff;
}
@media screen and (max-width: 767px) {
  /* line 231, ../sass/style.scss */
  .primary-menu-wrapper ul.primary-menu {
    flex-direction: column;
  }
  /* line 328, ../sass/style.scss */
  .primary-menu-wrapper ul.primary-menu > li {
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #8c53ff;
  }
}

/* line 337, ../sass/style.scss */
.main-slider {
  position: relative;
  height: 460px;
  background: #ae86ff;
}
/* line 342, ../sass/style.scss */
.main-slider .slider-arrow {
  display: block;
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.15);
  left: 0px;
  top: 50%;
  padding: 20px 20px;
  line-height: 20px;
  color: #fff;
  font-size: 26px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
/* line 356, ../sass/style.scss */
.main-slider .slider-arrow:hover {
  text-decoration: none;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 365, ../sass/style.scss */
.main-slider .slider-arrow.arrow-next {
  right: 0;
  left: auto;
}
/* line 371, ../sass/style.scss */
.main-slider #main-home-slider {
  position: relative;
  max-height: 460px;
  overflow: hidden;
  margin-top: 10px;
}
/* line 376, ../sass/style.scss */
.main-slider #main-home-slider .slick-list {
  max-height: 460px;
}
/* line 380, ../sass/style.scss */
.main-slider #main-home-slider .slick-slide {
  position: relative;
  height: 460px;
  border-right: solid 5px #fff;
  border-left: solid 5px #fff;
}
/* line 385, ../sass/style.scss */
.main-slider #main-home-slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 392, ../sass/style.scss */
.main-slider #main-home-slider h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
/* line 408, ../sass/style.scss */
.main-slider #main-home-slider h2 span {
  color: #f9f6f3;
}
/* line 414, ../sass/style.scss */
.main-slider #main-home-slider .slick-dots {
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}
/* line 420, ../sass/style.scss */
.main-slider #main-home-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  line-height: 10;
  height: 16px;
  overflow: hidden;
}
/* line 427, ../sass/style.scss */
.main-slider #main-home-slider .slick-dots li button {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  padding: 5px;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
}
/* line 436, ../sass/style.scss */
.main-slider #main-home-slider .slick-dots li button:hover {
  background-color: #9d6dff;
}
/* line 443, ../sass/style.scss */
.main-slider #main-home-slider .slick-dots li.slick-active button {
  background-color: #f9f6f3;
}
/* line 451, ../sass/style.scss */
.main-slider #main-home-slider .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: block;
  border: none;
  height: 100px;
  width: 100px;
  background: #ffffff12;
  line-height: 100;
  overflow: hidden;
}
/* line 465, ../sass/style.scss */
.main-slider #main-home-slider .slick-prev:hover {
  background: rgba(255, 255, 255, 0.31);
}
/* line 470, ../sass/style.scss */
.main-slider #main-home-slider .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: block;
  border: none;
  height: 100px;
  width: 100px;
  background: #ffffff12;
  line-height: 100;
  overflow: hidden;
}
/* line 484, ../sass/style.scss */
.main-slider #main-home-slider .slick-next:hover {
  background: rgba(255, 255, 255, 0.31);
}

/* line 492, ../sass/style.scss */
.main-title {
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
}
/* line 503, ../sass/style.scss */
.main-title:after {
  background: #8c53ff;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 516, ../sass/style.scss */
.content-line {
  display: flex;
  align-items: center;
}
/* line 520, ../sass/style.scss */
.content-line .media {
  width: 50%;
  flex: none;
}
/* line 524, ../sass/style.scss */
.content-line .media img {
  width: 100%;
  height: auto;
}
/* line 530, ../sass/style.scss */
.content-line .content {
  width: 50%;
  padding: 20px;
  padding-right: 0;
  text-align: justify;
  text-align-last: left;
}
/* line 538, ../sass/style.scss */
.content-line.even {
  flex-direction: row-reverse;
}
/* line 541, ../sass/style.scss */
.content-line.even .content {
  padding-left: 0;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  /* line 516, ../sass/style.scss */
  .content-line {
    flex-direction: column;
  }
  /* line 549, ../sass/style.scss */
  .content-line.even {
    flex-direction: column;
  }
  /* line 552, ../sass/style.scss */
  .content-line .media {
    width: 100%;
  }
  /* line 555, ../sass/style.scss */
  .content-line .content {
    width: 100%;
    padding: 20px 0;
  }
}

/* line 561, ../sass/style.scss */
.product-item-min {
  display: flex;
  padding: 30px;
  color: #222;
  border: solid 1px #EFEFEF;
  background-color: #fff;
  margin-bottom: 15px;
  flex-direction: row;
  align-items: center;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  padding-left: 115px;
}
/* line 576, ../sass/style.scss */
.product-item-min img {
  width: 100px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  box-shadow: 0px 0px 0px 2px #fff inset;
}
/* line 585, ../sass/style.scss */
.product-item-min:hover {
  box-shadow: 0px 0px 10px #EFEFEF;
  background-color: #8c53ff;
  color: #fff;
  text-decoration: none;
}
/* line 590, ../sass/style.scss */
.product-item-min:hover img {
  box-shadow: 0px 0px 0px 2px #8c53ff inset;
}

/* line 595, ../sass/style.scss */
.section-about {
  margin-top: 30px;
  border-radius: 12px;
  overflow: hidden;
}
/* line 600, ../sass/style.scss */
.section-about .content-about {
  padding: 80px;
  background-color: #c7b59b;
  text-align: justify;
}
/* line 601, ../sass/style.scss */
.section-about .content-about h2 {
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  font-size: 30px;
  text-align: left;
}
/* line 612, ../sass/style.scss */
.section-about .content-about h2:after {
  background: #999;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #8c53ff;
  width: 100px;
  transform: none;
  left: 0;
}
@media screen and (max-width: 767px) {
  /* line 600, ../sass/style.scss */
  .section-about .content-about {
    padding: 30px;
  }
}
/* line 637, ../sass/style.scss */
.section-about .content-about .section-why h2 {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 642, ../sass/style.scss */
.section-about .content-about .section-why h2:after {
  background-color: #fff;
}

/* line 652, ../sass/style.scss */
.testimonials-slick .slide-testimonial .content {
  max-width: 460px;
  margin: 0 auto;
  padding: 30px 0;
}
/* line 658, ../sass/style.scss */
.testimonials-slick .slide-testimonial .user {
  padding-top: 10px;
}
/* line 661, ../sass/style.scss */
.testimonials-slick .slide-testimonial .user .icon {
  display: inline-block;
  background-color: #fff;
  color: #555;
  padding: 10px;
  line-height: 26px;
  height: 46px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  margin-bottom: 10px;
}
/* line 674, ../sass/style.scss */
.testimonials-slick .slide-testimonial .user h3 {
  font-size: 14px;
}
/* line 680, ../sass/style.scss */
.testimonials-slick .slick-dots {
  bottom: 0;
  /* position: absolute; */
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* line 688, ../sass/style.scss */
.testimonials-slick .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
  line-height: 10;
}
/* line 697, ../sass/style.scss */
.testimonials-slick .slick-dots li button {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
/* line 706, ../sass/style.scss */
.testimonials-slick .slick-dots li button:hover {
  background-color: #9d6dff;
}
/* line 713, ../sass/style.scss */
.testimonials-slick .slick-dots li.slick-active button {
  background-color: #f9f6f3;
}

/* line 720, ../sass/style.scss */
.section-about-scrollable {
  padding: 100px 0;
  text-align: justify;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
/* line 721, ../sass/style.scss */
.section-about-scrollable h2 {
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  font-size: 30px;
  font-size: 48px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
/* line 734, ../sass/style.scss */
.section-about-scrollable h2:after {
  background: #999;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}
/* line 756, ../sass/style.scss */
.section-about-scrollable:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
/* line 767, ../sass/style.scss */
.section-about-scrollable .row {
  z-index: 1;
  position: relative;
}
/* line 772, ../sass/style.scss */
.section-about-scrollable .content {
  color: #fff;
  font-size: 15px;
  text-align-last: center;
}
/* line 778, ../sass/style.scss */
.section-about-scrollable .btn-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f9f6f3;
  color: #fff;
  border-radius: 5px;
}
/* line 787, ../sass/style.scss */
.section-about-scrollable .section-why h2 {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 792, ../sass/style.scss */
.section-about-scrollable .section-why h2:after {
  background-color: #fff;
}

/* line 799, ../sass/style.scss */
.contact-form {
  padding: 50px 40px;
}
/* line 800, ../sass/style.scss */
.contact-form h2 {
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  font-size: 30px;
  text-align: left;
}
/* line 811, ../sass/style.scss */
.contact-form h2:after {
  background: #999;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 0px;
  transform: none;
}
/* line 827, ../sass/style.scss */
.contact-form .section-why h2 {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 832, ../sass/style.scss */
.contact-form .section-why h2:after {
  background-color: #fff;
}
/* line 840, ../sass/style.scss */
.contact-form label {
  font-size: 13px;
  display: block;
}
/* line 845, ../sass/style.scss */
.contact-form span {
  display: block;
}
/* line 849, ../sass/style.scss */
.contact-form .wpcf7-text, .contact-form .wpcf7-form-control {
  width: 100%;
  display: block;
  padding: 5px;
  line-height: 30px;
  font-size: 14px;
  border: solid 1px #E3E3E3;
  display: block;
  box-shadow: 3px 3px 0 #EFEFEF;
}
/* line 860, ../sass/style.scss */
.contact-form .wpcf7-textarea {
  width: 100%;
  display: block;
  padding: 5px;
  height: 40px;
  line-height: 30px;
  font-size: 14px;
  border: solid 1px #E3E3E3;
  display: block;
  box-shadow: 3px 3px 0 #EFEFEF;
  height: 160px;
}
/* line 873, ../sass/style.scss */
.contact-form .wpcf7-submit {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #8c53ff;
  border: none;
  border-radius: 5px;
}

/* line 883, ../sass/style.scss */
.section-programmes {
  padding: 50px 0;
  border-bottom: solid 1px #EFEFEF;
}
/* line 887, ../sass/style.scss */
.section-programmes .section-description {
  text-align: justify;
  margin-bottom: 20px;
}
/* line 892, ../sass/style.scss */
.section-programmes ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
/* line 897, ../sass/style.scss */
.section-programmes ul li {
  position: relative;
  display: block;
  padding: 0px 0;
  padding-left: 26px;
}
/* line 903, ../sass/style.scss */
.section-programmes ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #8c53ff;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* line 918, ../sass/style.scss */
.formation-title {
  font-size: 32px;
  border-bottom: solid 1px #E3E3E3;
  padding-bottom: 10px;
  margin-bottom: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  /* line 918, ../sass/style.scss */
  .formation-title {
    font-size: 24px;
  }
}

/* line 930, ../sass/style.scss */
.page-slider-container {
  padding-top: 20px;
}
/* line 933, ../sass/style.scss */
.page-slider-container .main-slider {
  border-radius: 10px;
  overflow: hidden;
}

/* line 939, ../sass/style.scss */
.member-item {
  display: flex;
  border: solid 1px #EFEFEF;
  background-color: #fff;
  padding: 30px 15px;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
  text-align: center;
  border-radius: 6px;
}
/* line 950, ../sass/style.scss */
.member-item > img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
/* line 958, ../sass/style.scss */
.member-item > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 963, ../sass/style.scss */
.member-item > div > h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  display: block;
}
/* line 970, ../sass/style.scss */
.member-item > div > span {
  font-size: 14px;
  color: #999;
  display: block;
  font-weight: normal;
}
/* line 977, ../sass/style.scss */
.member-item > div > p {
  font-size: 14px;
  color: #999;
  display: block;
}

/* line 985, ../sass/style.scss */
.title-line {
  display: flex;
  align-items: center;
  font-size: 22px;
}
/* line 990, ../sass/style.scss */
.title-line span, .title-line b {
  padding: 0 15px 0 0;
  color: #8c53ff;
}
/* line 996, ../sass/style.scss */
.title-line:after {
  display: block;
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: #8c53ff;
}
/* line 1005, ../sass/style.scss */
.title-line.secondary span {
  color: #f9f6f3;
}
/* line 1009, ../sass/style.scss */
.title-line.secondary:after {
  background-color: #f9f6f3;
}

/* line 1015, ../sass/style.scss */
.secondary-title {
  padding: 20px 0;
  text-align: center;
}
/* line 1019, ../sass/style.scss */
.secondary-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  font-size: 30px;
  text-align: left;
}
/* line 1030, ../sass/style.scss */
.secondary-title h2:after {
  background: #999;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 0px;
  transform: none;
}

/* line 1046, ../sass/style.scss */
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
/* line 1052, ../sass/style.scss */
.gallery-list .gallery-item {
  width: 25%;
  padding: 10px;
}
/* line 1056, ../sass/style.scss */
.gallery-list .gallery-item .gallery-item-link {
  overflow: hidden;
  border: solid 1px #EFEFEF;
  display: block;
}
/* line 1061, ../sass/style.scss */
.gallery-list .gallery-item .gallery-item-link .gallery-item-image {
  width: 100%;
  display: block;
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 1072, ../sass/style.scss */
.gallery-list .gallery-item-2 {
  width: 50%;
  padding: 0px;
}
/* line 1076, ../sass/style.scss */
.gallery-list .gallery-item-2 .gallery-item-link {
  overflow: hidden;
  border: solid 1px #EFEFEF;
  display: block;
}
/* line 1081, ../sass/style.scss */
.gallery-list .gallery-item-2 .gallery-item-link .gallery-item-image {
  width: 100%;
  display: block;
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  /* line 1094, ../sass/style.scss */
  .gallery-list .gallery-item {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  /* line 1099, ../sass/style.scss */
  .gallery-list .gallery-item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  /* line 1104, ../sass/style.scss */
  .gallery-list .gallery-item {
    width: 100%;
  }
}

/* line 1110, ../sass/style.scss */
.book-line {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: center;
}
/* line 1115, ../sass/style.scss */
.book-line .btn-book {
  display: inline-block;
  padding: 15px 40px;
  background-color: #8c53ff;
  color: #fff;
  border-radius: 25px;
  transition: all 0.3s;
  font-weight: bold;
}
/* line 1124, ../sass/style.scss */
.book-line .btn-book:hover {
  text-decoration: none;
  background-color: #8c53ff;
}

/* line 1132, ../sass/style.scss */
.page-top-header {
  padding: 100px 0;
  background-color: #33343a;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/page-header.jpg);
}
/* line 1141, ../sass/style.scss */
.page-top-header h1 {
  color: #fff;
  margin: 0;
  padding: 0;
  z-index: 10;
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 600;
  stroke: #FFFFFF;
  text-align: center;
}
/* line 1152, ../sass/style.scss */
.page-top-header h1:after {
  display: none;
}

/* line 1158, ../sass/style.scss */
.page-top-header-contact {
  background-image: url(../images/page-header-contact.jpg);
}

/* line 1162, ../sass/style.scss */
.product-item {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 25px;
  border: solid 1px #EFEFEF;
}
/* line 1168, ../sass/style.scss */
.product-item .img-hover {
  position: relative;
  overflow: hidden;
  display: block;
}
/* line 1173, ../sass/style.scss */
.product-item .img-hover img {
  transition: all .5s;
}
/* line 1184, ../sass/style.scss */
.product-item h3 {
  padding: 15px 0;
  text-align: center;
  margin: 0;
  border-bottom: solid 1px #EFEFEF;
  font-size: 18px;
  color: #222;
  position: relative;
  font-weight: bold;
}
/* line 1194, ../sass/style.scss */
.product-item h3 a {
  color: inherit;
}
/* line 1199, ../sass/style.scss */
.product-item div.short-description {
  text-align: center;
  font-size: 16px;
  color: #555;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
/* line 1209, ../sass/style.scss */
.product-item .article-description {
  text-align: center;
  color: #555;
  overflow: hidden;
  text-align-last: center;
  padding: 10px 10px;
  border-bottom: solid 1px #EFEFEF;
}
/* line 1218, ../sass/style.scss */
.product-item .prices {
  padding: 5px 0;
  text-align: center;
  font-size: 24px;
  color: #000;
  border-top: solid 1px #EFEFEF;
}
/* line 1227, ../sass/style.scss */
.product-item .item-footer .duration-info {
  font-size: 15px;
  color: #555;
}
/* line 1232, ../sass/style.scss */
.product-item .item-footer a {
  color: #8c53ff;
  display: inline-block;
  padding: 10px 12px;
  line-height: 22px;
  font-size: 16px;
  transition: all 0.3s;
  text-decoration: underline;
  background-color: #fff;
}
/* line 1242, ../sass/style.scss */
.product-item .item-footer a:hover {
  text-decoration: none;
}

/* line 1249, ../sass/style.scss */
.sidebar {
  padding-top: 60px;
}
/* line 1251, ../sass/style.scss */
.sidebar .sidebar-item {
  padding: 10px;
  background-color: #fff;
  border: solid 1px #EFEFEF;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0px 2px 5px #EFEFEF;
}
/* line 1258, ../sass/style.scss */
.sidebar .sidebar-item .btn-primary, .sidebar .sidebar-item .btn-secondary {
  display: block;
  padding: 15px 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
/* line 1270, ../sass/style.scss */
.sidebar .sidebar-item h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-size: 22px;
  border-bottom: solid 1px #E3E3E3;
  margin-bottom: 16px;
  color: #8c53ff;
}
/* line 1284, ../sass/style.scss */
.sidebar .sidebar-item .testimonial {
  padding: 15px;
  background-color: #fff;
  border: solid 1px #EFEFEF;
  margin-bottom: 10px;
  border-radius: 6px;
}
/* line 1291, ../sass/style.scss */
.sidebar .sidebar-item .testimonial-content {
  font-size: 14px;
  color: #222;
  text-align: justify;
  margin-bottom: 10px;
}
/* line 1297, ../sass/style.scss */
.sidebar .sidebar-item .testimonial-author {
  font-size: 12px;
  color: #000;
  text-align: right;
  font-weight: bold;
}
/* line 1304, ../sass/style.scss */
.sidebar .sidebar-item ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 1310, ../sass/style.scss */
.sidebar .sidebar-item ul li {
  display: block;
  position: relative;
  padding-left: 15px;
  line-height: 22px;
}
/* line 1315, ../sass/style.scss */
.sidebar .sidebar-item ul li:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 7px;
  background-color: #8c53ff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/* line 1330, ../sass/style.scss */
.day-line {
  margin-bottom: 15px;
  border: solid 1px #E3E3E3;
  padding: 20px;
  box-shadow: 3px 3px #EFEFEF;
}
/* line 1339, ../sass/style.scss */
.day-line:first-child .day-header .img:after {
  display: none;
}
/* line 1346, ../sass/style.scss */
.day-line .day-header {
  padding-left: 70px;
  min-height: 70px;
  position: relative;
}
/* line 1351, ../sass/style.scss */
.day-line .day-header .img {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #8c53ff;
}
/* line 1361, ../sass/style.scss */
.day-line .day-header .img:after {
  position: absolute;
  width: 3px;
  height: 15px;
  left: 35px;
  top: -35px;
  content: '';
  background-color: #e3e3e3;
}
/* line 1372, ../sass/style.scss */
.day-line .day-header h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: lighter;
  position: absolute;
  left: 0;
  top: 13px;
  width: 60px;
  text-align: center;
  font-weight: bold;
}
/* line 1387, ../sass/style.scss */
.day-line .day-header h2 {
  margin: 0;
  padding: 0;
  border: none !important;
  font-size: 20px !important;
  line-height: 50px;
  color: #676767 !important;
}

/* line 1399, ../sass/style.scss */
.book-now-form h2 {
  margin: 0;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 30px;
  border-bottom: solid 1px #E3E3E3;
  color: #555;
}
/* line 1410, ../sass/style.scss */
.book-now-form > div > form {
  padding: 15px 15px 20px;
  border: solid 1px #E3E3E3;
  border-top: none;
}
/* line 1415, ../sass/style.scss */
.book-now-form > div > form > p {
  padding-top: 5px;
  margin-bottom: 0px;
}
/* line 1419, ../sass/style.scss */
.book-now-form > div > form > p label {
  font-size: 13px;
}
/* line 1423, ../sass/style.scss */
.book-now-form > div > form > p textarea {
  height: 150px;
}
/* line 1428, ../sass/style.scss */
.book-now-form > div > form .wpcf7-submit {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #8c53ff;
  border: none;
  border-radius: 5px;
}

/* line 1441, ../sass/style.scss */
.program-main-container h1 {
  margin: 0;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 30px;
  border-bottom: solid 1px #E3E3E3;
  color: #8c53ff;
}
/* line 1451, ../sass/style.scss */
.program-main-container .title-container {
  position: relative;
}
/* line 1454, ../sass/style.scss */
.program-main-container .title-container .btn-more {
  color: #8c53ff;
  border: solid 2px #8c53ff;
  display: inline-block;
  padding: 5px 30px;
  line-height: 22px;
  font-size: 14px;
  border-radius: 20px;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 18px;
}
/* line 1467, ../sass/style.scss */
.program-main-container .title-container .btn-more:hover {
  text-decoration: none;
  color: #fff;
  background-color: #8c53ff;
}
/* line 1475, ../sass/style.scss */
.program-main-container .tours-properties {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #E3E3E3;
  font-size: 13px;
  color: #777;
}
/* line 1482, ../sass/style.scss */
.program-main-container .tours-properties .property {
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  line-height: 18px;
  border-right: solid 1px #888;
}
/* line 1491, ../sass/style.scss */
.program-main-container .tours-content {
  padding: 15px 0;
  text-align: justify;
}
/* line 1496, ../sass/style.scss */
.program-main-container .content-section {
  padding: 10px 0 20px;
}
/* line 1499, ../sass/style.scss */
.program-main-container .content-section h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px #E3E3E3;
  color: #000;
}
/* line 1509, ../sass/style.scss */
.program-main-container .content-section .content-section-content {
  font-size: 16px;
}
/* line 1512, ../sass/style.scss */
.program-main-container .content-section .content-section-content ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 1519, ../sass/style.scss */
.program-main-container .content-section .content-section-content ul li {
  display: block;
  position: relative;
  padding-left: 15px;
  line-height: 22px;
}
/* line 1525, ../sass/style.scss */
.program-main-container .content-section .content-section-content ul li:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 7px;
  background-color: #8c53ff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/* line 1541, ../sass/style.scss */
.btn-more-container {
  text-align: center;
  padding: 10px 0;
}
/* line 1545, ../sass/style.scss */
.btn-more-container .btn-more {
  display: inline-block;
  padding: 15px 30px;
  background-color: #f9f6f3;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
}
/* line 1553, ../sass/style.scss */
.btn-more-container .btn-more:hover {
  text-decoration: none;
  background-color: #2a287e;
  padding: 15px 35px;
}
/* line 1560, ../sass/style.scss */
.btn-more-container .btn-book {
  display: inline-block;
  padding: 10px 30px;
  background-color: #8c53ff;
  color: #fff;
  border-radius: 25px;
  transition: all 0.3s;
}
/* line 1568, ../sass/style.scss */
.btn-more-container .btn-book:hover {
  text-decoration: none;
  background-color: #8c53ff;
  padding: 15px 35px;
}

/* line 1576, ../sass/style.scss */
.header-footer-group {
  background-color: #352a4b;
  color: #EFEFEF;
}
/* line 1580, ../sass/style.scss */
.header-footer-group a {
  color: #EFEFEF;
}
/* line 1584, ../sass/style.scss */
.header-footer-group .widget-title {
  font-size: 23px;
  font-weight: lighter;
  border-bottom: solid 1px #1e182a;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 1592, ../sass/style.scss */
.header-footer-group .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1597, ../sass/style.scss */
.header-footer-group .menu li {
  display: block;
  padding: 2px 0;
  font-size: 15px;
}
/* line 1605, ../sass/style.scss */
.header-footer-group .textwidget a {
  text-decoration: underline;
}
/* line 1610, ../sass/style.scss */
.header-footer-group .social-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1616, ../sass/style.scss */
.header-footer-group .social-menu li {
  display: inline-block;
}
/* line 1619, ../sass/style.scss */
.header-footer-group .social-menu li a {
  color: #8c53ff;
  background-color: #fff;
  display: inline-block;
  padding: 9px;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
/* line 1629, ../sass/style.scss */
.header-footer-group .social-menu li a .screen-reader-text {
  display: none;
}
/* line 1633, ../sass/style.scss */
.header-footer-group .social-menu li a svg {
  fill: #777;
}
/* line 1638, ../sass/style.scss */
.header-footer-group .social-menu li a:hover svg {
  fill: #8c53ff;
}
@media screen and (max-width: 767px) {
  /* line 1647, ../sass/style.scss */
  .header-footer-group .widget-title {
    margin-top: 30px;
  }
}

/* line 1654, ../sass/style.scss */
.header-footer-group.top-footer-group {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 13px;
}

/* line 1660, ../sass/style.scss */
.header-footer-group#site-footer {
  padding: 15px 0;
  text-align: center;
  background-color: #352a4b;
  border-top: solid 1px #1e182a;
  font-size: 15px;
  display: flex;
  justify-content: center;
}
/* line 1669, ../sass/style.scss */
.header-footer-group#site-footer .section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1674, ../sass/style.scss */
.header-footer-group#site-footer .section-inner > div {
  padding: 0 10px;
}

/* line 1681, ../sass/style.scss */
.services-todo {
  padding: 50px 0;
}
/* line 1684, ../sass/style.scss */
.services-todo > h2 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  font-size: 30px;
  text-align: center;
}
/* line 1694, ../sass/style.scss */
.services-todo > h2:after {
  background: #999;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #8c53ff;
  width: 100px;
}
/* line 1709, ../sass/style.scss */
.services-todo .row {
  display: flex;
  flex-wrap: wrap;
}
/* line 1712, ../sass/style.scss */
.services-todo .row .col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
/* line 1720, ../sass/style.scss */
.services-todo .service-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  height: 100%;
  padding: 20px;
  border: solid 1px #8c53ff;
}
/* line 1728, ../sass/style.scss */
.services-todo .service-item h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
  text-align: left;
}
/* line 1737, ../sass/style.scss */
.services-todo .service-item h3:after {
  background: #999;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #8c53ff;
  width: 100px;
  transform: none;
  left: 0;
}
/* line 1754, ../sass/style.scss */
.services-todo .service-item .service-content {
  text-align: justify;
  text-align-last: left;
  margin-bottom: 20px;
}

/* line 1763, ../sass/style.scss */
.section-booking {
  padding: 50px 0;
  background-color: #EFEFEF;
  background-image: linear-gradient(328deg, rgba(255, 255, 255, 0.5), rgba(201, 201, 201, 0.5));
}
/* line 1767, ../sass/style.scss */
.section-booking .form-booking {
  padding: 50px;
}
/* line 1769, ../sass/style.scss */
.section-booking .form-booking .form-group {
  margin-bottom: 20px;
}
/* line 1772, ../sass/style.scss */
.section-booking .form-booking label {
  font-size: 14px;
  display: block;
}
/* line 1776, ../sass/style.scss */
.section-booking .form-booking input {
  width: 100%;
  display: block;
  padding: 5px;
  line-height: 30px;
  font-size: 14px;
  border: solid 1px #8c53ff;
  display: block;
}
/* line 1785, ../sass/style.scss */
.section-booking .form-booking textarea {
  width: 100%;
  display: block;
  padding: 5px;
  line-height: 30px;
  font-size: 14px;
  border: solid 1px #8c53ff;
  display: block;
  height: 160px;
}
/* line 1796, ../sass/style.scss */
.section-booking .form-booking .btn-booking {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #8c53ff;
  border: none;
  border-radius: 5px;
}

/* line 1806, ../sass/style.scss */
.section-line-list {
  padding: 50px 0;
  border-top: solid 1px #E3E3E3;
}
/* line 1810, ../sass/style.scss */
.section-line-list.odd {
  background-color: #f3f3f3;
}
/* line 1814, ../sass/style.scss */
.section-line-list .row {
  display: flex;
  flex-wrap: wrap;
}
/* line 1818, ../sass/style.scss */
.section-line-list .row .col-sm-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 1826, ../sass/style.scss */
.google-map {
  height: 400px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #EFEFEF;
}
/* line 1835, ../sass/style.scss */
.google-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 1842, ../sass/style.scss */
.address-section {
  background-color: #fff;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
/* line 1850, ../sass/style.scss */
.address-section h3 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
/* line 1861, ../sass/style.scss */
.address-section .address-container {
  display: flex;
}
/* line 1864, ../sass/style.scss */
.address-section .address-container .address-col {
  width: 50%;
  padding: 0 15px;
}
/* line 1868, ../sass/style.scss */
.address-section .address-container .address-col .address-line {
  padding: 10px 0;
  display: flex;
  font-size: 14px;
  border-bottom: solid 1px #E3E3E3;
}
/* line 1874, ../sass/style.scss */
.address-section .address-container .address-col .address-line .icons-sprite, .address-section .address-container .address-col .address-line .icons-marker, .address-section .address-container .address-col .address-line .icons-message, .address-section .address-container .address-col .address-line .icons-phone {
  margin-right: 10px;
  flex: none;
}
@media (max-width: 767px) {
  /* line 1861, ../sass/style.scss */
  .address-section .address-container {
    flex-direction: column;
  }
  /* line 1883, ../sass/style.scss */
  .address-section .address-container .address-col {
    width: 100%;
  }
}

/* line 1890, ../sass/style.scss */
.section-why {
  padding: 30px 0;
  background-color: #EFEFEF;
  background-image: url(../images/why.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
/* line 1900, ../sass/style.scss */
.section-why:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.62);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
/* line 1911, ../sass/style.scss */
.section-why .main-title {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 1916, ../sass/style.scss */
.section-why .main-title:after {
  background-color: #fff;
}
/* line 1923, ../sass/style.scss */
.section-why .section-about .content-about h2 {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 1928, ../sass/style.scss */
.section-why .section-about .content-about h2:after {
  background-color: #fff;
}
/* line 1936, ../sass/style.scss */
.section-why .section-about-scrollable h2 {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 1941, ../sass/style.scss */
.section-why .section-about-scrollable h2:after {
  background-color: #fff;
}
/* line 1948, ../sass/style.scss */
.section-why .contact-form h2 {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 1953, ../sass/style.scss */
.section-why .contact-form h2:after {
  background-color: #fff;
}

/* line 1960, ../sass/style.scss */
.why-item {
  text-align: center;
  font-size: 14px;
  padding: 40px 30px;
  margin-top: 30px;
  border: solid 1px #E3E3E3;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
/* line 1978, ../sass/style.scss */
.why-item:hover {
  box-shadow: 0px 1px 22px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  z-index: 5;
}
/* line 1984, ../sass/style.scss */
.why-item > span {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 40px;
  font-size: 22px;
  background-color: #8c53ff;
  border: solid 1px #8c53ff;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
/* line 2002, ../sass/style.scss */
.why-item h3 {
  font-size: 22px;
  color: #8c53ff;
}

/* line 2008, ../sass/style.scss */
.booking-info {
  padding: 50px;
  background-color: #EFEFEF;
}
/* line 2013, ../sass/style.scss */
.booking-info .booking-table .table {
  border: 1px solid #ddd;
  background-color: #fff;
}
/* line 2020, ../sass/style.scss */
.booking-info .promotion h2 {
  margin: 0;
  padding: 10px 15px;
  background-color: #ff6200;
  color: #fff;
  font-size: 20px;
  display: inline-block;
}
/* line 2029, ../sass/style.scss */
.booking-info .promotion p {
  margin: 0;
  padding: 10px 15px;
  background-color: #fcc879;
  font-size: 16px;
}
/* line 2035, ../sass/style.scss */
.booking-info .promotion p b {
  color: #ff6200;
  background-color: #fff;
  padding: 0 5px;
  font-size: 18px;
}

/* line 2046, ../sass/style.scss */
.contact-info {
  position: relative;
  text-align: center;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 2054, ../sass/style.scss */
.contact-info:after {
  position: absolute;
  z-index: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  content: '';
  background-image: url(../images/address-image.jpg);
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
/* line 2071, ../sass/style.scss */
.contact-info:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: '';
  display: block;
  left: 0;
  top: 0;
  background: #8c53ff;
  background: linear-gradient(to right, #a77b55 2%, #8c53ff 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='#f01f22', GradientType=1);
  opacity: 0.8;
}
/* line 2087, ../sass/style.scss */
.contact-info .contact-info-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
}
/* line 2093, ../sass/style.scss */
.contact-info .contact-info-inner h2 {
  font-size: 36px;
}
/* line 2097, ../sass/style.scss */
.contact-info .contact-info-inner .social-menu {
  margin: 0;
  padding: 0;
}
/* line 2101, ../sass/style.scss */
.contact-info .contact-info-inner .social-menu li {
  display: inline-block;
  padding: 10px;
}
/* line 2105, ../sass/style.scss */
.contact-info .contact-info-inner .social-menu li a {
  color: #fff;
}
/* line 2108, ../sass/style.scss */
.contact-info .contact-info-inner .social-menu li a svg {
  fill: #fff;
}
/* line 2112, ../sass/style.scss */
.contact-info .contact-info-inner .social-menu li a .screen-reader-text {
  display: none;
}

/* line 2122, ../sass/style.scss */
.page-template-front-video .header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
/* line 2129, ../sass/style.scss */
.page-template-front-video .header .main-menu-section {
  background-color: rgba(140, 83, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 2133, ../sass/style.scss */
.page-template-front-video .header .main-menu-section li {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 2139, ../sass/style.scss */
.page-template-front-video .front-videos-slide {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
}
/* line 2144, ../sass/style.scss */
.page-template-front-video .front-videos-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/* line 2155, ../sass/style.scss */
.page-template-front-video .front-videos-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}

/* line 2169, ../sass/style.scss */
.slider-title {
  padding: 30px 0 15px;
  color: #8c53ff;
  font-size: 24px;
  text-align: center;
  background-color: #8c53ff;
  margin: 0;
}

/* line 2178, ../sass/style.scss */
.section-video {
  padding: 0px 0;
  position: relative;
  margin-bottom: 15px;
  background-color: #8c53ff;
}
/* line 2184, ../sass/style.scss */
.section-video .video-container {
  overflow: hidden;
}
/* line 2188, ../sass/style.scss */
.section-video video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  /* line 2198, ../sass/style.scss */
  .top-bar {
    font-size: 13px;
    margin: 5px 0;
  }
  /* line 2202, ../sass/style.scss */
  .top-bar .top-header {
    flex-direction: column;
  }
  /* line 2205, ../sass/style.scss */
  .top-bar .top-header .right-header {
    margin-left: 0 !important;
    flex-direction: column;
  }
  /* line 2211, ../sass/style.scss */
  .top-bar .phones, .top-bar .social-menu {
    border-top: solid 1px #E3E3E3;
    padding: 10px 0 !important;
    width: 100%;
    text-align: center;
  }
  /* line 2218, ../sass/style.scss */
  .top-bar .container {
    padding: 0;
  }

  /* line 2222, ../sass/style.scss */
  .header-section {
    padding: 0;
    width: 100%;
  }

  /* line 2227, ../sass/style.scss */
  .primary-menu-wrapper {
    padding: 0;
  }
  /* line 2230, ../sass/style.scss */
  .primary-menu-wrapper .navbar-collapse {
    padding-top: 10px;
  }
  /* line 2234, ../sass/style.scss */
  .primary-menu-wrapper .navbar-collapse ul.primary-menu > li {
    display: block;
    text-align: center;
    border-top: solid 1px white;
  }
  /* line 2239, ../sass/style.scss */
  .primary-menu-wrapper .navbar-collapse ul.primary-menu > li > a {
    display: block;
    padding: 10px 15px;
  }

  /* line 2247, ../sass/style.scss */
  .main-slider {
    height: 300px;
  }
  /* line 2250, ../sass/style.scss */
  .main-slider #main-home-slider {
    max-height: 300px;
  }
  /* line 2253, ../sass/style.scss */
  .main-slider #main-home-slider h2 {
    font-size: 36px;
  }
  /* line 2257, ../sass/style.scss */
  .main-slider #main-home-slider .slick-slide {
    height: 300px;
  }
  /* line 2260, ../sass/style.scss */
  .main-slider #main-home-slider .slick-slide img {
    height: 100%;
  }

  /* line 2267, ../sass/style.scss */
  .section-about {
    flex-direction: column;
  }
  /* line 2271, ../sass/style.scss */
  .section-about .img-about {
    min-height: 460px;
    width: 100% !important;
  }
  /* line 2276, ../sass/style.scss */
  .section-about .content-about {
    min-height: 460px;
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 2284, ../sass/style.scss */
  .header-footer-group {
    text-align: center;
  }
}
