/* line 88, icons/*.png */
.icons-sprite, .icons-aud, .icons-bus, .icons-marker, .icons-message, .icons-metro, .icons-phone {
  background-image: url('../images/icons-s130d77ce54.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-aud {
  background-position: 0 0;
  height: 25px;
  width: 40px;
}

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-bus {
  background-position: 0 -25px;
  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-marker {
  background-position: 0 -52px;
  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 -79px;
  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-metro {
  background-position: 0 -106px;
  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 -133px;
  height: 27px;
  width: 27px;
}

/* line 20, ../sass/style.scss */
.icons-sprite, .icons-aud, .icons-bus, .icons-marker, .icons-message, .icons-metro, .icons-phone {
  display: inline-block;
}

/* line 24, ../sass/style.scss */
body {
  font-family: "Roboto", sans-serif;
  color: #345577;
}

/* line 29, ../sass/style.scss */
.top-bar {
  padding: 7px;
  font-size: 14px;
  color: #555;
  background-color: #FFFFFF;
  line-height: 24px;
  font-family: "Libre Franklin", sans-serif;
}
/* line 37, ../sass/style.scss */
.top-bar .top-header {
  display: flex;
  align-items: center;
}
/* line 41, ../sass/style.scss */
.top-bar .top-header .right-header {
  display: flex;
  align-items: center;
}
/* line 45, ../sass/style.scss */
.top-bar .top-header .right-header ul {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 54, ../sass/style.scss */
.top-bar a {
  color: #555;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 61, ../sass/style.scss */
.top-bar a i {
  padding: 5px;
  background-color: #fff;
  margin-right: 1px;
  display: inline-block;
  color: #345577;
  border-radius: 4px;
}
/* line 71, ../sass/style.scss */
.top-bar span {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 78, ../sass/style.scss */
.top-bar span i {
  padding: 5px;
  background-color: #fff;
  margin-right: 1px;
  display: inline-block;
  color: #345577;
  border-radius: 4px;
}
/* line 88, ../sass/style.scss */
.top-bar .phones {
  text-align: right;
  display: flex;
}
/* line 92, ../sass/style.scss */
.top-bar .phones li {
  margin-left: 10px;
}
/* line 97, ../sass/style.scss */
.top-bar .book-now-btn {
  background-color: #345577;
  color: #fff;
  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 109, ../sass/style.scss */
.top-bar .book-now-btn:hover {
  background-color: #3c6289;
}
/* line 114, ../sass/style.scss */
.top-bar .social-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
/* line 121, ../sass/style.scss */
.top-bar .social-menu li {
  display: inline-block;
}
/* line 124, ../sass/style.scss */
.top-bar .social-menu li a {
  color: #555;
  display: inline-block;
  padding: 0px;
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 20px;
}
/* line 134, ../sass/style.scss */
.top-bar .social-menu li a .screen-reader-text {
  display: none;
}
/* line 138, ../sass/style.scss */
.top-bar .social-menu li a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

/* line 148, ../sass/style.scss */
.main-menu-section {
  background: #345577;
  font-family: "Libre Franklin", sans-serif;
  padding: 0 !important;
}

/* line 155, ../sass/style.scss */
.primary-menu-wrapper .navbar-toggler {
  margin: 0 auto;
  border: none;
}
/* line 159, ../sass/style.scss */
.primary-menu-wrapper .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* line 164, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu {
  margin: 0;
  padding: 0;
  display: flex;
}
/* line 169, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li {
  display: inline-block;
  padding: 0px;
  border-right: solid 1px #3c6289;
  position: relative;
}
/* line 175, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li > a {
  font-size: 14px;
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
/* line 183, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li > a:hover {
  text-decoration: none;
}
/* line 188, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #345577;
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: solid 1px #f3a63c;
  min-width: 100%;
  z-index: 10100;
}
/* line 201, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li .sub-menu > li {
  display: block;
}
/* line 204, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li .sub-menu > li > a {
  font-size: 14px;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
}
/* line 213, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li .sub-menu > li > a:hover {
  text-decoration: none;
}
/* line 218, ../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 {
  background-color: #f19b24;
}
@media screen and (max-width: 767px) {
  /* line 225, ../sass/style.scss */
  .primary-menu-wrapper ul.primary-menu > li .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }
  /* line 231, ../sass/style.scss */
  .primary-menu-wrapper ul.primary-menu > li .sub-menu li {
    border-top: solid 1px #f3a63c;
  }
  /* line 234, ../sass/style.scss */
  .primary-menu-wrapper ul.primary-menu > li .sub-menu li > a {
    padding: 5px 20px;
  }
}
/* line 242, ../sass/style.scss */
.primary-menu-wrapper ul.primary-menu > li:hover .sub-menu {
  display: block;
}
/* line 249, ../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 {
  background-color: #f19b24;
}
@media screen and (max-width: 767px) {
  /* line 164, ../sass/style.scss */
  .primary-menu-wrapper ul.primary-menu {
    flex-direction: column;
  }
}

/* line 259, ../sass/style.scss */
.main-slider {
  position: relative;
  height: 400px;
  background: #446e9a;
}
/* line 264, ../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 278, ../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 287, ../sass/style.scss */
.main-slider .slider-arrow.arrow-next {
  right: 0;
  left: auto;
}
/* line 293, ../sass/style.scss */
.main-slider #main-home-slider {
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
/* line 298, ../sass/style.scss */
.main-slider #main-home-slider .slick-list {
  max-height: 400px;
}
/* line 302, ../sass/style.scss */
.main-slider #main-home-slider .slick-slide {
  position: relative;
  height: 400px;
}
/* line 307, ../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: "Libre Franklin", sans-serif;
  font-size: 55px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
/* line 323, ../sass/style.scss */
.main-slider #main-home-slider h2 span {
  color: #f19b24;
}
/* line 329, ../sass/style.scss */
.main-slider #main-home-slider .slick-dots {
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}
/* line 335, ../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 342, ../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 351, ../sass/style.scss */
.main-slider #main-home-slider .slick-dots li button:hover {
  background-color: #3c6289;
}
/* line 358, ../sass/style.scss */
.main-slider #main-home-slider .slick-dots li.slick-active button {
  background-color: #f19b24;
}
/* line 366, ../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 380, ../sass/style.scss */
.main-slider #main-home-slider .slick-prev:hover {
  background: rgba(255, 255, 255, 0.31);
}
/* line 385, ../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 399, ../sass/style.scss */
.main-slider #main-home-slider .slick-next:hover {
  background: rgba(255, 255, 255, 0.31);
}

/* line 407, ../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: "Libre Franklin", sans-serif;
}
/* line 418, ../sass/style.scss */
.main-title:after {
  background: #345577;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 430, ../sass/style.scss */
.content-line {
  display: flex;
  align-items: center;
}
/* line 433, ../sass/style.scss */
.content-line .media {
  width: 50%;
  flex: none;
}
/* line 436, ../sass/style.scss */
.content-line .media img {
  width: 100%;
  height: auto;
}
/* line 441, ../sass/style.scss */
.content-line .content {
  width: 50%;
  padding: 20px;
  padding-right: 0;
  text-align: justify;
  text-align-last: left;
}
/* line 448, ../sass/style.scss */
.content-line.even {
  flex-direction: row-reverse;
}
/* line 450, ../sass/style.scss */
.content-line.even .content {
  padding-left: 0;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  /* line 430, ../sass/style.scss */
  .content-line {
    flex-direction: column;
  }
  /* line 457, ../sass/style.scss */
  .content-line.even {
    flex-direction: column;
  }
  /* line 460, ../sass/style.scss */
  .content-line .media {
    width: 100%;
  }
  /* line 463, ../sass/style.scss */
  .content-line .content {
    width: 100%;
    padding: 20px 0;
  }
}

/* line 469, ../sass/style.scss */
.section-about {
  margin-top: 30px;
  border-radius: 12px;
  overflow: hidden;
}
/* line 474, ../sass/style.scss */
.section-about .content-about {
  padding: 80px;
  background-color: #c7b59b;
  text-align: justify;
}
/* line 475, ../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 486, ../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: #345577;
  width: 100px;
  transform: none;
  left: 0;
}
@media screen and (max-width: 767px) {
  /* line 474, ../sass/style.scss */
  .section-about .content-about {
    padding: 30px;
  }
}
/* line 511, ../sass/style.scss */
.section-about .content-about .section-why h2 {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 516, ../sass/style.scss */
.section-about .content-about .section-why h2:after {
  background-color: #fff;
}

/* line 526, ../sass/style.scss */
.testimonials-slick .slide-testimonial .content {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 0;
}
/* line 532, ../sass/style.scss */
.testimonials-slick .slide-testimonial .user {
  padding-top: 10px;
}
/* line 535, ../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 548, ../sass/style.scss */
.testimonials-slick .slide-testimonial .user h3 {
  font-size: 14px;
}
/* line 554, ../sass/style.scss */
.testimonials-slick .slick-dots {
  bottom: 0;
  /* position: absolute; */
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* line 562, ../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 571, ../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 580, ../sass/style.scss */
.testimonials-slick .slick-dots li button:hover {
  background-color: #3c6289;
}
/* line 587, ../sass/style.scss */
.testimonials-slick .slick-dots li.slick-active button {
  background-color: #f19b24;
}

/* line 594, ../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 595, ../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: "Libre Franklin", sans-serif;
}
/* line 608, ../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 630, ../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 641, ../sass/style.scss */
.section-about-scrollable .row {
  z-index: 1;
  position: relative;
}
/* line 646, ../sass/style.scss */
.section-about-scrollable .content {
  color: #fff;
  font-size: 15px;
  text-align-last: center;
}
/* line 652, ../sass/style.scss */
.section-about-scrollable .btn-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f19b24;
  color: #fff;
  border-radius: 5px;
}
/* line 661, ../sass/style.scss */
.section-about-scrollable .section-why h2 {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 666, ../sass/style.scss */
.section-about-scrollable .section-why h2:after {
  background-color: #fff;
}

/* line 673, ../sass/style.scss */
.contact-form {
  padding: 50px 40px;
}
/* line 674, ../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 685, ../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 701, ../sass/style.scss */
.contact-form .section-why h2 {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 706, ../sass/style.scss */
.contact-form .section-why h2:after {
  background-color: #fff;
}
/* line 714, ../sass/style.scss */
.contact-form label {
  font-size: 13px;
  display: block;
}
/* line 719, ../sass/style.scss */
.contact-form span {
  display: block;
}
/* line 723, ../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 734, ../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 747, ../sass/style.scss */
.contact-form .wpcf7-submit {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #345577;
  border: none;
  border-radius: 5px;
}

/* line 757, ../sass/style.scss */
.section-programmes {
  padding: 50px 0;
  border-bottom: solid 1px #EFEFEF;
}
/* line 761, ../sass/style.scss */
.section-programmes .section-description {
  text-align: justify;
  margin-bottom: 20px;
}
/* line 766, ../sass/style.scss */
.section-programmes ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
/* line 770, ../sass/style.scss */
.section-programmes ul li {
  position: relative;
  display: block;
  padding: 0px 0;
  padding-left: 26px;
}
/* line 775, ../sass/style.scss */
.section-programmes ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #345577;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* line 789, ../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 789, ../sass/style.scss */
  .formation-title {
    font-size: 24px;
  }
}

/* line 801, ../sass/style.scss */
.page-slider-container {
  padding-top: 20px;
}
/* line 804, ../sass/style.scss */
.page-slider-container .main-slider {
  border-radius: 10px;
  overflow: hidden;
}

/* line 810, ../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 820, ../sass/style.scss */
.member-item > img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
/* line 828, ../sass/style.scss */
.member-item > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 833, ../sass/style.scss */
.member-item > div > h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  display: block;
}
/* line 840, ../sass/style.scss */
.member-item > div > span {
  font-size: 14px;
  color: #999;
  display: block;
  font-weight: normal;
}
/* line 846, ../sass/style.scss */
.member-item > div > p {
  font-size: 14px;
  color: #999;
  display: block;
}

/* line 853, ../sass/style.scss */
.title-line {
  display: flex;
  align-items: center;
  font-size: 22px;
}
/* line 857, ../sass/style.scss */
.title-line span, .title-line b {
  padding: 0 15px 0 0;
  color: #345577;
}
/* line 862, ../sass/style.scss */
.title-line:after {
  display: block;
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: #345577;
}
/* line 870, ../sass/style.scss */
.title-line.secondary span {
  color: #f19b24;
}
/* line 873, ../sass/style.scss */
.title-line.secondary:after {
  background-color: #f19b24;
}

/* line 878, ../sass/style.scss */
.secondary-title {
  padding: 20px 0;
  text-align: center;
}
/* line 882, ../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 893, ../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 909, ../sass/style.scss */
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
/* line 915, ../sass/style.scss */
.gallery-list .gallery-item {
  width: 25%;
  padding: 10px;
}
/* line 919, ../sass/style.scss */
.gallery-list .gallery-item .gallery-item-link {
  overflow: hidden;
  border: solid 1px #EFEFEF;
  display: block;
}
/* line 924, ../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;
}
@media (max-width: 991px) {
  /* line 937, ../sass/style.scss */
  .gallery-list .gallery-item {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  /* line 942, ../sass/style.scss */
  .gallery-list .gallery-item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  /* line 947, ../sass/style.scss */
  .gallery-list .gallery-item {
    width: 100%;
  }
}

/* line 953, ../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 962, ../sass/style.scss */
.page-top-header h1 {
  color: #fff;
  text-shadow: 0px 2px 0px #345577, 0px -2px 0px #345577, 2px 0px 0px #345577, -2px 0px 0px #345577;
  margin: 0;
  padding: 0;
  z-index: 10;
  font-family: "Libre Franklin", sans-serif;
  font-size: 55px;
  font-weight: 600;
  stroke: #FFFFFF;
  text-align: center;
}
/* line 973, ../sass/style.scss */
.page-top-header h1:after {
  display: none;
}

/* line 979, ../sass/style.scss */
.page-top-header-contact {
  background-image: url(../images/page-header-contact.jpg);
}

/* line 983, ../sass/style.scss */
.product-item {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 25px;
  border: solid 1px #EFEFEF;
}
/* line 989, ../sass/style.scss */
.product-item .img-hover {
  position: relative;
  overflow: hidden;
  display: block;
}
/* line 994, ../sass/style.scss */
.product-item .img-hover img {
  transition: all .5s;
}
/* line 1005, ../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 1015, ../sass/style.scss */
.product-item h3 a {
  color: inherit;
}
/* line 1020, ../sass/style.scss */
.product-item div.short-description {
  text-align: center;
  font-size: 16px;
  color: #555;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
/* line 1030, ../sass/style.scss */
.product-item .article-description {
  text-align: center;
  font-size: 12px;
  color: #555;
  overflow: hidden;
  text-align-last: center;
  padding: 10px 10px;
  border-bottom: solid 1px #EFEFEF;
  height: 86px;
}
/* line 1041, ../sass/style.scss */
.product-item .prices {
  padding: 5px 0;
  text-align: center;
  font-size: 24px;
  color: #000;
  border-top: solid 1px #EFEFEF;
}
/* line 1050, ../sass/style.scss */
.product-item .item-footer .duration-info {
  font-size: 15px;
  color: #555;
}
/* line 1055, ../sass/style.scss */
.product-item .item-footer a {
  color: #345577;
  display: inline-block;
  padding: 10px 12px;
  line-height: 22px;
  font-size: 14px;
  transition: all 0.3s;
  text-decoration: underline;
  background-color: #fff;
}
/* line 1065, ../sass/style.scss */
.product-item .item-footer a:hover {
  text-decoration: none;
}

/* line 1073, ../sass/style.scss */
.day-line {
  margin-bottom: 15px;
  border: solid 1px #E3E3E3;
  padding: 20px;
  box-shadow: 3px 3px #EFEFEF;
}
/* line 1082, ../sass/style.scss */
.day-line:first-child .day-header .img:after {
  display: none;
}
/* line 1089, ../sass/style.scss */
.day-line .day-header {
  padding-left: 70px;
  min-height: 70px;
  position: relative;
}
/* line 1094, ../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: #345577;
}
/* line 1104, ../sass/style.scss */
.day-line .day-header .img:after {
  position: absolute;
  width: 3px;
  height: 15px;
  left: 35px;
  top: -35px;
  content: '';
  background-color: #e3e3e3;
}
/* line 1115, ../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 1130, ../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 1142, ../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 1153, ../sass/style.scss */
.book-now-form > div > form {
  padding: 15px 15px 20px;
  border: solid 1px #E3E3E3;
  border-top: none;
}
/* line 1158, ../sass/style.scss */
.book-now-form > div > form > p {
  padding-top: 5px;
  margin-bottom: 0px;
}
/* line 1162, ../sass/style.scss */
.book-now-form > div > form > p label {
  font-size: 13px;
}
/* line 1166, ../sass/style.scss */
.book-now-form > div > form > p textarea {
  height: 150px;
}
/* line 1171, ../sass/style.scss */
.book-now-form > div > form .wpcf7-submit {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #345577;
  border: none;
  border-radius: 5px;
}

/* line 1184, ../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: #345577;
}
/* line 1194, ../sass/style.scss */
.program-main-container .title-container {
  position: relative;
}
/* line 1197, ../sass/style.scss */
.program-main-container .title-container .btn-more {
  color: #345577;
  border: solid 2px #345577;
  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 1210, ../sass/style.scss */
.program-main-container .title-container .btn-more:hover {
  text-decoration: none;
  color: #fff;
  background-color: #345577;
}
/* line 1218, ../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 1225, ../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 1234, ../sass/style.scss */
.program-main-container .tours-content {
  padding: 15px 0;
  text-align: justify;
}
/* line 1239, ../sass/style.scss */
.program-main-container .content-section {
  padding: 10px 0 20px;
}
/* line 1242, ../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 1252, ../sass/style.scss */
.program-main-container .content-section .content-section-content {
  font-size: 16px;
}
/* line 1255, ../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 1262, ../sass/style.scss */
.program-main-container .content-section .content-section-content ul li {
  display: block;
  position: relative;
  padding-left: 15px;
  line-height: 22px;
}
/* line 1268, ../sass/style.scss */
.program-main-container .content-section .content-section-content ul li:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 7px;
  background-color: #345577;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/* line 1284, ../sass/style.scss */
.btn-more-container {
  text-align: center;
  padding: 10px 0;
}
/* line 1288, ../sass/style.scss */
.btn-more-container .btn-more {
  display: inline-block;
  padding: 15px 30px;
  background-color: #f19b24;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
}
/* line 1296, ../sass/style.scss */
.btn-more-container .btn-more:hover {
  text-decoration: none;
  background-color: #2a287e;
  padding: 15px 35px;
}
/* line 1303, ../sass/style.scss */
.btn-more-container .btn-book {
  display: inline-block;
  padding: 10px 30px;
  background-color: #345577;
  color: #fff;
  border-radius: 25px;
  transition: all 0.3s;
}
/* line 1311, ../sass/style.scss */
.btn-more-container .btn-book:hover {
  text-decoration: none;
  background-color: #345577;
  padding: 15px 35px;
}

/* line 1319, ../sass/style.scss */
.header-footer-group {
  background-color: #152230;
  color: #EFEFEF;
}
/* line 1323, ../sass/style.scss */
.header-footer-group a {
  color: #EFEFEF;
}
/* line 1327, ../sass/style.scss */
.header-footer-group .widget-title {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: lighter;
  border-bottom: solid 1px #05090d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 1336, ../sass/style.scss */
.header-footer-group .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1341, ../sass/style.scss */
.header-footer-group .menu li {
  display: block;
  padding: 2px 0;
  font-size: 15px;
}
/* line 1349, ../sass/style.scss */
.header-footer-group .textwidget a {
  text-decoration: underline;
}
/* line 1354, ../sass/style.scss */
.header-footer-group .social-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1360, ../sass/style.scss */
.header-footer-group .social-menu li {
  display: inline-block;
}
/* line 1363, ../sass/style.scss */
.header-footer-group .social-menu li a {
  color: #345577;
  background-color: #fff;
  display: inline-block;
  padding: 9px;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
/* line 1373, ../sass/style.scss */
.header-footer-group .social-menu li a .screen-reader-text {
  display: none;
}
/* line 1377, ../sass/style.scss */
.header-footer-group .social-menu li a svg {
  fill: #777;
}
/* line 1382, ../sass/style.scss */
.header-footer-group .social-menu li a:hover svg {
  fill: #345577;
}
@media screen and (max-width: 767px) {
  /* line 1391, ../sass/style.scss */
  .header-footer-group .widget-title {
    margin-top: 30px;
  }
}

/* line 1398, ../sass/style.scss */
.header-footer-group.top-footer-group {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 13px;
  background-image: url(../images/bg-footer.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 400px;
}

/* line 1409, ../sass/style.scss */
.header-footer-group#site-footer {
  padding: 15px 0;
  text-align: center;
  background-color: #243c54;
  padding-bottom: 30px;
  font-size: 15px;
}

/* line 1416, ../sass/style.scss */
.google-map {
  height: 400px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #EFEFEF;
}
/* line 1424, ../sass/style.scss */
.google-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 1430, ../sass/style.scss */
.address-section {
  background-color: #fff;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
/* line 1438, ../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 1449, ../sass/style.scss */
.address-section .address-container {
  display: flex;
}
/* line 1452, ../sass/style.scss */
.address-section .address-container .address-col {
  width: 50%;
  padding: 0 15px;
}
/* line 1456, ../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 1462, ../sass/style.scss */
.address-section .address-container .address-col .address-line .icons-sprite, .address-section .address-container .address-col .address-line .icons-aud, .address-section .address-container .address-col .address-line .icons-bus, .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-metro, .address-section .address-container .address-col .address-line .icons-phone {
  margin-right: 10px;
  flex: none;
}
@media (max-width: 767px) {
  /* line 1449, ../sass/style.scss */
  .address-section .address-container {
    flex-direction: column;
  }
  /* line 1471, ../sass/style.scss */
  .address-section .address-container .address-col {
    width: 100%;
  }
}

/* line 1478, ../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 1488, ../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 1499, ../sass/style.scss */
.section-why .main-title {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 1504, ../sass/style.scss */
.section-why .main-title:after {
  background-color: #fff;
}
/* line 1511, ../sass/style.scss */
.section-why .section-about .content-about h2 {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 1516, ../sass/style.scss */
.section-why .section-about .content-about h2:after {
  background-color: #fff;
}
/* line 1524, ../sass/style.scss */
.section-why .section-about-scrollable h2 {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 1529, ../sass/style.scss */
.section-why .section-about-scrollable h2:after {
  background-color: #fff;
}
/* line 1536, ../sass/style.scss */
.section-why .contact-form h2 {
  z-index: 2;
  position: relative;
  color: #fff;
}
/* line 1541, ../sass/style.scss */
.section-why .contact-form h2:after {
  background-color: #fff;
}

/* line 1548, ../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 1566, ../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 1572, ../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: #345577;
  border: solid 1px #345577;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
/* line 1590, ../sass/style.scss */
.why-item h3 {
  font-size: 22px;
  color: #345577;
}

/* line 1596, ../sass/style.scss */
.booking-info {
  padding: 50px;
  background-color: #EFEFEF;
}
/* line 1601, ../sass/style.scss */
.booking-info .booking-table .table {
  border: 1px solid #ddd;
  background-color: #fff;
}
/* line 1608, ../sass/style.scss */
.booking-info .promotion h2 {
  margin: 0;
  padding: 10px 15px;
  background-color: #ff6200;
  color: #fff;
  font-size: 20px;
  display: inline-block;
}
/* line 1617, ../sass/style.scss */
.booking-info .promotion p {
  margin: 0;
  padding: 10px 15px;
  background-color: #fcc879;
  font-size: 16px;
}
/* line 1623, ../sass/style.scss */
.booking-info .promotion p b {
  color: #ff6200;
  background-color: #fff;
  padding: 0 5px;
  font-size: 18px;
}

/* line 1634, ../sass/style.scss */
.contact-info {
  position: relative;
  text-align: center;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1642, ../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 1659, ../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: #345577;
  background: linear-gradient(to right, #312e91 2%, #345577 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='#f01f22', GradientType=1);
  opacity: 0.8;
}
/* line 1675, ../sass/style.scss */
.contact-info .contact-info-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
}
/* line 1681, ../sass/style.scss */
.contact-info .contact-info-inner h2 {
  font-size: 36px;
}
/* line 1685, ../sass/style.scss */
.contact-info .contact-info-inner .social-menu {
  margin: 0;
  padding: 0;
}
/* line 1689, ../sass/style.scss */
.contact-info .contact-info-inner .social-menu li {
  display: inline-block;
  padding: 10px;
}
/* line 1693, ../sass/style.scss */
.contact-info .contact-info-inner .social-menu li a {
  color: #fff;
}
/* line 1696, ../sass/style.scss */
.contact-info .contact-info-inner .social-menu li a svg {
  fill: #fff;
}
/* line 1700, ../sass/style.scss */
.contact-info .contact-info-inner .social-menu li a .screen-reader-text {
  display: none;
}

@media screen and (max-width: 991px) {
  /* line 1710, ../sass/style.scss */
  .top-bar {
    font-size: 13px;
    margin: 5px 0;
  }
  /* line 1714, ../sass/style.scss */
  .top-bar .top-header {
    flex-direction: column;
  }
  /* line 1717, ../sass/style.scss */
  .top-bar .top-header .right-header {
    margin-left: 0 !important;
    flex-direction: column;
  }
  /* line 1723, ../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 1730, ../sass/style.scss */
  .top-bar .container {
    padding: 0;
  }

  /* line 1734, ../sass/style.scss */
  .header-section {
    padding: 0;
    width: 100%;
  }

  /* line 1739, ../sass/style.scss */
  .primary-menu-wrapper {
    padding: 0;
  }
  /* line 1742, ../sass/style.scss */
  .primary-menu-wrapper .navbar-collapse {
    padding-top: 10px;
  }
  /* line 1746, ../sass/style.scss */
  .primary-menu-wrapper .navbar-collapse ul.primary-menu > li {
    display: block;
    text-align: center;
    border-top: solid 1px #f4b154;
  }
  /* line 1751, ../sass/style.scss */
  .primary-menu-wrapper .navbar-collapse ul.primary-menu > li > a {
    display: block;
    padding: 5px 15px;
  }

  /* line 1759, ../sass/style.scss */
  .main-slider {
    height: 300px;
  }
  /* line 1762, ../sass/style.scss */
  .main-slider #main-home-slider {
    max-height: 300px;
  }
  /* line 1765, ../sass/style.scss */
  .main-slider #main-home-slider h2 {
    font-size: 36px;
  }
  /* line 1769, ../sass/style.scss */
  .main-slider #main-home-slider .slick-slide {
    height: 300px;
  }
  /* line 1772, ../sass/style.scss */
  .main-slider #main-home-slider .slick-slide img {
    height: 100%;
  }

  /* line 1779, ../sass/style.scss */
  .section-about {
    flex-direction: column;
  }
  /* line 1783, ../sass/style.scss */
  .section-about .img-about {
    min-height: 460px;
    width: 100% !important;
  }
  /* line 1788, ../sass/style.scss */
  .section-about .content-about {
    min-height: 460px;
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1796, ../sass/style.scss */
  .header-footer-group {
    text-align: center;
  }
}
