html {
  --maxWidth:1600px;
  --gap:3rem;
  scrollbar-color: #666 #201c29;
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
html::-webkit-scrollbar-thumb {
  background: #434343;
  border-radius: 16px;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}
html::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #262626, #000000 1px, #000000 0, #262626);
}

body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Suisse", sans-serif;
  line-height: 1.6;
  transition: opacity ease 1s;
}

body.dark-theme {
  color: #ffffff;
  background: #000000;
}

body.light-theme {
  color: #000000;
  background: #ffffff;
}
body.light-theme a {
  color: #000000;
}
body.light-theme a:hover {
  color: #ffffff;
}
body.light-theme .link:hover {
  color: #000000;
}
body.light-theme .link.active {
  color: #000000;
}
body.light-theme .link:after {
  background: #000000;
}
body.light-theme header.main-header .logo .logo-icon path {
  fill: #000000;
}
body.light-theme footer.main-footer .site-link:hover {
  color: #000000;
}
body.light-theme footer.main-footer .site-link:before {
  background: rgba(0, 0, 0, 0.5);
}
body.light-theme footer.main-footer .footer-payment li {
  opacity: 0.5;
}
body.light-theme footer.main-footer .footer-payment li:last-child {
  opacity: 1;
}
body.light-theme footer.main-footer .footer-payment svg path {
  fill: #000000;
}
body.light-theme footer.main-footer .site-link .circle-holder .circle {
  border: 13px solid rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
body.light-theme section.features .feature-boxes .box {
  border-color: rgba(0, 0, 0, 0.2);
}

a {
  color: #ffffff;
}
a:hover {
  color: #ffffff;
}

.mce-content-body a {
  color: #333;
}

h1 {
  font-size: 63px;
  line-height: 60px;
  font-weight: 300;
}

h2 {
  font-size: 44px;
  font-weight: 300;
}

h3 {
  font-size: 34px;
  font-weight: 300;
}

h4 {
  font-size: 24px;
  font-weight: 300;
}

h5 {
  font-size: 14px;
  font-weight: 400;
}

blockquote {
  font-size: 34px;
}

svg {
  pointer-events: none;
}

.button-custom {
  padding: 14px 25px;
  min-width: 140px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  position: relative;
  border: 1px solid transparent;
  z-index: 1;
  overflow: hidden;
  box-shadow: 5px 5px 20px rgba(255, 255, 255, 0);
  transition: all ease 0.4s;
  line-height: 1.3;
  border-radius: 0;
  letter-spacing: 1px;
}
.button-custom[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.button-custom.button-custom-sm {
  min-width: 70px;
}
.button-custom:focus, .button-custom:hover {
  outline: none;
  text-decoration: none;
}
.button-custom.button-custom-main {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
}
.button-custom.button-custom-main:hover {
  box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.2);
  background: #000000;
  color: #ffffff;
}
.button-custom.button-custom-main:hover[disabled] {
  box-shadow: 5px 5px 20px rgba(255, 255, 255, 0);
  background: #ffffff;
  color: #000000;
}
.button-custom.button-custom-main .glow {
  height: 100px;
  width: 100px;
  position: absolute;
  border-radius: 100%;
  top: -50px;
  left: -50px;
  z-index: -1;
  background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.3), transparent);
}
.button-custom.button-custom-main-dark {
  background: #000000;
  color: #fff;
  border-color: #000000;
  box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.3);
}
.button-custom.button-custom-main-dark:hover {
  box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.2);
  background: #000000;
  color: #ffffff;
}
.button-custom.button-custom-main-dark:hover[disabled] {
  box-shadow: 5px 5px 20px rgba(255, 255, 255, 0);
  background: #ffffff;
  color: #000000;
}
.button-custom.button-custom-main-dark .glow {
  height: 100px;
  width: 100px;
  position: absolute;
  border-radius: 100%;
  top: -50px;
  left: -50px;
  z-index: -1;
  background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.3), transparent);
}
.button-custom.button-custom-white {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
}
.button-custom.button-custom-white:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.button-custom.button-custom-black {
  border: 1px solid #ffffff;
  background: #000000;
  color: #ffffff;
}
.button-custom.button-custom-black:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.button-custom.button-custom-light {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
}
.button-custom.button-custom-light:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.button-custom.button-custom-dark {
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
}
.button-custom.button-custom-dark:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
}

.wrapper {
  opacity: 0;
  transition: all ease 0.5s;
  transition-delay: 0.5s;
}
.wrapper.animated {
  opacity: 1;
}

.custom-svg {
  pointer-events: none;
}

.link {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.link.active {
  color: #ffffff;
}
.link.active:hover:after {
  transform: scaleX(0);
}
.link.active:after {
  transform: scaleX(1);
}
.link:hover {
  text-decoration: none;
  color: #ffffff;
}
.link:hover:after {
  transform: scaleX(1);
}
.link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #ffffff;
  transition: transform 0.5s ease-in-out;
  transform-origin: left;
  transform: scaleX(0);
}

.button-menu {
  position: fixed;
  right: 15px;
  display: inline-block;
  text-decoration: none;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: right;
}

section {
  margin: 0 0 100px;
}

header.main-header {
  padding: 40px 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 88;
}
header.main-header .logo {
  display: inline-block;
  opacity: 0;
  transform: translateY(-20px);
  transition: all ease 1s;
  transition-delay: 1s;
}
header.main-header .logo.animated {
  opacity: 1;
  transform: translateY(0);
}
header.main-header .logo .logo-icon {
  display: inline-block;
  vertical-align: middle;
}
header.main-header .logo .logo-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 20px;
}

header.artist-header .artist-info {
  width: 100%;
  max-width: 350px;
  padding: 15px 25px;
  transition: all ease 0.5s;
  border-radius: 5px;
  overflow: auto;
}
header.artist-header .artist-info:hover {
  min-height: calc(100vh - 70px);
  background: #ffffff;
  box-shadow: 10px 10px 30px rgba(255, 255, 255, 0.5);
}
header.artist-header .artist-info:hover .title {
  color: #000000;
}
header.artist-header .artist-info:hover .description {
  display: block;
}
header.artist-header .title {
  margin-top: 10px;
  font-size: 16px;
  color: #ffffff;
}
header.artist-header .position {
  font-size: 14px;
  color: #808080;
}
header.artist-header .photo {
  display: block;
  float: left;
  margin-right: 20px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
header.artist-header .photo img {
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all ease 0.5s;
}
header.artist-header .description {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 24px;
  display: none;
  color: #000000;
}

nav.nav-menu {
  margin-top: 20px;
  line-height: 1;
}
nav.nav-menu.animated .nav-pages .nav-item {
  opacity: 1;
  transform: translateX(0);
}
nav.nav-menu.nav-menu-footer {
  margin-top: 0;
}
nav.nav-menu.nav-menu-footer .nav-pages .nav-item {
  opacity: 1;
  transform: translateX(0);
}
nav.nav-menu.nav-menu-footer .nav-pages .nav-item .nav-link {
  font-size: 14px;
}
nav.nav-menu.nav-register {
  margin-top: 15px;
}
nav.nav-menu.nav-register .nav-pages .nav-item {
  display: block;
  margin-bottom: 15px;
  margin-right: 0;
}
nav.nav-menu.nav-register .nav-pages .nav-item .nav-link.link-disabled {
  opacity: 0.4;
  pointer-events: none;
}
nav.nav-menu.nav-register .nav-pages .nav-item .nav-link.active {
  opacity: 1;
}
nav.nav-menu.nav-register .nav-pages .nav-item .nav-link:hover {
  opacity: 1;
}
nav.nav-menu.nav-user .nav-pages .nav-item {
  display: block;
  margin-right: 0;
  margin-bottom: 20px;
}
nav.nav-menu.nav-user .nav-pages .nav-item .nav-link {
  opacity: 0.7;
}
nav.nav-menu.nav-user .nav-pages .nav-item .nav-link.active {
  opacity: 1;
}
nav.nav-menu.nav-user .nav-pages .nav-item .nav-link:hover {
  opacity: 1;
}
nav.nav-menu .nav-pages {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav.nav-menu .nav-pages .nav-item {
  display: inline-block;
  margin: 0 40px 10px 0;
  opacity: 0;
  transition: all ease 0.5s;
  transform: translateX(-10px);
}
nav.nav-menu .nav-pages .nav-item:nth-child(1) {
  transition-delay: 1s;
}
nav.nav-menu .nav-pages .nav-item:nth-child(2) {
  transition-delay: 1.2s;
}
nav.nav-menu .nav-pages .nav-item:nth-child(3) {
  transition-delay: 1.4s;
}
nav.nav-menu .nav-pages .nav-item:nth-child(4) {
  transition-delay: 1.6s;
}
nav.nav-menu .nav-pages .nav-item:nth-child(5) {
  transition-delay: 1.8s;
}
nav.nav-menu .nav-pages .nav-item .nav-link {
  font-size: 16px;
  padding: 0;
}
nav.nav-menu .number {
  line-height: 25px;
  margin-right: 8px;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-size: 12px;
}

main.main-content {
  width: 100%;
  overflow: hidden;
  padding-top: 200px;
  min-height: calc(100vh - 200px);
}
main.main-content.main-artist {
  padding-top: 0;
}

section.intro {
  position: relative;
}
section.intro .intro-svg {
  pointer-events: none;
  z-index: 4;
  position: absolute;
  margin: 0 auto;
  top: -50px;
  margin-left: -50px;
  left: 0;
  right: 0;
  width: 100%;
}
section.intro .intro-svg.animated .item-svg-path {
  animation: svg-draw 1000ms linear 0ms forwards;
  animation-delay: 2s;
}
section.intro .intro-svg .item-svg-path {
  stroke-dasharray: 1929 1931;
  stroke-dashoffset: 1930;
  stroke-width: 1px;
}
section.intro .intro-title {
  color: #ffffff;
  font-weight: 300;
  font-size: 250px;
  line-height: 280px;
  text-transform: uppercase;
}
section.intro .intro-title.animated .item .word {
  bottom: 0;
}
section.intro .intro-title .item {
  height: 260px;
  position: relative;
  pointer-events: none;
  display: block;
  overflow: hidden;
  transition: all ease 1.2s;
}
section.intro .intro-title .item .word {
  position: relative;
  transition: all ease 1.1s;
  bottom: -100%;
}
section.intro .intro-title .item:nth-of-type(1) {
  margin-left: 0;
  z-index: 2;
  transform: translate3d(100px, 0px, 0px);
}
section.intro .intro-title .item:nth-of-type(1) .word {
  transition-delay: 0.4s;
}
section.intro .intro-title .item:nth-of-type(2) {
  z-index: 3;
  margin-left: 35%;
  transform: translate3d(-100px, 0px, 0px);
}
section.intro .intro-title .item:nth-of-type(2) .word {
  z-index: 3;
  transition-delay: 0.8s;
}
section.intro .intro-title .item:nth-of-type(3) {
  z-index: 3;
  margin-left: 0%;
  transform: translate3d(100px, 0px, 0px);
}
section.intro .intro-title .item:nth-of-type(3) .word {
  transition-delay: 1.2s;
}
section.intro .intro-title .item:nth-of-type(4) {
  margin-left: 9%;
  transform: translate3d(-100px, 0px, 0px);
}
section.intro .intro-title .item:nth-of-type(4) .word {
  transition-delay: 1.6s;
}
section.intro .intro-boxes {
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
section.intro .intro-boxes .box {
  position: absolute;
  display: block;
  transition: all ease 1s;
  transform: scale(0);
}
section.intro .intro-boxes .box:nth-of-type(1) {
  right: 4%;
  top: 4%;
  width: 300px;
  height: 300px;
  transform: scale(0.5);
}
section.intro .intro-boxes .box:nth-of-type(2) {
  left: 1%;
  top: 31%;
  z-index: 2;
  width: 305px;
  height: 305px;
  transform: scale(0.4);
}
section.intro .intro-boxes .box:nth-of-type(3) {
  right: 10%;
  bottom: 2%;
  width: 205px;
  height: 205px;
  transform: scale(0.9);
}
section.intro .intro-boxes .box:nth-of-type(4) {
  right: -5%;
  top: 48%;
  width: 300px;
  transform: scale(0.8);
  box-shadow: none;
}

section.intro-video {
  position: relative;
  margin: 0 0 100px;
}
section.intro-video .video {
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translate3d(0px, 150px, 0px);
}
section.intro-video .video .box {
  display: block;
  position: relative;
  height: 550px;
  width: 100%;
}

section.about-video {
  position: relative;
  margin: 0 0 100px;
}
section.about-video .video {
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  height: 550px;
  width: 100%;
  opacity: 0;
  transform: translate3d(0px, 150px, 0px);
}
section.about-video .video .box {
  display: block;
  position: relative;
  height: 550px;
  width: 100%;
}
section.about-video .video .box .video-title {
  color: #ffffff;
}
section.about-video .image {
  filter: grayscale(0);
}
section.about-video .image:after {
  content: none;
}
section.about-video a {
  color: #000000;
}
section.about-video .content-holder {
  max-width: 150px;
  float: right;
}

section.about-famous .title {
  margin-bottom: 60px;
}
section.about-famous .img-holder {
  min-width: 300px;
  overflow: hidden;
}
section.about-famous .img-holder:hover img {
  transform: scale(1.1);
}
section.about-famous .img-holder img {
  transition: all ease 0.5s;
}
section.about-famous .img-holder.top {
  margin-top: 40px;
}
section.about-famous .img-capture {
  margin-top: 100px;
}
section.about-famous .img-capture .info {
  opacity: 0.6;
}
section.about-famous .content-holder {
  max-width: 300px;
}
section.about-famous .about-famous-svg {
  margin-top: 200px;
  margin-right: 50px;
  float: right;
}
section.about-famous .about-famous-svg.animated .about-famous-path {
  animation: svg-draw 1000ms ease 0ms forwards;
  animation-delay: 0.5s;
}
section.about-famous .about-famous-svg .about-famous-path {
  stroke-dasharray: 450 452;
  stroke-dashoffset: 451;
  stroke-width: 1px;
}

.chapters {
  width: 100%;
}
.chapters .chapter {
  text-decoration: none;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 4px;
  padding: 15px 25px;
  box-shadow: 2px 2px 5px rgba(255, 255, 255, 0);
}
.chapters .chapter.open-video:hover {
  box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}
.chapters .chapter.chapter-disabled {
  cursor: not-allowed;
}
.chapters .chapter.current {
  text-decoration: none;
  display: block;
  background: #fff;
  color: #333;
  margin-bottom: 4px;
  padding: 15px 25px;
  box-shadow: 2px 2px 5px rgba(255, 255, 255, 0);
}

.artists-boxes {
  margin-top: 100px;
}
.artists-boxes .box {
  vertical-align: top;
  margin-bottom: 40px;
  display: inline-block;
  opacity: 0;
}
.artists-boxes .box .image-holder {
  width: 410px;
  height: 540px;
}
.artists-boxes .box:hover .link:after {
  transform: scaleX(1);
}
.artists-boxes .box.animated {
  opacity: 1;
  transform: translateY(0px);
}
.artists-boxes .box:nth-child(3n+2) {
  margin: 0 5px 40px;
}
.artists-boxes .box:nth-child(3n+2) .image-holder {
  width: 340px;
  height: 400px;
}
.artists-boxes .box .content-holder {
  position: relative;
  text-align: center;
  padding: 18px 0;
}
.artists-boxes .box .content-holder .number {
  font-size: 10px;
  position: absolute;
}

.courses-row:nth-child(odd) .courses-aside {
  float: right;
  transform: translate(150px, 0) scale(0.8);
}
.courses-row:nth-child(odd) .courses-boxes .box {
  transform: translate(-50px, 0);
}

.courses-row:nth-child(even) .courses-aside {
  transform: translate(-150px, 0) scale(0.8);
}
.courses-row:nth-child(even) .courses-boxes .box {
  transform: translate(50px, 0);
}
.courses-row:nth-child(even) .courses-boxes-col {
  order: 2;
}

.courses-boxes.boxes-left {
  float: right;
  width: 100%;
}
.courses-boxes.boxes-left .box {
  transform: translate(50px, 0);
}
.courses-boxes .box {
  display: block;
  width: 100%;
  max-width: 755px;
  margin-bottom: 50px;
  text-decoration: none;
  transform: translate(-50px, 0);
  opacity: 0;
}
.courses-boxes .box:last-child {
  margin-bottom: 0;
}
.courses-boxes .box .image-holder {
  height: 400px;
  width: 100%;
}
.courses-boxes .box .content-holder {
  padding: 18px 0;
}
.courses-boxes .box .content-holder .title {
  margin-top: 5px;
}
.courses-boxes .box .content-holder .description {
  font-size: 16px;
}
.courses-boxes .box .content-holder .price .price_hide_fade {
  transition: all 0.5s;
  opacity: 0.5;
}
.courses-boxes .box .content-holder .price .tag {
  font-size: 12px;
}
.courses-boxes .box .content-holder .price .tag span {
  font-size: 18px;
}
.courses-boxes .box .content-holder .price .tag small {
  font-size: 14px;
  display: block;
}
.courses-boxes .box .content-holder .price .price_description {
  font-size: 12px;
}
.courses-boxes .box .content-holder .price .price_description small {
  font-size: 14px;
  display: block;
}
.courses-boxes .box .content-holder .price .info {
  opacity: 0.5;
  font-size: 12px;
}

.video-holder .video-title {
  text-align: center;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 10px);
  margin: 0 auto;
}

.image-holder {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.image-holder:hover .image {
  filter: grayscale(0);
  transform: scale(1.1);
}
.image-holder:hover .image:after {
  opacity: 0;
}
.image-holder .image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  filter: grayscale(1);
  transition: all ease 0.5s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-holder .image:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s;
}

.popup-video {
  text-align: right;
}
.popup-video video:focus {
  outline: none;
}
.popup-video video {
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.8);
}

section.single-course .course-main-title {
  position: relative;
}
section.single-course .course-main-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 110%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #000000;
  z-index: 1;
  transition: transform 1s ease;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition-delay: 0.5s;
}
section.single-course .course-main-title.animated:before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
section.single-course .course-details {
  position: relative;
  z-index: 4;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
section.single-course .course-details .head {
  font-size: 12px;
  opacity: 0.7;
}
section.single-course .course-details .price .price_hide_fade {
  transition: all 0.5s;
  opacity: 0.5;
}
section.single-course .course-details .price .title {
  margin-bottom: 3px;
}
section.single-course .course-details .price .title span {
  font-size: 13px;
  line-height: 115%;
  display: inline-block;
}
section.single-course .course-details .price .title div {
  white-space: nowrap;
  font-size: 21px;
}
section.single-course .course-details .price .title div del {
  font-size: 16px;
}
section.single-course .course-details .course-svg {
  position: absolute;
  width: 150px;
  height: 270px;
  right: 30px;
  pointer-events: none;
  top: -80px;
  z-index: 3;
}
section.single-course .course-details .course-svg.animated .course-svg-path {
  animation: svg-draw 1500ms ease 0ms forwards;
  animation-delay: 1.5s;
}
section.single-course .course-details .course-svg .course-svg-path {
  stroke-dasharray: 924 926;
  stroke-dashoffset: 925;
  stroke-width: 1px;
}
section.single-course .course-details .button-holder {
  position: relative;
  z-index: 4;
}
section.single-course .course-preview {
  margin: 20px 0 100px;
}
section.single-course .course-preview .image-holder {
  height: 690px;
  width: 100%;
}
section.single-course .course-description .content-holder {
  max-width: 300px;
}
section.single-course .course-pagination {
  margin: 100px 0 200px;
}
section.single-course .course-pagination.animated .pagination-main-title .title-link {
  transform: translateX(0);
}
section.single-course .course-pagination.animated .pagination-main-title:before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
section.single-course .course-pagination.animated .next-course-details {
  opacity: 1;
  transform: translateY(0);
}
section.single-course .course-pagination .pagination-main-title {
  text-decoration: none;
  font-size: 205px;
  line-height: 200px;
}
section.single-course .course-pagination .pagination-main-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 110%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #000000;
  z-index: 1;
  transition: transform 1s ease;
  transform: scaleX(1);
  transform-origin: bottom left;
}
section.single-course .course-pagination .pagination-main-title a:hover .title-link:after {
  transform: scaleX(0);
}
section.single-course .course-pagination .pagination-main-title a .title-link {
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
section.single-course .course-pagination .pagination-main-title a .title-link:nth-child(1):after {
  transform-origin: left;
}
section.single-course .course-pagination .pagination-main-title a .title-link:nth-child(2):after {
  transform-origin: right;
}
section.single-course .course-pagination .pagination-main-title a .title-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #ffffff;
  transition: transform 0.5s ease-in-out;
  transform: scaleX(1);
}
section.single-course .next-course-details {
  opacity: 0;
  transition: all ease 1s;
  transition-delay: 1.2s;
  transform: translateY(50px);
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 2;
  padding: 18px 0;
}
section.single-course .next-course-details .title {
  margin-top: 5px;
}
section.single-course .next-course-details .description {
  font-size: 16px;
}
section.single-course .next-course-details .price .tag {
  font-size: 16px;
}
section.single-course .next-course-details .price .info {
  opacity: 0.5;
  font-size: 12px;
}

section.custom-popup {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
section.custom-popup.custom-popup-form {
  max-width: 800px;
  margin: 0 auto;
}
section.custom-popup .mfp-close {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
section.custom-popup .step {
  display: none;
}
section.custom-popup .step.active {
  display: block;
}
section.custom-popup .popup-form {
  margin: 0 auto;
  max-width: 430px;
  text-align: center;
  padding: 50px 30px;
  background: #ffffff;
  color: #000000;
}
section.custom-popup .popup-form .label-placeholder {
  font-size: 24px;
  line-height: 24px;
}
section.custom-popup .popup-form .form-field {
  max-width: 355px;
  margin: 0 auto 50px;
}
section.custom-popup .popup-form .button-holder .button-custom {
  margin-right: 15px;
}
section.custom-popup .popup-form .button-holder .button-custom:last-child {
  margin-right: 0;
}

section.features {
  position: relative;
}
section.features .feature-content {
  max-width: 415px;
}
section.features .feature-svg {
  position: absolute;
  width: 300px;
  height: 434px;
  left: 0px;
  top: -80px;
  z-index: 3;
}
section.features .feature-svg.animated .feature-svg-path {
  animation: svg-draw 2000ms ease 0ms forwards;
}
section.features .feature-svg .feature-svg-path {
  stroke-dasharray: 924 926;
  stroke-dashoffset: 925;
  stroke-width: 1px;
}
section.features .feature-boxes .box {
  line-height: 1.8;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
section.features .feature-boxes .box:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
section.features .feature-logos .logo {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 170px;
  height: 120px;
  margin: 0 10px 15px 0;
  border: 1px solid #1A1A1A;
  transition: all ease 0.5s;
}
section.features .feature-logos .logo:hover {
  background: rgba(255, 255, 255, 0);
  box-shadow: 5px 5px 15px rgba(255, 255, 255, 0.1);
}
section.features .feature-logos .logo .d-table-cell {
  height: 120px;
  vertical-align: middle;
}
section.features .feature-logos .logo svg {
  display: inline-block;
}

section.page {
  position: relative;
}
section.page.page-purchase {
  margin-top: 100px;
}
section.page .page-svg {
  position: absolute;
  width: 300px;
  height: 434px;
  left: 0px;
  top: 100px;
  z-index: 3;
}
section.page .page-svg.animated .page-svg-path {
  animation: svg-draw 1000ms ease 0ms forwards;
  animation-delay: 1.5s;
}
section.page .page-svg .page-svg-path {
  stroke-dasharray: 924 926;
  stroke-dashoffset: 925;
  stroke-width: 1px;
}
section.page.page-validation {
  padding-top: 100px;
}
section.page .svg-validation {
  top: -200px;
  right: -200px;
  position: absolute;
}
section.page .svg-validation.animated .svg-validation-path {
  animation: svg-draw 1000ms linear 0ms forwards;
  animation-delay: 2s;
}
section.page .svg-validation .svg-validation-path {
  stroke-dasharray: 1552 1554;
  stroke-dashoffset: 1553;
}
section.page .page-small-title {
  padding: 10px 0;
  opacity: 0;
  transition: all ease 2s;
  letter-spacing: 10px;
  transform: scale(2);
}
section.page .page-small-title.animated {
  opacity: 1;
  letter-spacing: 2px;
  transform: scale(1);
}
section.page .page-title-link .link {
  text-decoration: none;
  opacity: 0.4;
}
section.page .page-title-link .link:hover {
  opacity: 1;
}
section.page .page-title {
  position: relative;
  transition-delay: 0.2s;
  padding: 10px 0;
}
section.page .page-title.animated:before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
section.page .page-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #000000;
  z-index: 1;
  transition: transform 1s ease;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition-delay: 1s;
}
section.page .after-boxes {
  opacity: 0;
  transition: all ease 1s;
  transition-delay: 1.4s;
}
section.page .after-boxes.animated {
  opacity: 1;
}

section.quote .description {
  max-width: 310px;
}
section.quote blockquote {
  line-height: 1.2;
}
section.quote .blockquote-holder .position {
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 10px;
}

section.courses {
  position: relative;
}
section.courses .courses-border {
  position: absolute;
  top: 0;
  height: 0%;
  width: 1px;
  border-right: 1px solid #FFFFFF;
  opacity: 0.2;
}
section.courses .courses-border.border-right {
  right: 0px;
}
section.courses .courses-border.border-left {
  left: 0px;
}
section.courses .courses-aside {
  max-width: 320px;
  display: block;
  width: 100%;
  opacity: 0;
}
section.courses .courses-aside .title {
  display: block;
  width: 100%;
  max-width: 300px;
}
section.courses .courses-aside .definition {
  margin-top: 30px;
  opacity: 0.5;
}
section.courses .courses-aside .definition .text {
  font-size: 12px;
}

section.company .company-message {
  position: relative;
  font-size: 12px;
  text-align: center;
  padding: 100px 100px 10px 50px;
  float: left;
  max-width: 400px;
  z-index: 5;
}
section.company .company-message .company-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.company .company-message .company-svg.animated .company-svg-path {
  animation: svg-draw 1200ms ease 0ms forwards;
}
section.company .company-message .company-svg .company-svg-path {
  stroke-width: 1px;
  stroke-dasharray: 902 904;
  stroke-dashoffset: 903;
}
section.company .company-content {
  padding-top: 100px;
}
section.company .company-content .title {
  line-height: 1;
  display: block;
  position: relative;
}
section.company .company-content .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #000000;
  z-index: 1;
  transition: transform 1s ease;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition-delay: 0.8s;
}
section.company .company-content .title.animated:before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
section.company .company-content .title:nth-child(2) {
  margin-left: 18%;
}
section.company .company-content .title:nth-child(2):before {
  transition-delay: 1.2s;
}

section.about .about-message {
  position: relative;
  font-size: 12px;
  text-align: center;
  padding: 100px 100px 100px 50px;
  float: left;
  max-width: 350px;
  z-index: 5;
}
section.about .about-message .about-svg {
  position: absolute;
  right: 10%;
  top: -50px;
  margin: 0 auto;
}
section.about .about-message .about-svg.animated .about-svg-path {
  animation-delay: 1s;
  animation: svg-draw 1200ms ease 0ms forwards;
}
section.about .about-message .about-svg .about-svg-path {
  stroke-width: 1px;
  stroke-dasharray: 1171 1173;
  stroke-dashoffset: 1172;
}
section.about .about-content {
  padding-top: 100px;
}
section.about .about-content .title {
  line-height: 1;
  display: block;
  position: relative;
}
section.about .about-content .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #ffffff;
  z-index: 1;
  transition: transform 1s ease;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition-delay: 1s;
}
section.about .about-content .title.animated:before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
section.about .about-content .title:nth-child(1) {
  max-width: 1050px;
}
section.about .about-content .title:nth-child(2):before {
  transition-delay: 1.4s;
}
section.about .about-content .title:nth-child(3) {
  max-width: 800px;
}
section.about .about-content .title:nth-child(3):before {
  transition-delay: 1.8s;
}
section.about .about-image {
  margin-top: -100px;
  margin-right: 50px;
  height: 305px;
  width: 305px;
  display: block;
  z-index: 2;
  position: relative;
  float: right;
  opacity: 0;
  transition: all ease 1s;
  transform: scale(0.9);
  transition-delay: 0.5s;
}
section.about .about-image.animated {
  opacity: 1;
  transform: scale(1);
}
section.about .about-image .image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: all ease 0.5s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.about .about-contact {
  padding: 50px 0;
}
section.about .about-contact.animated .content {
  opacity: 1;
  transform: translateY(0);
}
section.about .about-contact .content {
  transition: all ease 1s;
  opacity: 0;
  transform: translateY(50px);
}
section.about .about-contact .content:nth-child(1) {
  transition-delay: 0.2s;
}
section.about .about-contact .content:nth-child(2) {
  transition-delay: 0.4s;
}
section.about .about-contact .title {
  margin: 8px 0;
}

footer.main-footer {
  padding: 60px 0 40px;
  overflow: hidden;
}
footer.main-footer .site-link {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
}
footer.main-footer .site-link:hover:before {
  animation-play-state: paused;
}
footer.main-footer .site-link:hover .circle-holder {
  opacity: 0.3;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(1) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(2) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(3) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(4) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(5) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(6) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(7) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(8) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(9) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(10) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(11) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(12) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(13) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(14) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(15) {
  animation-play-state: running;
}
footer.main-footer .site-link:hover .circle-holder .circle:nth-child(16) {
  animation-play-state: running;
}
footer.main-footer .site-link .circle-holder {
  transform: scale(0.3);
  top: -150px;
  left: -227px;
  width: 500px;
  height: 250px;
  position: absolute;
  transition: opacity ease 0.5s;
  opacity: 0.3;
}
footer.main-footer .site-link .circle-holder .circle {
  border-radius: 100% 100% 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: bottom center;
}
footer.main-footer .site-link .circle-holder .circle:nth-child(1) {
  background: black;
  border-bottom: none;
  border-radius: 25px 25px 0 0;
  width: 25px;
  height: 12.5px;
  z-index: 15;
  animation: circle-1 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-1 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-360deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(2) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 31px 31px 0 0;
  width: 31px;
  height: 15.5px;
  z-index: 14;
  animation: circle-2 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-2 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-720deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(3) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 62px 62px 0 0;
  width: 62px;
  height: 31px;
  z-index: 13;
  animation: circle-3 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-3 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-1080deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(4) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 93px 93px 0 0;
  width: 93px;
  height: 46.5px;
  z-index: 12;
  animation: circle-4 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-4 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-1440deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(5) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 124px 124px 0 0;
  width: 124px;
  height: 62px;
  z-index: 11;
  animation: circle-5 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-5 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-1800deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(6) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 155px 155px 0 0;
  width: 155px;
  height: 77.5px;
  z-index: 10;
  animation: circle-6 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-6 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-2160deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(7) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 186px 186px 0 0;
  width: 186px;
  height: 93px;
  z-index: 9;
  animation: circle-7 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-7 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-2520deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(8) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 217px 217px 0 0;
  width: 217px;
  height: 108.5px;
  z-index: 8;
  animation: circle-8 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-8 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-2880deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(9) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 248px 248px 0 0;
  width: 248px;
  height: 124px;
  z-index: 7;
  animation: circle-9 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-9 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-3240deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(10) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 279px 279px 0 0;
  width: 279px;
  height: 139.5px;
  z-index: 6;
  animation: circle-10 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-10 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-3600deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(11) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 310px 310px 0 0;
  width: 310px;
  height: 155px;
  z-index: 5;
  animation: circle-11 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-11 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-3960deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(12) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 341px 341px 0 0;
  width: 341px;
  height: 170.5px;
  z-index: 4;
  animation: circle-12 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-12 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-4320deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(13) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 372px 372px 0 0;
  width: 372px;
  height: 186px;
  z-index: 3;
  animation: circle-13 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-13 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-4680deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(14) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 403px 403px 0 0;
  width: 403px;
  height: 201.5px;
  z-index: 2;
  animation: circle-14 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-14 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-5040deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(15) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 434px 434px 0 0;
  width: 434px;
  height: 217px;
  z-index: 1;
  animation: circle-15 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-15 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-5400deg);
  }
}
footer.main-footer .site-link .circle-holder .circle:nth-child(16) {
  border: 13px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 465px 465px 0 0;
  width: 465px;
  height: 232.5px;
  z-index: 0;
  animation: circle-16 10s infinite ease-in-out;
  animation-play-state: paused;
}
@keyframes circle-16 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(-5760deg);
  }
}
footer.main-footer .site-link:before {
  position: relative;
  z-index: 2;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-left: 5px;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  background: white;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  opacity: 1;
  transition: all ease 0.5s;
}
footer.main-footer .footer-payment {
  margin: -15px 0 0 0;
  padding: 0;
  list-style: none;
}
footer.main-footer .footer-payment li {
  margin: 0 10px;
  display: inline-block;
  opacity: 0.2;
}

section.flex-gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -100px;
  overflow: hidden;
}
section.flex-gallery .image-holder {
  position: relative;
  flex-grow: 1;
  max-width: 25%;
  transition: all ease 1s;
  margin: 0;
  max-height: 450px;
  transform: scale(1.5);
  overflow: hidden;
}
section.flex-gallery .image-holder:hover {
  z-index: 3;
}
section.flex-gallery .image-holder:hover:after {
  opacity: 0;
}
section.flex-gallery .image-holder:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
}
section.flex-gallery .image-holder img {
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  cursor: pointer;
  filter: grayscale(1);
  transition: all ease 0.5s;
}
section.flex-gallery .image-holder:after {
  pointer-events: none;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s;
}

.form .dropzone-cont {
  transition: all 0.5s ease;
  opacity: 0.7;
  border-color: rgba(255, 255, 255, 0.2);
}
.form .dropzone-cont:hover {
  opacity: 1;
  border-color: white;
}
.form hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.form.form-register {
  margin-bottom: 100px;
}
.form.invert .label-placeholder {
  opacity: 0.7;
  color: #000000;
}
.form.invert .form-field.active .form-control {
  border-bottom: 2px solid black;
}
.form.invert .form-field .form-control {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  color: #000000;
}
.form.invert .form-field .form-control:focus {
  border-color: #000000 !important;
}
.form label.error {
  display: block;
  color: #ff9800;
  margin-top: 2px;
  position: absolute;
  font-weight: 300;
  font-size: 14px;
}
.form .label-placeholder {
  pointer-events: none;
  position: absolute;
  color: #ffffff;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
  left: 0;
  top: -5px;
  z-index: 6;
  opacity: 0.4;
  transition: all ease 0.2s;
}
.form .form-field {
  position: relative;
  margin-bottom: 50px;
  /*&.active.label {
      .label-placeholder {
          left: 20px;
      }
  }*/
}
.form .form-field.form-field-sm {
  margin-bottom: 40px;
}
.form .form-field.form-field-disabled .label-placeholder {
  opacity: 1;
  margin-bottom: 10px;
  top: 0;
  position: relative;
  display: block;
  bottom: inherit;
  font-size: 22px;
  color: #ffffff;
  border-bottom: none;
}
.form .form-field.active .label-placeholder {
  font-size: 13px;
  transform: translateY(-25px);
  opacity: 0.7;
}
.form .form-field.active .form-control {
  z-index: 1;
  border-color: rgba(255, 255, 255, 0.2);
}
.form .row .form-field.active.label .label-placeholder {
  left: 20px;
}
.form textarea.form-control {
  height: 120px;
}
.form .form-control {
  position: relative;
  z-index: 2;
  font-size: 24px;
  border-radius: 0;
  height: 50px;
  padding-left: 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.form .form-control[disabled] {
  border: none !important;
  height: auto;
  padding: 0;
}
.form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ffffff !important;
}
.form .form-control.error {
  border-color: #ff9800 !important;
}
.form .form-control:-webkit-autofill {
  border: none;
  outline: 10px solid #000;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-text-fill-color: white;
  background-color: #000000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #000000 inset;
  transition: background-color 5000s ease-in-out 0s;
  z-index: 99;
  font-size: 24px;
}
.form select.form-control {
  background-color: #000;
}
.form .form-file {
  position: relative;
}
.form .form-file input[type=file] {
  font-size: 18px;
  border: none;
}
.form .form-file input[type=file]:focus {
  outline: none;
}
.form .form-checkbox {
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
.form .form-checkbox a {
  text-decoration: underline;
}
.form .form-checkbox:hover .checkbox-label {
  opacity: 1;
}
.form .form-checkbox:hover input[type=checkbox] ~ .checkmark {
  opacity: 1;
}
.form .form-checkbox label.error {
  margin-top: 10px;
  color: #ff9800;
  font-size: 12px;
  display: block;
  font-weight: 500;
  position: absolute;
  border: none;
  top: -24px;
}
.form .form-checkbox .checkbox-label {
  opacity: 0.5;
  font-size: 18px;
  line-height: 20px;
}
.form .form-checkbox label {
  cursor: pointer;
  line-height: 20px;
  padding: 0;
  margin: 0;
  color: #ffffff;
  border-radius: 0;
}
.form .form-checkbox input[type=checkbox] {
  height: 20px;
  width: 20px;
  opacity: 0;
  z-index: 2;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
}
.form .form-checkbox input[type=checkbox].error ~ .checkmark {
  border-color: #ff9800;
}
.form .form-checkbox input[type=checkbox] ~ .checkmark {
  opacity: 0.4;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0;
  transition: all ease 0.2s;
}
.form .form-checkbox input[type=checkbox] ~ .checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.15s;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  background: #000000;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.form .form-checkbox input[type=checkbox]:hover input ~ .checkmark {
  border-color: #d2d2d2;
}
.form .form-checkbox input[type=checkbox]:checked ~ .checkmark {
  opacity: 1;
  background-color: #ffffff;
  border-color: #ffffff;
}
.form .form-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.form .form-checkbox input[type=checkbox]:checked ~ .checkbox-label {
  opacity: 1;
}
.form .form-radio {
  margin-bottom: 40px;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
.form .form-radio:hover .checkbox-label {
  opacity: 1;
}
.form .form-radio:hover input[type=checkbox] ~ .checkmark {
  opacity: 1;
}
.form .form-radio label.error {
  margin-top: 10px;
  color: red;
  font-size: 12px;
  display: block;
  font-weight: 500;
  position: relative;
  border: none;
}
.form .form-radio .checkbox-label {
  opacity: 0.5;
  font-size: 18px;
  line-height: 20px;
}
.form .form-radio label {
  cursor: pointer;
  line-height: 20px;
  padding: 0;
  margin: 0;
  color: #ffffff;
  border-radius: 0;
}
.form .form-radio input[type=radio] {
  height: 20px;
  width: 20px;
  opacity: 0;
  z-index: 2;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
}
.form .form-radio input[type=radio].error ~ .checkmark {
  border-color: red;
}
.form .form-radio input[type=radio] ~ .checkmark {
  opacity: 0.4;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  transition: all ease 0.2s;
}
.form .form-radio input[type=radio] ~ .checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.15s;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.form .form-radio input[type=radio]:hover input ~ .checkmark {
  border-color: #d2d2d2;
}
.form .form-radio input[type=radio]:checked ~ .checkmark {
  opacity: 1;
  background-color: #ffffff;
  border-color: #ffffff;
}
.form .form-radio input[type=radio]:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.form .form-radio input[type=radio]:checked ~ .checkbox-label {
  opacity: 1;
}

#paymentForm h4.price del {
  font-size: 16px;
}

#helcimResults {
  color: #ff9800;
  padding-bottom: 40px;
}

.form-nav .content-holder {
  max-width: 400px;
}
.form-nav a.link {
  text-decoration: none;
  opacity: 0.8;
}
.form-nav a.link:hover {
  opacity: 1;
}

section.page-404 {
  position: relative;
}
section.page-404 .page-title-404 {
  position: absolute;
  margin: 0 auto;
  top: 200px;
  left: 0;
  right: 0;
  font-size: 500px;
  opacity: 0.2;
}
section.page-404 .svg-404.animated .svg-404-path {
  animation: svg-draw 1000ms linear 0ms forwards;
  animation-delay: 2s;
}
section.page-404 .svg-404 .svg-404-path {
  stroke-dasharray: 11029 11031;
  stroke-dashoffset: 11030;
}

.alert {
  border-radius: 0;
  font-size: 16px;
}
.alert a {
  color: #333;
  text-decoration: underline;
}

.lesson-video {
  margin-bottom: 10px;
}

.buttons-holder {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  margin-top: 60px;
}
.buttons-holder span.sep {
  display: inline-block;
  width: 60px;
  text-align: center;
  line-height: 50px;
}
.buttons-holder a {
  width: 48%;
}

.form.white .label-placeholder {
  color: #000;
}
.form.white .form-control {
  border-bottom-color: #999;
  color: #333;
}
.form.white .form-control .error {
  border-bottom-color: #ff9800 !important;
}
.form.white .form-control:focus {
  border-bottom-color: #000 !important;
}
.form.white .form-control:focus .error {
  border-bottom-color: #ff9800 !important;
}
.form.white .form-field.active .form-control {
  border-bottom-color: #999;
}
.map-cont {
  min-height: 542px;
}
.map-cont iframe {
  width: 100%;
  height: 500px;
}

.dropzone-cont .dz-preview.dz-image-preview {
  background: transparent !important;
}
.dropzone-cont .dz-preview .dz-image {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}
.dropzone-cont .dz-preview .dz-remove {
  border-radius: 0;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  background: #000000;
}
.dropzone-cont .dz-preview .dz-remove:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.dropzone-cont .dz-preview .dz-remove:hover:before, .dropzone-cont .dz-preview .dz-remove:hover:after {
  border-color: #000000;
}
.dropzone-cont .dz-preview .dz-remove:before, .dropzone-cont .dz-preview .dz-remove:after {
  border-color: #ffffff;
}
.dropzone-cont .dz-preview.dz-image-preview {
  background: transparent;
}
section.subscribe {
  position: relative;
}
section.subscribe .container {
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
}
section.subscribe .container:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
section.subscribe.invert .title {
  font-weight: 500;
}
section.subscribe.invert .container:before {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
section.subscribe.invert .form .button-submit svg path {
  fill: #000;
}
section.subscribe .form {
  max-width: 500px;
  margin: 0 auto;
}
section.subscribe .form .form-control {
  height: 60px;
}
section.subscribe .form .button-submit {
  text-align: right;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  min-width: 60px;
  height: 60px;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  z-index: 3;
}
section.subscribe .form .button-submit svg {
  position: relative;
  top: -3px;
  display: inline-block;
}
section.subscribe .form .button-submit svg path {
  fill: #fff;
}

.gm-style-iw-d a {
  text-decoration: underline;
}
.gm-style-iw-d a:hover {
  color: #333 !important;
}

.you_tube_cont {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.you_tube_cont iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

/*# sourceMappingURL=style.css.map */
