body {
  font-family: Raleway, sans-serif;
  color: #818181;
  font-size: 14px;
  line-height: 24px;
}
h1 {
  display: block;
  margin: 20px auto 10px 61px;
  float: left;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
	display: inline-block;
	margin: 0px 5px 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	list-style-type: square;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.header {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.nav-link {
	padding: 10px;
	border-top: 3px solid transparent;
	color: #515151;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.nav-link:hover {
  border-top-color: #0aceff;
}
.nav-link.w--current {
  border-top-color: #0aceff;
  color: #414141;
}
.nav-link.scroll {
  padding: 20px;
  color: white;
}
.nav-link.scrollmenu {
  -webkit-transition: color 500ms ease, -webkit-transform 500ms ease;
  transition: color 500ms ease, transform 500ms ease;
  color: #f0ebeb;
}
.nav-link.scrollmenu:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #43d640;
}
.top-header {
  margin-bottom: -50px;
  padding-bottom: 50px;
  border-top: 3px solid #0aceff;
  background-color: white;
}
.nav-menu {
  float: none;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.container {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.top-info {
  border-bottom: 1px solid #ebebeb;
}
.social-line {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: -1px;
  padding-top: 7px;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  text-align: center;
}
.social {
  opacity: 0.6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social:hover {
  opacity: 1;
}
.slider {
  height: 400px;
  background-color: whitesmoke;
}
.hide {
  display: none;
}
.arrow {
  width: 70px;
  height: 70px;
  margin-left: 21px;
  padding-top: 22px;
  padding-right: 6px;
  border-radius: 8px;
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 25px;
}
.arrow:hover {
  background-color: #0aceff;
}
.arrow._2 {
  margin-right: 21px;
  margin-left: -11px;
  padding-left: 4px;
}
.slide_1 {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.container-top {
  text-align: center;
}
.section-service {
  padding-top: 80px;
  padding-bottom: 80px;
}
.row-services {
  text-align: center;
}
.row-services._2 {
  margin-top: 50px;
}
.circle-services {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 29px;
  border: 1px solid #0aceff;
  border-radius: 100px;
}
.serv-tittle {
  color: #414141;
  font-size: 16px;
  font-weight: 700;
}
.section-portfolio {
  padding-top: 80px;
  padding-bottom: 80px;
}
.line {
  position: relative;
  bottom: 33px;
  display: block;
  width: 50%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0aceff;
}
.line.about {
  width: 100%;
  margin-right: 0px;
}
.first-tittle {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #0aceff;
  border-radius: 2px;
  background-color: white;
  color: #0aceff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.first-tittle.about {
  background-color: #f6f6f6;
}
.container-portfolio {
  margin-top: -70px;
  margin-bottom: 30px;
  text-align: center;
}
.portfolio-wrapper {
  margin-top: -2px;
  padding-top: 15px;
  padding-bottom: 13px;
  border: 1px solid #ebebeb;
  background-color: white;
  box-shadow: #f6f6f6 0px 2px 0px 0px;
  text-align: center;
}
.sub-tittle {
  color: #b5b5b5;
  font-size: 13px;
}
.portfolio-tittle {
  margin-bottom: 10px;
  color: #717171;
  font-size: 15px;
  line-height: 10px;
  font-weight: 500;
}
.column-portfolio {
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}
.portfolio-overlay {
  position: absolute;
  width: 300px;
  height: 186px;
  padding-top: 70px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.hover-ico {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0.49);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hover-ico:hover {
  background-color: black;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.section-features {
  padding-top: 50px;
  background-color: #f6f6f6;
  background-image: url('../images/big-logo.png');
  background-position: 0px 50%;
  background-size: 800px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section-features._2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.button-one {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 15px 13px;
  float: right;
  border-radius: 2px;
  background-color: #0aceff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
.button-one:hover {
  background-color: #54ddff;
}
.button-one.hero {
  margin-top: -15px;
  border: 1px solid white;
  background-color: transparent;
  opacity: 0.7;
}
.button-one.hero:hover {
  opacity: 1;
}
.button-one.sld {
  margin-top: 20px;
  margin-right: 123px;
  padding-right: 15px;
  text-decoration: none;
}
.button-one.sld.sld2 {
  margin-left: 134px;
  float: left;
}
.button-one.see-more {
  margin-left: 405px;
  float: left;
}
.button-one.school-groups {
  margin-right: 31px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.button-one._404_page {
  margin-right: 110px;
}
.button-wrapper {
  margin-top: 40px;
  text-align: center;
}
.text-button {
  display: block;
  margin: 0px auto -1px;
  padding-left: 12px;
  float: right;
  color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.text-button.hero {
  margin-left: 0px;
  padding-right: 12px;
}
.text-button.schools {
  margin-top: -14px;
}
.text-button.slide_front {
  padding-right: 13px;
}
.column_about {
  padding-top: 45px;
  text-align: left;
}
.column_about.down {
  padding-top: 55px;
}
.column_about.l2 {
  text-align: right;
}
.div_features {
  margin-top: 30px;
}
.circle-features {
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding-top: 14px;
  float: left;
  border: 1px solid #0aceff;
  border-radius: 100px;
  text-align: center;
}
.list {
  display: inline;
  margin-bottom: 1px;
  padding-bottom: 0px;
  padding-left: 72px;
  text-align: left;
}
.butto-team {
  margin-top: 30px;
}
.col-clients {
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #e1e1e1;
  text-align: center;
}
.fun-section {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0aceff;
}
.row-fun {
  text-align: center;
}
.number-fun {
  margin-bottom: 29px;
  color: white;
  font-size: 60px;
  font-weight: 600;
}
.name-fun {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  letter-spacing: 0px;
}
.col-fun {
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.34);
}
.col-fun.no_line {
  border-right-style: none;
}
.testimonials-section {
  margin-top: -44px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.testi_wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f6f6f6;
}
.test-circle {
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 90px;
  float: left;
  border-radius: 100px;
  background-image: url('../images/client1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.test-circle._2 {
  background-image: url('../images/cleint3.jpg');
}
.name-testi {
  margin-top: 20px;
  margin-bottom: 13px;
  font-weight: 600;
}
.position {
  color: #0aceff;
  font-weight: 400;
}
.testi {
  color: #b8b8b8;
  font-style: italic;
  font-weight: 300;
}
.arrow_down {
  position: relative;
  right: 60px;
  width: 0px;
  height: 0px;
  float: right;
  border-top: 25px solid #f6f6f6;
  border-right: 34px solid transparent;
  border-left: 0px solid transparent;
}
.row-testi {
  margin-top: 20px;
}
.container-work {
  margin-top: 50px;
}
.footer {
  margin-top: -10px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 10px solid #2e2e2e;
  background-color: rgba(71, 71, 71, 0.88);
}
.hero-section {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #0aceff;
}
.hero-text {
  position: relative;
  z-index: 2;
  display: inline-block;
  float: left;
  color: white;
  font-size: 28px;
  font-weight: 200;
}
.buton-hero {
  position: relative;
  margin-top: -43px;
  float: none;
  text-align: right;
}
.bottom-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #404040;
}
.logo-footer {
  position: static;
  width: 200px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  float: none;
  background-color: transparent;
  opacity: 1;
}
.lighter {
  color: #8c8989;
  font-style: italic;
  text-shadow: rgba(0, 0, 0, 0.29) 1px 1px 0px;
}
.fotter {
  margin-top: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(66, 66, 66, 0.94);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.colum-footer {
  text-align: left;
}
.text-footer {
  display: inline-block;
  margin-left: 10px;
  color: #9e9e9e;
}
.column-footer {
  text-align: right;
}
.nav-footer {
  padding: 0px 12px;
  border-right: 1px solid #615d5d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #9e9e9e;
  font-size: 13px;
  text-decoration: none;
}
.nav-footer:hover {
  color: white;
}
.nav-footer.no-line {
  padding-right: 0px;
  border-right-style: none;
}
.row-info {
  margin-top: 35px;
}
.info {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
.info.add {
  margin-left: 0px;
}
.list-info {
  padding-bottom: 10px;
}
.list-info.add {
  padding-bottom: 2px;
}
.email {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}
.email:hover {
  color: #0aceff;
}
.ico-info {
  opacity: 0.52;
}
.text-field {
  border: 1px solid rgba(66, 66, 66, 0.94);
  background-color: #383838;
  color: white;
  font-size: 13px;
  font-style: italic;
}
.text-field:focus {
  border-color: #0aceff;
  background-color: #333;
}
.text-area {
  padding-bottom: 30px;
  border: 1px solid rgba(66, 66, 66, 0.94);
  background-color: #383838;
  color: white;
  font-size: 13px;
  font-style: italic;
}
.text-area:focus {
  border-color: #0aceff;
  background-color: #333;
}
.submit {
  margin-top: 5px;
  padding: 13px 15px;
  border-radius: 2px;
  background-color: #0aceff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.submit:hover {
  background-color: #54ddff;
  color: white;
}
.success {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 4px;
  background-color: #0aceff;
  color: white;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}
.error {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #ff5757;
  color: white;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}
.header-scroll {
  position: fixed;
  z-index: 1001;
  display: none;
  width: 100%;
  background-color: rgba(34, 34, 36, 0.8);
}
.brand-scroll {
  padding-top: 7px;
}
.go-top {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 20px;
  padding-top: 2px;
  float: right;
  border-radius: 2px;
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  text-decoration: none;
}
.go-top:hover {
  opacity: 1;
}
.work-section {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #ebebeb;
  background-color: #f6f6f6;
}
.row-works {
  margin-top: 20px;
}
.section-team {
  margin-top: 25px;
  padding-top: 0px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #f6f6f6;
}
.section-team.remove_line {
  margin-top: 0px;
  border-top-style: none;
}
.section-team.remove_line._2 {
  border-bottom-style: none;
}
.section-team.remove_line.w {
  background-color: white;
}
.staf-column {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
.service-section {
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #f6f6f6;
}
.procces-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.row-process {
  margin-top: 30px;
}
.process-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #f6f6f6;
  text-align: center;
}
.name-procces {
  margin-top: 20px;
  color: #414141;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.name-procces.white {
  margin-top: 0px;
  margin-bottom: 10px;
}
.process-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 10px;
  background-color: #0aceff;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.process-overlay:hover {
  opacity: 1;
}
.div-space {
  margin-top: 50px;
  margin-bottom: 50px;
}
.white {
  color: rgba(255, 255, 255, 0.9);
}
.name_team {
  margin-bottom: 15px;
  color: #414141;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.column-name {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}
.team-position {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #0aceff;
  color: white;
  font-size: 13px;
  text-transform: capitalize;
}
.social-team {
  width: 35px;
  height: 35px;
  margin-right: 3px;
  padding-top: 5px;
  background-color: #bfbfbf;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.social-team:hover {
  background-color: #0aceff;
}
.div-team {
  margin-top: 20px;
}
._404-section {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #ebebeb;
  background-color: #f6f6f6;
}
.container-404 {
  padding-top: 80px;
  padding-bottom: 80px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background-color: white;
  text-align: center;
}
.circle-404 {
  display: block;
  width: 400px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 105px;
  border: 7px solid #ebebeb;
  border-radius: 200px;
}
._404 {
  margin-bottom: 66px;
  color: #e1e1e1;
  font-size: 120px;
  font-weight: 600;
}
._404-text {
  margin-bottom: 28px;
  color: #b3b3b3;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}
.price-block {
  position: relative;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background-color: white;
  text-align: center;
}
.circle-price {
  display: block;
  width: 140px;
  height: 140px;
  margin: -72px auto 20px;
  padding-top: 35px;
  border: 7px solid #f6f6f6;
  border-radius: 100px;
  background-color: #0aceff;
  text-align: center;
}
.container-price {
  margin-top: 120px;
}
.price-text {
  margin-bottom: 10px;
  color: white;
  font-size: 35px;
  font-weight: 600;
}
.month-text {
  color: rgba(255, 255, 255, 0.72);
}
.tittle-price {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}
.list-price {
  padding-top: 10px;
  padding-bottom: 10px;
}
.div-price {
  margin-top: 10px;
}
.nav-mobile {
  background-color: white;
}
.slide_2 {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.column_slider {
  text-align: center;
}
.column_slider.text {
  padding-top: 26px;
}
.row-slider {
  margin-top: -25px;
  margin-bottom: 0px;
}
.row-slider.slide2 {
  margin-top: -34px;
  padding-bottom: 45px;
}
.pslider {
  color: #414141;
}
.slider_subtext {
  margin-bottom: 20px;
  color: #0aceff;
  font-size: 16px;
}
.home {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(black, white), url('../images/example-bg.png');
  background-image: linear-gradient(black, white), url('../images/example-bg.png');
  background-size: auto, 125px;
  box-shadow: white 0px 0px 6px 0px;
  opacity: 1;
}
.accommodation-link {
  text-decoration: none;
}
.main-logo {
  width: 550px;
  height: 250px;
}
.teams-work-image {
  display: block;
  width: 700px;
  height: 420px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  float: none;
}
.school-group---section {
  margin-top: 25px;
}
.accommodation-list {
  margin-top: 17px;
}
.row-accommodation {
  margin-top: 40px;
  margin-bottom: 30px;
}
.smaller-image-accom {
  margin-top: 4px;
}
.boundless-image {
  margin-top: 20px;
}
.leadership-development-image {
  margin-top: 20px;
}
.tools-for-life {
  margin-top: -1px;
}
.extreme-fun {
  margin-top: -1px;
}
.school-videos {
  margin-top: -30px;
}
.climb-video {
  height: 345px;
  margin-top: 0px;
}
.lightbox-text {
  display: inline-block;
  margin-left: 328px;
  padding-bottom: 20px;
  float: none;
  opacity: 0.58;
  font-family: Raleway, sans-serif;
  color: #0a4bff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}
.lightbox {
  margin-top: 20px;
  padding-bottom: 0px;
}
.home-map {
  margin-left: 0px;
  padding-right: 190px;
  padding-bottom: 92px;
  padding-left: 58px;
}
.slide {
  margin-top: 59px;
}
.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #878686;
  opacity: 0.9;
}
.map-section {
  margin-bottom: -30px;
}
.accommodation-map {
  margin-left: 0px;
  padding-right: 82px;
  padding-bottom: 83px;
  padding-left: 0px;
}
.scroll-logo {
  margin-top: 4px;
}
.slide_2_image {
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}
.column-2-jff {
  display: inline;
  margin-top: 0px;
  padding-left: 121px;
}
.top-section-jff {
  margin-top: 30px;
  padding-bottom: 20px;
}
.column-1-jff {
  padding-left: 89px;
}
.textblockjff {
  margin-left: 570px;
}
.list-jff {
  margin-right: 140px;
  margin-left: 530px;
}
html.w-mod-js *[data-ix="display-0-on-load"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="move"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
html.w-mod-js *[data-ix="display-none"] {
  display: none;
}
html.w-mod-js *[data-ix="scroll-right"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
html.w-mod-js *[data-ix="scroll-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
@media (max-width: 991px) {
  .nav-link {
    color: white;
  }
  .nav-link.w--current {
    color: white;
  }
  .slider {
    height: auto;
  }
  .slide_1 {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .portfolio-overlay {
    width: 229px;
    height: 142px;
    padding-top: 48px;
  }
  .section-features {
    padding-bottom: 50px;
  }
  .test-circle {
    margin-bottom: 130px;
  }
  .hero-text {
    font-size: 24px;
  }
  .nav-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav {
    background-color: rgba(38, 38, 38, 0.95);
  }
  .menu-button {
    color: #0aceff;
  }
  .menu-button.w--open {
    border-radius: 100px;
    background-color: #0aceff;
  }
  .slide_2 {
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
  }
  .column_slider.text {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .column-portfolio {
    margin-bottom: 50px;
  }
  .portfolio-overlay {
    width: 558px;
    height: 345px;
    padding-top: 154px;
  }
  .col-fun {
    margin-bottom: 20px;
  }
  .test-circle {
    margin-bottom: 90px;
  }
  .test-circle._2 {
    margin-bottom: 90px;
  }
  .hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-text {
    display: block;
    font-size: 18px;
  }
  .colum-footer {
    margin-bottom: 20px;
  }
  .column-footer._2 {
    text-align: center;
  }
  .space-column {
    margin-bottom: 50px;
  }
  .space-column._1 {
    margin-bottom: 110px;
  }
  .column-little {
    margin-bottom: 20px;
    text-align: center;
  }
  .section-team {
    padding-bottom: 50px;
  }
  .section-team.remove_line.w {
    padding-bottom: 0px;
  }
  .menu-button {
    margin-right: 10px;
  }
}
@media (max-width: 479px) {
  .line {
    width: 80%;
  }
  .portfolio-overlay {
    width: 310px;
    height: 70.5%;
    padding-top: 72px;
  }
  .test-circle {
    margin-bottom: 205px;
  }
  .test-circle._2 {
    margin-bottom: 205px;
  }
  .hero-section {
    padding-top: 50px;
  }
  .hero-text {
    display: none;
  }
  .buton-hero {
    margin-top: 0px;
    text-align: center;
  }
  .nav-footer {
    font-size: 12px;
  }
  .nav-footer.no-line {
    padding-right: 12px;
  }
  .circle-404 {
    width: 300px;
    height: 300px;
    padding-top: 61px;
  }
  ._404 {
    margin-bottom: 45px;
    font-size: 90px;
  }
}
