/*
Theme Name: MFEC Dance Template
Theme URI: 
Author: JLD2nd
Author URI: http://www.portfolio.jamesleed2nd.com/
Description: 
Version: 1.0
Text Domain: mfecdancetemplate
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Variables
3.0 Text Align
4.0 Header
5.0 Main Style
6.0 Footer
7.0 Media Queries
8.0 Font Family
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/*--------------------------------------------------------------
2.0 Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Text Align
--------------------------------------------------------------*/
@media only screen and (max-width: 529px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 1129px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px), only screen and (min-width: 1129px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}
/*--------------------------------------------------------------
4.0 Header
--------------------------------------------------------------*/
/* HEADER CONTAINER */
/*--------------------------------------------------------------
5.0 Main Style
--------------------------------------------------------------*/
body {
  margin: 0;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  opacity: 1;
  transition: 0.1s !important;
}
.light-theme {
  color: #090909;
  background: #ffffff !important;
}
.light-theme .tm-container .top-container .menu-container ul li.active a {
  text-shadow: 0vw 0vw 0.1vw #806914;
  color: #FED128;
}
.light-theme .tm-container .top-container .menu-container ul li.active a:hover {
  text-shadow: 0vw 0vw 0.1vw #147280;
  color: #28D7FE;
}
.light-theme .tm-container .top-container .menu-container ul li a {
  color: #ffffff;
}
.light-theme .tm-container .top-container .menu-container ul li a:hover {
  text-shadow: 0vw 0vw 0.1vw #147280;
  color: #28D7FE;
}
.light-theme .about-us-container {
  background: url("assets/img/bricks-unsplash-red.jpg") no-repeat center center;
}
.light-theme .about-us-container:before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.light-theme .about-us-container:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.light-theme .about-us-container .neon {
  color: #ffffff;
  text-shadow: 0.5vw 0.5vw 0.1vw #00000036;
}
.light-theme .about-us-container .flux {
  color: #ffffff;
  text-shadow: 0.5vw 0.5vw 0.1vw #00000036;
}
.light-theme .about-us-container .content {
  color: #ffffff;
  font-weight: 400;
}
.light-theme .slider-container:before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.light-theme .slider-container:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  height: 100%;
}
.light-theme .enroll-now-container:before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.light-theme .enroll-now-container:after {
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
}
.light-theme .enroll-now-container .label-title {
  color: #ffffff;
  text-shadow: 0.5vw 0.5vw 0.1vw #00000036;
}
.light-theme .enroll-now-container .paragraph {
  color: #ffffff;
}
.light-theme .partners-container {
  background: url("assets/img/bricks-unsplash-red.jpg") no-repeat center center;
}
.light-theme .partners-container:before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.light-theme .partners-container:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.light-theme .partners-container .neon {
  color: #ffffff;
  text-shadow: 0.5vw 0.5vw 0.1vw #00000036;
}
.light-theme .partners-container .flux {
  color: #ffffff;
  text-shadow: 0.5vw 0.5vw 0.1vw #00000036;
}
.light-theme .partners-container .content {
  color: #090909;
}
.light-theme .partners-container .slick-slide img {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(0.5vw 0.5vw 0.1vw rgba(0, 0, 0, 0.6));
}
.light-theme .quick-form-container .wrapper {
  border: 1px solid #090909;
  background: #ffffff !important;
  box-shadow: 0.5vw 0.5vw 0.1vw #00000036;
}
.light-theme .quick-form-container label {
  color: #090909;
}
.light-theme .quick-form-container .nf-field-element input {
  border: 1px solid #090909 !important;
  background: #ffffff !important;
}
.light-theme .quick-form-container .listselect-wrap select {
  border: 1px solid #090909 !important;
  background: #ffffff !important;
}
.light-theme .quick-form-container .nf-response-msg {
  color: #090909;
}
.light-theme .quick-form-container .submit-container input {
  background: #090909 !important;
  color: #ffffff;
  font-family: "Poppins";
}
.light-theme .quick-form-container .submit-container input:hover {
  color: #ffffff !important;
}
.light-theme .performances-container .performances-content .title {
  color: #090909;
}
.light-theme .performances-container .performances-content .content {
  color: #656565;
}
.light-theme .performances-container .performances-content .seemore-btn {
  color: #090909;
}
.light-theme .performances-container .performances-content .seemore-btn:hover {
  color: #090909;
}
.light-theme .happenings-card-item {
  box-shadow: 0.5vw 0.5vw 0.1vw #00000036;
}
.light-theme .happenings-card-item .content-wrapper {
  background: #ffffff;
}
.light-theme .happenings-card-item .content-wrapper .title {
  color: #090909;
}
.light-theme .happenings-card-item .content-wrapper .category {
  color: #090909;
}
.light-theme .happenings-card-item .content-wrapper .content {
  color: #090909;
}
.light-theme .classes-container .item:before {
  opacity: 0.5;
}
.light-theme.page-template .banner-container,
.light-theme.page .banner-container,
.light-theme.single .banner-container {
  background: url("assets/img/bricks-unsplash-red.jpg") no-repeat center center;
}
.light-theme.page-template .banner-container:before,
.light-theme.page .banner-container:before,
.light-theme.single .banner-container:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.light-theme.page-template .banner-container:after,
.light-theme.page .banner-container:after,
.light-theme.single .banner-container:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.light-theme.page-template .neon,
.light-theme.page .neon,
.light-theme.single .neon {
  color: #ffffff;
  text-shadow: 0.5vw 0.5vw 0.1vw #00000036;
}
.light-theme.page-template .flux,
.light-theme.page .flux,
.light-theme.single .flux {
  color: #ffffff;
  text-shadow: 0.5vw 0.5vw 0.1vw #00000036;
}
.light-theme .label-title {
  color: #090909;
}
.light-theme .label {
  color: #656565;
}
.light-theme .paragraph {
  color: #606060;
}
.light-theme .normal-btn {
  background: #090909;
  color: #ffffff;
}
.light-theme .normal-btn:hover {
  color: #ffffff;
}
.light-theme .footer-container,
.light-theme .copyrights-container {
  background: #090909;
}
.light-theme .footer-container .paragraph,
.light-theme .copyrights-container .paragraph {
  color: #ffffff;
}
.dark-theme {
  color: #090909;
  background: #090909 !important;
}
.dark-theme .tm-container .top-container .menu-container ul li.active a {
  text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 0.4vw #FED128, 0vw 0vw 0.1vw #806914;
  color: #FED128;
}
.dark-theme .tm-container .top-container .menu-container ul li.active a:hover {
  text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 0.4vw #8BFDFE, 0vw 0vw 0.1vw #147280;
  color: #28D7FE;
}
.dark-theme .tm-container .top-container .menu-container ul li a {
  color: #ffffff;
}
.dark-theme .tm-container .top-container .menu-container ul li a:hover {
  text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 0.4vw #8BFDFE, 0vw 0vw 0.1vw #147280;
  color: #28D7FE;
}
.dark-theme .about-us-container {
  background: url("assets/img/bricks-unsplash.jpg") no-repeat center center;
}
.dark-theme .about-us-container:before {
  background: linear-gradient(0deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
}
.dark-theme .about-us-container:after {
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
}
.dark-theme .about-us-container .content {
  color: #ffffff;
}
.dark-theme .slider-container:before {
  background: linear-gradient(0deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
}
.dark-theme .slider-container:after {
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
  height: 30%;
}
.dark-theme .enroll-now-container:before {
  background: linear-gradient(0deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
}
.dark-theme .enroll-now-container:after {
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
}
.dark-theme .partners-container {
  background: url("assets/img/bricks-unsplash.jpg") no-repeat center center;
}
.dark-theme .partners-container:before {
  background: linear-gradient(0deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
}
.dark-theme .partners-container:after {
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
}
.dark-theme .partners-container .content {
  color: #ffffff;
}
.dark-theme .quick-form-container .wrapper {
  border: 1px solid #ffffff;
  background: #090909 !important;
}
.dark-theme .quick-form-container label {
  color: #ffffff;
}
.dark-theme .quick-form-container .nf-field-element input {
  border: 1px solid #ffffff;
  background: #090909;
}
.dark-theme .quick-form-container .listselect-wrap select {
  border: 1px solid #ffffff !important;
  background: #090909 !important;
}
.dark-theme .quick-form-container .nf-response-msg {
  color: #ffffff;
}
.dark-theme .quick-form-container .submit-container input {
  background: #FFBB00 !important;
  color: #ffffff;
  font-family: "Poppins";
}
.dark-theme .quick-form-container .submit-container input:hover {
  color: #ffffff !important;
}
.dark-theme .performances-container .performances-content {
  color: #ffffff;
}
.dark-theme .performances-container .performances-content .seemore-btn {
  color: #ffffff;
}
.dark-theme .performances-container .performances-content .seemore-btn:hover {
  color: #ffffff;
}
.dark-theme .happenings-card-item .content-wrapper {
  background: #090909;
}
.dark-theme .happenings-card-item .content-wrapper .title {
  color: #ffffff;
}
.dark-theme .happenings-card-item .content-wrapper .category {
  color: #ffffff;
}
.dark-theme .happenings-card-item .content-wrapper .content {
  color: #ffffff;
}
.dark-theme .classes-container .item:before {
  opacity: 0.7;
}
.dark-theme.page-template .banner-container,
.dark-theme.page .banner-container,
.dark-theme.single .banner-container {
  background: url("assets/img/bricks-unsplash.jpg") no-repeat center center;
}
.dark-theme.page-template .banner-container:before,
.dark-theme.page .banner-container:before,
.dark-theme.single .banner-container:before {
  background: linear-gradient(0deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
}
.dark-theme.page-template .banner-container:after,
.dark-theme.page .banner-container:after,
.dark-theme.single .banner-container:after {
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
}
.dark-theme .label-title {
  color: #ffffff;
}
.dark-theme .label {
  color: #ffffff;
}
.dark-theme .paragraph {
  color: #ffffff;
}
.dark-theme .normal-btn {
  background: #FFBB00;
  color: #ffffff;
}
.dark-theme .normal-btn:hover {
  color: #ffffff;
}
.dark-theme .footer-container,
.dark-theme .copyrights-container {
  background: #090909;
}
.main-container {
  overflow: hidden;
}
.mmenu-container {
  position: fixed;
  z-index: 9999;
  left: -240px;
  top: 0px;
  transition: 0.5s;
  display: none;
  height: 100%;
}
.mmenu-container.scroll .burger {
  background: #ffffff;
  top: 0px;
}
.mmenu-container.scroll .burger input + label span {
  background: #111111;
}
.mmenu-container.opened {
  width: 100%;
  left: 0;
}
.mmenu-container.opened .burger {
  right: 0%;
}
@media only screen and (max-width: 500px), only screen and (min-width: 501px) and (max-width: 1059px) {
  .mmenu-container {
    display: block;
  }
}
.mmenu-container .mmenu-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.mmenu-container #menu-header-menu,
.mmenu-container #menu-header-page-menu {
  list-style: none;
}
.mmenu-container .menu-item.active a {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.08);
  text-decoration: none;
}
.mmenu-container .menu-item a {
  font-family: "Poppins";
  padding: 9px 12px;
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  line-height: 25px;
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.13);
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s;
}
.mmenu-container .menu-item a:hover {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.08);
  text-decoration: none;
}
.mmenu-container .burger {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  right: 0px;
  top: 15px;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
}
.mmenu-container .burger input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.mmenu-container .burger input:checked + label span {
  opacity: 0;
  top: 50% !important;
}
.mmenu-container .burger input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}
.mmenu-container .burger input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}
.mmenu-container .burger input + label {
  cursor: pointer;
  top: 35px;
  right: 0px;
  height: 60px;
  width: 60px;
  z-index: 111;
  transition: all 0.5s ease;
}
.mmenu-container .burger input + label span {
  position: absolute;
  width: 25px;
  height: 2px;
  top: 45%;
  margin-top: -1px;
  left: 18px;
  display: block;
  background: #ffffff;
  transition: 0.5s;
  border-radius: 45px;
}
.mmenu-container .burger input + label span:first-child {
  top: 21px;
}
.mmenu-container .burger input + label span:last-child {
  top: 33px;
}
.mmenu-container .mmenu-wrapper {
  width: 240px;
  height: 100%;
  background: #111111;
  position: relative;
  z-index: 1;
}
.mmenu-container .mmenu-wrapper .menu {
  padding: 25px;
}
.mmenu-container .mmenu-wrapper .menu ul {
  list-style: none;
  padding: 0px;
}
.mmenu-container .mmenu-wrapper .menu ul li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 24px;
}
.mmenu-container .mmenu-wrapper .social-media {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0px auto;
}
.mmenu-container .mmenu-wrapper .social-media ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
.mmenu-container .mmenu-wrapper .social-media ul li {
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
}
.mmenu-container .mmenu-wrapper .social-media ul li a {
  color: #ffffff;
  text-decoration: none;
  margin: 0px 10px;
}
.mmenu-container .mmenu-wrapper .social-media ul li a:hover {
  text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 0.4vw #8BFDFE, 0vw 0vw 0.1vw #147280;
  color: #28D7FE;
  text-decoration: none;
}
.tm-container {
  position: fixed;
  z-index: 999;
  top: 15px;
  left: 0;
  width: 100%;
}
.tm-container.scroll {
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #ffffff;
}
.tm-container.scroll .top-container .logo svg {
  width: 50px;
  height: 60px;
}
.tm-container.scroll .top-container .logo img {
  height: 40px;
}
.tm-container .top-container .logo {
  padding: 10px 0px;
  display: inline-block;
}
.tm-container .top-container .logo img {
  height: 80px;
  transition: 0.5s;
}
.tm-container .top-container .logo svg {
  width: 80px;
  transition: 0.5s;
}
.tm-container .top-container .logo a {
  display: inline-block;
}
.tm-container .top-container .menu-container {
  float: right;
  height: 100%;
}
@media only screen and (max-width: 500px), only screen and (min-width: 501px) and (max-width: 1059px) {
  .tm-container .top-container .menu-container {
    display: none;
  }
}
.tm-container .top-container .menu-container .menu-header-menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.tm-container .top-container .menu-container ul {
  list-style: none;
  margin-bottom: 0px;
}
.tm-container .top-container .menu-container ul li {
  display: inline-block;
}
.tm-container .top-container .menu-container ul li:last-child a {
  margin-right: 0px;
}
.tm-container .top-container .menu-container ul li.active a {
  font-weight: 600;
  position: relative;
  /*&:after {
                content: "";
                width: 100%;
                height: 2px;
                background: @color-yellow;
                position: absolute;
                left: 0;
                bottom: -10px;
              }*/
}
.tm-container .top-container .menu-container ul li a {
  margin-bottom: 0px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: auto;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px 10px;
  transition: 0.5s;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .tm-container .top-container .menu-container ul li a {
    font-size: 14px;
    line-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .tm-container .top-container .menu-container ul li a {
    font-size: 12px;
    line-height: auto;
  }
}
.quick-form-container {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 500px) {
  .quick-form-container {
    display: none;
  }
}
.quick-form-container .wrapper {
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  transition: 0.5s;
}
.quick-form-container .nf-before-form-content {
  display: none;
}
.quick-form-container .nf-form-content .nf-field-container {
  margin-bottom: 0px;
}
.quick-form-container nf-fields-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-form-container nf-field {
  display: inline-block;
  width: calc(100% / 5);
  padding: 5px;
}
.quick-form-container nf-field .nf-field-label {
  margin-bottom: 0 !important;
}
.quick-form-container nf-field label {
  font-size: 14px;
  font-family: "Poppins";
  text-transform: uppercase;
  font-weight: 300;
}
.quick-form-container nf-field .nf-field-element input {
  border-radius: 5px;
  font-family: "Poppins";
  font-size: 12px;
}
.quick-form-container nf-field .submit-wrap .nf-field-element input {
  padding-left: 0px;
  padding-right: 0px;
}
.quick-form-container nf-field .listselect-wrap select {
  border-radius: 5px !important;
  font-family: "Poppins";
  font-size: 12px;
}
.quick-form-container nf-field .listselect-wrap .nf-field-element div {
  background: transparent !important;
  border: 0px;
}
.quick-form-container nf-field .nf-error-msg {
  display: none;
}
.quick-form-container .nf-after-form-content {
  font-family: "Poppins";
  font-size: 12px;
}
.quick-form-container .nf-response-msg {
  font-family: "Poppins";
  font-size: 12px;
}
.quick-form-container .submit-container input {
  width: 100% !important;
  border-radius: 10px;
  border: 0px !important;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Poppins";
  text-decoration: none;
  padding: 38px 50px;
  transition: 0.5s;
  transform: scale(1);
  line-height: 5px;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .quick-form-container .submit-container input {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .quick-form-container .submit-container input {
    font-size: 12px;
  }
}
.quick-form-container .submit-container input:hover {
  transform: scale(1.05);
}
.single-post .content-wrapper {
  padding-top: 50px;
}
.nf-form-cont label {
  font-size: 16px;
  font-family: "Poppins";
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
}
.nf-form-cont .nf-field-element input,
.nf-form-cont .nf-field-element textarea {
  border: 1px solid #ffffff !important;
  border-radius: 5px !important;
  background: #090909 !important;
  font-family: "Poppins";
  font-size: 14px;
}
.nf-form-cont .submit-wrap .nf-field-element input {
  padding-left: 0px;
  padding-right: 0px;
}
.nf-form-cont .listselect-wrap select {
  border: 1px solid #ffffff !important;
  border-radius: 5px !important;
  background: #090909 !important;
  font-family: "Poppins";
  font-size: 14px;
}
.nf-form-cont .listselect-wrap .nf-field-element div {
  background: transparent !important;
  border: 0px !important;
}
.nf-form-cont .nf-error-msg {
  font-family: "Poppins";
  font-size: 14px;
}
.nf-form-cont .nf-before-form-content {
  text-align: center;
}
.nf-form-cont .nf-after-form-content {
  font-family: "Poppins";
  font-size: 14px;
  text-align: center;
}
.nf-form-cont .nf-response-msg {
  font-family: "Poppins";
  font-size: 14px;
  color: #ffffff;
}
.nf-form-cont .submit-container input {
  width: 100% !important;
  border-radius: 10px;
  border: 0px !important;
  background: #FFBB00 !important;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  font-family: "Poppins";
  text-decoration: none;
  padding: 25px 50px;
  transition: 0.5s;
  transform: scale(1);
  line-height: 5px;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .nf-form-cont .submit-container input {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .nf-form-cont .submit-container input {
    font-size: 12px;
  }
}
.nf-form-cont .submit-container input:hover {
  color: #ffffff !important;
  transform: scale(1.05);
}
.slider-container {
  background: #000;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .slider-container {
    margin-bottom: 100px;
  }
}
.slider-container:before {
  top: 0;
  left: 0;
  content: '';
  height: 200px;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.slider-container:after {
  bottom: 0;
  left: 0;
  content: '';
  height: 30%;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.slider-container .home-slider {
  padding: 0px;
  margin: 0px;
  background: #000;
  height: 100%;
}
.slider-container .home-slider .slider-item {
  overflow: hidden;
  position: relative;
  height: 650px;
}
@media only screen and (max-width: 500px) {
  .slider-container .home-slider .slider-item {
    height: 450px;
  }
}
.slider-container .home-slider .slider-item video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
}
@media only screen and (max-width: 500px), only screen and (min-width: 501px) and (max-width: 1059px) {
  .slider-container .home-slider .slider-item video {
    object-fit: cover;
  }
}
.partners-container {
  padding: 100px 0px;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
@media only screen and (max-width: 500px) {
  .partners-container {
    background-attachment: unset;
  }
}
.partners-container:before {
  top: 0;
  left: 0;
  content: '';
  height: 200px;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.partners-container:after {
  bottom: 0;
  left: 0;
  content: '';
  height: 200px;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.partners-container .wrapper {
  position: relative;
  z-index: 1;
}
.partners-container .partner-slider {
  padding-top: 50px;
  padding-left: 0px;
}
.partners-container .partner-slider .slick-track {
  margin: 0px auto;
}
.partners-container .partner-slider .partner-item {
  padding: 10px;
}
@media only screen and (max-width: 500px) {
  .partners-container .partner-slider .partner-item {
    padding: 10px;
  }
}
.fancybox-container .fancybox-caption__body .caption-wrapper h2 {
  color: #ffffff;
  margin-bottom: 0px;
  font-family: "zero_hour";
  font-size: 35px;
  line-height: 45px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: -10px;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .fancybox-container .fancybox-caption__body .caption-wrapper h2 {
    font-size: 25px;
    line-height: 35px;
    line-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .fancybox-container .fancybox-caption__body .caption-wrapper h2 {
    font-size: 20px;
    line-height: 30px;
    line-height: auto;
  }
}
.fancybox-container .fancybox-caption__body .caption-wrapper p {
  font-family: "Poppins";
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .fancybox-container .fancybox-caption__body .caption-wrapper p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .fancybox-container .fancybox-caption__body .caption-wrapper p {
    font-size: 12px;
  }
}
.classes-container {
  margin-bottom: 100px;
}
.classes-container .classes-slider {
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 50px;
}
.classes-container .item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 500px;
  width: 100%;
  margin: 10px;
}
.classes-container .item:nth-child(odd):before {
  pointer-events: none;
  background: linear-gradient(160deg, #0063ff 0%, #ff00d5 100%);
}
.classes-container .item:nth-child(even):before {
  pointer-events: none;
  background: linear-gradient(320deg, #0063ff 0%, #ff00d5 100%);
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .classes-container .item {
    height: 350px;
  }
}
@media only screen and (max-width: 500px) {
  .classes-container .item {
    height: 250px;
  }
}
.classes-container .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.classes-container .item:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0063ff;
  z-index: 1;
  transition: 0.5s;
}
.classes-container .item .name {
  position: absolute;
  top: 25px;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  z-index: 1;
  color: #ffffff;
  font-family: "zero_hour";
  text-align: center;
  margin: 0px auto;
  left: 0;
  right: 0;
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  .classes-container .item .name {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .classes-container .item .name {
    font-size: 18px;
    line-height: 23px;
  }
}
.classes-container .item .age-limit {
  position: absolute;
  bottom: 15px;
  font-size: 55px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  z-index: 1;
  font-family: "earth_orbiter_extra_bold";
  text-align: center;
  margin: 0px auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 500px) {
  .classes-container .item .age-limit {
    font-size: 26px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .classes-container .item .age-limit {
    font-size: 35px;
  }
}
.about-us-container {
  padding: 100px 0px;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
@media only screen and (max-width: 500px) {
  .about-us-container {
    text-align: center;
    background-attachment: unset;
  }
}
.about-us-container:before {
  top: 0;
  left: 0;
  content: '';
  height: 200px;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.about-us-container:after {
  bottom: 0;
  left: 0;
  content: '';
  height: 200px;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.about-us-container .label-title {
  margin-top: 10px;
  font-size: 45px;
  line-height: 55px;
}
@media only screen and (max-width: 500px) {
  .about-us-container .label-title {
    font-size: 26px;
    line-height: 36px;
    line-height: auto;
  }
}
.about-us-container .wrapper {
  position: relative;
  z-index: 1;
}
.about-us-container .content {
  margin-top: 50px;
  margin-bottom: 120px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .about-us-container .content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .about-us-container .content {
    font-size: 14px;
  }
}
.about-us-container .normal-btn {
  margin-bottom: 10px;
}
.performances-container {
  padding: 100px 0px;
}
.performances-container ul {
  padding: 0;
  list-style: none;
}
.performances-container ul li {
  float: left;
  width: calc(100%/5);
  height: 300px;
}
@media only screen and (min-width: 1441px) {
  .performances-container ul li {
    height: 350px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .performances-container ul li {
    width: calc(100%/3);
    height: 350px;
  }

  .performances-container ul li:nth-last-child(-n+2) {
     width: calc(100%/2);
  }
}
@media only screen and (max-width: 500px) {
  .performances-container ul li {
    width: calc(100%/3);
    height: 200px;
  }
  .performances-container ul li:nth-last-child(-n+2) {
     width: calc(100%/2);
  }
}
.performances-container ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.performances-container .performances-content {
  padding: 15px;
}
.performances-container .performances-content .title {
  font-weight: 800;
  font-family: "earth_orbiter_extra_bold";
  text-transform: uppercase;
  font-size: 35px;
  line-height: 40px;
}
@media only screen and (min-width: 1441px) {
  .performances-container .performances-content .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .performances-container .performances-content .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .performances-container .performances-content .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.performances-container .performances-content .content {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .performances-container .performances-content .content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .performances-container .performances-content .content {
    font-size: 10px;
  }
}
.performances-container .performances-content .seemore-btn {
  font-family: "Poppins";
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.performances-container .performances-content .seemore-btn:hover svg {
  margin-left: 5px;
}
.performances-container .performances-content .seemore-btn svg {
  margin-top: -3px;
  width: 20px;
  transition: 0.5s;
}
.happenings-container {
  padding: 100px 0px;
}
.happenings-container .happenings-card-wrapper {
  padding: 80px 0px;
}
.happenings-card-item {
  position: relative;
  margin: 10px;
}
.happenings-card-item a {
  color: auto;
  text-decoration: none;
}
.happenings-card-item:hover .img-wrapper img {
  transform: scale(1.1);
}
.happenings-card-item .img-wrapper {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .happenings-card-item .img-wrapper {
    height: 250px;
  }
}
@media only screen and (max-width: 500px) {
  .happenings-card-item .img-wrapper {
    height: 200px;
  }
}
.happenings-card-item .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.happenings-card-item .date-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  background: #fff;
  text-align: center;
  line-height: 0px;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .happenings-card-item .date-wrapper {
    line-height: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .happenings-card-item .date-wrapper {
    line-height: 0px;
  }
}
.happenings-card-item .date-wrapper .day {
  font-family: "Poppins";
  font-size: 50px;
  line-height: 50px;
  padding: 0;
  font-weight: 800;
}
@media only screen and (max-width: 500px), only screen and (min-width: 501px) and (max-width: 1059px) {
  .happenings-card-item .date-wrapper .day {
    font-size: 30px;
    line-height: 30px;
  }
}
.happenings-card-item .date-wrapper .month {
  font-family: "Poppins";
  font-size: 30px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 0;
}
@media only screen and (max-width: 500px), only screen and (min-width: 501px) and (max-width: 1059px) {
  .happenings-card-item .date-wrapper .month {
    font-size: 15px;
    line-height: 10px;
  }
}
.happenings-card-item .date-wrapper .year {
  font-family: "Poppins";
  font-size: 23px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0;
}
@media only screen and (max-width: 500px), only screen and (min-width: 501px) and (max-width: 1059px) {
  .happenings-card-item .date-wrapper .year {
    font-size: 12px;
    line-height: 16px;
  }
}
.happenings-card-item .content-wrapper {
  padding: 15px;
  padding-top: 25px;
  padding-bottom: 35px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.happenings-card-item .content-wrapper .title {
  font-weight: 600;
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 35px;
  line-height: 45px;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .happenings-card-item .content-wrapper .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 500px) {
  .happenings-card-item .content-wrapper .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.happenings-card-item .content-wrapper .category {
  margin-bottom: 0px;
  font-family: "Poppins";
  font-size: 14px;
  line-height: auto;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .happenings-card-item .content-wrapper .category {
    font-size: 12px;
    line-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .happenings-card-item .content-wrapper .category {
    font-size: 11px;
    line-height: auto;
  }
}
.happenings-card-item .content-wrapper .content {
  margin-bottom: 0px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: auto;
  font-weight: 300;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .happenings-card-item .content-wrapper .content {
    font-size: 14px;
    line-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .happenings-card-item .content-wrapper .content {
    font-size: 12px;
    line-height: auto;
  }
}
.gallery-container {
  padding: 100px 0px;
  overflow: hidden;
}
.gallery-container .gallery-slider {
  padding: 0px;
  margin: 0px;
}
.gallery-container .gallery-slider li {
  margin: 0.5px;
  height: 250px;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .gallery-container .gallery-slider li {
    height: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .gallery-container .gallery-slider li {
    height: 180px;
  }
}
.gallery-container .gallery-slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.enroll-now-container {
  margin: 100px 0px;
  background: url("assets/img/bricks-unsplash.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.enroll-now-container:before {
  top: 0;
  left: 0;
  content: '';
  height: 60%;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.enroll-now-container:after {
  bottom: 0;
  left: 0;
  content: '';
  height: 60%;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.enroll-now-container .wrapper {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .enroll-now-container .logo {
    width: 100px;
  }
}
.enroll-now-container .label-title {
  font-family: "earth_orbiter_extra_bold";
}
.enroll-now-container p a {
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
}
.enroll-now-container p a:hover {
  color: #FFBB00;
}
.page-template .banner-container,
.page .banner-container,
.single .banner-container {
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  height: 450px;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .page-template .banner-container,
  .page .banner-container,
  .single .banner-container {
    text-align: center;
    height: 350px;
  }
}
@media only screen and (max-width: 500px) {
  .page-template .banner-container,
  .page .banner-container,
  .single .banner-container {
    text-align: center;
    height: 350px;
    background-attachment: unset;
  }
}
.page-template .banner-container:before,
.page .banner-container:before,
.single .banner-container:before {
  top: 0;
  left: 0;
  content: '';
  height: 200px;
  width: 100%;
  position: absolute;
}
.page-template .banner-container:after,
.page .banner-container:after,
.single .banner-container:after {
  bottom: 0;
  left: 0;
  content: '';
  height: 200px;
  width: 100%;
  position: absolute;
}
.page-template .banner-container .wrapper,
.page .banner-container .wrapper,
.single .banner-container .wrapper {
  position: relative;
  z-index: 1;
}
.page-performance-container .performance-gallery ul {
  list-style: none;
  text-align: center;
  padding: 0px;
}
.page-performance-container .performance-gallery ul li {
  margin: 5px;
  width: 20%;
  height: 250px;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .page-performance-container .performance-gallery ul li {
    width: 30%;
    height: 220px;
  }
}
@media only screen and (max-width: 500px) {
  .page-performance-container .performance-gallery ul li {
    width: 45%;
    height: 150px;
  }
}
.page-performance-container .performance-gallery ul li img,
.page-performance-container .performance-gallery ul li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-container {
  padding: 100px 0px 0px;
}
.footer-container .paragraph {
  width: 600px;
  margin: 20px auto;
}
@media only screen and (max-width: 500px), only screen and (min-width: 501px) and (max-width: 1059px) {
  .footer-container .paragraph {
    width: 100%;
  }
}
.footer-container .details-wrapper .label {
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Poppins";
  font-size: 20px;
  line-height: auto;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .footer-container .details-wrapper .label {
    font-size: 18px;
    line-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .footer-container .details-wrapper .label {
    font-size: 16px;
    line-height: auto;
  }
}
.footer-container .details-wrapper .det-address,
.footer-container .details-wrapper .det-pobox {
  color: #DDDDDD;
  margin-bottom: 0px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: auto;
  font-weight: 300;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .footer-container .details-wrapper .det-address,
  .footer-container .details-wrapper .det-pobox {
    font-size: 14px;
    line-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .footer-container .details-wrapper .det-address,
  .footer-container .details-wrapper .det-pobox {
    font-size: 12px;
    line-height: auto;
  }
}
.footer-container .contact-container {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 35px;
  margin-bottom: 25px;
}
.footer-container .contact-container li {
  display: inline-block;
  color: #ffffff;
  font-family: "Poppins";
  padding: 0px 15px;
}
@media only screen and (max-width: 500px) {
  .footer-container .contact-container li {
    display: block;
  }
}
.footer-container .contact-container li span {
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .footer-container .contact-container li span {
    font-size: 14px;
    line-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .footer-container .contact-container li span {
    font-size: 12px;
    line-height: auto;
  }
}
.footer-container .contact-container li a {
  color: #ffffff;
  margin-bottom: 0px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: auto;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}
.footer-container .contact-container li a:hover {
  text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 0.4vw #8BFDFE, 0vw 0vw 0.1vw #147280;
  color: #28D7FE;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .footer-container .contact-container li a {
    font-size: 14px;
    line-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .footer-container .contact-container li a {
    font-size: 12px;
    line-height: auto;
  }
}
.footer-container .social-container {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 25px;
}
.footer-container .social-container li {
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
}
.footer-container .social-container li a {
  display: inline-block;
  padding: 5px;
  color: #ffffff;
  transition: 0.5s;
}
.footer-container .social-container li a:hover {
  text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 0.4vw #8BFDFE, 0vw 0vw 0.1vw #147280;
  color: #28D7FE;
  transform: scale(1.1);
  text-decoration: none;
}
.footer-container .fmenu-container ul {
  padding: 0px;
  margin: 0px;
}
.footer-container .fmenu-container ul li {
  display: inline-block;
  color: #ffffff;
  font-family: "Poppins";
  padding: 25px 15px;
}
@media only screen and (max-width: 500px) {
  .footer-container .fmenu-container ul li {
    padding: 5px 15px;
  }
}
.footer-container .fmenu-container ul li span {
  font-weight: 600;
}
.footer-container .fmenu-container ul li a {
  color: #ffffff;
  margin-bottom: 0px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: auto;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
}
.footer-container .fmenu-container ul li a:hover {
  text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 0.4vw #8BFDFE, 0vw 0vw 0.1vw #147280;
  color: #28D7FE;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .footer-container .fmenu-container ul li a {
    font-size: 14px;
    line-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .footer-container .fmenu-container ul li a {
    font-size: 12px;
    line-height: auto;
  }
}
.copyrights-container {
  text-align: center;
}
.copyrights-container p {
  padding: 15px 0px;
  border-top: 1px solid #fff;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0px;
  font-family: "Poppins";
  font-size: 12px;
  line-height: auto;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .copyrights-container p {
    font-size: 12px;
    line-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .copyrights-container p {
    font-size: 11px;
    line-height: auto;
  }
}
.normal-btn {
  border-radius: 10px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Poppins";
  text-decoration: none;
  padding: 15px 50px;
  transition: 0.5s;
  transform: scale(1);
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .normal-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .normal-btn {
    font-size: 12px;
  }
}
.normal-btn:hover {
  transform: scale(1.02);
}
.label-title {
  margin-bottom: 0px;
  font-family: "earth_orbiter_bold";
  font-size: 70px;
  line-height: 80px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: -10px;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .label-title {
    font-size: 60px;
    line-height: 70px;
    line-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .label-title {
    font-size: 40px;
    line-height: 50px;
    line-height: auto;
  }
}
.label {
  margin-bottom: 0px;
  font-family: "earth_orbiter";
  font-size: 25px;
  line-height: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .label {
    font-size: 20px;
    line-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .label {
    font-size: 16px;
    line-height: auto;
  }
}
.uppercase {
  text-transform: uppercase;
}
.paragraph {
  margin-bottom: 0px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: auto;
  font-weight: 300;
}
@media only screen and (min-width: 501px) and (max-width: 1059px) {
  .paragraph {
    font-size: 14px;
    line-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .paragraph {
    font-size: 14px;
    line-height: auto;
  }
}
.paragraph figcaption {
  font-size: 11px;
  text-align: center;
}
.paragraph img {
  border-radius: 10px;
}
p strong {
  font-weight: 600;
}
.clear {
  clear: both;
}
.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aligner-item--top {
  align-self: flex-start;
}
.aligner-item--bottom {
  align-self: flex-end;
}
.neon {
  transition: 0.5s color;
}
.flux {
  transition: 0.5s color;
}
.led {
  transition: 0.5s color;
}
.light-theme .neon {
  color: #090909;
  text-shadow: 0.5vw 0.5vw 0.1vw #00000036;
}
.light-theme .flux {
  color: #090909;
  text-shadow: 0.5vw 0.5vw 0.1vw #00000036;
}
.light-theme .led {
  color: #090909;
  text-shadow: 0 10px 3px #00000036;
}
.dark-theme .neon {
  text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 0.4vw #FED128, 0.5vw 0.5vw 0.1vw #806914;
  color: #FED128;
  /*animation: neon 1s ease infinite;
    -moz-animation: neon 1s ease infinite;
    -webkit-animation: neon 1s ease infinite;*/
}
@keyframes neon {
  0%,
  100% {
    text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 0.4vw #FED128, 0.5vw 0.5vw 0.1vw #806914;
    color: #FED128;
  }
  50% {
    text-shadow: 0 0 0.5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 0.2vw #800E0B, 0.5vw 0.5vw 0.1vw #40340A;
    color: #806914;
  }
}
.dark-theme .flux {
  text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 0.4vw #8BFDFE, 0.5vw 0.5vw 0.1vw #147280;
  color: #28D7FE;
  /*animation: flux 2s linear infinite;
    -moz-animation: flux 2s linear infinite;
    -webkit-animation: flux 2s linear infinite;
    -o-animation: flux 2s linear infinite;*/
}
@keyframes flux {
  0%,
  100% {
    text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 0.4vw #8BFDFE, 0.5vw 0.5vw 0.1vw #147280;
    color: #28D7FE;
  }
  50% {
    text-shadow: 0 0 0.5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 0.2vw #082180, 0.5vw 0.5vw 0.1vw #0A3940;
    color: #146C80;
  }
}
.dark-theme .led {
  color: #fee;
  text-shadow: 0 0px 0px, 0 0 2px, 0 0 1em #ff4444, 0 0 0.5em #ff4444, 0 0 0.1em #ff4444, 0 10px 3px #000;
}
.dark-theme .led-blink-1 {
  animation: blink linear infinite 2s;
}
.dark-theme .led-blink-2 {
  animation: blink linear infinite 3s;
}
.dark-theme .led-blink-3 {
  animation: blink linear infinite 4s;
}
.dark-theme .led-blink-3 {
  animation: blink linear infinite 5s;
}
@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79% {
    color: #333;
  }
  80% {
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #333;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #333;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}
/*--------------------------------------------------------------
6.0 Footer
--------------------------------------------------------------*/
/* FOOTER CONTAINER */
/*--------------------------------------------------------------
7.0 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 Font Family
--------------------------------------------------------------*/
@font-face {
  font-family: 'zero_hour';
  src: url('assets/css/mfec/zero_hour-webfont.woff2') format('woff2'), url('assets/css/mfec/zero_hour-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'earth_orbiter';
  src: url('assets/css/mfec/earthorbiter-webfont.woff2') format('woff2'), url('assets/css/mfec/earthorbiter-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'earth_orbiter_bold';
  src: url('assets/css/mfec/earthorbiterbold-webfont.woff2') format('woff2'), url('assets/css/mfec/earthorbiterbold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'earth_orbiter_extra_bold';
  src: url('assets/css/mfec/earthorbiterxtrabold-webfont.woff2') format('woff2'), url('assets/css/mfec/earthorbiterxtrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.join-us-container {
	margin-top: 50px;
	font-family: "Poppins";
}

.join-us-container input[type=text],
.join-us-container input[type=number],
.join-us-container input[type=email],
.join-us-container select {
	border-radius: 5px;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	padding: 12px;
	color: #ffffff;
}

.join-us-container textarea {
	color: #ffffff;
}

.join-us-container select {
	background: #000000;
	border: 1.5px solid #ffffff;
}

.join-us-container textarea, .join-us-container input[type=file] {
	width: 100%;
	margin-bottom: 15px;
	padding: 12px;
}

.join-us-container .wpcf7-not-valid-tip {
    font-family: "Poppins";
    font-size: 14px;
}

.join-us-container p {
	margin-bottom: 10px;
}

.join-us-container .req-symbol {
    color: #e80000;
	font-weight: 600;
}