.color-white {
  color: #ffffff;
}
.color-white p,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
  color: #ffffff;
}
.color-gray1 {
  color: #a0a0a0 !important;
}
.color-gray1 p,
.color-gray1 h1,
.color-gray1 h2,
.color-gray1 h3,
.color-gray1 h4,
.color-gray1 h5,
.color-gray1 h6 {
  color: #a0a0a0 !important;
}
.color-gray2 {
  color: #616161 !important;
}
.color-gray2 p,
.color-gray2 h1,
.color-gray2 h2,
.color-gray2 h3,
.color-gray2 h4,
.color-gray2 h5,
.color-gray2 h6 {
  color: #616161 !important;
}
.color-gray3 {
  color: #f6f6f6 !important;
}
.color-gray3 p,
.color-gray3 h1,
.color-gray3 h2,
.color-gray3 h3,
.color-gray3 h4,
.color-gray3 h5,
.color-gray3 h6 {
  color: #f6f6f6 !important;
}
.color-gray4 {
  color: #cfcfcf !important;
}
.color-gray4 p,
.color-gray4 h1,
.color-gray4 h2,
.color-gray4 h3,
.color-gray4 h4,
.color-gray4 h5,
.color-gray4 h6 {
  color: #cfcfcf !important;
}
.color-primary {
  color: #b2db11 !important;
}
.color-primary p,
.color-primary h1,
.color-primary h2,
.color-primary h3,
.color-primary h4,
.color-primary h5,
.color-primary h6 {
  color: #b2db11 !important;
}
.color-blue {
  color: #1e73be !important;
}
.color-blue p,
.color-blue h1,
.color-blue h2,
.color-blue h3,
.color-blue h4,
.color-blue h5,
.color-blue h6 {
  color: #1e73be !important;
}
.color-dark-blue1 {
  color: #242751 !important;
}
.color-dark-blue1 p,
.color-dark-blue1 h1,
.color-dark-blue1 h2,
.color-dark-blue1 h3,
.color-dark-blue1 h4,
.color-dark-blue1 h5,
.color-dark-blue1 h6 {
  color: #242751 !important;
}
.color-dark-blue2 {
  color: #242751 !important;
}
.color-dark-blue2 p,
.color-dark-blue2 h1,
.color-dark-blue2 h2,
.color-dark-blue2 h3,
.color-dark-blue2 h4,
.color-dark-blue2 h5,
.color-dark-blue2 h6 {
  color: #242751 !important;
}
.color-dark-blue3 {
  color: #242751 !important;
}
.color-dark-blue3 p,
.color-dark-blue3 h1,
.color-dark-blue3 h2,
.color-dark-blue3 h3,
.color-dark-blue3 h4,
.color-dark-blue3 h5,
.color-dark-blue3 h6 {
  color: #242751 !important;
}
.color-dark-blue4 {
  color: #101922 !important;
}
.color-dark-blue4 p,
.color-dark-blue4 h1,
.color-dark-blue4 h2,
.color-dark-blue4 h3,
.color-dark-blue4 h4,
.color-dark-blue4 h5,
.color-dark-blue4 h6 {
  color: #101922 !important;
}
.color-reject {
  color: #ea3e3e !important;
}
.color-reject p,
.color-reject h1,
.color-reject h2,
.color-reject h3,
.color-reject h4,
.color-reject h5,
.color-reject h6 {
  color: #ea3e3e !important;
}
.bg-color-white {
  background-color: #ffffff;
}
.bg-color-black {
  background-color: black;
}
.bg-color-gray1 {
  background-color: #a0a0a0;
}
.bg-color-gray2 {
  background-color: #616161;
}
.bg-color-gray3 {
  background-color: #f6f6f6;
}
.bg-color-gray4 {
  background-color: #cfcfcf;
}
.bg-color-blue {
  background-color: #1e73be;
}
.bg-color-primary {
  background-color: #b2db11;
}
.bg-color-dark-blue1 {
  background-color: #242751;
}
.bg-color-dark-blue2 {
  background-color: #484956;
}
.bg-color-dark-blue3 {
  background-color: #264379;
}
.bg-color-dark-blue4 {
  background-color: #101922;
}
.bg-color-reject {
  background-color: #ea3e3e;
}
.wow:first-child {
  visibility: hidden;
}
:root {
  font-size: 15px;
}
@media (min-width: 768px) {
  :root {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  :root {
    font-size: 16px;
  }
}
.h-40vh {
  height: 65vh;
}
@media (min-width: 768px) {
  .h-40vh {
    height: 60vh;
  }
}
@media (min-width: 992px) {
  .h-40vh {
    height: 55vh;
  }
}
body {
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  color: #616161;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
input {
  font-family: "Montserrat", "Roboto", Arial, sans-serif;
}
h1 {
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
  }
}
h2 {
  font-size: 26px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 36px;
  }
}
h3 {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h3 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 32px;
  }
}
h4 {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
.qoute {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}
.h-0 {
  height: 0;
}
.h-250 {
  height: 250px;
}
.h-350 {
  height: 350px;
}
.thin {
  font-weight: 100;
}
.extraLight {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 600;
}
.semiBold {
  font-weight: 700;
}
.extraBold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-94 {
  width: 94% !important;
}
.pt-50 {
  padding-top: 50px;
}
.p-50 {
  padding: 50px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pl-1 {
  padding-left: 2rem !important;
}
.pl-2 {
  padding-left: 4rem !important;
}
.pl-3 {
  padding-left: 6rem !important;
}
.pl-4 {
  padding-left: 8rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.pr-1 {
  padding-right: 2rem !important;
}
.pr-2 {
  padding-right: 4rem !important;
}
.pr-3 {
  padding-right: 6rem !important;
}
.pr-4 {
  padding-right: 8rem !important;
}
.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
.px-6 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}
.py-45 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
.mt-200 {
  margin-top: 200px !important;
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .p-md-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-padding-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pl-md-1 {
    padding-left: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 4rem !important;
  }
  .pl-md-3 {
    padding-left: 6rem !important;
  }
  .pl-md-4 {
    padding-left: 8rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pr-md-1 {
    padding-right: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 4rem !important;
  }
  .pr-md-3 {
    padding-right: 6rem !important;
  }
  .pr-md-4 {
    padding-right: 8rem !important;
  }
  .px-md-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-4-custom {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-94 {
    width: 94% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
}
@media (min-width: 992px) {
  .p-lg-50 {
    padding: 50px !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .section-padding-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-1 {
    padding-left: 2rem !important;
  }
  .pl-lg-2 {
    padding-left: 4rem !important;
  }
  .pl-lg-3 {
    padding-left: 6rem !important;
  }
  .pl-lg-4 {
    padding-left: 8rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pr-lg-1 {
    padding-right: 2rem !important;
  }
  .pr-lg-2 {
    padding-right: 4rem !important;
  }
  .pr-lg-3 {
    padding-right: 6rem !important;
  }
  .pr-lg-4 {
    padding-right: 8rem !important;
  }
  .px-lg-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-4-custom {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .px-xlg-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .px-xlg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .section-padding-xlg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .section-padding-xlg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .w-xlg-50 {
    width: 50% !important;
  }
  .w-xlg-75 {
    width: 75% !important;
  }
  .w-xlg-85 {
    width: 85% !important;
  }
  .h-xlg-50 {
    height: 50%;
  }
  .equal-lg-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .equal-lg-row .equal-lg-col {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 3840px) {
  .p-uhd-4 {
    padding: 4.5rem !important;
  }
  .pt-uhd-4 {
    padding-top: 5.5rem !important;
  }
  .pt-uhd-5 {
    padding-top: 6.5rem !important;
  }
}
.font-xs {
  font-size: 12px !important;
}
.font-sm {
  font-size: 14px !important;
}
.font-md {
  font-size: 1rem !important;
}
.font-lg {
  font-size: 1.3rem !important;
}
.line-h-sm {
  line-height: 20px !important;
}
.line-h-md {
  line-height: 30px !important;
}
.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-padding-100 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.border-radius-rtp-5 {
  border-radius: 0 5px 5px 0;
}
.border-radius-5 {
  border-radius: 5px !important;
}
.bg-cover {
  background-size: cover !important;
}
.btn-style {
  padding: 10px 45px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
.btn-style:hover {
  outline: none;
}
.btn-style:focus {
  outline: none;
}
.btn-primary {
  background-color: #b2db11;
  color: #242751;
  border-color: #8cac0d;
}
.btn-primary:hover {
  background-color: #8cac0d;
  border-color: #8cac0d;
}
.btn-secondary {
  background-color: #264379;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #1a2e52;
}
.btn-outline-white {
  border: 1px solid #FFF;
  color: white;
}
.btn-outline-white:hover {
  background-color: #b2db11;
  border: 1px solid #b2db11;
  color: #242751;
}
.btn-long {
  padding: 5px 60px;
}
.bg-cover {
  background-size: cover;
}
.nav-bg-mobile {
  background-color: #8cac0d;
  height: 100vh;
}
.nav-header {
  transition: 0.5s ease-in-out;
  padding: 10px 0 10px 0;
  width: 100%;
  background-color: white;
}
@media (min-width: 768px) {
  .nav-header {
    background-color: transparent;
  }
}
.nav-header.scrolled {
  background-color: #FFFFFFD1;
}
.nav-menus {
  display: inline-flex;
  float: right;
}
.nav-button {
  position: fixed;
  width: 45px;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
  top: 22px;
  right: 40px;
  z-index: 902;
  background-color: #b2db11;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #242751;
}
.nav-button i:before {
  content: "\f0c9";
}
.nav-close {
  position: fixed;
  width: 45px;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
  top: 40px;
  right: 40px;
  z-index: 902;
  background-color: #b2db11;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #242751;
}
.nav-close:before {
  content: "\E002";
}
.nav-lock-scroll {
  overflow: hidden;
}
.nav-lock-scroll .nav-button i:before {
  content: "\f057";
}
.main-sub {
  display: none;
}
.nav-active .main-sub {
  display: block;
}
.nav-active .main-sub ul {
  display: block;
}
.nav {
  display: none;
  position: fixed;
  top: 0px;
  padding-top: 110px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffad20;
  border-radius: 5px;
}
.nav li {
  cursor: pointer;
}
.nav li:hover {
  color: #923600;
  background-color: rgba(255, 255, 255, 0.3);
}
.nav .nav-submenu > ul {
  margin-left: 0px;
  top: 15px;
}
.nav .nav-submenu ul li {
  padding: 0px;
}
.nav .nav-submenu ul li a {
  position: relative;
  padding: 16px 13px 16px 40px;
  font-size: 12px;
}
.nav .nav-submenu ul li a:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #ffffff;
  left: 0;
  top: 25px;
}
.nav .nav-submenu li:hover {
  background: none;
}
.nav .nav-submenu .nav-submenu ul {
  top: 0 !important;
  left: 20px;
  width: auto;
}
.nav .nav-active {
  border-bottom: transparent;
}
.nav a {
  border-radius: 6px;
  padding: 0 40px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  color: #242751;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
}
.nav a:active {
  border-radius: 6px;
  padding: 0 40px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  color: #242751;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
}
.nav a:hover {
  border-radius: 6px;
  padding: 0 40px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  color: #242751;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
}
.nav a:visited {
  border-radius: 6px;
  padding: 0 40px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  color: #242751;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
}
.nav .active a {
  padding: 0 67px;
  font-weight: 500;
}
.nav .active a:before {
  width: 60px;
  background-color: #242751;
}
.nav .active ul li > a:first-child {
  font-weight: 500;
}
.nav h4 {
  padding: 16px 13px 16px 40px;
  font-size: 28px;
  font-weight: 600;
}
.nav ul {
  display: block;
  position: relative;
  zoom: 1;
  list-style-type: none;
  margin: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.nav ul img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav ul li {
  display: block;
  border-bottom: 5px transparent solid;
  padding: 16px 13px 16px 40px;
  transition: 0.5s ease-in-out;
}
.nav ul li a:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background-color: #ffffff;
  left: 0;
  top: 10px;
}
.start-btn {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
  background-color: #264379;
  padding: 11px 16px;
  text-decoration: none;
  margin-left: 5px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .nav {
    overflow: visible;
    position: relative;
    display: inline-flex;
    background-color: #b2db11;
    height: 45px;
    top: 0;
    padding: 0;
  }
  .nav ul {
    display: flex;
  }
  .nav ul ul {
    background: #b2db11;
    border-radius: 5px;
    padding: 4px;
    display: flex;
    position: absolute;
    top: 52px !important;
    left: 0;
    z-index: 901;
    width: 100%;
    overflow: hidden;
  }
  .nav ul ul ul {
    position: relative;
    z-index: 902;
    border-radius: 0 6px 6px;
  }
  .nav ul ul ul ul {
    z-index: 903;
  }
  .nav ul ul ul ul ul {
    z-index: 904;
  }
  .nav ul ul ul li:first-child {
    border-top: none;
  }
  .nav ul ul li.nav-left > ul {
    left: auto;
    right: 95%;
  }
  .nav h4 {
    display: none;
  }
  .nav li {
    white-space: nowrap;
  }
  .nav > ul > li {
    display: inline-block;
    border-bottom: 5px transparent solid;
    padding: 13px 13px 8px 13px;
    transition: 0.5s ease-in-out;
    border-top: none;
  }
  .nav a {
    border-radius: 6px;
    padding: 0;
  }
  .nav a:active {
    border-radius: 6px;
    padding: 0;
  }
  .nav a:hover {
    border-radius: 6px;
    padding: 0;
  }
  .nav a:visited {
    border-radius: 6px;
    padding: 0;
  }
  .nav .active a {
    padding: 0;
  }
  .nav .nav-left > ul {
    border-radius: 6px 0 6px 6px;
  }
  .nav .nav-submenu li {
    min-width: 110px;
  }
  .nav-no-js .nav li:hover > ul {
    display: flex;
  }
  .nav-button {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav .nav-active {
    border-bottom: 5px #242751 solid;
  }
  .nav .active {
    border-bottom: 5px #242751 solid;
  }
  .nav .active a:before {
    width: 60px;
    background-color: #242751;
  }
  .nav .nav-submenu .active {
    border-bottom: 0;
  }
  .nav .nav-submenu .nav-active {
    border-bottom: transparent;
  }
  .nav .nav-submenu ul li a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 25px;
    display: block;
  }
  .nav ul li a:before {
    display: none;
  }
  .nav ul li:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .nav {
    height: 45px;
  }
}
@media (min-width: 1400px) {
  .nav {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-no-js .nav-button:hover + .nav {
    display: block;
  }
  .nav-no-js .nav-button:hover + .nav + .nav-close {
    display: block;
  }
  .nav-no-js .nav:hover {
    display: block;
  }
  .nav-no-js .nav:hover + .nav-close {
    display: block;
  }
}
.menu-cover {
  display: none;
  height: 30vh;
  background-image: url("../themes/demo/assets/images/menu.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .menu-cover {
    display: none;
  }
}
.zigzag-section .image-col {
  order: -1 !important;
}
@media (min-width: 768px) {
  .zigzag-section .image-col {
    order: 6 !important;
    margin-left: 8.33333333%;
  }
}
.zigzag-section:nth-child(even) .data-col {
  order: 6 !important;
}
.zigzag-section:nth-child(even) .image-col {
  order: -1 !important;
  margin-left: 0;
}
.zigzag-section2 .image-col {
  order: -1 !important;
}
@media (min-width: 768px) {
  .zigzag-section2 .image-col {
    order: 6 !important;
  }
}
.zigzag-section2:nth-child(even) .data-col {
  order: 6 !important;
}
.zigzag-section2:nth-child(even) .image-col {
  order: -1 !important;
}
.with-link {
  position: relative;
}
.with-link .edit-btn {
  opacity: 1;
  height: 100%;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 0;
  left: 0;
  background: linear-gradient(0deg, #1c1e3f 0%, #175892 100%);
}
.with-link .edit-btn .row {
  height: 100%;
  padding: 0;
  margin: 0;
}
.with-link .edit-btn .row .col-12 {
  padding: 0;
}
.with-link .edit-btn .row .col-12 .btn {
  background-color: white;
  border-radius: 50%;
  width: 0;
  height: 70px;
  padding: 22px 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.with-link .edit-btn .row .col-12 .btn i {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.with-link:hover .edit-btn {
  opacity: 1;
  width: 5vw;
  height: 100%;
}
.with-link:hover .edit-btn .row {
  padding: inherit;
  margin: inherit;
}
.with-link:hover .edit-btn .row .col-12 {
  padding: 0;
}
.with-link:hover .edit-btn .row .col-12 .btn {
  width: 70px;
  padding: 22px;
}
.with-link:hover .edit-btn .row .col-12 .btn i {
  opacity: 1;
}
.logo {
  max-height: 70px;
  width: auto;
}
header {
  padding-top: 140px;
}
@media (min-width: 768px) {
  header {
    padding-top: 230px;
  }
}
.newslatter-input {
  display: flex;
  height: 45px;
  padding: 11px !important;
  align-items: flex-start;
  gap: 10px;
  border-radius: 5px;
  background: #f6f6f6;
  width: 100%;
}
.newslatter-input input {
  background-color: transparent;
  border: none;
  width: 100%;
  color: #cfcfcf;
  font-size: 14px;
  font-weight: 500;
}
.newslatter-input input:focus {
  border: none transparent;
  outline: none;
  color: #616161;
}
.submit-btn {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  height: 45px;
  padding: 10px 27px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 0;
  background: #b2db11;
  transition: 0.5s ease-in-out;
}
.submit-btn:hover {
  background-color: #8cac0d;
}
.expandble-content {
  display: inline-flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  border: 4px solid #b2db11;
  background: rgba(66, 66, 66, 0.31);
}
@media (min-width: 768px) {
  .expandble-content {
    padding: 45px 44px;
  }
}
.bottom-shape-dark {
  position: relative;
  margin-bottom: -250px;
  background-image: url("../themes/demo/assets/images/header-shape.svg");
  background-size: cover;
  height: 450px;
  width: 100%;
  opacity: 0;
  z-index: 2;
  top: -445px;
}
@media (min-width: 768px) {
  .bottom-shape-dark {
    height: 416px;
    top: -416px;
  }
}
@media (min-width: 992px) {
  .bottom-shape-dark {
    height: 250px;
    top: -250px;
  }
}
.bottom-shape-light {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  background-image: url("../themes/demo/assets/images/white-angle-shape.svg");
  background-size: cover;
  height: 30px;
  margin: auto;
  width: 100%;
  opacity: 1;
  z-index: 1;
}
@media (min-width: 768px) {
  .bottom-shape-light {
    height: 250px;
  }
}
.expandble-panel {
  min-height: 30vh;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
  margin-bottom: 200px;
  transition: 1s ease-in-out;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .expandble-panel {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .expandble-panel {
    max-width: 960px;
    min-height: 40vh;
  }
}
@media (min-width: 1200px) {
  .expandble-panel {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .expandble-panel {
    max-width: 1320px;
    min-height: 40vh;
  }
}
@media (min-width: 1600px) {
  .expandble-panel {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .expandble-panel {
    max-width: 1400px;
  }
}
@media (min-width: 2560px) {
  .expandble-panel {
    max-width: 1600px;
  }
}
@media (min-width: 2880px) {
  .expandble-panel {
    min-height: 40vh;
    max-width: 1920px;
  }
}
@media (min-width: 3840px) {
  .expandble-panel {
    max-width: 2560px;
  }
}
.expandble-panel .swiper {
  height: 100%;
}
.expandble-panel .swiper .swiper-wrapper {
  height: 100%;
}
.expandble-panel .swiper .swiper-wrapper .swiper-slide {
  min-height: 100%;
}
.expandble-panel .content-data {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  transition: 1s ease-in-out;
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
@media (min-width: 768px) {
  .expandble-panel .content-data {
    width: auto;
  }
}
.expandble-panel .content-data .bg {
  transition: 1s ease-in-out;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.expandble-panel .content-data .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: 1s ease-in-out;
}
.expandble-panel .content-data .container {
  transition: 1s ease-in-out;
  position: absolute;
  overflow: hidden;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  top: 500px;
}
.expandble-panel .content-data h2 {
  font-size: 28px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .expandble-panel .content-data h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
.expandble-panel .content-data .join-box {
  border-radius: 5px;
  overflow: hidden;
}
.expandble-panel .content-data .join-box .box-header {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.expandble-panel .content-data .join-box .box-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expandble-panel .content-data .join-box .box-header .play-btn {
  width: 57px;
  height: 57px;
  position: absolute;
  left: 0;
  right: 0;
  top: 85px;
  margin: auto;
}
.expandble-panel .content-data .join-box .box-content {
  padding: 15px 30px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #b2db11;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px;
}
.expanded {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  max-width: 100%;
  min-height: 500px;
  height: 100%;
  border-radius: 0;
}
.expanded .swiper-slide {
  min-height: 600px;
}
.expanded .bottom-shape-dark {
  opacity: 1;
}
.expanded .bottom-shape-dark .swiper-pagination {
  text-align: right;
  bottom: 51px;
  right: 75px;
  display: inline-block;
  width: auto;
}
.expanded .bottom-shape-dark .swiper-pagination .swiper-pagination-bullet {
  background: #a0a0a0;
  transition: 0.5s ease-in-out;
}
.expanded .bottom-shape-dark .swiper-pagination .swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 30px;
  background: #b2db11;
}
.expanded .content-data {
  position: relative;
}
@media (min-width: 2560px) {
  .expanded .content-data {
    margin-bottom: 250px;
  }
}
.expanded .content-data .bg {
  padding-top: 250px;
  padding-bottom: 90px;
}
.expanded .content-data .bg img {
  top: 0;
}
.expanded .content-data .container {
  height: auto;
  top: 100px;
}
.expanded .appear {
  -webkit-backdrop-filter: blur(0px);
  animation: backdrop-filter-animation 3s steps(10) forwards;
}
#trigger2 {
  position: absolute;
  top: 20px;
}
@keyframes backdrop-filter-animation {
  from {
    backdrop-filter: blur(0px);
  }
  to {
    backdrop-filter: blur(6px);
  }
}
.h-600 {
  height: 600px;
}
.img-hover {
  overflow: hidden;
  border-radius: 0 5px 5px 0;
}
.img-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.img-hover:hover img {
  transform: scale(1.05);
}
.teen-bg {
  background-image: url('../themes/demo/assets/images/bg-teen-xs.png');
  background-position: center -9px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .teen-bg {
    background-image: url('../themes/demo/assets/images/bg-teen.png');
    background-position: left center ;
    background-size: cover;
  }
}
.top-bg-pattern {
  background-image: url("../themes/demo/assets/images/top-pattern.svg");
  background-size: 70%;
  background-position: top right;
  background-repeat: no-repeat;
}
.bg-pattern {
  background-image: url("../themes/demo/assets/images/pattern.svg");
  background-size: cover;
  background-position: bottom;
}
.line {
  height: 5px;
}
.h1-title {
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .h1-title {
    font-size: 48px;
    line-height: 56px;
  }
}
.parallaxParent {
  position: relative;
}
.parallaxParent:before {
  position: absolute;
  background: linear-gradient(180deg, #101922 0%, rgba(16, 25, 34, 0) 100%);
  height: 70%;
  width: 100%;
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
}
.paralax-bg {
  min-height: 800px;
}
.dark-overlay {
  position: relative;
}
.dark-overlay:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 40%;
  position: absolute;
  top: 0;
  left: 0;
}
.dark-overlay .parallax-data {
  position: relative;
  z-index: 2;
}
.dark-overlay .parallax-data .row {
  height: 800px;
}
.dark-overlay .parallax-data .row p {
  color: #f6f6f6;
}
.video-header {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}
.video-header #background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parallaxParent {
  position: absolute;
  top: 0;
  height: 800px;
  overflow: hidden;
  width: 100%;
}
.parallaxParent > * {
  height: 200%;
  position: relative;
  top: -100%;
}
.parallax-bg1 {
  background-image: url("../themes/demo/assets/images/parallax1-bg.jpg");
  background-size: contain;
  background-position: top center;
}
.margin-neg {
  margin-top: -45px;
  position: relative;
}
.image-box {
  height: 570px;
}
@media (min-width: 768px) {
  .image-box {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .image-box {
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .image-box {
    height: 570px;
  }
}
.image-box-content {
  background: rgba(178, 219, 17, 0.7);
  mix-blend-mode: hard-light;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-shape {
  background-image: url("../themes/demo/assets/images/box-bg.svg");
  background-size: cover;
  background-position: left top;
}
.bg-shape-right {
  background-image: url("../themes/demo/assets/images/right-pattern.svg");
  background-size: 50%;
  background-position: right center;
  background-repeat: no-repeat;
}
.bg-shape-full {
  background-image: url("../themes/demo/assets/images/bg-shape-3.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-shape-full .socials {
  font-size: 3rem;
}
.bg-img-cover {
  position: relative;
}
.bg-img-cover .content {
  position: relative;
  z-index: 2;
}
.bg-img-cover:before {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
}
blockquote {
  position: relative;
}
blockquote:before {
  position: absolute;
  content: url("../themes/demo/assets/images/qoute-1.svg");
  width: 33px;
  left: 0;
  top: -40px;
}
blockquote:after {
  position: absolute;
  content: url("../themes/demo/assets/images/qoute-2.svg");
  width: 33px;
  right: 0;
  bottom: -40px;
}
.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  position: relative;
  font-weight: 700;
  display: block;
}
.headline h1:before,
.headline h2:before,
.headline h3:before,
.headline h4:before,
.headline h5:before,
.headline h6:before {
  content: "";
  width: 115px;
  height: 5px;
  background-color: #b2db11;
  left: -125px;
  top: 14px;
  display: block;
  position: absolute;
}
.headline-short h1,
.headline-short h2,
.headline-short h3,
.headline-short h4,
.headline-short h5,
.headline-short h6 {
  position: relative;
  font-weight: 700;
  display: block;
  transition: 0.5s ease-in-out;
}
.headline-short h1:before,
.headline-short h2:before,
.headline-short h3:before,
.headline-short h4:before,
.headline-short h5:before,
.headline-short h6:before {
  content: "";
  transition: 0.5s ease-in-out;
  width: 30px;
  height: 5px;
  background-color: #b2db11;
  left: -40px;
  top: 14px;
  display: block;
  position: absolute;
}
.headline-short h1:hover,
.headline-short h2:hover,
.headline-short h3:hover,
.headline-short h4:hover,
.headline-short h5:hover,
.headline-short h6:hover {
  padding-left: 10px;
}
.headline-short h1:hover:before,
.headline-short h2:hover:before,
.headline-short h3:hover:before,
.headline-short h4:hover:before,
.headline-short h5:hover:before,
.headline-short h6:hover:before {
  content: "";
  width: 40px;
}
.headline-short-aligned {
  position: relative;
  font-weight: 700;
  display: block;
  padding-left: 30px;
  transition: 0.5s ease-in-out;
}
.headline-short-aligned:before {
  content: "";
  transition: 0.5s ease-in-out;
  width: 20px;
  height: 5px;
  background-color: #b2db11;
  left: 0px;
  top: 10px;
  display: block;
  position: absolute;
}
.headline-short-aligned:hover {
  padding-left: 35px;
}
.headline-short-aligned:hover:before {
  content: "";
  width: 25px;
}
footer .footer-logo {
  max-width: 118px;
}
footer .menu {
  float: right;
  margin-top: 10px;
}
footer .menu li a {
  padding: 15px 10px 13px 10px;
  border-bottom: 2px solid transparent;
  transition: 0.5s ease-in-out;
  text-decoration: none;
  color: #242751;
  display: block;
}
footer .menu li a:hover {
  border-bottom: 2px solid #b2db11;
}
footer .socials ul li {
  padding: 0 6px;
}
footer .socials ul li a {
  color: #616161;
}
footer .socials ul li img {
  height: 16px;
  width: auto;
}
@media (min-width: 1400px) {
  footer .socials ul li img {
    height: 25px;
    width: auto;
  }
}
footer .socials li {
  padding: 0 6px;
}
footer .socials li a {
  color: #616161;
}
footer .socials li img {
  height: 16px;
  width: auto;
}
@media (min-width: 1400px) {
  footer .socials li img {
    height: 25px;
    width: auto;
  }
}
.steps-box .step-img-box {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .steps-box .step-img-box:nth-child(6) {
    margin-top: -80px;
  }
  .steps-box .step-img-box:nth-child(5) {
    margin-top: -30px;
  }
  .steps-box .step-img-box:nth-child(4) {
    margin-top: 50px;
  }
  .steps-box .step-img-box:nth-child(3) {
    margin-top: 0px;
  }
  .steps-box .step-img-box:nth-child(2) {
    margin-top: 60px;
  }
  .steps-box .step-img-box:nth-child(1) {
    margin-top: 140px;
  }
}
.top-section {
  background-repeat: no-repeat;
  height: 50px;
  background-size: contain;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-section {
    height: 233px;
  }
}
.top-section svg {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.center-66 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 400px;
  width: 70%;
  height: auto;
  z-index: 1;
  top: -105px;
}
@media (min-width: 768px) {
  .center-66 {
    width: 100%;
  }
}
.foot-menu a {
  text-decoration: none;
  color: #484956;
}
.inner-header {
  background-size: cover;
  position: relative;
  background-position: center;
  margin-top: 90px;
}
.inner-header:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(0deg, rgba(17, 12, 0, 0.6) 0%, rgba(17, 12, 0, 0.6) 100%);
}
@media (min-width: 768px) {
  .course-schedule .swiper-slide:first-child .table-header {
    border-radius: 5px 0 0 5px;
  }
}
@media (min-width: 768px) {
  .course-schedule .swiper-slide:last-child .table-header {
    border-radius: 0 5px 5px 0;
  }
}
.table-header {
  width: 99%;
  color: white;
  text-align: center;
  padding: 8px 0px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  margin: auto;
}
@media (min-width: 768px) {
  .table-header {
    width: 100%;
    border-radius: 0;
  }
}
.main-times .times {
  height: 150px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .main-times .times {
    border-radius: 0;
  }
}
.main-times .times:last-child {
  border-bottom: 0;
}
.main-times .program-times {
  width: 100%;
  height: 150px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .main-times .program-times {
    border-left: 1px solid #eeeeee;
  }
}
.main-times .program-times .data-box {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.main-times .program-times .data-box:before {
  background: rgba(0, 0, 0, 0);
  border: 2px solid transparent;
  transition: 0.5s ease-in-out;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.main-times .program-times .data-box:hover:before {
  border: 2px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.05);
}
.main-times .program-times:last-child {
  border-bottom: 0;
}
.gray-course {
  background-color: #EEEDED;
}
.pink-course {
  background-color: #FFDEDE;
}
.yellow-course {
  background-color: #F9F7D0;
}
.blue-course {
  background-color: #D0D9F9;
}
.green-course {
  background-color: #D0F9E3;
}
.instructor {
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .instructor {
    min-height: 300px;
  }
}
.instructor img {
  height: 300px;
  width: 100%;
  transform: scale(1);
  object-position: center;
  object-fit: cover;
  filter: saturate(1);
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .instructor img {
    height: 300px;
    filter: saturate(0);
  }
}
.instructor .info {
  position: relative;
  background-color: #b2db11;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100px;
}
@media (min-width: 768px) {
  .instructor .info {
    width: 50%;
    position: absolute;
    background-color: rgba(178, 219, 17, 0.7);
  }
}
.instructor .info p {
  font-size: 14px;
  color: #242751;
}
.instructor .info h5 {
  font-size: 16px;
  font-weight: 600;
}
.instructor .info .headline-short-aligned:before {
  background-color: #242751;
}
.instructor:hover img {
  transform: scale(1.1);
  filter: saturate(1);
}
.instructor:hover .headline-short-aligned {
  padding-left: 35px;
}
.instructor:hover .headline-short-aligned:before {
  content: "";
  width: 25px;
}
.courses .swiper-button-next,
.courses .swiper-button-prev {
  top: 0 !important;
  width: 100% !important;
  margin-top: 0 !important;
  background-color: #b2db11;
  border-radius: 5px;
  left: 0 !important;
  right: 0 !important;
  height: auto !important;
  padding: 11px 0;
}
.courses .swiper-button-next:after,
.courses .swiper-button-prev:after {
  font-size: 16px !important;
  color: #242751;
}
.horizontal-sc {
  display: flex;
  flex-wrap: unset;
  align-items: center;
  overflow-x: scroll;
}
.horizontal-sc > div {
  flex: none;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .horizontal-sc {
    overflow-x: visible;
    flex-wrap: wrap;
    align-items: unset;
  }
}
.data-box-with-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.insta-feed {
  transform-origin: right 50%;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: -30px 29px 61px -18px rgba(0, 0, 0, 0);
  -moz-box-shadow: -30px 29px 61px -18px rgba(0, 0, 0, 0);
  box-shadow: -30px 29px 61px -18px rgba(0, 0, 0, 0);
}
.insta-feed:hover {
  transform: rotate(2deg) translateZ(50px) translatex(-20px);
  -webkit-box-shadow: -30px 29px 61px -18px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: -30px 29px 61px -18px rgba(0, 0, 0, 0.47);
  box-shadow: -30px 29px 61px -18px rgba(0, 0, 0, 0.47);
}
.insta-feed a {
  font-weight: 600;
  color: #101922;
  text-decoration: none;
  padding: 5px 0;
}
.insta-feed a i {
  padding: 0 10px 0 0;
  transition: 0.5s ease-in-out;
}
.insta-feed a:hover i {
  padding: 0 20px 0 0;
}
.insta li {
  color: #a0a0a0;
}
.insta li i {
  padding: 2px  10px;
}
.gallery .gallery-img {
  height: 250px;
  overflow: hidden;
  border: 2px solid white;
  float: left;
  position: relative;
  background-color: black;
}
.gallery .gallery-img img {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.gallery .gallery-img a {
  position: relative;
}
.gallery .gallery-img:nth-child(odd) {
  width: 100%;
}
@media (min-width: 768px) {
  .gallery .gallery-img:nth-child(odd) {
    width: 40%;
  }
}
.gallery .gallery-img:nth-child(even) {
  width: 100%;
}
@media (min-width: 768px) {
  .gallery .gallery-img:nth-child(even) {
    width: 30%;
  }
}
.gallery .gallery-img:before {
  position: absolute;
  opacity: 0;
  color: white;
  font-family: "Font Awesome 6 Pro";
  content: '\f00e';
  font-weight: 300;
  text-align: center;
  display: block;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  transition: 0.5s ease-in-out;
  font-size: 25px;
}
.gallery .gallery-img:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}
.gallery .gallery-img:hover:before {
  opacity: 1;
}
.gallery .gallery-img:nth-child(6n+1):nth-child(odd),
.gallery .gallery-img:nth-child(6n+2):nth-child(odd),
.gallery .gallery-img:nth-child(6n+3):nth-child(odd) {
  width: 100%;
}
@media (min-width: 768px) {
  .gallery .gallery-img:nth-child(6n+1):nth-child(odd),
  .gallery .gallery-img:nth-child(6n+2):nth-child(odd),
  .gallery .gallery-img:nth-child(6n+3):nth-child(odd) {
    width: 25%;
  }
}
.gallery .gallery-img:nth-child(6n+1):nth-child(even),
.gallery .gallery-img:nth-child(6n+2):nth-child(even),
.gallery .gallery-img:nth-child(6n+3):nth-child(even) {
  width: 100%;
}
@media (min-width: 768px) {
  .gallery .gallery-img:nth-child(6n+1):nth-child(even),
  .gallery .gallery-img:nth-child(6n+2):nth-child(even),
  .gallery .gallery-img:nth-child(6n+3):nth-child(even) {
    width: 50%;
  }
}
.team .teamate {
  background-color: transparent;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: 1s ease-in-out;
}
.team .teamate:hover {
  background-color: #b2db11;
}
.team .teamate:hover .user-info {
  bottom: 0;
}
.team .teamate img {
  width: auto;
  height: 250px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .team .teamate img {
    height: 315px;
  }
}
.team .teamate .name-box {
  background-color: #b2db11;
  padding: 20px 20px 20px 30px;
}
.team .teamate .user-info {
  background-color: #264379;
  padding: 20px 20px 20px 30px;
  position: absolute;
  bottom: -500px;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.team .teamate .user-info .headline-short h1,
.team .teamate .user-info .headline-short h2,
.team .teamate .user-info .headline-short h3,
.team .teamate .user-info .headline-short h4,
.team .teamate .user-info .headline-short h5,
.team .teamate .user-info .headline-short h6 {
  padding-left: 30px;
}
.team .teamate .user-info .headline-short h1:before,
.team .teamate .user-info .headline-short h2:before,
.team .teamate .user-info .headline-short h3:before,
.team .teamate .user-info .headline-short h4:before,
.team .teamate .user-info .headline-short h5:before,
.team .teamate .user-info .headline-short h6:before {
  background-color: white;
  width: 20px;
  left: 0;
  top: 7px;
}
.team .teamate .headline-short h1,
.team .teamate .headline-short h2,
.team .teamate .headline-short h3,
.team .teamate .headline-short h4,
.team .teamate .headline-short h5,
.team .teamate .headline-short h6 {
  padding-left: 30px;
}
.team .teamate .headline-short h1:before,
.team .teamate .headline-short h2:before,
.team .teamate .headline-short h3:before,
.team .teamate .headline-short h4:before,
.team .teamate .headline-short h5:before,
.team .teamate .headline-short h6:before {
  background-color: #242751;
  width: 20px;
  left: 0;
  top: 7px;
}
.brands {
  height: 200px;
  text-align: center;
}
.redactor-editor,
.redactor-box {
  background: rgba(255, 255, 255, 0.1);
}
.plan-card {
  background-color: #264379;
  padding: 20px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .plan-card {
    padding: 50px;
  }
}
.plan-card .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.plan-card .header h3 {
  color: #FFFFFF;
  font-size: 25px;
}
.plan-card .header .price-large {
  font-size: 40px;
}
.plan-card .card-items .card-item {
  background-color: #3258a0;
  padding: 10px 0;
  border-radius: 30px;
  margin: 10px 0;
  color: white;
}
.plan-card .card-items .card-item .card-minus {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #b2db11;
  border: 0;
}
.plan-card .total {
  padding: 30px 0 ;
}
.additional-box {
  border-radius: 20px;
  padding: 18px;
  margin: 5px 0;
  text-align: center;
}
.additional-box h3 {
  font-size: 17px;
}
.additional-box .add-to-card {
  background-color: #FFF;
  padding: 10px 15px;
  color: #4d4d4d;
  border-radius: 30px;
  border: 3px solid #e6a22d;
  margin: auto;
  font-size: 14px;
}
.additional-box .add-to-card i {
  font-size: 17px;
  padding-right: 10px;
}
.additional-box .custom-padding {
  padding: 12px 15px 11px 15px;
}
.selected-box {
  background-image: url("../themes/demo/assets/images/pattern.png");
  background-color: #eaeaea;
}
.consultant-btn {
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  padding: 15px 45px;
  width: 100%;
}
.table-programs {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  display: table;
  color: #616161;
  border-spacing: 0;
}
.table-programs th {
  background-color: #242751 !important;
  color: white;
  padding: 8px 0px;
  margin: auto;
  border: 1px solid #eeeeee;
  display: table-cell;
}
.table-programs th:first-child {
  background-color: #b2db11 !important;
  color: #242751;
}
.table-programs td {
  border: 1px solid #eeeeee;
  display: table-cell;
  vertical-align: middle;
}
.table-programs tr:first-child th {
  border-top: 0;
}
.table-programs tr:last-child td {
  border-bottom: 0;
}
.table-programs tr td:first-child,
.table-programs tr th:first-child {
  border-left: 0;
}
.table-programs tr td:last-child,
.table-programs tr th:last-child {
  border-right: 0;
}
.plan-wrapper .plan-data {
  width: 100%;
  height: 115px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.plan-wrapper .plan-data:hover {
  opacity: 0.8;
}
.courses-box {
  text-decoration: none;
  color: #707184;
}
.programs .horizontal-sc {
  display: flex;
  flex-wrap: unset;
  align-items: center;
  overflow-x: scroll;
}
.programs .horizontal-sc > div {
  flex: none;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .programs .horizontal-sc {
    overflow-x: visible;
    flex-wrap: wrap;
    align-items: unset;
  }
  .programs .horizontal-sc > div {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.programs .table-programs {
  position: relative;
}
.programs .table-programs th,
.programs .table-programs td {
  min-width: 180px;
}
.programs .table-programs .table-head {
  position: sticky;
  top: 0;
  /* Don't forget this, required for the stickiness */
  z-index: 2;
}
@media (min-width: 768px) {
  .programs .table-programs .table-head {
    top: 90px;
    /* Don't forget this, required for the stickiness */
  }
}
