@font-face {
  font-family: 'gilroyextrabold';
  src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
       url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroylight';
  src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
       url('../fonts/gilroy-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {

}
body {
  background: #414635;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  overflow-x: hidden;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Poppins', sans-serif;
}
body.menu__open {
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background: #ec6c06;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 24px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

a {
  color: #fff;

  transition: all .2s ease-in-out;
}
a:hover {
  color: #ec6c06;
}

p {
  margin: 0 0 8px;
}

.home__begin-img img,
.opp__image img,
.testimonial__link img,
.grid__item img {
  background: rgb(36,39,30);
}

.button {
  display: inline-block;
  padding: 12px 32px;
  margin-top: 32px;
  background: #ec6c06;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  cursor: pointer;

  transition: all .3s ease-in-out;
}
.button:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(236, 108, 6, 0.3);
}

.button--secondary {
  background: none;
  text-transform: uppercase;
  border: 1px solid #ec6c06;
}
.button--secondary:hover {
  background: #ec6c06;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(236, 108, 6, 0.3);
}


/*Sections*/
.page__wrapper {

}
.section {
	overflow-x: hidden;
}
.section__title {
  margin: 0 0 80px;
  text-align: center;
}
/*End Sections*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #414635;
  z-index: 999999;
}
.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
}


/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 999;
}
header .container {
  /*padding: 0;*/
}
header .logo__menu {
  float: left;
  width: calc(100% - 240px);
}
header .logo {
  float: left;
  margin-right: 64px;
}
header .logo img {
  width: 150px;

  transition: all .3s ease-in-out;
}
header .logo__fixed {
  display: none;
  float: left;
  width: 40px;
  height: 32px;
  margin-right: 32px;
}
header .logo__fixed img {
  width: 32px;
  position: absolute;
  z-index: 9;
}

header .slogan {
  color: #fff;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}

header .main__nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
header .main__nav li {
 	position: relative;
  float: left;
  margin-right: 16px;
}
header .main__nav li a{
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;

  transition: all .2s ease-in-out;
}
header .main__nav li a:hover,
header .main__nav li a._active {
  color: #ec6c06;
  text-decoration: none;
}
header .sub__menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	padding: 0;
	margin: 0;
	list-style: none;

	transition: all .3s ease-in-out;
	transform: translateY(-20px);
}
header .main__nav li:hover .sub__menu {
	opacity: 1;
	visibility: visible;

	transform: translateY(0);
}


header .social__icons {
  float: right;
}
header .social__icons a {
  display: inline-block;
  margin-left: 16px;
  color: #fff;
  text-decoration: none;
}
header .social__icons a img {
  width: 32px;
  height: 32px;
}
header .social__icons .phone {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  text-align: right;

  transition: unset;
}

.menu__button {
  display: none;
  float: left;
  cursor: pointer;
  line-height: 30px;
}
.menu__btn {
  float: right;
  width: 24px;
  margin: 4px 0 0 8px;

  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.menu__btn.active {

}
.btnRotate.active {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnRotate180.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#fff;
  stroke-width:2;
}
.menu__btn.active .line {
  stroke: #fff;
}
.menu__btn .top {
  stroke-dasharray: 40 82;
}
.menu__btn .middle {
  stroke-dasharray: 40 111;
}
.menu__btn .bottom {
  stroke-dasharray: 40 161;
}
.menu__btn.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}
.menu__btn.active .middle {
  stroke-dashoffset: 23px;
}
.menu__btn.active .bottom {
  stroke-dashoffset: -83px;
}

header.header__fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #414635;
  box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
}
header.header__fixed .logo__menu {
    width: calc(100% - 350px);
}
header.header__fixed .slogan {
  display: none;
}
header.header__fixed .logo {
  display: none;
}
header.header__fixed .logo__fixed {
  display: block;
}
header.header__fixed  .main__nav {
  margin-top: 10px;
}
header.header__fixed  .main__nav a {
  display: block;
  line-height: 1;
}
header.header__fixed .social__icons .phone {
  font-size: 18px;
  float: left;
  margin: 9px 0 0;
  line-height: 1;
}
 /*END HEADER*/

 /*HOME PAGE*/
.home__slider-container {
  position: relative;
 }
.home__slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}
.home__slider .owl-stage-outer,
.home__slider .owl-stage,
.home__slider .owl-item,
.home__slider .owl-item > div {
  height: 100%;
}
.home__slider-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
  z-index: 9;

  -webkit-filter: drop-shadow( 0px -7px 3px rgba(0, 0, 0, .15));
  filter: drop-shadow( 0px -7px 3px rgba(0, 0, 0, .15));
}
.home__slider-shape img {
  width: 100%;
  object-fit: cover;
}
.home__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home__slider-info {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 100;

  transform: translate(-50%, -50%);
}
.home__slider-txt {
  float: left;
  width: 50%;
  padding-right: 40px;
}
.home__slider-info h1 {
  color: #fff;
  margin: 0 0 24px;
  line-height: 1;
}
.home__slider-desc {

}
.home__slider-desc p {
  font-size: 20px;
}
.home__slider-video {
  float: right;
  position: relative;
  width: 40%;
  max-width: 100%;
  height: 300px;
  text-align: center;
}
.home__slider-video img,
.home__slider-video iframe {
  display: block;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  object-fit: cover;
}
.home__slider-video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  border: 3px solid #fff;
  border-radius: 100%;
  z-index: -1;

  transform: translate(-50%, -50%);
}
.home__slider-btn {
	display: inline-block;
  margin: 8px 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.home__slider .owl-nav {
	position: absolute;
  bottom: 40px;
  right: 40px;
  display: block !important;
}
.home__slider .owl-nav button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 20px;
}
.home__slider .owl-nav button:nth-child(2):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 71px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
  transform: translateY(-50%);
}

.home__slider .owl-dots {
  counter-reset: dots;
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 20px;
}
.home__slider .owl-dots button {
  color: #fff;
}
.home__slider .owl-dot {
  position: relative;
  margin-right: 16px;
  outline: none;
}
.home__slider .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
.home__slider .owl-dot.active {
  margin-right: 100px;
}
.home__slider .owl-dot.active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 14px);
  width: 70px;
  height: 3px;
  background: #fff;

  transform: translateY(-50%);
}

.home__slider-counter {
  position: absolute;
  bottom: 20px;
  left: 40px;
  z-index: 10;
}

.home__slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/tools_big.jpg) no-repeat center;
  background-size: cover;
}
.home__slider-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(67,72,56);
  background: radial-gradient(circle, rgba(67,72,56,0) 0%, rgba(67,72,56,1) 100%);
  z-index: 9;
}
/* END HOME SLIDER */


/* HOME BEGIN */
.home__begin {
  position: relative;
  width: 100%;
  padding: 100px 0 240px;
  background: rgb(65,70,53);
  background: linear-gradient(0deg, rgba(65,70,53,0) 0%, rgba(65,70,53,1) 90%);
  overflow: hidden;
}
.home__begin:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home_bg_img.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}
.home__begin:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 178px;
  background: url(../img/trees.svg) repeat-x;
  -webkit-filter: drop-shadow( 0px -7px 3px rgba(0, 0, 0, .15));
  filter: drop-shadow( 0px -7px 3px rgba(0, 0, 0, .15));
}

.home__begin-info h3 {
  line-height: 1;
  font-weight: 700;
  margin: 0 0 40px;
}

.home__begin-img {
  width: 50%;
  float: left;
  padding: 0 16px;
  margin-bottom: 32px;
}
.home__begin-img-inner {
  position: relative;
  height: 100%;
}
.home__begin-img-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(36,39,30);
  background: linear-gradient(180deg, rgba(36,39,30,0) 0%, rgba(36,39,30,1) 100%);
}
.home__begin-img span {
  position: absolute;
  width: calc(100% - 48px);
  bottom: 24px;
  left: 24px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}
.home__begin-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.home__begin-promo {
  position: relative;
  margin-top: 100px;
}
.promo__slider {
  width: 100%;
}
.promo__slider .owl-nav {
  position: absolute;
  top: -49px;
  right: 0;
}
.promo__slider .owl-nav button{
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 20px;
}
.promo__slider .owl-nav button svg {
  width: 40px;
}
.promo__slider .owl-nav button:nth-child(2):after {
  content: "";
  position: absolute;
  top: 56%;
  right: 78px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
  transform: translateY(-50%);
}
.promo__slider .owl-dots {
  position: absolute;
  top: -40px;
  left: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.promo__slider .owl-dots button {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  background: none;
  border-radius: 100%;
  border: 1px solid #fff;
  outline: none;
  text-indent: -9999px;
  cursor: pointer;
}
.promo__slider .owl-dots button.active {
  background: #ec6c06;
}

.promo__slider .item {
  outline: none;
}
.promo__item {
  position: relative;
  /*height: 600px;*/
  padding: 0 16px;
  outline: none;
}
.promo__item:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(100% - 32px);
  height: 100%;
  background: rgb(36,39,30);
  background: linear-gradient(180deg, rgba(36,39,30,0) 0%, rgba(36,39,30,1) 100%);
}
.promo__item-info {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 0px;
  left: 15px;
  padding: 30px;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2511379551820728) 25%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,1) 100%);
  z-index: 1;
}
.promo__item-info span {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.promo__item-info p {
  margin-bottom: 0;
}
.promo__item-info a {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;

  transition: all .3s ease-in-out;
}
.promo__item-info a:hover {
  color: #ec6c06;
  text-decoration: none;
}
.promo__item img,
.promo__item iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* END HOME BEGIN */

/* HOME OPP */
.opportunities {
  padding: 120px 0;
}
.opp__image {
  position: relative;
  width: 100%;
  height: 400px;
  /*padding-left: 16.666%;*/
}
.opp__image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 600px;
  height: 600px;
  border: 3px solid #ec6c06;
  border-radius: 100%;

  transform: translateY(-50%);
}
.opp__image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.3);
  z-index: 1;
}

.opp__info {
  position: relative;
  height: 400px;
}
.opp__info-txt {
  position: absolute;
  top: 50%;
  left: 60px;

  transform: translateY(-50%);
}
.opp__info h2 {
  margin: 0 0 40px;
}
.opp__info p {
  font-size: 24px;
  font-weight: 700;
}
.opp__info a {
  display: block;
  color: #ec6c06;
}
/* END HOME OPP */


/*ABOUT */
.about__philosophy {
  margin-top: 80px;
}
.about__philosophy h2 {
  margin-bottom: 32px;
}
.about__philosophy-item {
  margin-bottom: 128px;
}
.philosophy__item-img {
  width: 25%;
  float: left;
  position: relative;
}
.philosophy__item-img:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -20px;
  width: 80%;
  height: 2px;
  background: #ec6c06;
}
.philosophy__item-img:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 2px;
  height: 80%;
  background: #ec6c06;
}
.about__philosophy-item:nth-child(odd) .philosophy__item-img {
  float: right;
}
.about__philosophy-item:nth-child(odd) .philosophy__item-img:before {
  left: auto;
  right: -20px;
}
.about__philosophy-item:nth-child(odd) .philosophy__item-img:after {
  right: 20px;
  left: auto;
}

.philosophy__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.philosophy__item-info {
  width: 66.666%;
  float: left;
  padding: 0 32px;
}
.about__philosophy-item:nth-child(odd) .philosophy__item-info {
  float: right;
}
.philosophy__item-title {
  margin-bottom: 16px;
}
.philosophy__item-info p {
  margin-bottom: 16px;
}

/* END ABOUT */


/* ABOUT JOURNEY */
.about__journey {

}
.about__journey-img {

}
.about__journey img {
  width: 100%;
}

.about__journey-grid {
  margin: 128px 0 64px;
}
.about__journey-item {
  padding: 0 40px;
  text-align: center;
}
.about__journey-grid img {
  height: 128px;
  margin-bottom: 40px;
}
.about__journey-grid h3 {
  margin-bottom: 40px;
}
.about__journey-grid p {

}

/* END ABOUT JOURNEY */

/* TEAM SINGLE */
.team__single {
  width: 83.333%;
  margin: 0 auto 80px;
}
.team__single p {

}
.team__single p img {
  float: left;
  width: 390px;
  margin-left: -10%;
  margin-right: 24px;
}
/* END TEAM SINGLE */

/* TESTIMONIALS */
.testimonials {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.testimonials:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background: url(../img/mtn-typo-l.svg) no-repeat;
  background-size: cover;
  width: 50%;
  height: 80%;
  opacity: 0.5;
}
.testimonials:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  background: url(../img/mtn-typo-r.svg) no-repeat;
  background-size: cover;
  width: 50%;
  height: 80%;
  opacity: 0.5;
}
.testimonials h2 {
  text-align: center;
  margin-bottom: 128px;
}
.testimonial__desc {
  opacity: 0;
  visibility: hidden;

  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 100%;
  background: rgba(0,0,0,0.7);

  transition: .3s all ease-in-out;
}
.testimonials__slider .owl-item.center .testimonial__desc {
  transform: scale(1.1);
}
.testimonial__desc p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;

  transform: translate(-50%, -50%);
}
.testimonials__slider .owl-item:hover .testimonial__desc  {
  opacity: 1;
  visibility: visible;
}

.testimonials__slider.owl-carousel .owl-stage-outer {
  overflow: unset;
}
.testimonials__slider .owl-item {
  padding: 0 30px;
  transition: all .3s ease-in-out;
}
.testimonials__slider .owl-item.active.center img {
  transform: scale(1.1);
}
.testimonials__slider .owl-item.active.center img {
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.testimonials__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials__slider .owl-nav {
  position: absolute;
  top: -100px;
  left: 50%;

  transform: translateX(-50%);
}
.testimonials__slider button {
  float: left;
  margin: 0 20px;
  display: block;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.testimonials__slider button svg {
  width: 48px;
}

.testimonial__popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(65, 70, 53, 0.9);
	z-index: 999999;
}
.testimonial__popup.active {
	display: block;
}
.testimonial__popup iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	max-width: 90%;
	height: 480px;

	transform: translate(-50%, -50%);
}
.testimonial__popup-close {
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}
/* END TESTIMONIALS*/

/* MEDIA */
.media__popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(65, 70, 53, 0.9);
	z-index: 999999;
}
.media__popup.active {
	display: block;
}
.media__popup iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	max-width: 90%;
	height: 480px;

	transform: translate(-50%, -50%);
}
.media__popup-close {
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}
/* END MEDIA*/

/* DATES */
.dates {
  margin-top: 40px;
}
.date__item {
  position: relative;
  width: 50%;
  float: left;
  padding: 16px 16px 16px 80px;
  margin-bottom: 8px;
}
.date__item:hover {
  text-decoration: none;
}
.date__number  {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 48px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.date__number span {
  font-size: 24px;
  line-height: 1;
  display: block;
}
.date__class {

}
.date__class span {
  display: block;
  font-size: 18px;
}
.date__class-title {
  text-transform: uppercase;
  font-size: 24px;
}
.date__class-time {

}
.date__class-location {

}

.date__pricing {

}
.date__pricing-title {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
}
.date__pricing p {
  float: left;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px !important;
  margin: 0 40px 0 0 !important;
}
.date__pricing p span {
  color: #ec6c06;
}
.date__pricing p span:before {
  content: '-';
  margin: 0 4px;
}

/* END DATES  */

/* COURCES */
.page__header {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.page__header .container {
  position: relative;
  width: 100%;
  height: 100%;
}
.page__header-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.page__header-shape img {
  width: 100%;
  object-fit: cover;
}
.page__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(67,72,56);
  background: radial-gradient(circle, rgba(67,72,56,0) 0%, rgba(67,72,56,1) 100%);
  z-index: 9;
}

.page__header > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page__header .page__header-content {
  position: absolute;
  bottom: 300px;
  left: 0;
  padding: 0 15px;
  z-index: 9;
}
.page__header .page__title {
  line-height: 1;
  color: #fff;
  font-weight: 700;
  margin: 0 0 16px;
}
.page__header .page__subtitle {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.page__desc {
  margin-bottom: 48px;
}
.page__desc p {
  width: 100%;
  line-height: 1.4;
  margin: 0 0 16px;
  font-weight: 400;
}

.page__desc .contact__form input,
.page__desc .contact__form select {
	float: left;
	width: 300px !important;
	max-width: 100%;
	margin-right: 16px;
}
::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}

.page__grid {
  margin-bottom: 140px;
}
.grid__item {
  margin-bottom: 32px;
}
.grid__item-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.grid__item-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(36,39,30);
  background: linear-gradient(180deg, rgba(36,39,30,0) 0%, rgba(36,39,30,1) 100%);
}
.grid__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.3);
}
.grid__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
  z-index: 1;
}
.grid__item-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.grid__item:hover .grid__item-title{
  color: #fff;
}
.grid__item-link {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin: 32px 0 0;

  transition: all .3s ease-in-out;
}
.grid__item:hover .grid__item-link{
  color: #ec6c06;
}
.service__item {
  height: 400px;
}
/* END COURSES */


/* COURSES CATEGORY */
.courses__category {
  position: relative;
  margin-top: 40px;
}
.category__scroll-info {
	position: absolute;
	top: -80px;
	left: 0;
	z-index: 99;
}

.category__item {
  position: relative;
  width: 100%;
  margin-bottom: 128px;
}
.category__title {
  font-size: 48px;
  line-height: 1;
  margin: 0 0 32px;
  font-weight: 700;
  padding-left: 40px;
}
.category__img {
  position: relative;
  float: left;
  width: 33.333%;
  height: 400px;
}
.category__item:nth-child(even) .category__img {
  float: right;
}
.category__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.3);
}
.category__img:before {
  content: "";
  position: absolute;
  top: 24px;
  left: -24px;
  width: 80%;
  height: 3px;
  background: #ec6c06;
  z-index: 1;
}
.category__img:after {
  content: "";
  position: absolute;
  top: -24px;
  left: 24px;
  width: 3px;
  height: 80%;
  background: #ec6c06;
  z-index: 1;
}
.category__item:nth-child(even) .category__img:before {
  left: auto;
  right: -24px;
}
.category__item:nth-child(even) .category__img:after {
  left: auto;
  right: 24px;
}
.category__info {
  float: left;
  width: 66.666%;
  padding: 0 0 0 40px;
}
.category__item:nth-child(even) .category__info {
  padding: 0 40px 0 0;
}
.category__info p {
  margin: 0 0 24px;
}

.category__item .date__item {
  width: 50%;
  float: left;
  margin-bottom: 24px;
}
.category__item .date__pricing {
	width: 100%;
  display: block;
  padding: 0;
}
/* END COURSES CATEGORY*/


/* COURSE SINGLE */
.course__single {

}
.course__single-slider {
	display: block !important;
	width: 100%;
	height: 300px;
	margin-bottom: 40px;
	overflow: hidden;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.3);
}
.course__single-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.course__single-info {
  padding-right: 8.333%;
}
.course__single-info p {

}
.course__single-info .contact__form {
  margin-top: 80px;
}
.course__single-options {
	margin-top: 80px;
}
.course__single-option-item {
  float: left;
  width: 50%;
}
.course__single-option-item h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.course__single-option-item span {
  display: block;
}

.share__icons {
  float: left;
  width: 100%;
  margin-top: 80px;
}
.share__icons span {
  float: left;
  margin-right: 16px;
  font-weight: 400;
  line-height: 33px;
  text-transform: uppercase;
}
.share__icons a {
  float: left;
  margin-left: 16px;
  color: #fff;
  text-decoration: none;
}
.share__icons img {
  width: 32px;
  height: 32px;
}

.course__single-dates h3,
.course__single-info .contact__form h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.course__single-dates {
  margin-bottom: 40px;
}
.course__date-item {
  float: left;
  width: 33.333%;
  padding: 0 16px 0 0;
}
.course__date-number {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.course__date-item span {
  display: block;
  margin: 0;
  line-height: 1;
  font-size: 16px;
}

.secondary__desc {
	margin-top: 40px;
}

.course__single-sidebar form label {
  font-size: 16px;
}

.class__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #414635;

  z-index: 9999999;
}

.close__class-popup {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 32px;
  cursor: pointer;
}

.class__popup form {
  position: absolute;
  top: 100px;
  left: 50%;
  max-width: 600px;

  transform: translateX(-50%);
}
/* END COURSE SINGLE*/

/* FAQ */
.faq {

}
.faq__item {
  margin-bottom: 64px;
}
.faq__title {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 16px;
}
.faq__item p {
  margin: 0 0 8px;
}
/* END FAQ */


/* CALENDAR */
.calendar__filters {
  margin-bottom: 32px;
}
.calendar__filters h4 {
  float: left;
  margin:0 24px 0 0;
  line-height: 35px;
}
.calendar__filters form {
  float: left;
}
.calendar__filters .form__item {
  float: left;
  margin-right: 40px;
}
.calendar__filters label {

}
.calendar__filters select {
  width: 200px;
  height: 30px;
  background: none;
  color: #fff;
  padding: 0 16px;
  border: 1px solid #ec6c06;
  outline: none;
}
.calendar__filters select option {
	color: #444;
}


.fc-theme-standard td,
.fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid {
  border-color: #ec6c06;
}
.fc .fc-toolbar-title {
  font-size: 24px;
}
.fc .fc-button,
.fc .fc-button-primary:disabled {
  background: none;
  padding: 4px 8px;
  border: 1px solid #ec6c06;
  line-height: unset;
  font-size: 14px;
  text-transform: uppercase;
}
.fc .fc-button:hover,
.fc .fc-button:focus {
  background: #ec6c06;
  border: 1px solid #fff;
}
.fc .fc-button .fc-icon {
  position: relative;
  width: 40px;
}
.fc .fc-button .fc-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
}
.fc .fc-view-harness-active > .fc-view {
  border-color: #ec6c06;
}
.fc-theme-standard .fc-list-day-cushion {
  background: #ec6c06;
}
.fc .fc-list-event:hover td {
  background: rgba(236, 108, 6, .5)
}

/* END CALENDAR */


/* CONTACT */
.contact__page {
  margin-bottom: 100px;
}
.contact__form form {
  width: 80%;
}
.contact__form label {
  margin: 0 0 4px;
}
.contact__form input[type="text"],
.contact__form input[type="email"],
.contact__form input[type="password"],
.contact__form select,
.contact__form textarea {
  width: 100%;
  height: 40px;
  background: none;
  color: #fff;
  font-size: 14px;
  margin-bottom: 24px;
  padding: 8px 16px;
  border: 1px solid #8e9974;
  outline: none;

  transition: all .3s ease-in-out;
}
.contact__form select {
  padding: 0 16px;
  color: #fff;
}
.contact__form select option  {
	color: #444;
}
.contact__form input[type="text"]:focus,
.contact__form input[type="email"]:focus,
.contact__form input[type="password"]:focus,
.contact__form select:focus,
.contact__form textarea:focus {
  border-color: #ec6c06;
}
.contact__form textarea {
  height: 150px;
  resize: vertical;
}
.contact__form input[type="submit"] {
  width: 205px;
  height: 45px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  background: #ec6c06;
  border: none;
  outline: none;
  cursor: pointer;

  transition: all .3s ease-in-out;
}
.contact__form input[type="submit"]:hover {
  box-shadow: 0 2px 10px rgba(236, 108, 6, 0.3);
}

.contact__map ul {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.contact__map ul li {
  float: left;
  width: 33.333%;
  padding-right: 40px;
}
.contact__map ul li:last-child {
  padding-right: 0;
}
.contact__map ul li a {
  display: block;
}
.contact__map ul li img {
  float: left;
  margin: 0 16px 0 0;
  width: 32px;
  height: 32px;
}
.contact__map .contact__map-info {

}
.contact__map iframe {
  width: 100%;
  height: 500px;
}

.parsley-errors-list {
    margin-top: -10px;
    font-size: 15px;
}

/* CONTACT */


/*USER PROFILE*/
.user__info {

}
.user__info img {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.user__info h2 {
  margin: 0 0 32px;
}
.user__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.user__info ul li {
  margin-bottom: 16px;
}
.user__info ul li span {
  display: inline-block;
  font-weight: 700;
  margin-right: 4px;
}

.user__classes {
  padding-left: 80px;
}
.user__classes .nav-tabs {
  border-color: #fff;
  margin-bottom: 20px;
}
.nav-tabs .nav-item {
  text-transform: uppercase;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ec6c06;
  border-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-radius: 0;
}


.user__classes .row {
  margin-bottom: 80px;
}
.user__classes h3 {
  position: relative;
  margin-bottom: 24px;
  font-size: 24px;
}
.user__classes ol {
  margin-bottom: 80px;
}
.user__classes h4 {
  font-size: 18px;
}



/* FOOTER */
footer {
  font-size: 15px;
  line-height: 18px;
  position: relative;
  margin-top: 120px;
  padding: 20px;
}
footer a {
  color: #fff;
}
.copyright {
  float: left;
}
.copyright__email {
  display: block;
  margin-bottom: 4px;
}
.copyright p {

}
.copyright p a {

}

.footer__logo {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
}
.footer__logo img {
  width: 40px;
}

.credits {
  float: right;
}
.footer__social-icons {
  margin-bottom: 16px;
}
.footer__social-icons .phone {
  font-size: 24px;
  line-height: 32px;
  margin-left: 40px;
}
.footer__social-icons a {
  float: left;
  margin-left: 16px;
}
.footer__social-icons a img {
  width: 32px;
  height: 32px;
}
.credits p {
  text-align: right;
}

/* END  FOOTER */

/* SWAL ALERT */
.swal-modal .swal-text {
    text-align: center;
}
/* END SWAL ALERT */
