@charset "UTF-8";
/**
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * ·······  Colors
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */
/* */
/* */
/**
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * ·······  Fonts
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */
/**/
/**
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * ·······  General
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */
body,
html {
  height: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

::selection {
  background: #5EF6FF;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

code {
  color: white;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/**
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * ·······  General
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */
#menu {
  position: fixed;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  z-index: 70;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 600px) {
  #menu {
    background-color: rgba(0, 0, 0, 0);
  }
}

#menu a.logo img {
  height: 40px;
}

@media (min-width: 575px) {
  #menu a.logo img {
    height: 60px;
  }
}

@media (min-width: 767px) {
  #menu a.logo img {
    height: auto;
  }
}

#menu li {
  display: inline-block;
  position: relative;
  color: #000;
  margin: 13px 10px;
}

@media (min-width: 575px) {
  #menu li {
    margin: 25px 10px;
  }
}

@media (min-width: 767px) {
  #menu li {
    margin: 25px 35px;
  }
}

#menu li.logo {
  margin: 15px 25px;
}

@media (min-width: 575px) {
  #menu li.logo {
    margin: 8px 8px;
  }
}

@media (min-width: 767px) {
  #menu li.logo {
    margin: 25px 35px;
  }
}

#menu li.menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  right: 0;
  background-color: #0f0f0f;
  width: auto;
  height: 39px;
  transition: all .4s ease-in-out;
  width: 140px;
}

@media (min-width: 767px) {
  #menu li.menu {
    width: 180px;
    height: 59px;
  }
}

#menu li.menu .hamburger {
  margin-top: 5px;
  margin-left: 0px;
}

@media (min-width: 991px) {
  #menu li.menu .hamburger {
    width: auto;
    height: auto;
  }
}

#menu li.menu.open {
  background-color: #fff;
  right: 276px;
  width: 45px;
}

#menu li.menu.open .social {
  display: none;
}

#menu li.menu.open .hamburger-box {
  width: 25px;
}

#menu li.menu.open .social a, #menu li.menu.open .social a svg path {
  fill: black;
}

#menu li.menu.open .social .subs {
  color: black;
}

#menu li.menu.open .pager {
  color: #000;
}

#menu .hamburger {
  padding: 0;
  outline: none;
  margin-left: -20px;
}

#menu .hamburger .hamburger-box {
  width: 25px;
  height: 24px;
  margin-left: 10px;
}

@media (min-width: 767px) {
  #menu .hamburger .hamburger-box {
    width: 40px;
  }
}

#menu .hamburger-inner,
#menu .hamburger-inner:after,
#menu .hamburger-inner:before {
  position: absolute;
  width: 17px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
}

@media (min-width: 767px) {
  #menu .hamburger-inner,
  #menu .hamburger-inner:after,
  #menu .hamburger-inner:before {
    width: 27px;
    height: 4px;
  }
}

#menu .hamburger.is-active .hamburger-inner,
#menu .hamburger.is-active .hamburger-inner:after,
#menu .hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

header .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #4a4a4a;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  line-height: normal;
}

header .social span {
  margin-right: 20px;
}

header .social a {
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: none;
  color: white;
}

header .social a, header .social a svg path {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  fill: white;
}

header .social .subs {
  font-size: 20px;
  margin-top: -2px;
}

@media (min-width: 767px) {
  header .social .subs {
    font-size: 25px;
  }
}

header .social .facebook:hover svg path {
  fill: #FF893D;
}

header .social .subs:hover {
  fill: #FF893D;
}

header .social .linkedin:hover svg path {
  fill: #FF893D;
}

header .social .twitter:hover svg path {
  fill: #FF893D;
}

header .social .youtube:hover svg path {
  fill: #FF893D;
}

@media (min-width: 767px) {
  header .social {
    font-size: 20px;
  }
}

/**
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * ·······  Section 1
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */
.mobile #sect1 #video-bg,
.tablet #sect1 #video-bg {
  display: none;
}

#sect1 {
  overflow: hidden;
}

#sect1 #img-bg {
  display: none;
}

#sect1 .video-bg-holder {
  position: absolute;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#sect1 #video-bg {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-image: url("../images/home-bg.jpg");
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  /*cover video background */
}

#sect1 .backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

#sect1 .backdrop:after {
  content: "";
  position: absolute;
  background-image: url("../images/video_bg.png");
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#sect1 .layer {
  position: absolute;
  z-index: 5;
  /* width: 40vw; */
  /* left: calc(50% - 20vw); */
  width: 100%;
  top: calc(50% - 360px);
  font-family: 'Open Sans', sans-serif;
  display: flex;
  flex-direction: column;
}

@media (min-width: 767px) {
  #sect1 .layer {
    max-width: 700px;
    left: calc(50% - (700px / 2));
  }
}

@media (min-width: 991px) {
  #sect1 .layer {
    max-width: 900px;
    left: calc(50% - (900px / 2));
  }
}

#sect1 .layer h1 {
  color: #00D9E6;
  font-weight: bold;
  font-size: 44px;
  margin-top: 32px;
}

@media (min-width: 575px) {
  #sect1 .layer h1 {
    font-size: 52px;
    margin-top: 0px;
  }
}

@media (min-width: 767px) {
  #sect1 .layer h1 {
    font-size: 72px;
  }
}

#sect1 .layer .subtitle {
  color: #5EF6FF;
  font-size: 36px;
}

#sect1 .layer p {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 18px;
}

@media (min-width: 767px) {
  #sect1 .layer p {
    line-height: 28px;
    font-size: 18px;
  }
}

#sect1 .layer .bottom {
  width: 100%;
  max-width: 663px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 25px; */
  margin: 12px auto 0;
}

@media (min-width: 575px) {
  #sect1 .layer .bottom {
    margin: 25px auto 0;
  }
}

#sect1 .layer .bottom .video-container {
  position: relative;
  border: 2px solid #FF893D;
}

#sect1 .layer .bottom .video-container:hover {
  border: 2px solid #00D9E6;
}

#sect1 .layer .bottom .video-container .video-btn {
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  position: absolute;
  /* left: 28%; */
  /* right: 25%; */
  top: 50%;
  left: calc(50% - (90px / 2));
  right: auto;
  min-width: 90px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all .3s ease-in-out;
}

#sect1 .layer .bottom .video-container img {
  width: 132px;
}

@media (min-width: 575px) {
  #sect1 .layer .bottom .video-container img {
    width: 222px;
  }
}

@media (min-width: 767px) {
  #sect1 .layer .bottom .video-container img {
    width: 337px;
  }
}

#sect1 .quote {
  color: #FF893D;
  font-weight: bold;
}

/**
 * ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
 * ·······  Section 3
 * ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
*/
#sect5 {
  background-position: 50%;
  background-size: cover;
}

#sect5 .layer .paragraph {
  color: #FFFFFF;
}

/**
 * ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
 * ·······  Section 4
 * ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
*/
#chartdiv {
  width: 100%;
  height: 100%;
}

/* General
 * --------------------------------------- */
body {
  overflow: hidden;
  overflow-y: auto;
}

#pp-nav {
  display: none;
}

.section {
  text-align: center;
}

.scroll-button {
  position: absolute;
  bottom: 5vh;
  z-index: 100;
  left: calc(50% - 22px);
  outline: none;
}

.scroll-button button {
  margin: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  bottom: 0;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.scroll-button button img {
  width: 100%;
  max-width: 44px;
  height: auto;
}

.scroll-button button:hover {
  bottom: 15px;
}

.scroll-button button svg rect {
  fill: transparent;
}

.scroll-button button svg path {
  stroke: #fff;
}

.scroll-button button svg text {
  fill: #fff;
}

.backdrop {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  /*cover video background */
}

html.iziModal-isAttached body,
html.iziModal-isOverflow body {
  overflow-y: hidden;
  position: inherit !important;
}

.iziModal-overlay {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

#modal.iziModal {
  width: 100%;
  max-width: 900px !important;
  background: #000;
}

.freemodal.iziModal {
  height: 100% !important;
  background-color: transparent !important;
  box-shadow: none !important;
  position: absolute;
  overflow: hidden;
  max-width: 750px !important;
}

.freemodal.iziModal .iziModal-wrap {
  margin-top: 0vh !important;
}

.iziModal .iziModal-content {
  position: relative;
  color: #fff;
  padding: 20% 20px;
}

.modalcontent {
  padding-top: 80px;
}

.modalcontent h2 {
  width: 100%;
  text-align: center;
  color: #5EF6FF;
  font-size: 50px;
  padding-bottom: 10px;
}

.iziModal .modal-close {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  outline: none;
}

.freemodal.iziModal .modal-close {
  left: calc(50% - 15px);
  position: relative;
}

#modal.iziModal .modal-close {
  top: -45px;
}

.iziModal .modal-close svg,
.iziModal .modal-close img {
  max-height: 35px;
  max-width: 100%;
}

.iziModal .modal-close svg path {
  transition: all .3s ease-in-out;
}

.iziModal .modal-close:hover svg path {
  fill: rgba(255, 255, 255, 0.2);
}

.iziModal .modal-close img {
  cursor: pointer;
  transition: all .3s ease-in-out;
  opacity: 1;
  outline: none;
}

.iziModal .modal-close img:hover {
  opacity: .7;
}

.video-iframe {
  width: 100%;
}

/* Sticky Menu
 * --------------------------------------- */
/* Side Nav
 * --------------------------------------- */
#side-nav {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: -400px;
  width: 235px;
  height: 100vh;
  background: #000;
  z-index: 100;
  box-shadow: -10px 0px 5px black;
  overflow: auto;
  transition: all .4s ease-in-out;
}

#side-nav.open {
  right: 0;
}

#side-nav .link-container,
#side-nav .link-container a,
#side-nav .link-container a img {
  width: 100%;
  height: 138px;
  position: relative;
}

#side-nav div a .backdrop-white {
  width: 100%;
  height: 168px;
  position: absolute;
  z-index: 7;
  opacity: .2;
  transition: all .3s ease-in-out;
}

#side-nav div a:hover .backdrop-white {
  opacity: 0;
}

#side-nav .link-container .pager {
  position: absolute;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #FF893D;
  text-shadow: 0px 2px 4px black;
  z-index: 9;
  text-align: center;
  vertical-align: middle;
  line-height: 130px;
  width: 100%;
}

#side-nav .link-container img {
  opacity: 0.5;
}

#side-nav .active .pager {
  border: #00D9E6 solid 5px;
}

.mobile #modal,
.tablet #modal {
  display: none;
}

.mobile.landscape .section,
.tablet.portrait .section {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vw;
}

.mobile #sect1 #img-bg,
.tablet #sect1 #img-bg {
  display: block;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/home-bg.jpg");
}

.mobile .scroll-button,
.tablet.portrait .scroll-button {
  display: none;
}

.piling::after {
  content: '';
  pointer-events: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all .4s ease-in-out;
}

.piling.open::after {
  background-color: rgba(0, 0, 0, 0.7);
}

/*TOTALLY APPROVED*/
/* Section 1
 * --------------------------------------- */
/* Section 2
 * --------------------------------------- */
.sect-carousel {
  background-size: 100% 100%;
  background-color: black;
  background-image: url("../images/oursystem/background-system.jpg");
  background-position: center center;
  background-size: cover;
  overflow-x: hidden;
}

.sect-carousel .titleholder {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
}

.sect-carousel p.title {
  color: white;
  font-size: 12px;
}

.sect-carousel h2 {
  color: #00D9E6;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0px;
  text-transform: uppercase;
  padding-top: 25px;
}

@media (min-width: 767px) {
  .sect-carousel h2 {
    font-size: 60px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}

.sect-carousel h4.card-title {
  color: #FF893D;
  font-weight: bold;
}

#sect2 .card-body {
  padding: 0.25em;
}

@media (min-width: 575px) {
  #sect2 .card-body {
    padding: 1.25em;
  }
}

.sect-carousel, #sect6 {
  background-size: 100% 100%;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  overflow-x: hidden;
}

/* Section 3
  * --------------------------------------- */
#sect3 {
  background-size: 100% 100%;
  background-color: black;
  background-image: url("../images/courses/courses-bg.jpg");
  background-position: center center;
  background-size: cover;
  overflow-x: hidden;
}

#sect3 .pp-tableCell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sect3 .layer {
  position: relative;
  z-index: 6;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 5% auto;
  height: auto;
}

@media (min-width: 1799px) {
  #sect3 .layer {
    margin-top: calc(50vh - 333px);
  }
}

#sect3 .layer h2 {
  color: #FF893D;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
}

#sect3 .layer .subtitle {
  color: #fff;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  margin-top: 15px;
  line-height: 30px;
}

#sect3 .layer .info-table {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 35px;
  max-width: 1400px;
}

#sect3 .layer .info-column {
  background: white;
  box-shadow: 0px 0px 30px 0px #000;
  width: 20%;
  height: 425px;
  display: flex;
  flex-direction: column;
  margin-left: 25px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

#sect3 .layer .info-column img {
  width: 100%;
}

#sect3 .layer .info-column h3 {
  width: 90%;
  color: #FF893D;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-top: 15px;
  line-height: 25px;
  padding: 0 0px;
  text-transform: uppercase;
  font-size: 21px;
}

#sect3 .layer .info-column p {
  width: 90%;
  color: #000;
  margin: 0px 0px 9px 0px;
  line-height: 18px;
  padding: 0 12px;
  font-family: "Open Sans", sans-serif;
}

#sect6 .pp-tableCell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sect6 .layer {
  position: relative;
  z-index: 6;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 5% auto;
  height: auto;
}

@media (min-width: 1799px) {
  #sect6 .layer {
    margin-top: calc(50vh - 333px);
  }
}

#sect6 .layer h2 {
  color: #FF893D;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0px;
  text-transform: uppercase;
  padding-top: 25px;
}

@media (min-width: 767px) {
  #sect6 .layer h2 {
    font-size: 60px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}

#sect6 .layer .subtitle {
  color: #fff;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  margin-top: 15px;
  line-height: 30px;
}

#sect6 .layer .info-table {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 35px;
  max-width: 1400px;
}

#sect6 .layer .info-column {
  background: white;
  box-shadow: 0px 0px 30px 0px #000;
  width: 33%;
  height: 465px;
  display: flex;
  flex-direction: column;
  margin-left: 25px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

#sect6 .layer .info-column img {
  width: 100%;
}

#sect6 .layer .info-column h3 {
  width: 90%;
  color: #FF893D;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-top: 15px;
  line-height: 25px;
  padding: 0 0px;
  text-transform: uppercase;
  font-size: 21px;
}

#sect6 .layer .info-column p {
  width: 90%;
  color: #000;
  margin: 0px 0px 9px 0px;
  line-height: 18px;
  padding: 0 12px;
  font-family: "Open Sans", sans-serif;
}

a.link {
  color: white;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  background-color: #00D9E6;
  cursor: pointer;
  padding: 9px 0;
  transition: all .3s ease-in-out;
  width: 146px;
  position: relative;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 767px) {
  a.link {
    bottom: 10px !important;
    position: absolute;
  }
}

a.link:hover {
  color: #00D9E6;
  background-color: white;
  border: #00D9E6 2px solid;
}

@media (min-width: 767px) {
  #accordionCourses a.link {
    bottom: 0px !important;
    top: 15px;
    padding: 10px;
    position: relative;
  }
}

a.subscribe {
  color: white;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
  padding: 9px 20px;
  transition: all .3s ease-in-out;
  width: 146px;
  position: relative;
  display: block;
  margin: 20px auto;
}

a.subscribe.blue {
  background-color: #00D9E6;
}

a.subscribe.blue:hover {
  color: #00D9E6;
  background-color: white;
  border: #00D9E6 2px solid;
}

a.subscribe .fas {
  margin-left: 10px;
}

a.subscribe.orange {
  background-color: #FF893D;
}

a.subscribe.orange:hover {
  color: #FF893D;
  background-color: white;
  border: #FF893D 2px solid;
}

#sect3 .backdrop {
  height: 100%;
}

#sect4 {
  background-size: 100% 100%;
  background-color: black;
  background-image: url("../images/contact/map.png");
  background-position: 36% center;
  background-size: cover;
  object-fit: cover;
}

@media (min-width: 767px) {
  #sect4 {
    background-position: center center;
  }
}

#sect4 h2 {
  color: #00D9E6;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
  position: absolute;
  top: 5%;
  width: 100%;
  text-align: center;
}

#sect4 .layer {
  position: absolute;
  z-index: 5;
  /* width: 31vw; */
  width: 100%;
  top: 0%;
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

#sect4 .layer h2 {
  color: #00D9E6;
  font-weight: bold;
  font-size: 60px;
}

#sect4 .layer .paragraph {
  color: #fff;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  margin-top: 15px;
  line-height: 30px;
}

#sect4 .layer .link {
  color: #FF274D;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  margin-top: 15px;
  line-height: 30px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

#sect4 .layer .link svg {
  margin-top: 5px;
  margin-left: 15px;
  position: absolute;
  transition: all .3s ease-in-out;
}

.speech-bubble {
  position: relative;
  background: #ffffff;
  border-radius: .4em;
  width: 300px;
}

.speech-bubble.gainesville {
  top: 31%;
  left: calc(50% - 486px);
}

.speech-bubble.gainesville:after {
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 27px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  border-left: 0;
  margin-left: -13.5px;
  margin-bottom: -27px;
}

.speech-bubble.jamaica {
  top: 41%;
  left: calc(50% - 486px);
}

.speech-bubble.jamaica:after {
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 27px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  margin-left: -13.5px;
  margin-top: -27px;
}

.speech-bubble.turkey {
  top: 13%;
  left: calc(50% - 60px);
}

.speech-bubble.turkey:after {
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 27px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  border-left: 0;
  margin-left: -13.5px;
  margin-bottom: -27px;
}

.speech-bubble.bahamas {
  top: 28%;
  left: calc(50% - 260px);
}

.speech-bubble.bahamas:after {
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 27px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  border-bottom: 0;
  margin-top: -13.5px;
  margin-left: -27px;
}

.speech-bubble:after {
  content: '';
  position: absolute;
}

#sect4 h1,
#sect4 p {
  z-index: 3;
}

#sect4 p {
  opacity: 0.8;
}

#sect4 #colors {
  right: 60px;
  bottom: 0;
  position: absolute;
  height: 413px;
  width: 258px;
  background-image: url(imgs/colors.gif);
  background-repeat: no-repeat;
}

/* Section 3
 * --------------------------------------- */
#sect5 {
  overflow: hidden;
  background-color: #E5E5E5;
  background-size: 100% 100%;
  background-color: black;
  background-position: right center;
  background-size: cover;
  background-image: url("../images/calendar/calender-bg.jpg");
}

@media (min-width: 767px) {
  #sect5 {
    background-position: center center;
  }
}

#sect5 .container {
  margin-top: 40%;
  position: relative;
}

@media (min-width: 767px) {
  #sect5 .container {
    margin-top: 0px;
  }
}

#sect5 .pp-tableCell {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#sect5 .layer {
  z-index: 5;
  width: 40vw;
  margin: 0 10vw;
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#sect5 h2 {
  color: #00D9E6;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
}

#sect5 p {
  color: #FFFFFF;
  font-size: 24px;
  margin-top: 15px;
  line-height: 30px;
}

#sect5 .scroll-button button svg path {
  stroke: #979797;
}

#sect5 .scroll-button button svg text {
  fill: #979797;
  font-family: "Open Sans", sans-serif;
}

.accordion {
  text-align: left;
}

.accordion .card {
  background: none;
}

.accordion .card .card-header {
  border-bottom: 1px solid #FFFFFF;
}

.accordion .card .btn-link {
  color: #FF893D;
  text-align: left;
  padding: 10px 0px;
}

.accordion .card .btn-link:hover {
  color: #00D9E6;
}

.accordion .card .card-body {
  color: #FFFFFF;
}

/* Section 4
 * --------------------------------------- */
/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
#pp-nav.custom .pp-tooltip {
  color: #AAA;
}

@media screen and (min-width: 2000px) {
  #sect3 .footer {
    bottom: -15%;
  }
}

@media screen and (max-width: 1300px) {
  #sect1 .layer {
    width: 55vw;
    left: calc(50% - 27vw);
    top: calc(50% - 260px);
  }
  .video-item .video-container .video-btn {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  #sect1 .layer {
    width: 65vw;
    left: 18vw;
    top: calc(50% - 32vw);
  }
  #sect4 .layer {
    width: 50vw;
    left: 43vw;
    top: 15%;
  }
  #sect5 {
    flex-direction: row;
    min-height: auto;
  }
  #sect5 .layer {
    width: 42vw;
    margin: 10% 10vw;
    justify-content: center;
  }
  .sect-carousel {
    min-height: auto;
  }
  .sect-carousel .scroll-button {
    position: absolute;
  }
  #sect3 .layer {
    margin-top: 5%;
  }
  #sect3 .layer .info-column {
    width: 200px;
    height: 410px;
    font-size: 12px;
  }
  #sect3 .layer .info-column .title {
    font-size: 28px;
  }
  #sect3 .layer .paragraph {
    font-size: 16px;
    margin-top: 15px;
    line-height: 23px;
  }
  #sect6 .layer {
    margin-top: 5%;
  }
  #sect6 .layer .info-column {
    width: 300px;
    height: 400px;
  }
  #sect6 .layer .info-column .title {
    font-size: 28px;
  }
  #sect6 .layer .paragraph {
    font-size: 16px;
    margin-top: 15px;
    line-height: 23px;
  }
}

@media screen and (max-width: 1200px) and (max-height: 768px) {
  #sect3 .footer {
    bottom: -7%;
    position: relative;
  }
}

@media screen and (min-width: 1200px) and (max-height: 1024px) {
  #sect3 .footer {
    position: relative;
    bottom: auto;
    margin-top: 7%;
  }
  #sect3 .backdrop {
    height: 100%;
    display: none;
  }
  #sect3:after {
    position: absolute;
    content: '';
    z-index: 5;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 992px) {
  #sect1 .layer {
    width: 75%;
    left: 12%;
    right: 12%;
    top: calc(50% - 370px);
  }
  #sect4 .layer {
    width: 50%;
    left: 45%;
    top: 15%;
  }
  #sect5 {
    flex-direction: row;
    min-height: auto;
  }
  #sect5 .layer {
    width: 38%;
    margin: 10% 10vw;
  }
  #sect5 .layer .title {
    font-size: 28px;
  }
  #sect5 .layer .paragraph {
    font-size: 18px;
    line-height: 22px;
  }
  .sect-carousel {
    height: 100vh;
    padding: 0;
  }
  .sect-carousel .layer {
    top: 50%;
    padding: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #sect3 .layer {
    width: 100vw;
    left: 0vw;
  }
  #sect3 .layer .info-column {
    width: 27%;
    height: 400px;
  }
  #sect6 .layer .info-column {
    width: 27%;
    height: 400px;
  }
  .link {
    width: 90%;
    bottom: 15px;
  }
  #sect3 .layer .info-column:first-child,
  #sect6 .layer .info-column:first-child {
    margin-left: 0;
  }
  #sect3 .layer .info-table {
    margin-bottom: 60px;
    align-items: center;
    justify-content: center;
  }
  #sect6 .layer .info-table {
    margin-bottom: 60px;
    align-items: center;
    justify-content: center;
  }
  #sect3 .footer .call-to-action span {
    line-height: 24px;
    font-size: 18px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #sect1 .layer {
    width: 90%;
    left: 5%;
    right: 5%;
    top: calc(50% - 370px);
  }
  .mobile.landscape .section {
    min-height: 100vw !important;
  }
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  #modal {
    display: none;
  }
  .scroll-button {
    display: none;
  }
  #side-nav {
    width: 270px;
    position: fixed;
  }
  .piling {
    display: flex;
    flex-direction: column;
  }
  .section {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh !important;
  }
  #sect4 .layer {
    width: 90vw;
    left: 5vw;
    top: 15%;
  }
  #sect4 .layer .title {
    font-size: 32px;
  }
  #sect4 .layer .paragraph {
    font-size: 16px;
    line-height: 25px;
  }
  #sect4 .layer .link {
    font-size: 16px;
    line-height: 25px;
  }
  #sect5 {
    height: auto;
    flex-direction: column;
  }
  #sect5 .layer {
    width: 90vw;
    margin: 18vw 5vw;
    display: inline-block;
  }
  #sect5 .layer .title {
    font-size: 28px;
    float: left;
  }
  #sect5 .layer .paragraph {
    font-size: 20px;
    float: left;
  }
  #sect3 {
    height: auto;
    overflow: visible;
  }
  #sect3 .layer {
    margin-top: 85px;
    justify-content: flex-start;
    position: relative;
    left: 0;
    width: 100vw;
    height: auto;
  }
  #sect3 .layer .title {
    font-size: 28px;
    padding: 0 50px;
  }
  #sect3 .layer .subtitle {
    line-height: 24px;
    font-size: 18px;
    padding: 0 50px;
  }
  .link {
    position: relative;
    bottom: 0;
    margin: 25px;
  }
  #sect3 .layer .info-table {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  #sect6 .layer .info-table {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #sect3 .layer .info-column {
    margin: 0;
    width: 70%;
    height: auto;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #sect6 .layer .info-column {
    margin: 0;
    width: 70%;
    height: auto;
    margin-bottom: 20px;
  }
  .iziModal .modal-close {
    right: 50px;
    top: 0;
  }
  .freemodal.iziModal {
    top: 10%;
    height: 100% !important;
    position: fixed !important;
  }
  .iziModal .iziModal-wrap {
    margin-top: 0vh !important;
  }
  .iziModal .iziModal-content {
    color: #fff;
    padding: 20% 20px;
  }
  .contact-form {
    padding: 20% 20px;
  }
  .contact-form .title {
    font-size: 28px;
  }
  .contact-form .subtitle {
    line-height: 24px;
    font-size: 16px;
  }
  .contact-form .privacity .title {
    line-height: 24px;
    font-size: 20px;
  }
  input {
    font-size: 18px;
  }
}

@media screen and (max-width: 468px) {
  #sect1 .layer {
    top: calc(50% - 240px);
  }
  #sect1 .layer .title {
    font-size: 32px;
  }
  #sect1 .layer .subtitle {
    font-size: 18px;
  }
  #sect1 .layer .bottom .video-container .video-btn {
    left: calc(50% - (90px / 2));
    right: auto;
  }
  #sect1 .layer .bottom .quote-container .quote {
    font-size: 14px;
  }
  #sect4 {
    align-items: center;
    justify-content: center;
    padding-bottom: 7%;
  }
  #sect4 .layer {
    position: relative;
    padding: 28% 0;
    top: auto;
    left: auto;
  }
  .sect-carousel {
    overflow: visible;
  }
  #sect3 .layer .info-column {
    width: 90vw;
  }
  #sect6 .layer .info-column {
    width: 90vw;
  }
}

.carousel-inner p {
  color: black;
}

.carousel-inner h4 {
  color: #00D9E6;
}

.carousel-inner p {
  line-height: 18px;
}

.carousel-control-prev {
  left: -5%;
  transition: all 0.3s ease;
}

.carousel-control-prev:hover {
  left: -6%;
}

.carousel-control-next {
  right: -5%;
  transition: all 0.3s ease;
}

.carousel-control-next:hover {
  right: -6%;
}

.carousel-control-prev, .carousel-control-next {
  color: #FF893D !important;
  opacity: 0.7;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
  color: #FF893D !important;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #FF893D !important;
}

@media (min-width: 768px) {
  /* show 3 items */
  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
  p {
    line-height: 24px;
  }
}

#sect5 {
  background-image: url("../images/instructors/background.jpg");
}

#sect7 {
  background-image: url("../images/free-materials/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#sect6 {
  background-image: url("../images/instructors/instructors-background.jpg");
}

#accordionLocation {
  background-color: rgba(0, 0, 0, 0.8);
}

* {
  box-sizing: border-box;
  /*   border: 1px solid black; */
}

#sidewaysacc {
  display: flex;
  min-height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

#sidewaysacc li {
  flex: 1;
  display: flex;
  align-items: stretch;
  padding: 20px;
  background: #E74C3C;
  cursor: pointer;
  transition: all .5s ease;
}

#sidewaysacc li:hover {
  background: #e53f2e;
}

#sidewaysacc li.active {
  flex: 5;
  background: #fff;
  cursor: default;
}

#sidewaysacc li.active h2 {
  color: #E74C3C;
}

#sidewaysacc li.active .section-content {
  flex: 4;
  opacity: 1;
  transform: scaleX(1);
  color: #E74C3C;
}

#sidewaysacc li .section-title {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
}

#sidewaysacc li .section-title h2 {
  margin: 0;
  transform: rotate(-90deg);
  white-space: nowrap;
}

#sidewaysacc li .section-content {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all .25s .1s ease-out;
}

#sect7 p {
  color: white;
}

#sect7 .card {
  background-color: transparent;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

#sect7 h2 {
  color: #FF893D;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0px;
  text-transform: uppercase;
  padding-top: 25px;
}

@media (min-width: 767px) {
  #sect7 h2 {
    font-size: 60px;
    padding-top: 0px;
  }
}

#sect7 img {
  cursor: pointer;
}

#sect7 .content {
  position: absolute;
  width: 100%;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: all .5s ease-out;
  top: calc( 50% - 44px);
}

@media (min-width: 767px) {
  #sect7 .content {
    top: calc( 50% - 44px);
  }
}

@media (min-width: 991px) {
  #sect7 .content {
    top: calc( 50% - 44px);
  }
}

@media (min-width: 1199px) {
  #sect7 .content {
    top: calc( 50% - 64px);
  }
}

#sect7 .content h3 {
  font-weight: bold;
  text-shadow: black 3px 3px 4px;
  font-size: 28px;
}

@media (min-width: 575px) {
  #sect7 .content h3 {
    font-size: 24px;
  }
}

@media (min-width: 767px) {
  #sect7 .content h3 {
    font-size: 17px;
  }
}

@media (min-width: 991px) {
  #sect7 .content h3 {
    font-size: 17px;
  }
}

@media (min-width: 1199px) {
  #sect7 .content h3 {
    font-size: 24px;
  }
}

#sect7 .content .fas {
  text-shadow: black 3px 3px 4px;
}

#sect7 .content:hover {
  color: #FF893D;
}

input.btn {
  color: white;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  background-color: #FF893D;
  cursor: pointer;
  padding: 9px 0;
  transition: all .3s ease-in-out;
  width: 146px;
  position: relative;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 767px) {
  input.btn {
    bottom: 10px !important;
  }
}

input.btn:hover {
  color: #FF893D;
  background-color: white;
  border: #FF893D 2px solid;
}

#subscribe-modal .modalcontent {
  max-width: 400px;
  margin: auto;
}
