@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,700);
/**
* COLORS
*/
/**
* TYPOGRAPHY
*/
/*
font-family: 'Roboto', 'Open Sans Hebrew', sans-serif;
*/
/*
font-family: 'Raleway', 'Open Sans Hebrew', sans-serif;
*/
/**
 * TYPOGRAPHY
 */
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/opensanshebrew-light-webfont.eot");
  src: url("../fonts/opensanshebrew-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-light-webfont.woff") format("woff"), url("../fonts/opensanshebrew-light-webfont.ttf") format("truetype"), url("../fonts/opensanshebrew-light-webfont.svg#open_sans_hebrewlight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/opensanshebrew-lightitalic-webfont.eot");
  src: url("../fonts/opensanshebrew-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-lightitalic-webfont.woff") format("woff"), url("../fonts/opensanshebrew-lightitalic-webfont.ttf") format("truetype"), url("../fonts/opensanshebrew-lightitalic-webfont.svg#open_sans_hebrewlight_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/opensanshebrew-regular-webfont.eot");
  src: url("../fonts/opensanshebrew-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-regular-webfont.woff") format("woff"), url("../fonts/opensanshebrew-regular-webfont.ttf") format("truetype"), url("../fonts/opensanshebrew-regular-webfont.svg#open_sans_hebrewregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/opensanshebrew-italic-webfont.eot");
  src: url("../fonts/opensanshebrew-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-italic-webfont.woff") format("woff"), url("../fonts/opensanshebrew-italic-webfont.ttf") format("truetype"), url("../fonts/opensanshebrew-italic-webfont.svg#open_sans_hebrewitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/opensanshebrew-bold-webfont.eot");
  src: url("../fonts/opensanshebrew-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-bold-webfont.woff") format("woff"), url("../fonts/opensanshebrew-bold-webfont.ttf") format("truetype"), url("../fonts/opensanshebrew-bold-webfont.svg#open_sans_hebrewbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/opensanshebrew-bolditalic-webfont.eot");
  src: url("../fonts/opensanshebrew-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-bolditalic-webfont.woff") format("woff"), url("../fonts/opensanshebrew-bolditalic-webfont.ttf") format("truetype"), url("../fonts/opensanshebrew-bolditalic-webfont.svg#open_sans_hebrewbold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/opensanshebrew-extrabold-webfont.eot");
  src: url("../fonts/opensanshebrew-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-extrabold-webfont.woff") format("woff"), url("../fonts/opensanshebrew-extrabold-webfont.ttf") format("truetype"), url("../fonts/opensanshebrew-extrabold-webfont.svg#open_sans_hebrewextra_bold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url("../fonts/opensanshebrew-extrabolditalic-webfont.eot");
  src: url("../fonts/opensanshebrew-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-extrabolditalic-webfont.woff") format("woff"), url("../fonts/opensanshebrew-extrabolditalic-webfont.ttf") format("truetype"), url("../fonts/opensanshebrew-extrabolditalic-webfont.svg#open_sans_hebrewXBdIt") format("svg");
  font-weight: 800;
  font-style: italic;
}

/**
* MIXINS
*/
/* @include box-shadow(0, 1px, 1px, rgba(0, 0, 0, 0.075), inset); */
/*@include transition (.3s);*/
/*
-webkit-transform:  translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
*/
/**
* RESET STYLSHEETS
*/
/* line 216, style.scss */
* {
  margin: 0 auto;
  padding: 0;
  font-family: 'Open Sans Hebrew', sans-serif;
  box-sizing: border-box;
}

/* line 224, style.scss */
body {
  background-color: white;
  color: #2e3337;
  overflow-x: hidden;
  line-height: 1;
  font-size: 16px;
  direction: rtl;
  text-align: right;
}

/* line 234, style.scss */
a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
/* line 239, style.scss */
a:hover, a:focus {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 244, style.scss */
ul {
  list-style: none;
}

/* line 248, style.scss */
strong {
  font-weight: bold;
}

/* line 252, style.scss */
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 258, style.scss */
button {
  border: inherit;
  background-color: inherit;
  outline: inherit;
}

/* line 264, style.scss */
.btn {
  padding: 10px;
  line-height: inherit;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 0 0 rgba(250, 250, 250, 0.3) inset ;
  -moz-box-shadow: 0 2px 0 0 rgba(250, 250, 250, 0.3) inset ;
  -o-box-shadow: 0 2px 0 0 rgba(250, 250, 250, 0.3) inset ;
  -ms-box-shadow: 0 2px 0 0 rgba(250, 250, 250, 0.3) inset ;
  box-shadow: 0 2px 0 0 rgba(250, 250, 250, 0.3) inset ;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 271, style.scss */
.btn span {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

/* line 278, style.scss */
.clearfix:after {
  clear: both;
}

/* line 282, style.scss */
.pull-left {
  float: left;
}

/* line 286, style.scss */
.pull-right {
  float: right;
}

/* line 290, style.scss */
.container-fluid {
  width: 100%;
}

/* line 294, style.scss */
.container {
  max-width: 1077px;
}

/* line 298, style.scss */
.center {
  text-align: center;
}

/* line 302, style.scss */
h2 {
  display: block;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}

/* line 310, style.scss */
small {
  padding-top: 10px;
  display: block;
  color: #898989;
  font-size: 21px;
  font-weight: 400;
}

/* line 318, style.scss */
header {
  position: fixed;
  width: 100%;
  top: 0;
  font-weight: 300;
  z-index: 10;
}
/* line 325, style.scss */
header .navber {
  background-color: #2e3337;
  padding: 5px;
  color: white;
}
/* line 331, style.scss */
header h1 {
  display: inline-block;
  font-size: 21px;
  margin: 0;
  margin-right: 15px;
  font-weight: 400;
}
/* line 339, style.scss */
header h1, header button, header .btn-group {
  line-height: 44px;
  vertical-align: middle;
}
/* line 347, style.scss */
header .contact-btn.triger-btn .mobile {
  display: none;
}
/* line 350, style.scss */
header .contact-btn.triger-btn + .clearfix {
  display: none;
}
/* line 355, style.scss */
header .contact-btn.btn-group {
  line-height: 40px;
}
/* line 359, style.scss */
header .contact-btn .buttons, header .contact-btn .btn {
  display: inline-block;
  float: none !important;
}
/* line 367, style.scss */
header .contact-btn .buttons:hover button i {
  opacity: 1;
}
/* line 375, style.scss */
header .contact-btn i {
  display: block;
  width: 50px;
  font-size: 28px;
  color: #f3f3f4;
  vertical-align: middle;
  opacity: .7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 385, style.scss */
header .contact-btn button {
  display: inline-block;
}
/* line 389, style.scss */
header .contact-btn button:hover i {
  opacity: 1;
}
/* line 394, style.scss */
header .contact-btn .for_apply {
  background-color: #e30047;
}
/* line 396, style.scss */
header .contact-btn .for_apply:hover {
  background-color: white;
}
/* line 398, style.scss */
header .contact-btn .for_apply:hover span {
  color: #e30047;
}
/* line 405, style.scss */
header nav {
  position: absolute;
  display: block;
  width: 100%;
  background-color: rgba(46, 51, 55, 0.9);
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
}
/* line 419, style.scss */
header nav ul {
  display: flex;
  justify-content: space-around;
}
/* line 423, style.scss */
header nav ul li {
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 20px 8px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 432, style.scss */
header nav ul li i {
  display: block;
  font-size: 40px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 439, style.scss */
header nav ul li a {
  display: block;
}
/* line 443, style.scss */
header nav ul li:hover, header nav ul li.active {
  color: #e30047;
  border-bottom-color: #e30047;
}
/* line 446, style.scss */
header nav ul li:hover span, header nav ul li.active span {
  font-weight: 400;
}
/* line 453, style.scss */
header nav.open {
  max-height: 200px;
}

/* line 459, style.scss */
.nav-icon {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 33px;
  margin-right: 15px;
  vertical-align: middle;
  cursor: pointer;
}
/* line 468, style.scss */
.nav-icon:before, .nav-icon div, .nav-icon:after {
  content: '';
  display: block;
  background-color: #fff;
  height: 3px;
  margin: 0 0 7px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 477, style.scss */
.nav-icon:after {
  margin-bottom: 0;
}
/* line 482, style.scss */
.nav-icon.close_btn:before {
  transform: translateY(14px) rotate(135deg);
  -moz-transform: translateY(14px) rotate(135deg);
  -webkit-transform: translateY(14px) rotate(135deg);
}
/* line 488, style.scss */
.nav-icon.close_btn:after {
  transform: translateY(-6px) rotate(-135deg);
  -moz-transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}
/* line 494, style.scss */
.nav-icon.close_btn div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 502, style.scss */
.embed-container {
  position: fixed;
  display: none;
  /*padding-bottom: 56.25%;
  max-width: 100%;
  height: 0;
  overflow: hidden;*/
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(32, 32, 32, 0.7);
}
/* line 515, style.scss */
.embed-container iframe, .embed-container object, .embed-container embed {
  position: relative;
  top: 50%;
  width: 100%;
  height: 70%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 523, style.scss */
.embed-container .close {
  position: absolute;
  display: none;
  top: 0;
  right: 1;
  z-index: 3;
}

/* line 532, style.scss */
.owl-carousel {
  direction: ltr;
}
/* line 537, style.scss */
.owl-carousel .owl-controls .owl-dots {
  position: relative;
  text-align: center;
  margin: 10px auto;
}
/* line 542, style.scss */
.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d5d5d5;
  margin-right: 6px;
}
/* line 549, style.scss */
.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background-color: #e30047;
}
/* line 555, style.scss */
.owl-carousel .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 561, style.scss */
.owl-carousel .owl-controls .owl-nav > div {
  position: absolute;
  font-size: 60px;
  color: white;
  padding: 2px 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  background-color: rgba(46, 51, 55, 0.7);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 573, style.scss */
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
/* line 576, style.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
@media (min-width: 768px) {
  /* line 581, style.scss */
  .owl-carousel .owl-controls .owl-nav .owl-next {
    left: 0;
    right: auto;
  }
  /* line 585, style.scss */
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    right: 0;
    left: auto;
  }
}
/* line 594, style.scss */
.owl-carousel#cover-photo .item {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
@media (max-width: 1199px) {
  /* line 594, style.scss */
  .owl-carousel#cover-photo .item {
    min-height: 500px;
  }
}
@media (max-width: 769px) {
  /* line 594, style.scss */
  .owl-carousel#cover-photo .item {
    min-height: 430px;
  }
}
@media (max-width: 370px) {
  /* line 594, style.scss */
  .owl-carousel#cover-photo .item {
    min-height: 380px;
  }
}
/* line 611, style.scss */
.owl-carousel#cover-photo .item .img-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 617, style.scss */
.owl-carousel#cover-photo .item .img-container img {
  width: auto;
  max-width: none;
  min-height: 100%;
}
@media (max-width: 480px) {
  /* line 617, style.scss */
  .owl-carousel#cover-photo .item .img-container img {
    max-width: 170%;
  }
}
/* line 628, style.scss */
.owl-carousel#cover-photo .item .embed-container {
  position: absolute;
  padding-bottom: 56.25%;
  width: 100%;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 639, style.scss */
.cover_photo {
  padding-top: 50px;
}
/* line 642, style.scss */
.cover_photo .text {
  position: absolute;
  height: 0;
  top: 26%;
  left: 0;
  right: 0;
  color: white;
  font-size: 52px;
  text-align: center;
  direction: rtl;
  text-shadow: -2px 4px 5px rgba(0, 0, 0, 0.17);
  z-index: 3;
}
/* line 655, style.scss */
.cover_photo .text p {
  height: 0;
}
@media (min-width: 768px) {
  /* line 655, style.scss */
  .cover_photo .text p {
    line-height: 1.3;
  }
}
/* line 665, style.scss */
.cover_photo .owl-stage-outer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/Pattern.png");
  background-repeat: repeat-y;
  background-size: auto;
  background-color: transparent;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 480px) {
  /* line 665, style.scss */
  .cover_photo .owl-stage-outer::before {
    background-size: auto 950px;
    background-position: top -30px center;
  }
}

/* line 688, style.scss */
.white {
  background-color: white;
}

/* line 691, style.scss */
.pink {
  background-color: #ff0045;
}

/* line 694, style.scss */
.gray {
  background-color: #898989;
}

/* line 697, style.scss */
.gray_light {
  background-color: #f3f3f4;
}

/* line 701, style.scss */
.warpper {
  position: relative;
}

/* line 705, style.scss */
.contact-us {
  position: fixed;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 101;
  -webkit-transition: 0.7s max-height cubic-bezier(0.29, 0.29, 0.78, -0.44);
  -moz-transition: 0.7s max-height cubic-bezier(0.29, 0.29, 0.78, -0.44);
  -o-transition: 0.7s max-height cubic-bezier(0.29, 0.29, 0.78, -0.44);
  -ms-transition: 0.7s max-height cubic-bezier(0.29, 0.29, 0.78, -0.44);
  transition: 0.7s max-height cubic-bezier(0.29, 0.29, 0.78, -0.44);
}
/* line 717, style.scss */
.contact-us:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
}
/* line 729, style.scss */
.contact-us .close {
  display: none;
}
/* line 733, style.scss */
.contact-us .cotain {
  position: relative;
  padding: 20px;
  background-color: rgba(46, 51, 55, 0.95);
  color: #E1E1E1;
}
/* line 740, style.scss */
.contact-us h2 {
  display: block;
  font-size: 40px;
  font-weight: 400;
}
/* line 746, style.scss */
.contact-us a, .contact-us p {
  width: 56%;
  padding-left: 10px;
  text-align: right;
  box-sizing: border-box;
}
/* line 753, style.scss */
.contact-us a + .pull-right, .contact-us p + .pull-right {
  width: 44%;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 5px;
  box-sizing: border-box;
}
/* line 762, style.scss */
.contact-us p {
  width: 100%;
}
/* line 766, style.scss */
.contact-us a, .contact-us p, .contact-us a + .pull-right, .contact-us p + .pull-right {
  margin-bottom: 15px;
}
/* line 770, style.scss */
.contact-us .field {
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  background-color: white;
  padding: 15px 6px;
  margin-bottom: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 779, style.scss */
.contact-us .field input, .contact-us .field textarea {
  position: relative;
  display: inline-block;
  width: 89%;
  font-size: 21px;
  color: #2e3337;
  box-sizing: border-box;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: -webkit-calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: -o-calc(100% - 75px);
  width: -ms-calc(100% - 75px);
  width: calc(100% - 75px);
}
/* line 795, style.scss */
.contact-us .field label {
  display: inline-block;
  width: 70px;
  box-sizing: border-box;
  text-align: center;
  color: #898989;
  font-size: 30px;
  vertical-align: sub;
}
/* line 804, style.scss */
.contact-us .field label[for="e-mail"] {
  font-size: 20px;
}
/* line 808, style.scss */
.contact-us .field textarea {
  width: 100%;
  height: 100px;
  padding-right: 16px;
}
/* line 815, style.scss */
.contact-us .has-error {
  position: relative;
  border: 1px solid red;
  box-shadow: 0px 0px 15px 3px rgba(255, 0, 0, 0.3);
  z-index: 1;
}
/* line 822, style.scss */
.contact-us [type="submit"] {
  position: relative;
  width: 100%;
  background-color: #37afe1;
  font-size: 31px;
  color: white;
  font-weight: 200;
  line-height: 1.6;
  padding: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 833, style.scss */
.contact-us [type="submit"]:hover {
  background-color: white;
  color: #37afe1;
}
/* line 839, style.scss */
.contact-us .line-title {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  font-size: 17px;
}
/* line 846, style.scss */
.contact-us .line-title:before, .contact-us .line-title:after {
  content: "";
  position: relative;
  display: inline-block;
  background-color: white;
  width: 50%;
  height: 1px;
  vertical-align: middle;
}
/* line 855, style.scss */
.contact-us .line-title:before {
  right: -10px;
  margin-right: -50%;
}
/* line 860, style.scss */
.contact-us .line-title:after {
  left: -10px;
  margin-left: -50%;
}
/* line 864, style.scss */
.contact-us .line-title.face {
  margin-top: 15px;
}
/* line 869, style.scss */
.contact-us .talk, .contact-us .candidacy, .contact-us .Syllabus {
  display: none;
}
/* line 873, style.scss */
.contact-us.top-header {
  top: 70px;
}
/* line 876, style.scss */
.contact-us.top-header:before {
  top: 0px;
  border-width: 0 17px 15px 17px;
  border-color: transparent transparent rgba(46, 51, 55, 0.95) transparent;
}
/* line 882, style.scss */
.contact-us.top-header.open {
  padding-top: 15px;
}
/* line 887, style.scss */
.contact-us.bottom-invites {
  position: absolute;
  bottom: 565px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 402px) {
  /* line 887, style.scss */
  .contact-us.bottom-invites {
    bottom: 545px;
  }
}
@media (min-width: 482px) {
  /* line 887, style.scss */
  .contact-us.bottom-invites {
    bottom: 620px;
  }
}
@media (min-width: 550px) {
  /* line 887, style.scss */
  .contact-us.bottom-invites {
    bottom: 640px;
  }
}
@media (min-width: 700px) {
  /* line 887, style.scss */
  .contact-us.bottom-invites {
    bottom: 660px;
  }
}
@media (min-width: 769px) {
  /* line 887, style.scss */
  .contact-us.bottom-invites {
    bottom: 485px;
  }
}
@media (min-width: 900px) {
  /* line 887, style.scss */
  .contact-us.bottom-invites {
    bottom: 505px;
  }
}
@media (min-width: 1200px) {
  /* line 887, style.scss */
  .contact-us.bottom-invites {
    bottom: 520px;
  }
}
@media (min-width: 1450px) {
  /* line 887, style.scss */
  .contact-us.bottom-invites {
    bottom: 540px;
  }
}
@media (min-width: 1700px) {
  /* line 887, style.scss */
  .contact-us.bottom-invites {
    bottom: 555px;
  }
}
/* line 935, style.scss */
.contact-us.bottom-invites:before {
  bottom: 0px;
  border-width: 0 17px 15px 17px;
  border-color: transparent transparent rgba(46, 51, 55, 0.95) transparent;
  border-width: 15px 17px 0 17px;
  border-color: rgba(46, 51, 55, 0.95) transparent transparent transparent;
}
/* line 943, style.scss */
.contact-us.bottom-invites.open {
  padding-bottom: 15px;
}
/* line 948, style.scss */
.contact-us.talk {
  max-width: 479px;
}
/* line 950, style.scss */
.contact-us.talk.open {
  max-height: 750px;
}
/* line 953, style.scss */
.contact-us.talk .talk {
  display: block;
}
@media (max-height: 740px) and (min-width: 769px) {
  /* line 959, style.scss */
  .contact-us.talk a.talk {
    font-size: 30px;
  }
  /* line 962, style.scss */
  .contact-us.talk a + .pull-right {
    margin-bottom: 0;
  }
}
/* line 968, style.scss */
.contact-us.talk h2 {
  margin: 5px 0 15px;
}
@media (max-height: 740px) and (min-width: 769px) {
  /* line 968, style.scss */
  .contact-us.talk h2 {
    font-size: 30px;
  }
}
/* line 976, style.scss */
.contact-us.talk a {
  font-size: 40px;
  font-weight: 100;
}
@media (max-height: 740px) and (min-width: 769px) {
  /* line 976, style.scss */
  .contact-us.talk a {
    font-size: 30px;
    margin-bottom: 0;
  }
}
/* line 985, style.scss */
.contact-us.talk a + .pull-right {
  background-color: #e30047;
  line-height: 1.2;
}
/* line 990, style.scss */
.contact-us.talk a + .pull-right #dateTime span {
  display: block;
}
@media (max-height: 740px) and (min-width: 769px) {
  /* line 997, style.scss */
  .contact-us.talk .field {
    padding: 8px 6px;
  }
  /* line 1000, style.scss */
  .contact-us.talk .field label {
    font-size: 23px;
  }
  /* line 1004, style.scss */
  .contact-us.talk .field input, .contact-us.talk .field textarea {
    font-size: 20px;
  }
}
/* line 1010, style.scss */
.contact-us.talk [type="submit"] {
  display: none;
  margin-top: 3px;
}
/* line 1015, style.scss */
.contact-us.talk .facebook {
  width: 100%;
  font-size: 23px;
  color: #37afe1;
  font-weight: 600;
  text-align: center;
  margin: 15px 0;
}
@media (max-height: 740px) and (min-width: 769px) {
  /* line 1015, style.scss */
  .contact-us.talk .facebook {
    margin-bottom: 0;
  }
}
/* line 1027, style.scss */
.contact-us.talk .facebook i {
  font-size: 26px;
  padding-left: 6px;
  vertical-align: middle;
}
/* line 1033, style.scss */
.contact-us.talk.top-header {
  left: 118px;
}
/* line 1039, style.scss */
.contact-us.candidacy {
  max-width: 500px;
}
/* line 1041, style.scss */
.contact-us.candidacy.open {
  max-height: 600px;
}
/* line 1044, style.scss */
.contact-us.candidacy .candidacy {
  display: block;
}
/* line 1048, style.scss */
.contact-us.candidacy h2 {
  border-bottom: 1px solid;
  margin: 5px 0 20px;
  padding-bottom: 20px;
}
/* line 1054, style.scss */
.contact-us.candidacy p {
  font-size: 16px;
}
/* line 1057, style.scss */
.contact-us.candidacy p + .pull-right {
  background-color: #6f7173;
}
/* line 1062, style.scss */
.contact-us.candidacy [type="submit"] {
  display: block;
  margin-top: 15px;
}
/* line 1066, style.scss */
.contact-us.candidacy.top-header {
  left: 110px;
}
/* line 1068, style.scss */
.contact-us.candidacy.top-header:before {
  left: 60px;
  right: auto;
  margin: 0;
}
/* line 1077, style.scss */
.contact-us.candidacy.Syllabus h2.candidacy {
  display: none;
}
/* line 1081, style.scss */
.contact-us.candidacy.Syllabus h2.Syllabus {
  display: block;
}
/* line 1090, style.scss */
.contact-us.thanks .contact_form [type="submit"] {
  display: none !important;
}
/* line 1093, style.scss */
.contact-us.thanks .contact_form .field {
  display: none;
}
/* line 1096, style.scss */
.contact-us.thanks .contact_form .field:first-child {
  display: block;
  background-color: inherit;
}
/* line 1099, style.scss */
.contact-us.thanks .contact_form .field:first-child input, .contact-us.thanks .contact_form .field:first-child label {
  display: none;
}
/* line 1102, style.scss */
.contact-us.thanks .contact_form .field:first-child:before, .contact-us.thanks .contact_form .field:first-child:after {
  display: block;
  font-size: 30px;
  color: white;
  text-align: center;
}
/* line 1108, style.scss */
.contact-us.thanks .contact_form .field:first-child:before {
  content: "תודה";
  font-size: 40px;
  margin-bottom: 15px;
}
/* line 1113, style.scss */
.contact-us.thanks .contact_form .field:first-child:after {
  content: "ההודעה נשלחה בהצלחה";
}

/* line 1122, style.scss */
h3.bottom-border {
  display: block;
  font-size: 34px;
  padding: 25px 0;
  font-weight: 400;
}
/* line 1128, style.scss */
h3.bottom-border:after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  margin: 20px auto 0;
}

/* line 1138, style.scss */
section {
  display: block;
  padding-top: 50px;
  padding-bottom: 30px;
  font-weight: 400;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

/* line 1146, style.scss */
.cover_photo {
  position: relative;
}

@keyframes playStrok {
  /* line 1151, style.scss */
  0% {
    border-color: transparent;
  }

  /* line 1152, style.scss */
  25% {
    border-top-color: #D4D4D4;
  }

  /* line 1153, style.scss */
  50% {
    border-right-color: #D4D4D4;
  }

  /* line 1154, style.scss */
  75% {
    border-bottom-color: #D4D4D4;
  }

  /* line 1155, style.scss */
  100% {
    border-left-color: #D4D4D4;
  }
}

@keyframes borderRotate {
  /* line 1159, style.scss */
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    -o-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    transform: translateY(-50%) translateX(-50%) rotate(0deg);
  }

  /* line 1167, style.scss */
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(358deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(358deg);
    -o-transform: translateY(-50%) translateX(-50%) rotate(358deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(358deg);
    transform: translateY(-50%) translateX(-50%) rotate(358deg);
  }
}

/*@-webkit-keyframes example {
    from {background-color: red;}
    to {background-color: yellow;}
}*/
@keyframes strach_characterization {
  /* line 1185, style.scss */
  from {
    top: 30%;
    width: 560px;
    height: 200px;
  }

  /* line 1190, style.scss */
  to {
    top: 10%;
    width: 650px;
    height: 275px;
  }
}

/* line 1199, style.scss */
.playbtn {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  width: 80px;
  background-color: #e30047;
  display: block;
  z-index: 1;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 50%;
  color: white;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: auto;
  bottom: 22%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  animation-name: playStrok;
  animation-duration: 1s;
  animation-iteration-count: 4;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
/* line 1224, style.scss */
.playbtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92px;
  height: 92px;
  border: 2px dashed white;
  opacity: 1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  -o-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation: borderRotate 7s infinite;
  -moz-animation: borderRotate 7s infinite;
  -o-animation: borderRotate 7s infinite;
  -ms-animation: borderRotate 7s infinite;
  animation: borderRotate 7s infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.29, 0, 0.72);
  -moz-animation-timing-function: cubic-bezier(0.65, 0.29, 0, 0.72);
  -o-animation-timing-function: cubic-bezier(0.65, 0.29, 0, 0.72);
  -ms-animation-timing-function: cubic-bezier(0.65, 0.29, 0, 0.72);
  animation-timing-function: cubic-bezier(0.65, 0.29, 0, 0.72);
}
/* line 1260, style.scss */
.playbtn .iner-btn {
  position: relative;
  display: block;
  text-align: center;
}
/* line 1266, style.scss */
.playbtn i {
  line-height: 76px;
  font-size: 40px;
  padding-left: 6px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 1273, style.scss */
.playbtn:hover {
  background-color: #bc003a;
}
/* line 1275, style.scss */
.playbtn:hover:before {
  opacity: .6;
}
/* line 1278, style.scss */
.playbtn:hover i {
  opacity: .8;
}

/* line 1286, style.scss */
.characterization .characterization-slider-container {
  position: relative;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  height: 345px;
  flex-direction: row;
  z-index: 1;
}
/* line 1293, style.scss */
.characterization .characterization-slider-container:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  height: 2px;
  width: 98%;
  background-color: #aaa;
  z-index: 0;
  right: 0;
}
/* line 1305, style.scss */
.characterization .characterization-slider-container .characterization-item {
  position: relative;
  width: 60px;
  height: 44px;
  z-index: 2;
  top: 44%;
  margin-left: 4%;
  overflow: hidden;
  background-color: white;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16) ;
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16) ;
  -o-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16) ;
  -ms-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16) ;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16) ;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 1318, style.scss */
.characterization .characterization-slider-container .characterization-item:nth-of-type(6n-1) {
  margin-left: 0;
}
/* line 1322, style.scss */
.characterization .characterization-slider-container .characterization-item span.number {
  position: relative;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #202020;
  font-weight: 400;
  line-height: 44px;
}
/* line 1331, style.scss */
.characterization .characterization-slider-container .characterization-item span.number label {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 1336, style.scss */
.characterization .characterization-slider-container .characterization-item span.number label:hover {
  color: white;
  background-color: #e30047;
}
/* line 1343, style.scss */
.characterization .characterization-slider-container .characterization-item input[name="characterization-selected"], .characterization .characterization-slider-container .characterization-item input[name="characterization-selected"]:checked + .number {
  display: none;
}
/* line 1347, style.scss */
.characterization .characterization-slider-container .characterization-item .characterization-fullItem {
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 1353, style.scss */
.characterization .characterization-slider-container .characterization-item .characterization-fullItem .characterization-controller {
  position: absolute;
  top: 40%;
  width: 0px;
  height: 0px;
  color: #fff;
  background-color: rgba(40, 40, 40, 0.6);
  line-height: 50px;
  text-align: center;
  font-size: 48px;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: 0.4s width ease;
  -moz-transition: 0.4s width ease;
  -o-transition: 0.4s width ease;
  -ms-transition: 0.4s width ease;
  transition: 0.4s width ease;
}
/* line 1367, style.scss */
.characterization .characterization-slider-container .characterization-item .characterization-fullItem .characterization-controller.characterization-back {
  right: 0;
}
/* line 1371, style.scss */
.characterization .characterization-slider-container .characterization-item .characterization-fullItem .characterization-controller.characterization-next {
  left: 0;
}
/* line 1377, style.scss */
.characterization .characterization-slider-container .characterization-item .img-contain {
  position: relative;
  max-width: 430px;
  width: 50%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
/* line 1385, style.scss */
.characterization .characterization-slider-container .characterization-item .img-contain img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  max-width: none;
  max-height: 100%;
}
/* line 1395, style.scss */
.characterization .characterization-slider-container .characterization-item .characterization-text {
  position: relative;
  width: 0%;
  height: 0%;
  padding: 0;
  margin: 0;
  z-index: 1;
  -webkit-transition: padding 0.45s ease;
  -khtml-transition: padding 0.45s ease;
  -moz-transition: padding 0.45s ease;
  -ms-transition: padding 0.45s ease;
  -o-transition: padding 0.45s ease;
  transition: padding 0.45s ease;
}
/* line 1405, style.scss */
.characterization .characterization-slider-container .characterization-item .characterization-text h4 {
  font-size: 2.5em;
  font-weight: normal;
  color: #FF0049;
  border-bottom: 2px solid #FF0049;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
/* line 1415, style.scss */
.characterization .characterization-slider-container .characterization-item .characterization-text p {
  color: #6B6E71;
  line-height: 24px;
}
/* line 1419, style.scss */
.characterization .characterization-slider-container .characterization-item .characterization-text p:first-line {
  font-size: 1.8em;
  line-height: 54px;
}
/* line 1426, style.scss */
.characterization .characterization-slider-container .characterization-item.characterization-open {
  top: 10%;
  width: 650px;
  height: 275px;
  animation-name: strach_characterization;
  animation-duration: .3s;
  animation-timing-function: ease-in-out;
}
/* line 1434, style.scss */
.characterization .characterization-slider-container .characterization-item.characterization-open span.number {
  display: none;
}
/* line 1438, style.scss */
.characterization .characterization-slider-container .characterization-item.characterization-open .characterization-controller {
  cursor: pointer;
  width: 45px;
  height: 55px;
}
/* line 1443, style.scss */
.characterization .characterization-slider-container .characterization-item.characterization-open .characterization-controller.characterization-back {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
/* line 1447, style.scss */
.characterization .characterization-slider-container .characterization-item.characterization-open .characterization-controller.characterization-next {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* line 1452, style.scss */
.characterization .characterization-slider-container .characterization-item.characterization-open .characterization-text {
  /*width: 40%;
  padding: 10px 23px 10px 50px;*/
  padding: 10px 23px 10px 6%;
  width: 270px;
  height: 255px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 1465, style.scss */
.set-out {
  padding-top: 30px;
  color: white;
}
/* line 1469, style.scss */
.set-out h2 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
  margin-bottom: 40px;
}
/* line 1475, style.scss */
.set-out .item {
  width: 25%;
}
/* line 1477, style.scss */
.set-out .item i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
}
/* line 1482, style.scss */
.set-out .item h4 {
  display: block;
  font-size: 42px;
  font-weight: 400;
}
/* line 1487, style.scss */
.set-out .item p {
  display: block;
  font-size: 20px;
  opacity: .8;
  padding: 6px 0;
  line-height: 1.3;
}
/* line 1496, style.scss */
.set-out .item:first-of-type i {
  position: relative;
  top: -10px;
  font-size: 77px;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  /* line 1504, style.scss */
  .set-out .item:nth-of-type(2) {
    position: relative;
    left: -20px;
  }
}

/* line 1514, style.scss */
#planning-course, #track-carousel, #view-project {
  margin-bottom: 20px;
}
/* line 1517, style.scss */
#planning-course .owl-item, #track-carousel .owl-item, #view-project .owl-item {
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16) ;
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16) ;
  -o-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16) ;
  -ms-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16) ;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.16) ;
  min-height: 450px;
  height: 0;
  direction: ltr;
}
/* line 1525, style.scss */
#planning-course .owl-item .item, #track-carousel .owl-item .item, #view-project .owl-item .item {
  position: relative;
  display: block;
  direction: ltr;
  font-size: 23px;
  color: #2e3337;
  padding: 0 20px 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1534, style.scss */
#planning-course .owl-item .item i, #planning-course .owl-item .item .object, #track-carousel .owl-item .item i, #track-carousel .owl-item .item .object, #view-project .owl-item .item i, #view-project .owl-item .item .object {
  display: block;
  font-size: 70px;
  margin-bottom: 30px;
}
/* line 1540, style.scss */
#planning-course .owl-item .item .object img, #track-carousel .owl-item .item .object img, #view-project .owl-item .item .object img {
  max-height: 70px;
  width: auto;
}
/* line 1544, style.scss */
#planning-course .owl-item .item h3, #planning-course .owl-item .item p, #track-carousel .owl-item .item h3, #track-carousel .owl-item .item p, #view-project .owl-item .item h3, #view-project .owl-item .item p {
  direction: rtl;
}
/* line 1548, style.scss */
#planning-course .owl-item .item h3, #track-carousel .owl-item .item h3, #view-project .owl-item .item h3 {
  display: block;
  font-size: 35px;
  color: #e30047;
  font-weight: 300;
  margin-bottom: 15px;
}
/* line 1555, style.scss */
#planning-course .owl-item .item h3 + hr, #track-carousel .owl-item .item h3 + hr, #view-project .owl-item .item h3 + hr {
  width: 30%;
  height: 2px;
  margin: 0 auto 20px;
  background-color: #e30047;
  border-top: 0;
}
/* line 1563, style.scss */
#planning-course .owl-item .item p, #track-carousel .owl-item .item p, #view-project .owl-item .item p {
  display: block;
}
/* line 1568, style.scss */
#planning-course .more-images, #track-carousel .more-images, #view-project .more-images {
  display: none;
}
/* line 1571, style.scss */
#planning-course .owl-stage-outer, #track-carousel .owl-stage-outer, #view-project .owl-stage-outer {
  padding: 15px 0;
}

/* line 1576, style.scss */
.logo {
  background-image: url(../images/uxv-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

/* line 1584, style.scss */
.planning-course h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 1588, style.scss */
  .planning-course .btn-cont {
    display: table;
    max-width: 650px;
  }
  /* line 1593, style.scss */
  .planning-course .btn-cont .btn {
    display: table-cell;
    vertical-align: middle;
    outline: 7px solid #f3f3f4;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  /* line 1602, style.scss */
  .planning-course .btn-cont br {
    display: none;
  }
}
/* line 1608, style.scss */
.planning-course .btn {
  display: block;
  max-width: 430px;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
/* line 1615, style.scss */
.planning-course .btn.red {
  background-color: #e30047;
}
@media (min-width: 768px) {
  /* line 1615, style.scss */
  .planning-course .btn.red {
    width: 66%;
  }
}
/* line 1622, style.scss */
.planning-course .btn.red:hover {
  background-color: white;
}
/* line 1624, style.scss */
.planning-course .btn.red:hover span {
  color: #e30047;
}
/* line 1630, style.scss */
.planning-course .btn.blue {
  background-color: #37afe1;
}
/* line 1632, style.scss */
.planning-course .btn.blue:hover {
  background-color: white;
}
/* line 1634, style.scss */
.planning-course .btn.blue:hover span {
  color: #37afe1;
}
/* line 1641, style.scss */
.planning-course #planning-course {
  counter-reset: item_num;
}
/* line 1645, style.scss */
.planning-course #planning-course .owl-controls .owl-nav .owl-prev {
  right: auto;
  left: 0;
}
/* line 1649, style.scss */
.planning-course #planning-course .owl-controls .owl-nav .owl-next {
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  /* line 1655, style.scss */
  .planning-course #planning-course .owl-controls .owl-nav .owl-next {
    right: auto;
    left: 0;
  }
  /* line 1659, style.scss */
  .planning-course #planning-course .owl-controls .owl-nav .owl-prev {
    left: auto;
    right: 0;
  }
}
/* line 1667, style.scss */
.planning-course #planning-course .owl-item .item {
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -khtml-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: space-around;
  -khtml-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  padding-top: 30px;
  padding-bottom: 30px;
  counter-increment: item_num;
}
/* line 1677, style.scss */
.planning-course #planning-course .owl-item .item p {
  line-height: 1.4;
  margin-top: auto;
  margin-bottom: auto;
}
/* line 1683, style.scss */
.planning-course #planning-course .owl-item .item .num {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #E24476;
  color: white;
  text-align: center;
  padding: 16px 0;
  margin-top: 15px;
}
/* line 1693, style.scss */
.planning-course #planning-course .owl-item .item .num::before {
  content: counter(item_num);
}

/* line 1704, style.scss */
.about-us h2, .the-best h2 {
  margin-bottom: 40px;
}
/* line 1708, style.scss */
.about-us a, .the-best a {
  text-decoration: underline;
}
/* line 1711, style.scss */
.about-us a:hover, .the-best a:hover {
  color: #bc003a;
}
/* line 1716, style.scss */
.about-us .box-container, .the-best .box-container {
  margin-bottom: 20px;
}
/* line 1719, style.scss */
.about-us .box-container + small, .the-best .box-container + small {
  margin-bottom: 30px;
}
/* line 1724, style.scss */
.about-us .box-container.the-best .box, .the-best .box-container.the-best .box {
  padding: 1.9% 6%;
}
/* line 1730, style.scss */
.about-us .box-contain, .the-best .box-contain {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
/* line 1735, style.scss */
.about-us .box-contain.two, .the-best .box-contain.two {
  width: 40%;
}
/* line 1738, style.scss */
.about-us .box-contain.one, .the-best .box-contain.one {
  width: 20%;
}
/* line 1740, style.scss */
.about-us .box-contain.one .box, .the-best .box-contain.one .box {
  width: 100%;
}
/* line 1744, style.scss */
.about-us .box-contain.tal, .the-best .box-contain.tal {
  background-image: url(../images/Tal-Florentin.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 1749, style.scss */
.about-us .box-contain.book, .the-best .box-contain.book {
  background-image: url(../images/book.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media (max-width: 768px) {
  /* line 1749, style.scss */
  .about-us .box-contain.book, .the-best .box-contain.book {
    background-position: top 41% left;
  }
}
/* line 1759, style.scss */
.about-us .box-contain.tal-the-best, .the-best .box-contain.tal-the-best {
  background-image: url(../images/tal_2.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
/* line 1766, style.scss */
.about-us .box-contain [class*="the-best-"], .the-best .box-contain [class*="the-best-"] {
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 1770, style.scss */
.about-us .box-contain .the-best-2, .the-best .box-contain .the-best-2 {
  background-image: url(../images/The-best-02.jpg);
}
/* line 1773, style.scss */
.about-us .box-contain .the-best-3, .the-best .box-contain .the-best-3 {
  background-image: url(../images/The-best-03.jpg);
}
/* line 1776, style.scss */
.about-us .box-contain .the-best-4, .the-best .box-contain .the-best-4 {
  background-image: url(../images/The-best-04.jpg);
}
/* line 1779, style.scss */
.about-us .box-contain .the-best-5, .the-best .box-contain .the-best-5 {
  background-image: url(../images/The-best-05.jpg);
}
/* line 1782, style.scss */
.about-us .box-contain .the-best-6, .the-best .box-contain .the-best-6 {
  background-image: url(../images/The-best-06.jpg);
}
/* line 1785, style.scss */
.about-us .box-contain .the-best-7, .the-best .box-contain .the-best-7 {
  background-image: url(../images/The-best-07.jpg);
}
/* line 1788, style.scss */
.about-us .box-contain .the-best-8, .the-best .box-contain .the-best-8 {
  background-image: url(../images/The-best-08.jpg);
}
/* line 1791, style.scss */
.about-us .box-contain .the-best-9, .the-best .box-contain .the-best-9 {
  background-image: url(../images/The-best-09.jpg);
}
/* line 1795, style.scss */
.about-us .box-contain .box, .the-best .box-contain .box {
  width: 50%;
  height: 19.84vw;
  border: 1px solid #898989;
  padding: 1.9%;
  line-height: 1.4;
}
/* line 1802, style.scss */
.about-us .box-contain .box p, .the-best .box-contain .box p {
  font-size: 17px;
}
/* line 1806, style.scss */
.about-us .box-contain .box[data-box="transparent"], .the-best .box-contain .box[data-box="transparent"] {
  background-color: transparent;
}
/* line 1808, style.scss */
.about-us .box-contain .box[data-box="transparent"] h3, .about-us .box-contain .box[data-box="transparent"] h3:after, .about-us .box-contain .box[data-box="transparent"] p, .the-best .box-contain .box[data-box="transparent"] h3, .the-best .box-contain .box[data-box="transparent"] h3:after, .the-best .box-contain .box[data-box="transparent"] p {
  display: none;
}
/* line 1813, style.scss */
.about-us .box-contain .box[data-box="white"], .the-best .box-contain .box[data-box="white"] {
  background-color: white;
}
/* line 1815, style.scss */
.about-us .box-contain .box[data-box="white"] h3, .the-best .box-contain .box[data-box="white"] h3 {
  color: #e30047;
}
/* line 1817, style.scss */
.about-us .box-contain .box[data-box="white"] h3:after, .the-best .box-contain .box[data-box="white"] h3:after {
  background-color: #e30047;
}
/* line 1823, style.scss */
.about-us .box-contain .box[data-box="pink"], .the-best .box-contain .box[data-box="pink"] {
  background-color: #e30047;
}
/* line 1825, style.scss */
.about-us .box-contain .box[data-box="pink"] h3, .about-us .box-contain .box[data-box="pink"] p, .the-best .box-contain .box[data-box="pink"] h3, .the-best .box-contain .box[data-box="pink"] p {
  color: white;
}
/* line 1828, style.scss */
.about-us .box-contain .box[data-box="pink"] h3:after, .the-best .box-contain .box[data-box="pink"] h3:after {
  background-color: white;
}
/* line 1832, style.scss */
.about-us .box-contain .box[class*="arrow-"], .the-best .box-contain .box[class*="arrow-"] {
  position: relative;
}
/* line 1834, style.scss */
.about-us .box-contain .box[class*="arrow-"]:after, .about-us .box-contain .box[class*="arrow-"]:before, .the-best .box-contain .box[class*="arrow-"]:after, .the-best .box-contain .box[class*="arrow-"]:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
/* line 1844, style.scss */
.about-us .box-contain .box.arrow-left:after, .about-us .box-contain .box.arrow-left:before, .the-best .box-contain .box.arrow-left:after, .the-best .box-contain .box.arrow-left:before {
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent white;
}
/* line 1850, style.scss */
.about-us .box-contain .box.arrow-left:before, .the-best .box-contain .box.arrow-left:before {
  border-width: 23px 0 23px 23px;
  border-color: transparent transparent transparent #898989;
}
/* line 1857, style.scss */
.about-us .box-contain .box.arrow-right:after, .about-us .box-contain .box.arrow-right:before, .the-best .box-contain .box.arrow-right:after, .the-best .box-contain .box.arrow-right:before {
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 20px 20px 20px 0;
  border-color: transparent white transparent transparent;
}
/* line 1863, style.scss */
.about-us .box-contain .box.arrow-right:before, .the-best .box-contain .box.arrow-right:before {
  border-width: 23px 23px 23px 0;
  border-color: transparent #898989 transparent transparent;
}
/* line 1870, style.scss */
.about-us .box-contain .box.arrow-top:after, .about-us .box-contain .box.arrow-top:before, .the-best .box-contain .box.arrow-top:after, .the-best .box-contain .box.arrow-top:before {
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
  border-width: 20px 20px 0 20px;
  border-color: white transparent transparent transparent;
}
/* line 1878, style.scss */
.about-us .box-contain .box.arrow-top:before, .the-best .box-contain .box.arrow-top:before {
  border-width: 22px 22px 0 22px;
  border-color: #898989 transparent transparent transparent;
}

@media (max-width: 993px) {
  /* line 1887, style.scss */
  .track {
    padding-bottom: 0;
  }
}
/* line 1891, style.scss */
.track .container {
  margin-bottom: 30px;
}
@media (max-width: 993px) {
  /* line 1891, style.scss */
  .track .container {
    margin-bottom: 0;
  }
}
/* line 1899, style.scss */
.track h2 {
  margin-bottom: 30px;
}
/* line 1903, style.scss */
.track #track-carousel {
  margin-bottom: 30px;
}
@media (max-width: 993px) {
  /* line 1903, style.scss */
  .track #track-carousel {
    margin-bottom: 0;
  }
  /* line 1909, style.scss */
  .track #track-carousel .owl-stage-outer {
    padding-bottom: 20px;
  }
}
/* line 1914, style.scss */
.track #track-carousel .owl-item {
  min-height: 510px;
}
/* line 1916, style.scss */
.track #track-carousel .owl-item .item {
  padding: 0;
  height: 100%;
  top: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* line 1927, style.scss */
.track #track-carousel .image-contain {
  position: relative;
  width: 100%;
  height: 27vh;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 1934, style.scss */
.track #track-carousel .image-contain img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-height: 100%;
}
/* line 1942, style.scss */
.track #track-carousel .text {
  padding: 10px 7.2% 0;
}
/* line 1945, style.scss */
.track #track-carousel .text h3 {
  color: #e30047;
  font-size: 28px;
  font-weight: 400;
}
/* line 1950, style.scss */
.track #track-carousel .text p {
  font-size: 19px;
  line-height: 1.3;
}
/* line 1956, style.scss */
.track #track-carousel a {
  position: absolute;
  display: block;
  width: 100%;
  color: #e30047;
  font-size: 23px;
  font-weight: 600;
  padding: 0 7px;
  bottom: 14px;
  direction: rtl;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1968, style.scss */
.track #track-carousel a:hover {
  color: #bc003a;
}
/* line 1974, style.scss */
.track #track-carousel.desktion-carousel .owl-item {
  float: right;
  width: 32.5%;
  margin: 0.4%;
  margin-top: 2%;
  margin-bottom: 2%;
}

/* line 1990, style.scss */
.top-five, .sorry {
  color: white;
}
/* line 1993, style.scss */
.top-five .container, .sorry .container {
  margin: 2% auto;
}
/* line 1997, style.scss */
.top-five i, .sorry i {
  display: block;
  font-size: 220px;
  margin-bottom: 30px;
}
/* line 2003, style.scss */
.top-five span, .sorry span {
  display: block;
  font-size: 42px;
  margin-bottom: 30px;
}
/* line 2008, style.scss */
.top-five span small, .sorry span small {
  font-size: 28px;
  color: white;
  font-weight: 300;
}
/* line 2015, style.scss */
.top-five p, .sorry p {
  display: block;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 300;
}

/* line 2023, style.scss */
.the-best {
  padding-bottom: 0;
  margin-bottom: -1px;
}
/* line 2027, style.scss */
.the-best .box-container {
  margin-bottom: 0;
}
/* line 2031, style.scss */
.the-best.desktop {
  display: block;
}
/* line 2035, style.scss */
.the-best.mobile {
  display: none;
}

/* line 2041, style.scss */
.sorry {
  background-color: #202020;
  color: white;
}
/* line 2045, style.scss */
.sorry i {
  font-size: 90px;
}
/* line 2048, style.scss */
.sorry p {
  max-width: 620px;
  line-height: 1.2;
}

/* line 2054, style.scss */
.graduated {
  padding-bottom: 5%;
}
/* line 2056, style.scss */
.graduated h2 {
  margin-bottom: 40px;
}
/* line 2060, style.scss */
.graduated .graduates-recommend {
  margin-bottom: 40px;
  background-color: white;
}
/* line 2064, style.scss */
.graduated .graduates-recommend .contant-l {
  position: relative;
  width: 59%;
}
/* line 2068, style.scss */
.graduated .graduates-recommend .text-contant {
  position: relative;
  padding: 6% 20px 20px;
  margin: 0;
}
/* line 2074, style.scss */
.graduated .graduates-recommend .text-contant, .graduated .graduates-recommend .owl-controls {
  width: 41%;
}
/* line 2079, style.scss */
.graduated .graduates-recommend .owl-carousel .owl-controls {
  position: absolute;
}
/* line 2082, style.scss */
.graduated .graduates-recommend .owl-carousel .owl-controls .owl-nav {
  top: auto;
  bottom: 30px;
}
/* line 2088, style.scss */
.graduated .graduates-recommend .owl-carousel .owl-controls .owl-nav > div {
  left: 0;
  right: 0;
  width: 48px;
}
/* line 2094, style.scss */
.graduated .graduates-recommend .owl-carousel .owl-controls .owl-nav .owl-prev {
  right: 49px;
}
/* line 2098, style.scss */
.graduated .graduates-recommend .owl-carousel .owl-controls .owl-nav .owl-next {
  left: 49px;
}
/* line 2106, style.scss */
.graduated h3 {
  display: block;
  font-size: 34px;
  color: #e30047;
  line-height: 1.3;
  font-weight: 600;
}
/* line 2113, style.scss */
.graduated h3 + span {
  display: block;
  font-size: 30px;
  color: #e30047;
  font-weight: 400;
}
/* line 2119, style.scss */
.graduated h3 + span:after {
  content: "";
  display: block;
  width: 20%;
  height: 3px;
  background-color: #e30047;
  margin: 20px auto;
}
/* line 2130, style.scss */
.graduated p {
  display: block;
  max-width: 75%;
  font-size: 21px;
  line-height: 1.5;
}
/* line 2137, style.scss */
.graduated small, .graduated a {
  display: block;
  font-size: 28px;
}
/* line 2142, style.scss */
.graduated small {
  margin-bottom: 10px;
  color: #202020;
}
/* line 2147, style.scss */
.graduated a {
  color: #e30047;
  font-weight: 600;
}
/* line 2151, style.scss */
.graduated a:hover {
  color: #bc003a;
}

/* line 2157, style.scss */
.logos {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 2160, style.scss */
.logos h2 {
  margin-bottom: 40px;
}
/* line 2166, style.scss */
.logos .logos-container .company-logo {
  position: relative;
  width: -webkit-calc(100% / 7);
  width: -moz-calc(100% / 7);
  width: -o-calc(100% / 7);
  width: -ms-calc(100% / 7);
  width: calc(100% / 7);
  height: 14vw;
  border: 1px solid #898989;
  box-sizing: border-box;
}
/* line 2173, style.scss */
.logos .logos-container .company-logo img {
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 80%;
}
/* line 2183, style.scss */
.logos .logos-container .company-logo.pink {
  border: 0;
}

/* line 2192, style.scss */
.view-project h2 {
  margin-bottom: 40px;
}
/* line 2197, style.scss */
.view-project h3:after {
  background-color: #e30047;
}
/* line 2203, style.scss */
.view-project #view-project .owl-item {
  min-height: 400px;
}
/* line 2206, style.scss */
.view-project #view-project .owl-item .item {
  padding: 0;
  height: 100%;
  top: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  cursor: pointer;
}
/* line 2218, style.scss */
.view-project #view-project .image-contain {
  position: relative;
  width: 100%;
  height: 33vw;
  max-height: 200px;
  overflow: hidden;
}
/* line 2225, style.scss */
.view-project #view-project .image-contain img {
  position: absolute;
  top: 0;
}
/* line 2231, style.scss */
.view-project #view-project .text {
  padding: 0 7.2%;
}
/* line 2234, style.scss */
.view-project #view-project .text h3 {
  color: #e30047;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 20px 0;
}
/* line 2241, style.scss */
.view-project #view-project .text h3:after {
  width: 30%;
}
/* line 2246, style.scss */
.view-project #view-project .text p {
  font-size: 21px;
  line-height: 1.3;
}
@media (min-width: 993px) {
  /* line 2254, style.scss */
  .view-project #view-project .owl-controls .owl-nav .owl-next {
    right: auto;
    left: 0;
  }
  /* line 2258, style.scss */
  .view-project #view-project .owl-controls .owl-nav .owl-prev {
    left: auto;
    right: 0;
  }
}
/* line 2265, style.scss */
.view-project a {
  display: block;
  font-size: 28px;
  color: #e30047;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 2276, style.scss */
.invites .container {
  max-width: 656px;
}
/* line 2280, style.scss */
.invites h2 {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
/* line 2285, style.scss */
.invites h2:before {
  content: "";
  position: relative;
  display: block;
  background-image: url(../images/airplane.png);
  background-repeat: no-repeat;
  background-position: top left;
  height: 30vw;
  max-height: 180px;
  margin-bottom: -30px;
  z-index: 2;
}
/* line 2299, style.scss */
.invites p {
  display: block;
  font-size: 21px;
  line-height: 1.5;
}
/* line 2305, style.scss */
.invites .btn {
  display: block;
  max-width: 480px;
  width: 100%;
  margin: 25px auto;
  cursor: pointer;
}
/* line 2312, style.scss */
.invites .btn span {
  font-size: 42px;
  font-weight: 400;
}
/* line 2317, style.scss */
.invites .btn.blue {
  background-color: #37afe1;
}
/* line 2319, style.scss */
.invites .btn.blue:hover {
  background-color: white;
}
/* line 2321, style.scss */
.invites .btn.blue:hover span {
  color: #37afe1;
}

/* line 2329, style.scss */
footer {
  background-color: #202020;
  padding: 6% 0 20px;
}
/* line 2333, style.scss */
footer.invites .container {
  max-width: 845px;
}
/* line 2335, style.scss */
footer.invites .container div {
  margin-bottom: 20px;
}
/* line 2340, style.scss */
footer .uxv-logo {
  max-width: 150px;
  width: 100%;
}
/* line 2345, style.scss */
footer .websuit {
  direction: ltr;
}
@media (max-width: 767px) {
  /* line 2345, style.scss */
  footer .websuit {
    margin-top: 15px;
  }
}
/* line 2352, style.scss */
footer .websuit .websuit-logo {
  display: inline-block;
  max-width: 76px;
  width: 100%;
  image-rendering: pixelated;
}
@media (max-width: 767px) {
  /* line 2352, style.scss */
  footer .websuit .websuit-logo {
    margin-bottom: 5px !important;
  }
}
/* line 2362, style.scss */
footer .websuit span {
  display: inline-block;
  font-size: 14px;
}
/* line 2365, style.scss */
footer .websuit span > span {
  color: #e30047;
}
/* line 2371, style.scss */
footer a, footer span, footer small, footer div {
  display: block;
  color: white;
  font-weight: 300;
}
/* line 2377, style.scss */
footer a {
  display: block;
  opacity: 1;
  padding: 5px 0;
}
/* line 2382, style.scss */
footer a:hover {
  opacity: .8;
}
/* line 2387, style.scss */
footer .UXVision {
  margin-bottom: 10px;
}
/* line 2391, style.scss */
footer span {
  font-size: 28px;
}
/* line 2395, style.scss */
footer small {
  font-size: 21px;
  margin-bottom: 9px;
}

/* line 2401, style.scss */
.up {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}
@media (min-width: 769px) {
  /* line 2401, style.scss */
  .up {
    display: none;
  }
}
/* line 2411, style.scss */
.up i {
  font-size: 55px;
  color: white;
  vertical-align: middle;
}
/* line 2415, style.scss */
.up i:before {
  vertical-align: inherit;
}
/* line 2420, style.scss */
.up .icon {
  width: 80px;
  height: 80px;
  background-color: #e30047;
  border-radius: 50%;
  margin-bottom: 10px;
}
/* line 2428, style.scss */
.up span {
  color: #e30047;
  font-size: 21px;
}

/* line 2437, style.scss */
.lightbox-gallery {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 200;
}
/* line 2447, style.scss */
.lightbox-gallery .container {
  position: relative;
  max-width: 900px;
  padding: 10px 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 2454, style.scss */
.lightbox-gallery ul {
  list-style: none;
}
/* line 2458, style.scss */
.lightbox-gallery .big-images {
  margin-bottom: 20px;
}
/* line 2460, style.scss */
.lightbox-gallery .big-images .image-contain {
  overflow: hidden;
}
/* line 2462, style.scss */
.lightbox-gallery .big-images .image-contain img {
  position: relative;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 2472, style.scss */
.lightbox-gallery .big-images .owl-controls .owl-nav .owl-prev {
  left: -45px;
  right: auto;
}
/* line 2476, style.scss */
.lightbox-gallery .big-images .owl-controls .owl-nav .owl-next {
  right: -45px;
  left: auto;
}
/* line 2481, style.scss */
.lightbox-gallery .big-images .owl-stage-outer, .lightbox-gallery .big-images .image-contain {
  max-height: 60vh;
}
/* line 2486, style.scss */
.lightbox-gallery .thumbs {
  position: relative;
}
/* line 2488, style.scss */
.lightbox-gallery .thumbs .owl-stage {
  margin-left: 0;
  transform: translate3d(0px, 0px, 0px) !important;
}
/* line 2493, style.scss */
.lightbox-gallery .thumbs.owl-carousel .owl-item {
  float: left;
}
/* line 2495, style.scss */
.lightbox-gallery .thumbs.owl-carousel .owl-item.center {
  border: 1px solid red;
}
/* line 2499, style.scss */
.lightbox-gallery .thumbs .owl-stage-outer {
  max-height: 20vh;
}

/* line 2505, style.scss */
.close {
  position: absolute;
  background-color: rgba(46, 51, 55, 0.7);
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px;
  left: 0;
  height: 50px;
  width: 38px;
  box-sizing: inherit;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2521, style.scss */
.close:hover {
  opacity: .7;
  background-color: #2e3337;
}

/* ===== Media 1200px ===== */
@media (max-width: 1200px) {
  /* line 2529, style.scss */
  h3.bottom-border {
    padding: 0;
  }
  /* line 2531, style.scss */
  h3.bottom-border:after {
    margin: 5px auto 8px;
  }

  /* line 2535, style.scss */
  .playbtn {
    bottom: 12%;
  }
}
/* ===== Media 1200px ===== */
/* ===== Media 992px ===== */
@media (max-width: 992px) and (min-width: 769px) {
  /* line 2543, style.scss */
  .contact-us.top-header {
    top: 105px;
  }

  /* line 2547, style.scss */
  h3.bottom-border {
    font-size: 2.5vw;
  }

  /* line 2552, style.scss */
  .about-us .box-contain .box p,
  .the-best .box-contain .box p {
    font-size: 1.8vw;
  }

  /* line 2557, style.scss */
  .about-us .box-container.the-best .box,
  .the-best .box-container.the-best .box {
    padding: 1.9% 0.8vw;
  }

  /* line 2561, style.scss */
  .track #track-carousel .owl-item {
    min-height: 520px;
  }

  /* line 2565, style.scss */
  .lightbox-gallery .container {
    max-width: 780px;
  }
}
/* ===== Media 992px ===== */
@media (max-width: 992px) {
  /* line 2571, style.scss */
  .characterization {
    display: none;
  }
}
/* ===== Media 992px ===== */
/* ===== Media 768px ===== */
@media (max-width: 768px) {
  /* line 2579, style.scss */
  body {
    font-weight: 100;
  }

  /* line 2583, style.scss */
  h2 {
    font-size: 30px;
  }

  /* line 2587, style.scss */
  .btn {
    position: 15px 5px;
  }
  /* line 2589, style.scss */
  .btn span {
    font-weight: 400;
  }

  /* line 2594, style.scss */
  small {
    font-size: 19px;
  }

  /* line 2598, style.scss */
  h3.bottom-border {
    font-size: 30px;
    font-weight: 400;
  }
  /* line 2602, style.scss */
  h3.bottom-border:after {
    margin: 15px auto 13px;
    height: 2px;
  }

  /* line 2608, style.scss */
  section {
    padding-top: 8%;
  }

  /* line 2612, style.scss */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 2618, style.scss */
  .contact-us a {
    font-size: 30px;
  }
  /* line 2622, style.scss */
  .contact-us.top-header {
    position: fixed;
    z-index: 9;
    max-width: none;
  }
  /* line 2627, style.scss */
  .contact-us.top-header:before {
    display: none;
  }
  /* line 2631, style.scss */
  .contact-us.top-header .close {
    position: absolute;
    display: block;
    left: 13px;
    background-size: 22px;
  }
  /* line 2638, style.scss */
  .contact-us.top-header h2 {
    font-weight: 100;
    text-align: right;
  }
  /* line 2643, style.scss */
  .contact-us.top-header .cotain {
    width: 100%;
    background-color: #2E3337;
  }
  /* line 2648, style.scss */
  .contact-us.top-header p {
    font-size: 19px;
    font-weight: 100;
  }
  /* line 2652, style.scss */
  .contact-us.top-header p + .pull-right {
    font-weight: 500;
  }
  /* line 2657, style.scss */
  .contact-us.top-header .field input {
    color: #2e3337;
  }
  /* line 2661, style.scss */
  .contact-us.top-header.open {
    padding-top: 0;
  }
  /* line 2667, style.scss */
  .contact-us.candidacy.top-header, .contact-us.talk.top-header {
    top: 0;
    left: auto;
  }

  /* line 2676, style.scss */
  .cover_photo .owl-carousel .owl-stage {
    height: 70vw;
    max-height: 480px;
    overflow: hidden;
  }
  /* line 2681, style.scss */
  .cover_photo .owl-carousel .owl-stage .img-container {
    position: relative;
    display: block;
    width: 138.5vw;
    height: 100%;
    max-width: 200%;
    text-align: center;
  }
  /* line 2691, style.scss */
  .cover_photo .owl-carousel .owl-controls .owl-nav {
    display: none;
  }
  /* line 2695, style.scss */
  .cover_photo .owl-carousel#cover-photo .text {
    font-size: 35px;
  }
  /* line 2699, style.scss */
  .cover_photo .text {
    font-size: 32px;
  }

  /* line 2704, style.scss */
  header {
    position: fixed;
    width: 100%;
    z-index: 4;
    /*nav {
    	position: fixed;
    	top: 0;
    	right: 0;
    	height: 100vh;
    	padding-top: 65px;
    	max-height: 0;
    	width: 0;
    	z-index: 99;
    	overflow: auto;
    	background-color: #2E3337;

    	ul {
    		display: block;
    		justify-content: inherit;

    		li {
    			display: block;
    			text-align: right;
    			border-top: 2px solid #383D40;
    			padding: 6.5% 8px 1%;

    			i, span {
    				display: inline-block;
    			}

    			i {
    				width: 23%;
    				text-align: center;
    				vertical-align: text-top;
    			}

    			span {
    				width: 74%;
    			}

    			&.active span {
    				font-weight: bold;
    			}
    		}
    	}

    	&.open {
    		width: 75%;
    		max-height: 100%;
    	}
    }*/
  }
  /* line 2709, style.scss */
  header h1 {
    line-height: 1.2;
  }
  /* line 2711, style.scss */
  header h1 strong {
    display: block;
  }
  /* line 2764, style.scss */
  header nav {
    position: relative;
    max-height: 0;
    width: 0;
    z-index: 99;
    background-color: #2E3337;
    margin: 0;
  }
  /* line 2772, style.scss */
  header nav ul {
    display: block;
    height: 100%;
    justify-content: inherit;
  }
  /* line 2777, style.scss */
  header nav ul li {
    display: inline-block;
    float: right;
    width: 33.33%;
    height: 133px;
    background-color: #373C3D;
    margin-bottom: 3px;
    font-size: 21px;
  }
  /* line 2791, style.scss */
  header nav ul li.active, header nav ul li:hover {
    color: white;
    border-bottom: 0;
    background-color: #303847;
    -webkit-box-shadow: -6px 10px 20px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: -6px 10px 20px 2px rgba(0, 0, 0, 0.5) inset;
    -o-box-shadow: -6px 10px 20px 2px rgba(0, 0, 0, 0.5) inset;
    -ms-box-shadow: -6px 10px 20px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow: -6px 10px 20px 2px rgba(0, 0, 0, 0.5) inset;
  }
  /* line 2797, style.scss */
  header nav ul li.active span, header nav ul li:hover span {
    font-weight: 100;
  }
  /* line 2804, style.scss */
  header nav.open {
    padding: 10px;
    width: 100%;
    max-height: 330px;
    border-top: 0.1em solid #898989;
  }
  /* line 2812, style.scss */
  header .navber {
    padding: 5px 5px 0;
  }
  /* line 2815, style.scss */
  header .navber > .pull-right {
    z-index: 101;
  }
  /* line 2819, style.scss */
  header .navber > .pull-left {
    z-index: 10;
  }
  /* line 2825, style.scss */
  header .navber .contact-btn.triger-btn .desktop {
    display: none;
  }
  /* line 2828, style.scss */
  header .navber .contact-btn.triger-btn .mobile {
    display: block;
  }
  /* line 2831, style.scss */
  header .navber .contact-btn.triger-btn + .clearfix {
    display: block;
  }
  /* line 2836, style.scss */
  header .navber .contact-btn.btn-group {
    display: none;
    float: none !important;
    margin: 0 -5px;
    background-color: #e30047;
    border: 3px solid white;
    box-sizing: border-box;
  }
  /* line 2845, style.scss */
  header .navber .contact-btn i {
    opacity: 1;
  }
  /* line 2849, style.scss */
  header .navber .contact-btn .btn, header .navber .contact-btn i {
    line-height: 60px;
  }
  /* line 2853, style.scss */
  header .navber .contact-btn .buttons {
    width: 180px;
    float: left !important;
  }
  /* line 2857, style.scss */
  header .navber .contact-btn .buttons button {
    width: 57px;
    text-align: center;
  }
  /* line 2861, style.scss */
  header .navber .contact-btn .buttons button:hover i {
    opacity: .7;
  }
  /* line 2867, style.scss */
  header .navber .contact-btn .btn {
    border: 0;
    margin-bottom: 5px;
    line-height: 1.3;
    -webkit-box-shadow: 0 0 0 0 rgba(250, 250, 250, 0) inset;
    -moz-box-shadow: 0 0 0 0 rgba(250, 250, 250, 0) inset;
    -o-box-shadow: 0 0 0 0 rgba(250, 250, 250, 0) inset;
    -ms-box-shadow: 0 0 0 0 rgba(250, 250, 250, 0) inset;
    box-shadow: 0 0 0 0 rgba(250, 250, 250, 0) inset;
  }

  /* line 2877, style.scss */
  characterization {
    padding-top: 20px;
  }

  /* line 2881, style.scss */
  .set-out {
    padding-top: 10px;
  }
  /* line 2883, style.scss */
  .set-out .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 2887, style.scss */
  .set-out .item {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  /* line 2892, style.scss */
  .set-out .item:nth-of-type(odd) {
    padding-left: 10px;
  }
  /* line 2895, style.scss */
  .set-out .item:nth-of-type(even) {
    padding-right: 10px;
  }
  /* line 2899, style.scss */
  .set-out .item:first-of-type i {
    font-size: 53px;
    margin-bottom: 0;
  }
  /* line 2904, style.scss */
  .set-out .item i {
    font-size: 45px;
    margin-bottom: 10px;
  }
  /* line 2909, style.scss */
  .set-out .item h4 {
    font-size: 30px;
  }
  /* line 2913, style.scss */
  .set-out .item p {
    font-size: 17px;
  }
  /* line 2917, style.scss */
  .set-out .item:nth-of-type(even):after {
    content: "";
    clear: both;
    display: inline-block;
  }

  /* line 2929, style.scss */
  #planning-course .owl-item .item,
  #track-carousel .owl-item .item,
  #view-project .owl-item .item {
    min-height: 350px;
  }
  /* line 2932, style.scss */
  #planning-course .owl-item h3,
  #track-carousel .owl-item h3,
  #view-project .owl-item h3 {
    font-size: 30px;
  }
  /* line 2935, style.scss */
  #planning-course .owl-item p,
  #track-carousel .owl-item p,
  #view-project .owl-item p {
    font-size: 19px;
  }

  /* line 2940, style.scss */
  .planning-course .btn {
    max-width: 500px;
  }

  /* line 2945, style.scss */
  .about-us .clearfix + small {
    padding-top: 7%;
  }

  /* line 2951, style.scss */
  .track .container {
    padding: 0;
  }
  /* line 2956, style.scss */
  .track #track-carousel .owl-item {
    min-height: 500px;
  }
  /* line 2960, style.scss */
  .track #track-carousel .image-contain {
    height: 45%;
  }
  /* line 2964, style.scss */
  .track #track-carousel .text {
    padding: 0 4%;
  }
  /* line 2966, style.scss */
  .track #track-carousel .text h3 {
    font-size: 25px;
  }
  /* line 2971, style.scss */
  .track #track-carousel a {
    font-size: 19px;
  }

  /* line 2983, style.scss */
  .about-us .box-contain.two, .about-us .box-contain.one, .the-best .box-contain.two, .the-best .box-contain.one {
    width: 100%;
  }
  /* line 2987, style.scss */
  .about-us .box-contain.one .box, .the-best .box-contain.one .box {
    width: 50%;
  }
  /* line 2991, style.scss */
  .about-us .box-contain .box, .the-best .box-contain .box {
    height: 48.34vw;
    padding: 1.9% 3.8%;
  }
  /* line 2995, style.scss */
  .about-us .box-contain .box h3.bottom-border, .the-best .box-contain .box h3.bottom-border {
    padding: 8% 0;
  }
  /* line 2997, style.scss */
  .about-us .box-contain .box h3.bottom-border:after, .the-best .box-contain .box h3.bottom-border:after {
    height: 2px;
    margin: 5% auto 0;
  }
  /* line 3003, style.scss */
  .about-us .box-contain .box p, .the-best .box-contain .box p {
    font-size: 19px;
  }

  /* line 3010, style.scss */
  .top-five, .sorry {
    padding-bottom: 10%;
  }
  /* line 3012, style.scss */
  .top-five i, .sorry i {
    font-size: 180px;
  }
  /* line 3016, style.scss */
  .top-five span, .sorry span {
    font-size: 30px;
    margin-bottom: 20px;
  }
  /* line 3021, style.scss */
  .top-five p, .sorry p {
    font-size: 19px;
  }
  /* line 3025, style.scss */
  .top-five small, .sorry small {
    padding-top: 0;
  }

  /* line 3031, style.scss */
  .top-five span > span {
    display: block;
    padding-top: 10px;
  }
  /* line 3036, style.scss */
  .top-five p {
    max-width: 460px;
  }
  /* line 3039, style.scss */
  .top-five br {
    display: none;
  }

  /* line 3045, style.scss */
  .sorry i {
    font-size: 60px;
  }
  /* line 3048, style.scss */
  .sorry span small {
    padding-top: 5px;
    font-size: 20px;
  }

  /* line 3055, style.scss */
  #the-best_area small {
    max-width: 400px;
  }
  /* line 3059, style.scss */
  #the-best_area .the-best.desktop {
    display: none;
  }
  /* line 3063, style.scss */
  #the-best_area .the-best.mobile {
    display: block;
  }

  /* line 3069, style.scss */
  .graduated {
    padding-bottom: 8%;
  }
  /* line 3071, style.scss */
  .graduated .container {
    padding: 0 10px;
  }
  /* line 3074, style.scss */
  .graduated h3 {
    font-size: 30px;
  }
  /* line 3076, style.scss */
  .graduated h3 + span:after {
    height: 2px;
  }
  /* line 3081, style.scss */
  .graduated .graduates-recommend {
    display: block;
    overflow: visible;
    margin-bottom: 30px;
  }
  /* line 3086, style.scss */
  .graduated .graduates-recommend .contant-l, .graduated .graduates-recommend #graduates-recommend {
    float: none !important;
    display: block;
    width: 100%;
  }
  /* line 3092, style.scss */
  .graduated .graduates-recommend .text-contant, .graduated .graduates-recommend .owl-controls {
    width: 100%;
  }
  /* line 3096, style.scss */
  .graduated .graduates-recommend .text-contant {
    background-color: white;
    padding: 5% 30px 15%;
  }
  /* line 3102, style.scss */
  .graduated .graduates-recommend .owl-carousel .owl-controls {
    bottom: 20%;
  }
  /* line 3105, style.scss */
  .graduated .graduates-recommend .owl-carousel .owl-controls .owl-nav {
    top: 50%;
    bottom: auto;
    width: 100%;
  }
  /* line 3110, style.scss */
  .graduated .graduates-recommend .owl-carousel .owl-controls .owl-nav > div {
    left: auto;
    right: auto;
    width: auto;
  }
  /* line 3116, style.scss */
  .graduated .graduates-recommend .owl-carousel .owl-controls .owl-nav .owl-prev {
    right: auto;
    left: -10px;
  }
  /* line 3121, style.scss */
  .graduated .graduates-recommend .owl-carousel .owl-controls .owl-nav .owl-next {
    left: auto;
    right: -10px;
  }
  /* line 3132, style.scss */
  .graduated p {
    max-width: 87%;
  }
  /* line 3136, style.scss */
  .graduated small, .graduated a, .graduated p {
    font-size: 19px;
  }

  /* line 3142, style.scss */
  .logos h2 {
    margin-bottom: 30px;
  }
  /* line 3146, style.scss */
  .logos .logos-container .company-logo {
    position: relative;
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: -o-calc(100% / 4);
    width: -ms-calc(100% / 4);
    width: calc(100% / 4);
    height: 27vw;
    display: none;
  }
  /* line 3152, style.scss */
  .logos .logos-container .company-logo:nth-of-type(-n+12) {
    display: block;
  }

  /* line 3161, style.scss */
  .view-project #view-project .owl-item {
    max-height: 400px;
  }
  /* line 3164, style.scss */
  .view-project #view-project .image-contain {
    height: 50vw;
  }
  /* line 3167, style.scss */
  .view-project #view-project .text {
    padding: 20px 10px 10px;
  }
  /* line 3170, style.scss */
  .view-project #view-project .text h3 {
    font-size: 30px;
  }
  /* line 3173, style.scss */
  .view-project #view-project .text p {
    font-size: 19px;
  }
  /* line 3178, style.scss */
  .view-project a {
    font-size: 19px;
  }

  /* line 3185, style.scss */
  .invites h2:before {
    background-size: 62%;
    margin: 0 -15px -30px;
  }
  /* line 3190, style.scss */
  .invites p {
    font-size: 19px;
  }
  /* line 3193, style.scss */
  .invites .btn {
    max-width: 390px;
    margin-bottom: 15%;
  }
  /* line 3197, style.scss */
  .invites .btn span {
    font-size: 35px;
    font-weight: 100;
  }
  /* line 3203, style.scss */
  .invites .up {
    position: relative;
    display: block;
    right: auto;
    bottom: auto;
  }
  /* line 3208, style.scss */
  .invites .up span {
    font-size: 20px;
    font-weight: 600;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  /* line 2777, style.scss */
  header nav ul li {
    width: 50%;
    height: 140px;
  }
}
/* ===== Media 768px ===== */
/* ===== Media 480px ===== */
@media (max-width: 480px) {
  /* line 3220, style.scss */
  .nav-icon {
    width: 26px;
    margin-right: 0;
  }
  /* line 3224, style.scss */
  .nav-icon:before, .nav-icon div, .nav-icon:after {
    height: 2px;
    margin: 0 0 5px;
  }
  /* line 3228, style.scss */
  .nav-icon:after {
    margin: 0;
  }
  /* line 3233, style.scss */
  .nav-icon.close_btn:before {
    transform: translateY(8px) rotate(135deg);
    -moz-transform: translateY(8px) rotate(135deg);
    -webkit-transform: translateY(8px) rotate(135deg);
  }
  /* line 3239, style.scss */
  .nav-icon.close_btn:after {
    transform: translateY(-6px) rotate(-135deg);
    -moz-transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(-6px) rotate(-135deg);
  }

  /* line 3248, style.scss */
  header h1 {
    font-size: 4.5vw;
    margin-right: 3px;
  }
  /* line 3255, style.scss */
  header .navber .contact-btn .btn {
    /*width: 65%;*/
  }
  /* line 3257, style.scss */
  header .navber .contact-btn .btn span {
    font-size: 5.4vw;
  }
  /* line 3262, style.scss */
  header .navber .contact-btn i {
    width: 100%;
    font-size: 6vw;
  }
  /* line 3270, style.scss */
  header nav ul li {
    font-size: 22px;
  }
  /* line 3272, style.scss */
  header nav ul li i {
    font-size: 31px;
  }

  /* line 3281, style.scss */
  .contact-us h2 {
    font-size: 26px;
  }
  /* line 3285, style.scss */
  .contact-us .cotain .close {
    background-position: top 25% center;
  }
  /* line 3288, style.scss */
  .contact-us .cotain p {
    width: 68%;
    font-size: 17px;
  }
  /* line 3291, style.scss */
  .contact-us .cotain p + .pull-right {
    font-size: 17px;
    width: 32%;
  }

  /* line 3300, style.scss */
  .cover_photo .owl-carousel .owl-stage {
    height: 100%;
    max-height: 550px;
  }
  /* line 3303, style.scss */
  .cover_photo .owl-carousel .owl-stage .img-container {
    width: 300vw;
  }
  /* line 3307, style.scss */
  .cover_photo .text {
    top: 16%;
  }

  /* line 3313, style.scss */
  .set-out .item {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 3316, style.scss */
  .set-out .item:nth-of-type(odd), .set-out .item:nth-of-type(even) {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 3320, style.scss */
  .set-out .item:last-child {
    padding-bottom: 0;
  }

  /* line 3328, style.scss */
  #planning-course .owl-item .item, #track-carousel .owl-item .item, #view-project .owl-item .item {
    padding-left: 45px;
    padding-right: 45px;
  }

  /* line 3337, style.scss */
  .about-us .box-contain .box, .the-best .box-contain .box {
    padding: 5px;
  }
  /* line 3340, style.scss */
  .about-us .box-contain .box h3.bottom-border, .the-best .box-contain .box h3.bottom-border {
    font-size: 6vw;
  }
  /* line 3344, style.scss */
  .about-us .box-contain .box p, .the-best .box-contain .box p {
    font-size: 4vw;
  }

  /* line 3351, style.scss */
  .track .container h2 {
    padding: 0 15px;
  }

  /* line 3355, style.scss */
  .top-five i {
    font-size: 160px;
  }

  /* line 3360, style.scss */
  .the-best .box-container.the-best .box {
    padding: 5px;
  }
  /* line 3363, style.scss */
  .the-best .logo {
    background-size: 70%;
  }

  /* line 3368, style.scss */
  .graduated .graduates-recommend .owl-controls {
    bottom: 25%;
  }

  /* line 3372, style.scss */
  .view-project #view-project .owl-item {
    min-height: 400px;
  }

  /* line 3377, style.scss */
  .invites h2 {
    font-size: 7.3vw;
  }
  /* line 3380, style.scss */
  .invites .btn span {
    font-size: 7.5vw;
  }

  /* line 3385, style.scss */
  footer {
    padding-bottom: 30px;
  }
  /* line 3387, style.scss */
  footer .uxv-logo {
    max-width: 90px;
  }
  /* line 3390, style.scss */
  footer span, footer small {
    font-size: 16px;
  }
  /* line 3394, style.scss */
  footer .websuit {
    margin: 0 auto;
    float: none !important;
  }

  /* line 3400, style.scss */
  .btn span {
    font-size: 20px;
  }

  /* line 3405, style.scss */
  .lightbox-gallery .container {
    padding: 0;
  }
  /* line 3408, style.scss */
  .lightbox-gallery .big-images .owl-controls .owl-nav .owl-prev {
    left: 0;
  }
  /* line 3411, style.scss */
  .lightbox-gallery .big-images .owl-controls .owl-nav .owl-next {
    right: 0;
  }
  /* line 3414, style.scss */
  .lightbox-gallery .close {
    top: -50px;
  }
}
/* ===== Media 480px ===== */
@media (max-width: 370px) {
  /* line 3423, style.scss */
  .playbtn {
    width: 60px;
    height: 60px;
    bottom: 6%;
  }
  /* line 3428, style.scss */
  .playbtn:before {
    width: 72px;
    height: 72px;
  }
  /* line 3432, style.scss */
  .playbtn i {
    line-height: 56px;
    font-size: 26px;
    padding-left: 3px;
  }

  /* line 3440, style.scss */
  .track .container {
    padding: 0;
  }
  /* line 3443, style.scss */
  .track #track-carousel .text {
    padding: 0 45px;
  }
}
