@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
.navbar-toggler {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  height: 30px;
  width: 46px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .navbar-toggler:focus {
    color: transparent; }
  .navbar-toggler .line-b {
    width: 14px;
    height: 2px;
    background: #721291;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .navbar-toggler:before, .navbar-toggler:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background: #721291;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px; }
  .navbar-toggler:before {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); }
  .navbar-toggler:after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px); }

.navbar-toggler.active .line-b {
  background: transparent;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px); }

.navbar-toggler.active:before {
  -webkit-transform: translateX(0px) rotate(45deg);
  -ms-transform: translateX(0px) rotate(45deg);
  transform: translateX(0px) rotate(45deg); }

.navbar-toggler.active:after {
  -webkit-transform: translateX(0px) rotate(-45deg);
  -ms-transform: translateX(0px) rotate(-45deg);
  transform: translateX(0px) rotate(-45deg); }

body {
  font-family: "Open Sans", sans-serif; }
  body h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }

section {
  padding: 100px 0; }
  @media (max-width: 991.98px) {
    section {
      padding: 50px 0; } }

.section-y {
  padding: 100px 0; }
  @media (max-width: 991.98px) {
    .section-y {
      padding: 50px 0; } }

.section-t {
  padding-top: 100px; }
  @media (max-width: 991.98px) {
    .section-t {
      padding-top: 50px; } }

.section-b {
  padding-bottom: 100px; }
  @media (max-width: 991.98px) {
    .section-b {
      padding-bottom: 50px; } }

.txt-color-1 {
  color: #721291; }

.txt-color-2 {
  color: #E60000; }

.txt-color-4 {
  color: #A114D0; }

.txt-size-14 {
  font-size: 0.875rem; }

.txt-size-24 {
  font-size: 24px; }
  @media (max-width: 991.98px) {
    .txt-size-24 {
      font-size: 80%; } }

.txt-size-20 {
  font-size: 20px; }
  @media (max-width: 991.98px) {
    .txt-size-20 {
      font-size: 80%; } }

.bg-color-1 {
  background-color: #721291 !important; }

.bg-color-2 {
  background-color: #E60000; }

.bg-color-5 {
  background-color: #cecece; }

.bg-black {
  background-color: #141414 !important; }

.border-color-1 {
  border-left-color: #721291 !important; }

.border-color-2 {
  border-left-color: #E60000 !important; }

h1.size-24 {
  font-size: 1.5rem; }

h1.size-32 {
  font-size: 2rem; }

h1.size-22 {
  font-size: 1.375rem; }

h1.size-20 {
  font-size: 20px; }

h1.md {
  font-size: 1.75rem; }

.line-r {
  height: 4px;
  width: 40px;
  background-color: #E60000;
  display: inline-block; }

a {
  color: #721291;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none; }

a.link {
  color: #E60000;
  text-decoration: none; }
  a.link:hover {
    color: #721291 !important; }

a.link-b {
  color: #721291;
  text-decoration: none;
  font-weight: 600; }
  a.link-b:hover {
    color: #E60000 !important; }

a.link-b2 {
  color: #A114D0;
  text-decoration: none;
  font-weight: 600; }
  a.link-b2:hover {
    color: #E60000 !important; }

a.link-dark {
  color: #141414;
  text-decoration: none;
  font-weight: 600; }
  a.link-dark:hover {
    color: #E60000 !important; }

.w-80px {
  min-width: 80px; }

.drop-shadow {
  -webkit-box-shadow: 0px 2px 14px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 14px 5px rgba(0, 0, 0, 0.2); }

.txt-shadow {
  text-shadow: 0px 2px 14px rgba(0, 0, 0, 0.5); }

.hero {
  background-color: #FFFFFF;
  z-index: 1;
  position: relative;
  padding: 0rem 0; }
  @media (max-width: 991px) {
    .hero {
      height: auto !important; } }
  @media (max-height: 720px) {
    .hero .hero-right img {
      width: 20%; }
    .hero .hero-right p {
      padding-bottom: 0rem !important; } }
  .hero .hero-body {
    z-index: 2;
    position: relative;
    padding-top: 100px; }
    @media (max-width: 991.98px) {
      .hero .hero-body {
        padding-top: 100px; } }
    @media (max-width: 767.98px) {
      .hero .hero-body {
        padding-top: 153px; } }
    .hero .hero-body h1 {
      font-size: 2.5rem;
      color: #FFFFFF; }
    .hero .hero-body p {
      color: #b4b4b4;
      font-size: 1.25rem; }
    .hero .hero-body .welcome-text {
      text-align: left; }
      .hero .hero-body .welcome-text h3 {
        font-size: 1.75rem;
        color: #FFFFFF; }
      .hero .hero-body .welcome-text h1 {
        font-weight: 600;
        color: #FFFFFF;
        font-size: 72px; }
        @media (max-width: 991.98px) {
          .hero .hero-body .welcome-text h1 {
            font-size: 3rem; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .hero .hero-body .welcome-text h1 {
            font-size: 60px; } }
        @media (max-width: 320px) {
          .hero .hero-body .welcome-text h1 {
            font-size: 2.3rem; } }
      .hero .hero-body .welcome-text h2 {
        font-size: 48px; }
        @media (max-width: 991.98px) {
          .hero .hero-body .welcome-text h2 {
            font-size: 1rem; } }
      .hero .hero-body .welcome-text p {
        color: #C7C7C7;
        font-size: 24px; }
        @media (max-width: 991.98px) {
          .hero .hero-body .welcome-text p {
            font-size: 1rem;
            color: #FFFFFF; } }
    .hero .hero-body .hero-right {
      background-color: #FFFFFF; }
      .hero .hero-body .hero-right h1 {
        color: #A114D0;
        font-size: 1.5rem;
        font-weight: 600; }
      .hero .hero-body .hero-right p {
        color: #3B3B3B;
        font-size: 1.125rem; }
      @media (max-width: 767.98px) {
        .hero .hero-body .hero-right img {
          width: 50%; } }
      .hero .hero-body .hero-right .icons {
        width: 20px; }
      @media (max-width: 767.98px) {
        .hero .hero-body .hero-right .right-icon {
          width: 60px; } }
  .hero .vid-contain {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .hero .vid-contain {
        height: auto !important; } }
    @media (max-width: 575px) {
      .hero .vid-contain {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; } }
    .hero .vid-contain video {
      min-width: 100%;
      min-height: 100vh;
      z-index: -1;
      position: absolute; }
      @media (max-width: 575px) {
        .hero .vid-contain video {
          left: -100%; } }
      @media (max-width: 991px) {
        .hero .vid-contain video {
          height: 120% !important;
          top: 0px; } }
  .hero .vid-overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.7) 50%);
    background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.7) 50%);
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.7) 50%);
    background-size: 1px 1px;
    z-index: 1; }
    @media (max-width: 991px) {
      .hero .vid-overlay {
        height: 100% !important; } }

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-aspect-radio: 16 / 9) {
    .video {
      width: 100%;
      height: auto; } }
  @media (max-aspect-radio: 16 / 9) {
    .video {
      width: auto;
      height: 100%; } }

.top-bar {
  background-color: #721291;
  color: #FFFFFF; }
  .top-bar .location span {
    font-size: 10px;
    font-weight: 700; }
  .top-bar a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none; }
  .top-bar i {
    color: #B888C8; }

nav {
  background-color: #FFFFFF; }
  nav .nav-item {
    font-size: 16px; }
  nav .navbar-brand {
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
  @media (max-width: 991.98px) {
    nav .navbar-brand img {
      height: 40px; } }
  nav .nav-link.active {
    color: #721291 !important;
    font-weight: 800; }

.navbar .navbar-nav .nav-link {
  padding: 0 1.5rem; }
  .navbar .navbar-nav .nav-link:hover {
    color: #721291 !important; }
  @media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
      padding-top: .25rem;
      padding-bottom: .5rem; } }

.nav-foot {
  font-size: 13px; }
  .nav-foot a {
    text-decoration: none; }
  @media (max-width: 991.98px) {
    .nav-foot .dlapp {
      background-color: #721291;
      display: inline-block !important;
      color: #fff;
      padding: .5rem 1rem;
      border-radius: .5rem;
      margin-bottom: .5rem;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .nav-foot .dlapp:hover {
        background-color: #E60000; } }

@media (max-width: 991.98px) {
  .dropdown .dropdown-toggle::after {
    right: 0;
    position: absolute;
    margin-top: 10px;
    margin-right: 1.2rem; } }

.dropdown-menu {
  margin: 0 1rem;
  border-radius: 0px;
  border: 1px solid #cecece;
  padding: 0 0; }
  @media (max-width: 991.98px) {
    .dropdown-menu {
      margin-top: 1rem !important;
      margin-bottom: 1.5rem; } }
  .dropdown-menu .dropdown-item {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    padding: .5rem 1rem; }
    .dropdown-menu .dropdown-item:hover {
      background-color: #721291;
      color: #FFFFFF; }
    .dropdown-menu .dropdown-item:active {
      background-color: #e9ecef; }

.btn-primary {
  background-color: #E60000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #E60000;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 0px; }
  .btn-primary:hover {
    background-color: #721291 !important;
    color: #FFFFFF; }
  .btn-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #FFFFFF;
    background-color: #721291; }

.btn-primary-red {
  background-color: #FFFFFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #E60000;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 0px;
  color: #E60000;
  font-weight: 700; }
  .btn-primary-red:hover {
    background-color: #FFFFFF;
    color: #721291;
    border-color: #721291; }
  .btn-primary-red:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #FFFFFF;
    background-color: #721291; }

.btn-bordered {
  background-color: transparent;
  -webkit-transition: 0.5s !important;
  -o-transition: 0.5s !important;
  transition: 0.5s !important;
  border: 2px solid #FFFFFF;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 0px;
  color: #FFFFFF; }
  .btn-bordered:hover {
    background-color: #721291 !important;
    color: #FFFFFF;
    border: 2px solid #721291; }
  .btn-bordered:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #FFFFFF; }

.btn-secondary {
  background-color: transparent;
  -webkit-transition: 0.5s !important;
  -o-transition: 0.5s !important;
  transition: 0.5s !important;
  border: 2px solid #721291;
  font-size: 16px;
  border-radius: 0px;
  color: #721291; }
  .btn-secondary:hover {
    background-color: #721291 !important;
    color: #FFFFFF;
    border: 2px solid #721291; }
  .btn-secondary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #FFFFFF;
    background-color: #721291; }

/* animate delay */
.del-1 {
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.del-2 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.del-3 {
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.del-4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

/* Offers */
section.offers {
  background: #e60000;
  background: -moz-linear-gradient(65deg, #e60000 0%, #b761b7 100%);
  background: -webkit-linear-gradient(65deg, #e60000 0%, #b761b7 100%);
  background: -webkit-linear-gradient(25deg, #e60000 0%, #b761b7 100%);
  background: -o-linear-gradient(25deg, #e60000 0%, #b761b7 100%);
  background: linear-gradient(65deg, #e60000 0%, #b761b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e60000",endColorstr="#b761b7",GradientType=1);
  color: #FFFFFF; }
  section.offers a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #3B3B3B; }
    section.offers a:hover {
      color: #721291; }
    @media (max-width: 991.98px) {
      section.offers a {
        font-size: .7rem; } }
  section.offers .item {
    background-color: #FFFFFF;
    text-align: center;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    section.offers .item:hover img {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    section.offers .item img {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    section.offers .item span {
      color: #3B3B3B; }

/* Callout */
section.call-out {
  background-image: url("../img/bg-call.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF; }
  section.call-out h1 {
    font-size: 48px; }
    @media (max-width: 991.98px) {
      section.call-out h1 {
        font-size: 2rem; } }
  section.call-out p {
    color: #C7C7C7;
    font-size: 24px; }
    @media (max-width: 991.98px) {
      section.call-out p {
        font-size: 1rem; } }

/* Interest Call */
.interest-call {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply; }
  .interest-call h1 {
    z-index: 1;
    color: #fff;
    font-size: 28px; }
    @media (max-width: 991.98px) {
      .interest-call h1 {
        font-size: 1rem; } }

/* Learn more */
.our-social a {
  color: #E60000; }

/* testimonials */
section.testimonials {
  background-color: #cecece; }

.testi-item {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-top: 1rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transform: scale(0.9);
  opacity: 0.9; }
  .testi-item .card {
    background-color: #FFFFFF;
    border: none; }
  .testi-item .rate {
    color: #E60000; }
  .testi-item p {
    font-size: 14px; }
  .testi-item span {
    font-weight: 700;
    font-size: 14px;
    color: #721291; }
  .testi-item small {
    font-size: 12px;
    color: #6A6C7B;
    font-weight: 300; }

.swiper-slide-active .testi-item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.swiper-pagination-bullet {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin: 0 4px;
  background-color: #721291 !important; }

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

.swiper-container {
  padding-bottom: 2rem !important; }

/* FAQ */
.accordion-button:not(.collapsed) {
  background-color: #721291;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600; }
  @media (max-width: 991.98px) {
    .accordion-button:not(.collapsed) {
      font-size: 1rem; } }

.accordion-body {
  background-color: #F5F5F5;
  font-size: 16px; }
  @media (max-width: 991.98px) {
    .accordion-body {
      font-size: .8rem; } }

.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* News */
.article-news {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #E60000;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .article-news .box {
    background-color: #FFFFFF;
    text-align: center;
    padding: 1.5rem;
    border-left: 10px solid;
    border-left-color: #E60000;
    margin-top: 200px; }
    .article-news .box h1 {
      font-size: 18px;
      font-weight: bold;
      color: #721291;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 240px; }
    .article-news .box span {
      font-size: 12px; }
    .article-news .box a {
      color: #E60000;
      font-size: 12px;
      font-weight: 600;
      text-decoration: underline; }

.news-card {
  border: none; }
  .news-card .card-title {
    font-size: 18px;
    font-weight: 800; }
  .news-card a {
    font-size: 14px;
    color: #E60000;
    text-decoration: none; }

.share-link a {
  margin-left: .5rem;
  margin-right: .5rem; }

/* header banner */
.dark-overlay {
  position: relative; }
  .dark-overlay:after, .dark-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35); }

.blue-overlay {
  position: relative; }
  .blue-overlay:after, .blue-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 9, 87, 0.6); }

.header-banner {
  margin-top: 150px; }
  .header-banner i {
    font-size: 3rem; }
  .header-banner .head-content {
    z-index: 1;
    position: relative; }
  @media (max-width: 991.98px) {
    .header-banner {
      margin-top: 67px !important;
      padding-top: 2rem;
      padding-bottom: 2rem; }
      .header-banner h1 {
        font-size: 1rem; }
      .header-banner i {
        font-size: 1.5rem; }
      .header-banner img {
        width: 2rem; } }

.content {
  min-height: 500px; }

/* facility */
.facility-slide .swiper-button-next, .facility-slide .swiper-button-prev {
  color: #000;
  margin-top: -70px; }

.facility-slide .swiper-button-next::after, .facility-slide .swiper-container-rtl .swiper-button-prev::after {
  content: none; }

.facility-slide .swiper-button-prev::after, .facility-slide .swiper-container-rtl .swiper-button-next::after {
  content: none; }

.facility-slide .facility-item {
  border: none;
  text-align: center;
  font-size: 16px; }

.facility-slide .left-over {
  background-color: #f00;
  width: 100px;
  height: 200px;
  display: block;
  position: absolute; }

/* Form Control */
.form-label {
  color: #721291;
  font-size: 14px; }

.form-control, .form-select {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  font-size: 16px;
  border-bottom: 1px solid #272727;
  padding-left: 0px; }
  .form-control:focus, .form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D7D7D7;
  opacity: 1;
  /* Firefox */
  font-weight: 500;
  font-size: 16px; }

.form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D7D7D7;
  opacity: 1;
  /* Firefox */
  font-weight: 500;
  font-size: 16px; }

.form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D7D7D7;
  opacity: 1;
  /* Firefox */
  font-weight: 500;
  font-size: 16px; }

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D7D7D7;
  opacity: 1;
  /* Firefox */
  font-weight: 500;
  font-size: 16px; }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #D7D7D7; }

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #D7D7D7; }

textarea.form-control {
  border: 1px solid #272727;
  padding: 1rem; }

/* for Phone */
.iti {
  display: block !important; }

/* Classes */
@media (max-width: 991.98px) {
  .class-bg-1 {
    background-color: #721291 !important;
    color: #FFFFFF !important; } }

@media (max-width: 991.98px) {
  .class-bg-2 {
    background-color: #E60000 !important;
    color: #FFFFFF !important; } }

@media (max-width: 991.98px) {
  .class-bg-b {
    background-color: #3B3B3B !important;
    color: #FFFFFF !important; } }

.classes {
  font-size: 14px; }
  .classes .class-header {
    text-align: center;
    color: #FFFFFF;
    padding: .3rem 0; }
  .classes .class-name {
    background-color: transparent;
    color: #3B3B3B;
    font-size: 14px; }
    @media (max-width: 991.98px) {
      .classes .class-name {
        font-size: 16px;
        padding: .5rem .75rem; } }
  @media (max-width: 991.98px) {
    .classes .class-item p {
      margin-left: 1rem;
      margin-top: 1rem;
      margin-bottom: 0; } }
  @media (max-width: 991.98px) {
    .classes .class-item .learn-link {
      display: inline-block;
      margin-bottom: 1rem; } }
  .classes .md-head {
    font-weight: 700; }
    @media (min-width: 991.98px) {
      .classes .md-head {
        display: none; } }

/* modal */
.custom-modal .modal-header {
  border-radius: 0px;
  background: #e60000;
  background: -moz-linear-gradient(65deg, #e60000 0%, #b761b7 100%);
  background: -webkit-linear-gradient(65deg, #e60000 0%, #b761b7 100%);
  background: -webkit-linear-gradient(25deg, #e60000 0%, #b761b7 100%);
  background: -o-linear-gradient(25deg, #e60000 0%, #b761b7 100%);
  background: linear-gradient(65deg, #e60000 0%, #b761b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e60000",endColorstr="#b761b7",GradientType=1); }
  .custom-modal .modal-header img {
    max-height: 56px; }
    @media (max-width: 991.98px) {
      .custom-modal .modal-header img {
        max-height: 36px; } }

/* Schedule Table */
.schedule-table {
  font-size: 14px; }
  .schedule-table thead {
    background-color: #E60000;
    color: #FFFFFF; }
  .schedule-table tbody td {
    white-space: nowrap; }

/* Camp Table */
.camp-table {
  border: 2px solid #721291;
  padding: 2rem;
  font-size: 16px;
  margin-bottom: 3rem; }
  .camp-table span {
    font-weight: 700;
    color: #721291; }
  .camp-table .details {
    padding-left: 1rem; }
  .camp-table .d-flex {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 1rem; }

/* Pricing Table */
.pricing-table thead {
  background-color: #721291;
  color: #FFFFFF;
  font-size: 14px; }

.pricing-table tbody {
  font-size: 14px; }
  .pricing-table tbody td {
    padding: 1rem .5rem; }

/* Custom List */
.check-list {
  list-style: none;
  padding: 0; }
  .check-list li {
    padding-left: 1.3em;
    margin-bottom: .5rem; }
  .check-list li:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0;
    /* same as padding-left set on li */
    width: 1.75rem;
    /* same as padding-left set on li */ }

.check-list li:before {
  color: #E60000;
  content: "\f00c";
  /* FontAwesome Unicode */ }

/* Staff */
.staff-div .designation {
  text-align: center; }
  .staff-div .designation img {
    margin: .75rem .5rem; }
    @media (max-width: 767.98px) {
      .staff-div .designation img {
        height: 20px;
        margin: .5rem .3rem; } }

.staff-name {
  background-image: url("../img/staff-name-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  color: #FFFFFF;
  display: block;
  position: absolute;
  padding: .5rem 1.5rem;
  margin-bottom: .7rem;
  width: 100%;
  font-size: 16px;
  font-weight: 700; }

.staff-modal h1 {
  color: #FFFFFF;
  font-size: 24px;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .staff-modal h1 {
      font-size: 14px; } }

.staff-modal .modal-thumb img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-right: 1.5rem; }

.staff-modal .modal-quote {
  font-style: italic; }

.cal-table {
  height: 728px;
  border-color: #3B3B3B;
  border: 1px solid #3B3B3B; }
  .cal-table thead {
    vertical-align: top; }
    .cal-table thead th {
      height: 30px;
      font-weight: 300;
      text-align: center;
      padding: .75rem; }
  .cal-table td {
    padding: 1rem;
    border: 1px solid #3B3B3B;
    vertical-align: top; }
  .cal-table .past {
    color: #9D9D9D; }
  .cal-table .event {
    border-left: 8px solid;
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    padding: .5rem 1rem;
    position: absolute;
    display: inline-block;
    background-color: #FFFFFF; }
    .cal-table .event .sm-date {
      display: block;
      font-size: 8px; }

@media (max-width: 991.98px) {
  #downloadApp .app-badge {
    width: 130px; } }

/* Quick-zoom Container */
.round-img {
  overflow: hidden;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15); }

.round-img-2 {
  border-radius: 1rem; }

.img-hover-zoom--quick-zoom img {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: visibility .5s ease-in, -webkit-transform .5s;
  transition: visibility .5s ease-in, -webkit-transform .5s;
  -o-transition: transform .5s, visibility .5s ease-in;
  transition: transform .5s, visibility .5s ease-in;
  transition: transform .5s, visibility .5s ease-in, -webkit-transform .5s; }

/* The Transformation */
.img-hover-zoom--quick-zoom:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

section.brands {
  background-color: #f7f8f8; }

footer {
  background-color: #141414;
  padding-top: 60px;
  color: #FFFFFF; }
  footer h1 {
    font-size: 12px;
    font-weight: 400; }
  footer p {
    font-size: 13px; }
  footer a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    footer a:hover {
      color: #E60000;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  footer ul {
    list-style-type: none !important; }
    footer ul li {
      display: inline-table; }
      footer ul li a {
        color: #FFFFFF;
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: none; }
  footer .foot-note {
    font-size: 12px; }

.modal-content {
  border-radius: 0px; }
  .modal-content .modal-header {
    border-bottom: 0px;
    font-family: "Poppins", sans-serif; }
    .modal-content .modal-header .modal-title {
      font-weight: 700; }
  .modal-content .modal-footer {
    border-top: 0px; }
  .modal-content .form-control {
    border-radius: 0px; }

.hero-content .welcome-text {
  text-align: left;
  margin-top: 100px; }
  .hero-content .welcome-text h1 {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 72px; }
    @media (max-width: 991.98px) {
      .hero-content .welcome-text h1 {
        font-size: 3rem; } }
  .hero-content .welcome-text h2 {
    font-size: 48px; }
    @media (max-width: 991.98px) {
      .hero-content .welcome-text h2 {
        font-size: 1rem; } }
  .hero-content .welcome-text p {
    color: #C7C7C7;
    font-size: 24px; }
    @media (max-width: 991.98px) {
      .hero-content .welcome-text p {
        font-size: 1rem;
        color: #FFFFFF; } }

.hero-content .hero-right {
  background-color: #FFFFFF;
  color: #3B3B3B; }
  .hero-content .hero-right h1 {
    color: #A114D0;
    font-size: 24px;
    font-weight: 600; }
  .hero-content .hero-right p {
    font-size: 16px; }
  @media (max-width: 991.98px) {
    .hero-content .hero-right .right-icon {
      width: 60px; } }
  @media (max-height: 667px) {
    .hero-content .hero-right {
      font-size: 14px; }
      .hero-content .hero-right .pno-icon {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important; }
      .hero-content .hero-right h1 {
        font-size: 16px;
        margin-bottom: .3rem; }
      .hero-content .hero-right p {
        font-size: 14px; }
      .hero-content .hero-right .btn {
        font-size: 14px; }
      .hero-content .hero-right .right-icon {
        width: 40px; } }

section.video-hero {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

section.video-hero .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #000; }

section.video-hero video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1; }
  @media (max-width: 767.98px) {
    section.video-hero video {
      margin-left: -600px;
      margin-right: auto;
      display: block; } }

section.video-hero .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.4) 50%);
  background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.4) 50%);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.4) 50%);
  background-size: 1px 1px;
  z-index: 2; }

section.video-hero .hero-content {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 100%;
  height: 50px; }

.c-events .event-border {
  border-bottom: #C7C7C7 dashed 1px; }

.c-events .event-date {
  height: 101px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #A114D0;
  box-shadow: 1px 11px 32px -1px rgba(161, 20, 208, 0.22);
  -webkit-box-shadow: 1px 11px 32px -1px rgba(161, 20, 208, 0.22);
  -moz-box-shadow: 1px 11px 32px -1px rgba(161, 20, 208, 0.22);
  border-radius: 15px; }
  @media (max-width: 767.98px) {
    .c-events .event-date {
      margin-bottom: 25px;
      height: 70px; } }
  .c-events .event-date .month {
    text-transform: uppercase; }
  .c-events .event-date .day {
    font-size: 28px; }
    @media (max-width: 991.98px) {
      .c-events .event-date .day {
        font-size: 14px; } }
  .c-events .event-date p {
    font-weight: 700;
    font-size: 18px; }
    @media (max-width: 991.98px) {
      .c-events .event-date p {
        font-size: 14px; } }

.c-events .event-detail .detail-1 {
  text-transform: uppercase;
  font-size: 18px;
  color: #cfcfcf; }
  @media (max-width: 767.98px) {
    .c-events .event-detail .detail-1 {
      font-size: 16px;
      text-align: center; } }

.c-events .event-detail .detail-2 {
  font-weight: 700;
  font-size: 28px; }
  @media (max-width: 767.98px) {
    .c-events .event-detail .detail-2 {
      font-size: 20px;
      text-align: center; } }

.fc-day-number {
  float: left !important;
  color: #3B3B3B;
  text-decoration: none; }
  .fc-day-number:hover {
    color: #A114D0; }

a.fc-day-grid-event {
  background-color: white;
  color: #3B3B3B;
  padding: 10px 5px;
  border: none;
  border-radius: 0px;
  border-left: 7px solid #721291;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 5px; }
  a.fc-day-grid-event:hover {
    color: black; }

a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.fc-draggable.fc-resizable {
  background-color: white;
  color: black; }

button.fc-button {
  color: white;
  background: #A114D0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.fc-center {
  color: #A114D0; }
  @media (max-width: 991.98px) {
    .fc-center h2 {
      font-size: 14px; } }

span.fc-date.small {
  color: #a4a4a4; }

span.fc-desc {
  color: #a4a4a4; }

span.fc-title {
  color: #721291; }

.fc-event {
  line-height: 1.4rem !important; }

.fc-unthemed td.fc-today {
  background: #fff6ff !important; }

/* form pass */
/* .team-log {
    .input {
        border: 1px solid #b1b1b1;
        border-radius: 6px;
        padding: .75rem;
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }
    .pass-group {
        span {
            position: absolute;
            right: 30px;
            top: 15px;
            z-index: 999;
            color: #b1b1b1;
        }
    }
} */
.pass-word {
  border: 1px solid #b1b1b1;
  border-radius: 6px;
  padding: .5rem; }
  .pass-word .input-group-addon i {
    color: #b1b1b1;
    position: absolute;
    right: 1rem;
    top: 18px;
    z-index: 1000; }
  .pass-word .form-control {
    border-bottom: 0px; }