/* -------------------------------------------------------------------------- */
/*                                 Theme                                      */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/* -------------------------------------------------------------------------- */
/*                                  Utilities                                 */
/* -------------------------------------------------------------------------- */
/*-----------------------------------------------
|   Bootstrap Styles
-----------------------------------------------*/
/*!
 * Bootstrap v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */


.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}


/* --------------------------------
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1540px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1480px;
  }
}
----------------------------------- */

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 50px
}

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;

  }
   .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 15rem;
  }
   .offset-md-1 {
    margin-left: 8.33333%;
  }
  .my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
  .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
  .mb-0 {
  margin-bottom: 0 !important;
  
}
   #stage{
   margin-top: -25px;
   width:180px;
   height:180px;
}
  .mb-3 {
  margin-bottom: 1rem !important;
}
  .mb-5 {
  margin-bottom: 3rem !important;
  font-size: 1.18832rem !important;
  text-shadow:
      -0.5px -0.5px 0 black,
      0.5px -0.5px 0 black,
      -0.5px 0.5px 0 black,
      0.5px 0.5px 0 black;	  
  }
  .pt-8 {
  padding-top: 7.5rem !important;
}
  .fs-3 {
  font-size: 1.728rem !important;
}
  .fs-xxl-5 {
    font-size: 2.48832rem !important;
  }
  .fw-bold {
  font-weight: 700 !important;
  text-shadow:
      -0.5px -0.5px 0 black,
      0.5px -0.5px 0 black,
      -0.5px 0.5px 0 black,
      0.5px 0.5px 0 black;
}
  .lh-base {
  line-height: 1.5 !important;
  margin-left: 20px;
  
}
  .lh-sm {
  line-height: 1.25 !important;
}
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
	
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
	
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }  
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}  

/*-----------------------------------------------
|   Backgrounds
-----------------------------------------------*/
.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}

.bg-holder.bg-right {
  left: auto;
  right: 0;
}

.bg-holder.overlay:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-holder.overlay-0:before {
  background: rgba(0, 0, 0, 0.7);
}

.bg-holder.overlay-1:before {
  background: rgba(0, 0, 0, 0.55);
}

.bg-holder.overlay-2:before {
  background: rgba(0, 0, 0, 0.4);
}

.bg-holder .bg-video {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}

.bg-holder .bg-youtube {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-primary-gradient {
  background: -o-linear-gradient(241.82deg, #51B4F7 9.05%, #5A98F2 76.74%);
  background: linear-gradient(208.18deg, #51B4F7 9.05%, #5A98F2 76.74%);
}

.bg-dark-gradient {
  background: -o-linear-gradient(269deg, rgba(113, 110, 110, 0) 15%, rgba(30, 42, 70, 0.93) 72.07%);
  background: linear-gradient(181deg, rgba(113, 110, 110, 0) 15%, rgba(30, 42, 70, 0.93) 72.07%);
}

.bg-light-gradient {
  background: -o-linear-gradient(269deg, rgba(113, 110, 110, 0) 35%, rgba(30, 45, 70, 0.93) 94.07%);
  background: linear-gradient(181deg, rgba(113, 110, 110, 0) 35%, rgba(30, 45, 70, 0.93) 94.07%);
}

/*-----------------------------------------------
| ! BLOCK NEED !
-----------------------------------------------*/

.theme-tab .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  display: block;
  
}

.theme-tab .nav-link .nav-item-circle {
  color: #fff;
  background-color: #66BB6A;
  border: 2px solid #fff;
  font-weight: bold;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  line-height: 2.75rem;
  padding: 0;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  
}

.theme-tab .nav-link.active {
  color: #66BB6A;
}

.theme-tab .nav-link.active .nav-item-circle {
  background-color: #fff !important;
  color: #66BB6A;
  border-color: #66BB6A;
  font-weight: bold;
}

.theme-tab .nav-link .nav-item-circle .check-icon {
  display: none;
}

.theme-tab .nav-link .nav-item-circle-parent {
  display: block;
}

.theme-tab .nav-link .nav-item-circle-parent:before {
  content: "";
  height: 2px;
  width: 101%;
  position: absolute;
  left: 51%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #fff;
}

.theme-tab .nav-item-circle-parent {
  position: relative;
  padding: 0 1rem;
}

.theme-tab .nav-item-circle {
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.theme-tab .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.theme-tab .nav-item:first-child .nav-item-circle-parent:before, .theme-tab .nav-item:last-child .nav-item-circle-parent:before {
  width: 50%;
}

.theme-tab .nav-item:first-child .nav-item-circle-parent:before {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.theme-tab .nav-item:last-child .nav-item-circle-parent:before {
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.cta {
  margin-bottom: -21rem;
}

@media (min-width: 768px) {
  .cta {
    margin-bottom: -20rem;
  }
}

/*-----------------------------------------------
|   User Styles
-----------------------------------------------*/

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