html,
body {
  overflow-x: hidden !important; 
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
}
.heading-font{
  font-family: 'Cinzel Decorative', cursive !important;
}
.subheading-font{
  font-family: 'Montserrat', sans-serif !important;
}
 .text-default{
  color: rgba(231,199,106,1);
 }
 .bg-default{
  background-color: rgba(231,199,106,1);
 }
 .bg-dark{
  background-color: #000 !important;
 }
 .btn-info{
  background-color: rgba(231,199,106,1); 
  border: none;
 }
 .btn-info {
  font-size: 18px;
  padding: 18px 19px;
  letter-spacing: -1px;
}
 .text-justify{
  text-align: justify;
 }
 .border-primary{
  border: 1px solid #461b93;
 }
 .btn-primary{
  background: #461b93;
  border: none;
 }
 .heading-font{
  font-family: 'Cinzel Decorative', cursive !important;

 }
 .price-wrapper{
    background-image: url(../images/price.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
 }
 .footer-slogan{
  background-image: url(../images/slogan.jpg);
  background-position: top;
  background-repeat: no-repeat;
  padding: 350px 0 250px 0;
  background-size: cover;

 }
 .text-shadow {
  text-shadow: 2px 2px #000;
  }
  .bg-transperant{
    background-color: #ffffffb3;
  }
  .rounded-training{
    border-radius: 60px 60px 60px 60px;

  }
  img.rounded-training{
    border-radius: 60px 60px 0px 0px;
  }
  img.rounded-training1{
    border-radius: 0px 0px  60px 60px;
  }
  .top-banner {
    background-image: url(../images/top-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 50%;
    padding: 150px 0 200px 0;
}
/* video background */
.banner-video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.banner-video-wrapper {
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-header{
  position: relative;
  color: white;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}
.h0{
  font-size: 40px;
}
h1{
  font-size: 42px;
}   
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.bg-purple {
  background-color: #6f42c1;
}
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #461b93;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #461b93;
        z-index: 100;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }