body {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fahkwang;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Grifter;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Grifter;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Grifter;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 24px;
}

a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.nav__icon {
  width: 6.5em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 4.9em;
  display: flex;
}

.hero__card-contain {
  z-index: 3;
  perspective: 2000em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.switch {
  width: 8em;
  height: 4em;
  background-color: #1c1c1c;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: .4em;
  display: flex;
}

.slider_slide {
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header {
  position: relative;
}

.top-bar {
  z-index: 999;
  background-color: #f90;
  background-image: linear-gradient(83deg, #7f2800, #c64007 0%, #f90);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.large-container {
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.contact-top-bar {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  padding-right: 90px;
  display: flex;
}

.number-contact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.divider {
  width: 1px;
  height: 20px;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 1050px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
}

.container.sticky._5 {
  height: 73vh;
}

.hero {
  height: 100vh;
  align-items: center;
  padding-top: 120px;
  display: flex;
  position: relative;
}

.headin-h5 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Helvetica Bold, sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.red {
  color: red;
}

.hero-heading {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-h1 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Merriweather Sans, sans-serif;
  font-size: 64px;
  line-height: 120%;
}

.heading-h1.text-white {
  color: #fff;
  text-align: center;
  margin-bottom: 29px;
  font-size: 89px;
}

.hero-content {
  z-index: 8;
  max-width: 770px;
}

.text {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 30px;
}

.contact-button {
  z-index: 250;
  background-image: linear-gradient(to right, red, #f90);
  border-radius: 32px;
  margin-top: 14px;
  padding: 12px 50px;
  font-weight: 700;
  line-height: 120%;
  transition: all .3s;
  position: relative;
}

.hero-button {
  padding-top: 30px;
}

.our-legacy {
  height: 700px;
  padding-top: 150px;
}

.our-legacy-heading {
  text-align: center;
  padding-bottom: 32px;
}

.legacy-devider {
  width: 100%;
  height: 4px;
  background-color: #f90;
}

.counter-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.counter-wrap {
  text-align: center;
}

.count {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, red, #f90);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 120px;
  line-height: 120%;
  display: inline;
}

.count.percent {
  background-image: linear-gradient(to right, red, #f90);
  padding-right: 10px;
  font-size: 100px;
}

.counter-designation {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, red, #f90);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.sub-heading {
  z-index: 99;
  color: #000;
  font-family: Merriweather Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.choose-sub-heading {
  padding-top: 0;
}

.choose-text {
  max-width: 380px;
  padding-top: 11px;
}

.master-trainer {
  padding-top: 64px;
  padding-bottom: 174px;
}

.master-trainer.circle-wrap {
  padding-top: 350px;
}

.master-trainer_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 260px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.master-trainer_content {
  background-image: url('../images/Frame.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 150px;
  padding-top: 105px;
  padding-left: 48px;
  padding-right: 116px;
}

.master-trainer_heading {
  text-align: center;
  padding-bottom: 76px;
}

.heading-h2 {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 60px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 50px;
  line-height: 120%;
}

.heading-h2.no-wrap {
  text-align: center;
  white-space: nowrap;
  padding-top: 10px;
}

.heading-h2.no-wrap.vandana-title {
  font-size: 40px;
}

.heading-h2.center.md-block {
  display: none;
}

.heading-h2.md-none {
  margin-top: -46px;
  font-size: 30px;
}

.block {
  display: block;
}

.block.linear-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(360deg, red, #f90);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 20px;
  font-size: 50px;
}

.progressbar-grid {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: -57px;
  padding-left: 68px;
  padding-right: 0;
  display: grid;
}

.progressbar {
  max-width: 100%;
  display: inline;
}

.circle {
  width: 100px;
  height: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 28px auto 100px;
  display: flex;
  position: relative;
}

.circle-count {
  font-family: Merriweather, serif;
  font-weight: 700;
}

.progress {
  max-width: 476px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.progress-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h6 {
  font-family: Merriweather, serif;
  font-size: 28px;
  font-weight: 400;
}

.heading-h6.bold {
  font-weight: 700;
}

.heading-h6.bold.text-griy {
  color: #575757;
}

.heading-h6.bold.text-griy.count1.percent {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.heading-h6._w-160 {
  width: 160px;
}

.heading-h6._w-160.text-griy {
  color: #575757;
}

.state-progressbar {
  width: 270px;
  height: 40px;
  background-image: linear-gradient(#f90, red);
}

.state-progressbar._w-250 {
  width: 250px;
  background-color: #595959;
  background-image: none;
}

.state-progressbar._w-230 {
  width: 260px;
  background-color: #9e007d;
  background-image: none;
}

.state-progressbar._270 {
  background-color: #a5b403;
  background-image: none;
}

.state-progressbar._270.bar-1 {
  background-color: #210776;
}

.div-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.pefect-scorecard {
  z-index: 1;
  padding-top: 45px;
}

.linear-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f90, red);
  -webkit-background-clip: text;
  background-clip: text;
}

.pefect-scorecard-heading {
  text-align: center;
  padding-bottom: 8px;
}

._w-733 {
  max-width: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.full-width-image {
  height: 100vh;
  background-image: none;
  background-size: auto;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: relative;
  overflow: hidden;
}

.full-height-scroll {
  height: 300vh;
}

.review {
  height: 100vh;
  background-color: #212427;
  background-image: url('../images/Group-39476.svg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  display: flex;
}

.heading-large {
  letter-spacing: 0;
  text-transform: none;
  font-family: Merriweather Sans, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 120%;
}

.heading-large.text-white {
  color: #fff;
}

.review-heading {
  text-align: center;
}

.stars {
  text-align: center;
  padding-top: 25px;
}

.review-scroll {
  color: #000;
  background-color: #212427;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.review-animation {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-bottom: 10px;
  display: flex;
}

.review-animation._1 {
  z-index: 99;
  position: relative;
}

.review-animation._1.z-97 {
  z-index: 97;
}

.review-animation._1.z-95 {
  z-index: 95;
}

.review-animation._2 {
  z-index: 98;
  margin-left: -200px;
  position: relative;
}

.review-animation._2.z-96 {
  z-index: 96;
}

.review-animation-frame {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: none;
  display: flex;
}

.review-animation-item {
  width: 100px;
  height: 100px;
  flex: none;
  transition: all .3s ease-in-out;
  position: relative;
}

.review-animation-frame-1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: none;
  display: flex;
  position: relative;
}

.our-courses {
  background-color: #2c2d2d;
  padding-top: 120px;
  padding-bottom: 120px;
}

.our-courses-heading {
  text-align: center;
  padding-bottom: 30px;
}

.card-grid {
  width: 100%;
  max-width: 780px;
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card {
  width: 100%;
  background-image: linear-gradient(120deg, #212427, #212427 57%, rgba(217, 217, 217, .1));
  border: 2px solid #f90;
  border-radius: 50px;
  margin-right: auto;
  padding: 56px 20px 20px;
}

.card:hover {
  box-shadow: 1px 4px 15px 2px #ff3200;
}

.heading-h3 {
  font-size: 32px;
  line-height: 120%;
}

.heading-h3.text-white {
  color: #fff;
  margin-top: -30px;
  font-family: Merriweather, serif;
}

.heading-h3.prc {
  color: #fff;
  -webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: #f90;
  font-family: Merriweather, serif;
  font-size: 38px;
  text-decoration: underline;
}

.session-button {
  z-index: 2;
  background-color: #000;
  border-radius: 16px;
  padding: 12px;
  font-family: Helvetica Bold, sans-serif;
  font-weight: 700;
  position: relative;
}

.text-block {
  -webkit-text-fill-color: transparent;
  background-color: red;
  background-image: linear-gradient(to right, red, #f90);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  background-image: url('../images/Group-12.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding-top: 20px;
  padding-right: 18px;
  display: flex;
  transform: translate(-20px);
}

.card-heading {
  text-align: center;
  padding-bottom: 10px;
}

.card-heading.pb-87 {
  padding-bottom: 38px;
}

.card-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-top: 23px;
  padding-bottom: 50px;
  display: flex;
}

.list {
  color: #fff;
  background-image: url('../images/Ellipse-28.svg');
  background-position: 3px 9px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.card-btn {
  width: 220px;
  height: 65px;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  display: flex;
  position: relative;
}

.card-button {
  justify-content: flex-end;
  display: flex;
}

.card-button.center {
  justify-content: center;
}

.image {
  max-width: 62px;
  position: absolute;
  top: 26px;
  right: 6px;
}

.our-awards {
  background-color: #212427;
  padding-top: 112px;
  padding-bottom: 121px;
  overflow: hidden;
}

.award-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: center;
  padding-top: 15px;
  display: flex;
  position: relative;
  top: 0;
}

.award-card-wrap.md-block {
  display: none;
}

.award-card {
  height: 400px;
  cursor: none;
  background-image: none;
  border-radius: 32px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  display: flex;
  transform: rotate(0);
}

.award-card.card-3 {
  height: 400px;
  transform: translate(0, -45px)rotate(4deg);
}

.award-card.card-4 {
  transform: translate(0)rotate(9deg);
}

.award-card.card-5 {
  transform: rotate(4deg);
}

.award-card.card-2 {
  height: 400px;
  transform: translate(0, -45px)rotate(-3deg);
}

.award-card.card-1 {
  z-index: 2;
  height: 400px;
  max-width: 100%;
  flex: none;
  position: relative;
  transform: translate(0)rotate(-9deg);
}

.award-card.card-8, .award-card.card-9, .award-card.card6, .award-card.card7 {
  transform: rotate(4deg);
}

.award-center {
  width: 100%;
  max-width: 335px;
  opacity: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-form {
  background-color: #212427;
  margin-top: 0;
  padding-top: 102px;
  padding-bottom: 165px;
}

.contact-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 60px;
  display: grid;
}

.text-block-3 {
  color: #fff;
  font-family: Helvetica Bold, sans-serif;
}

.contact-info {
  max-width: 450px;
}

.linear-sub-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, red, #f90);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Helvetica Bold, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  display: inline-block;
}

.get-in-touch-heading {
  padding-bottom: 20px;
}

.text-field {
  min-height: 53px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 2px;
  font-size: 20px;
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .6);
}

.text-field::placeholder {
  color: rgba(255, 255, 255, .6);
}

.image-2 {
  max-width: 500px;
  margin-top: -47px;
  padding-top: 0;
}

.text-area {
  min-height: 106px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 2px;
  font-size: 20px;
}

.text-area::-ms-input-placeholder {
  color: rgba(255, 255, 255, .6);
}

.text-area::placeholder {
  color: rgba(255, 255, 255, .6);
}

.submit-button {
  z-index: 2;
  width: 100%;
  min-height: 45px;
  color: #fff;
  background-image: linear-gradient(to right, red, orange);
  border: 1px solid #f90;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  line-height: 120%;
  transition: all .35s ease-in-out;
  display: flex;
  position: relative;
}

.submit-button:hover {
  background-color: #f90;
}

.or-wrap {
  max-width: 90%;
  margin: 24px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.or-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.text-block-4 {
  color: #fff;
  background-color: #212427;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta {
  background-image: linear-gradient(to right, #ff3e01, #f90);
  border-bottom: 1px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 100%;
}

.heading {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 36px;
  font-weight: 400;
}

.social-link {
  width: 260px;
  justify-content: space-between;
  display: flex;
}

.followus {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-left: 0%;
  display: flex;
}

.footer {
  background-color: #212427;
  margin-top: -6px;
  padding-top: 29px;
  padding-bottom: 80px;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link-heading {
  color: #fff;
  font-size: 18px;
}

.footer-link {
  padding-top: 13px;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.footer-image {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-info {
  max-width: 300px;
  margin-left: auto;
  margin-right: -100px;
}

.address {
  color: #fff;
  padding-top: 8px;
  font-size: 20px;
  line-height: 120%;
}

.footer-email {
  padding-top: 5px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.footer-number, .footer-map {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.copy-write {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #c7ca0a;
  padding-top: 45px;
  padding-bottom: 29px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.devider-horizantal {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.particle-network-animation {
  z-index: 50;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.count-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, red, #f90);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 80px;
  line-height: 120%;
  display: inline;
}

.count-text.small {
  font-size: 60px;
}

.repacetext {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, red, #f90);
  -webkit-background-clip: text;
  background-clip: text;
}

.iamge1 {
  width: 0%;
  height: 0%;
  max-width: none;
}

.iamge2, .iamge3 {
  width: 0;
  height: 0;
  max-width: none;
}

.nav-wrapper {
  z-index: 98;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.nav-inner {
  width: 100%;
  max-width: 1245px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.hamburger-wrap {
  cursor: pointer;
  transition: all .2s;
  position: relative;
}

.hamburger-wrap:hover {
  opacity: .8;
}

.text-block-5 {
  color: #f90;
  mix-blend-mode: difference;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 26px;
  position: relative;
}

.blue-line {
  width: 45px;
  height: 3px;
  background-color: #f90;
  margin-bottom: 20px;
}

.nav-column {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.nav-column.right {
  max-width: 530px;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: flex-start;
  margin-top: 100px;
}

.nav-link-social {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  border-left: 3px #000;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Helvetica Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-social:hover {
  opacity: 1;
  color: #fff;
  border-left-color: #3d66fc;
}

.nav-link-social.bottom {
  margin-bottom: 0;
  padding-top: 10px;
}

.nav-link-social.border-bottom {
  text-decoration: underline;
}

.mega-nav-wrap {
  z-index: 10000;
  width: 0%;
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-link {
  color: #fff;
  white-space: nowrap;
  border-left: 3px solid #000;
  margin-bottom: -15px;
  padding-left: 20px;
  font-size: 60px;
  line-height: 60px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #f90;
  border-left-color: #f90;
}

.nav-link.bottom {
  margin-bottom: 0;
}

.mega-nav-inner {
  width: 100%;
  max-width: 1100px;
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 8vh;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.content-text-1 {
  border: 2px solid #f90;
  border-radius: 30px;
  align-self: flex-start;
  padding: 25px 20px 25px 25px;
}

.content-text-1.aling-self-center {
  background-color: rgba(210, 210, 210, .4);
  border-color: #fff;
  display: inline-block;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.content-text-1.aling-self-center.contant-div-block {
  margin-top: 16px;
  left: 0%;
}

.content-text-2 {
  border: 2px solid #f90;
  border-radius: 25px;
  align-self: flex-start;
  padding: 25px;
}

.content-text-2.aling-self-center {
  background-color: rgba(210, 210, 210, .4);
  border-color: #fff;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.content-text-2.aling-self-center.contant-div-block {
  margin-top: 18px;
  left: 0%;
}

.content-text-3 {
  border: 2px solid #f90;
  border-radius: 25px;
  align-self: flex-start;
  padding: 25px;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .2);
}

.content-text-3.aling-self-center {
  background-color: rgba(210, 210, 210, .4);
  border-color: #fff;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.content-text-3.aling-self-center.contant-div-block {
  box-shadow: none;
  margin-top: 18px;
}

.iamge4, .iamge5 {
  width: 0;
  height: 0;
  max-width: none;
}

.social-media-container__social-media-link {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 1em;
  margin: 1.5em;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 35px rgba(0, 0, 0, .1);
}

.social-media-container__social-media-link:hover {
  background-color: #dd2a7b;
}

.social-media-link__social-media-image {
  width: 35px;
  height: 35px;
  margin: auto;
}

.social-media-link__social-media-image.social-media-image--hover {
  width: 35px;
  height: 35px;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.glare-container {
  z-index: 1;
  border-radius: 1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.glare-container__glare {
  width: 70%;
  height: 70%;
  opacity: 0;
  filter: blur(20px);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}

.social-media-container__social-media-link-2 {
  width: 9em;
  height: 9em;
  background-color: #fff;
  border-radius: 1em;
  margin: 1.5em;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 35px rgba(0, 0, 0, .1);
}

.social-media-container__social-media-link-2:hover {
  background-color: #dd2a7b;
}

.social-media-container__social-media-link-2.social-link--youtube {
  width: 60px;
  height: 60px;
}

.social-media-container__social-media-link-2.social-link--youtube:hover {
  background-color: #e60000;
}

.social-media-link__social-media-image-2 {
  width: 35px;
  height: 35px;
  margin: auto;
}

.social-media-link__social-media-image-2.social-media-image--hover {
  width: 35px;
  height: 35px;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.btn-wrap {
  text-align: right;
  padding: 1px 43px 1px 1px;
  position: relative;
}

.div-block-5 {
  z-index: 0;
  border-radius: 32px;
  padding: 2px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.login-2 {
  z-index: 2;
  color: #f90;
  background-color: #fff;
  background-image: url('../images/Mask-group-1.svg');
  background-position: 50% 230px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 32px;
  padding: 8px 26px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s ease-in-out;
  position: relative;
}

.login-2:hover {
  box-shadow: none;
  color: #fff;
  background-position: 50% 0;
  border-width: 2px;
}

.button-line-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), red);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.button-line-2.orange {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #f90);
}

.full-widh {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-line-slow {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), red);
  position: absolute;
  top: 0;
  left: 0;
}

.button-line-slow.orange {
  background-image: linear-gradient(to right, #1c1c1c, #f90);
  display: none;
}

.reult-image-1 {
  width: 100%;
  position: relative;
}

.movin-animation {
  width: 100%;
  text-align: center;
  margin: 60px auto 91px;
}

.our-awards-scroll {
  height: 80vh;
  position: relative;
}

.award-wrap {
  display: none;
}

.nav-logo {
  max-width: 400px;
}

.div-block-6 {
  max-height: 100%;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.text-block-6 {
  -webkit-text-stroke-width: .1px;
}

.text-block-9 {
  font-size: 24px;
  position: relative;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.custom-cursor {
  background-color: #fff;
  background-image: linear-gradient(red, #f90);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.text-block-10 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(red, #f90);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Helvetica Bold, sans-serif;
  font-size: 16px;
}

.image-7 {
  width: 20px;
  max-width: 20%;
}

.linear-curser {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 3px 3px;
  display: flex;
}

.div-block-7 {
  z-index: 1000;
  position: relative;
}

.menu-line-top, .menu-line-bottom {
  width: 100%;
  height: 1px;
  background-color: #f90;
}

.sticky-bar {
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.image-8 {
  max-width: 170px;
}

.large-heading {
  letter-spacing: 0;
  text-transform: none;
  font-family: Merriweather Sans, sans-serif;
  font-size: 64px;
  line-height: 120%;
}

.large-heading.inline {
  font-size: 90px;
  line-height: 110%;
  display: inline;
}

.bg-btn-linear {
  position: absolute;
  top: 0;
  left: 0;
}

.image-10 {
  width: 100%;
}

.sec_galary {
  padding-top: 220px;
  padding-bottom: 100px;
}

.tabs-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  padding-bottom: 53px;
  display: flex;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  transition: all .2s;
}

.tab-link:hover {
  text-decoration: underline;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

.tab-heading {
  text-align: center;
  padding-bottom: 57px;
}

.award-card-grid {
  width: 100%;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 70px;
  display: grid;
}

.award-item {
  width: 100%;
  transition: all .3s ease-in-out;
  transform: translate(0);
}

.award-item.move-bottom {
  z-index: 2;
  transform: translate(0, 70px);
}

.award-item.move-bottom._5 {
  transform: translate(0, 40px);
}

.award-item.move-bottom.pb-0 {
  transform: translate(0, 70px);
}

.award-item._110 {
  padding-top: 30px;
}

.award-item._110.pb-0 {
  padding-top: 0;
}

.award-item._110.pb-0:hover {
  transform: translate(0);
}

.award-image {
  width: 100%;
  transition: all .3s ease-in-out;
  transform: translate(0);
}

.award-card-wraper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  display: flex;
  position: relative;
  top: 0;
}

.pricing {
  padding-top: 200px;
  padding-bottom: 100px;
  box-shadow: 0 0 rgba(0, 0, 0, .2);
}

.pricing-heading {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 68px;
}

.repacetext {
  font-size: 44px;
}

.card-flex {
  width: 100%;
  max-width: 1000px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 69px;
  display: flex;
}

.pricing-card {
  width: 100%;
  max-width: 500px;
  background-color: #212427;
  background-image: none;
  border: 2px solid #f90;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 49px 40px 20px;
  transition: all .3s ease-in-out;
}

.pricing-card:hover {
  transform: translate(0, -10px);
  box-shadow: 0 0 8px 3px #ea7803;
}

.pricing-card.position-realtive {
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.pricing-card.position-realtive:hover {
  box-shadow: 0 0 10px 2px #e97702;
}

.pricing-price-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.pricing-price-wrap.mt-35 {
  margin-top: 35px;
}

.price {
  color: rgba(255, 153, 0, .9);
  text-align: right;
  font-family: Helvetica Bold, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 23px;
}

.link-block {
  width: 100%;
  height: 76px;
  max-width: 215px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-image: url('../images/Frame-16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 205px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.font-large {
  font-size: 32px;
}

.sub-list {
  color: #fff;
  background-image: url('../images/Ellipse-28.svg');
  background-position: 28px 9px;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-left: 50px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.hero-image {
  width: 100%;
  height: 100vh;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.our-expert {
  background-color: #212427;
  padding-top: 60px;
  padding-bottom: 60px;
}

.our-expert-flex {
  background-image: url('../images/Glassmorphism_1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  padding-bottom: 94px;
  display: flex;
}

.our-expert-heading {
  max-width: 710px;
}

.heading-x_large {
  letter-spacing: 0;
  text-transform: none;
  font-family: Merriweather Sans, sans-serif;
  font-size: 100px;
  line-height: 120%;
}

.our-expert-text {
  max-width: 745px;
  margin-left: auto;
}

.text-large {
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}

.baldev-singh {
  height: 80%;
  background-color: #212427;
  transition: background-color .25s;
}

.baldev-singh_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.baldev-singh_grid.wrap {
  margin-top: 43px;
}

._w-308 {
  width: 75%;
  height: 90%;
  padding-left: 29px;
}

._w-308.imgvandana {
  width: 100%;
  height: 100%;
}

.baldev-singh_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.designation {
  color: #fff;
  padding-top: 20px;
  font-size: 26px;
}

.designation.small {
  font-size: 23px;
}

.border-bottom {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, red, #f90);
  margin-top: 15px;
}

.meet-traners {
  padding-top: 83px;
  padding-bottom: 1px;
  line-height: 100%;
}

.meet-traner-button-wrap {
  width: 90%;
  max-width: 90%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr minmax(137px, 137px);
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.meet-link {
  width: 100%;
  color: #dbd6ee;
  text-align: center;
  background-color: #1c1c1c;
  border-radius: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 24px;
  transition: background-color .2s;
}

.meet-link.center {
  height: 95px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.meet-link-button {
  background-image: linear-gradient(to right, red, #f90);
  border-radius: 30px;
  padding: 1px;
}

.image-11 {
  max-width: 25px;
}

.bg-btn {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.review-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  transition: all .35s ease-in-out;
  position: relative;
}

.review-image:hover {
  transform: scale(1.1);
}

.footer-link-meta {
  color: #f5f2bb;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: #ffee2d;
  font-family: Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 300%;
}

.lottie-animation-2 {
  width: 150%;
  height: 150%;
  text-align: center;
}

.text-block-11 {
  color: #f90;
  margin-top: 12px;
}

.content-text-4 {
  border: 2px solid #f90;
  border-radius: 25px;
  align-self: flex-start;
  padding: 25px;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .2);
}

.content-text-4.aling-self-center {
  box-shadow: none;
}

.content-text-4.aling-self-center.contant-div-block {
  border-color: #fff;
  margin-top: 18px;
}

.content-text-5 {
  border-radius: 25px;
  align-self: flex-start;
  padding: 25px;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .2);
}

.content-text-5.aling-self-center.contant-div-block {
  margin-top: 20px;
}

.scored-image-block {
  padding: 30px 20px;
}

.score-col {
  width: 100%;
  max-width: 20%;
}

.score-col.middle {
  padding-top: 160px;
}

.marquee {
  height: 100vh;
  max-width: 25%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-horizontal {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.marquee-cover {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-btn {
  z-index: 100000;
  justify-content: flex-end;
  display: flex;
  position: relative;
  top: 60px;
  right: 25px;
}

.div-block-8 {
  padding: 20px;
}

.our-awards-carousel-2 {
  width: 100vw;
  height: 110%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -168px;
  margin-bottom: 3px;
  padding-top: 0;
  padding-bottom: 44px;
  display: flex;
}

.right {
  cursor: pointer;
}

.big-card {
  width: 35vmin;
  border-radius: 1vmin;
}

.big-card.card {
  border-style: solid;
  border-width: 0;
  border-radius: 36px;
  margin-right: 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.big-card.card._4 {
  transform: rotate(2deg);
}

.big-card.card._8 {
  transform: rotate(5deg)translate(10%, 3%);
}

.big-card.card._6 {
  transform: translate(-6%)rotate(-3deg);
}

.big-card.card._2 {
  transform: rotate(-1deg)translate(-10%);
}

.image-12 {
  width: 100%;
  height: 100%;
}

.card-groups {
  width: 30vmin;
}

.card-group {
  width: 30vmin;
  transition: transform .4s;
  position: absolute;
}

.html {
  z-index: -5;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.review-detail-block {
  z-index: 55555;
  width: 400px;
  height: 160px;
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 20px 50px 40px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.review-top {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.review-img-block {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 20px;
  margin-right: 15px;
  overflow: hidden;
}

.student-name {
  margin-bottom: 5px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.student-review {
  font-size: 12px;
  line-height: 14px;
}

.student-detail-block {
  z-index: 1;
  position: relative;
}

.cross-link {
  z-index: 105;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.link-block-2 {
  width: 32px;
  height: 32px;
}

.student-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-13 {
  width: 100%;
  display: inline-block;
}

.image-14 {
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  align-self: center;
  padding-bottom: 3px;
}

.image-15 {
  width: 100%;
  height: 100vh;
}

.link-block-3 {
  width: 100%;
}

.div-block-9 {
  margin-left: -20%;
  margin-right: -20%;
}

.best-seller {
  width: 224px;
  height: 60px;
  background-image: linear-gradient(105deg, #ff3e01, rgba(255, 153, 0, .4));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: -15%;
  transform: rotate(53deg);
  box-shadow: 0 2px 4px rgba(255, 153, 0, .7);
}

.best-seller.move {
  top: 5%;
  right: -15%;
}

.best-seller.box-move {
  top: 6%;
  right: -14%;
}

.best-seller-heading {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Helvetica, sans-serif;
  font-size: .9375em;
  font-weight: 400;
  line-height: 1.12;
}

.contant-div-block {
  width: 220px;
  height: 150px;
  background-image: linear-gradient(145deg, rgba(255, 61, 0, .9), rgba(28, 28, 28, .1) 100%, rgba(255, 95, 0, .17));
  border-radius: 30px;
}

.content-text-box {
  width: 400px;
  background-color: rgba(210, 210, 210, .4);
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 25px 20px;
  position: relative;
  top: 20%;
  left: 10%;
}

.choose-us {
  height: 1000vh;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.frame {
  display: flex;
}

.choose-heading {
  max-width: 600px;
}

.why-heading {
  z-index: 2;
  width: 100%;
  max-width: 1050px;
  min-height: 40vh;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 24%;
}

.div-block-10 {
  height: 100vh;
  overflow: hidden;
}

.border-box {
  z-index: 2;
  width: 300px;
  height: 300px;
  max-width: 300px;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.item {
  width: 100vw;
  height: 100vh;
  flex: none;
  padding: 40px;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.track {
  height: 400vw;
  display: none;
}

.animation {
  height: 1020vh;
  position: absolute;
  top: 0;
  right: 0;
}

.animation-scroll-2 {
  height: 100%;
  max-width: none;
  position: relative;
  right: -30%;
}

.rotation {
  width: 700px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
}

.content {
  width: 100%;
  height: 200vh;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  position: relative;
}

.content._1 {
  position: relative;
}

.content._3 {
  height: 200vh;
}

.orange-gradiant {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, red, #f90);
  -webkit-background-clip: text;
  background-clip: text;
}

.canvas {
  width: 120px;
  height: 120px;
  display: none;
}

.link-award {
  width: 100%;
  height: 100%;
}

.marquee-varticle {
  width: 100%;
  max-width: 90%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.result-image {
  border-radius: 12px;
  margin-top: 2%;
  margin-bottom: 2%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.bold-text {
  color: #000;
}

.more-btn {
  justify-content: center;
  display: flex;
  transform: translate(0, -100px);
}

.more-btn.margin-top {
  margin-top: 30px;
}

.loader-animation {
  z-index: 9999999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-video {
  width: 600px;
  height: 300px;
}

.text-block-14 {
  font-style: normal;
}

.button-3-bg {
  z-index: 11;
  width: 146px;
  height: 45px;
  background-color: #fff;
  border: 1px solid red;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-3-bg:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.button-3-bg.gradient {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, red, #f90);
  border-color: #f90;
}

.button-3-bg.gradient._w-full {
  width: 100%;
  background-image: linear-gradient(to right, red, #f90);
}

.button-3-bg.on-header {
  height: 28px;
}

.button-white {
  z-index: 5;
  width: 150px;
  height: 40px;
  cursor: pointer;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  font-family: Helvetica Bold, sans-serif;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.button-white:hover {
  box-shadow: none;
}

.button-white:active {
  box-shadow: 0 8px 30px rgba(0, 106, 255, .2);
}

.button-white.header {
  height: 32px;
}

.button-white.none {
  display: none;
}

.button-3_color {
  z-index: 1;
  width: 50px;
  height: 50px;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, rgba(255, 15, 51, .84), rgba(255, 102, 0, .86));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-3_color._2 {
  background-image: linear-gradient(251deg, red, #f90);
  top: -15%;
  left: auto;
  right: 54%;
}

.button-3_color._2.white {
  background-image: linear-gradient(251deg, #fff, rgba(231, 230, 228, .85));
}

.button-3_color._4 {
  background-image: linear-gradient(112deg, red, #f90);
  top: 53%;
  left: auto;
  right: 5%;
}

.button-3_color._4.white {
  background-image: linear-gradient(112deg, #fff, rgba(231, 230, 228, .85));
}

.button-3_color._3 {
  background-image: linear-gradient(251deg, red, #f90);
  top: 52%;
  left: auto;
  right: -27%;
}

.button-3_color._3.white {
  background-image: linear-gradient(251deg, #fff, rgba(231, 230, 228, .85));
}

.button-3_color._1 {
  background-image: linear-gradient(112deg, red, #f90);
  top: -24%;
  left: -11%;
}

.button-3_color._1.white {
  background-image: linear-gradient(112deg, #fff, rgba(231, 230, 228, .85));
}

.label {
  z-index: 5;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, red, #f90);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .875em;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}

.label.white {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.button-3_color-wrap {
  z-index: 10;
  width: 100%;
  height: 100%;
  filter: none;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button-3_color-wrap.blur {
  z-index: 10;
  filter: blur(5px);
  display: block;
  overflow: hidden;
}

.button-geadient {
  width: 150px;
  height: 45px;
  cursor: pointer;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  font-family: Helvetica Bold, sans-serif;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  transform: none;
}

.button-geadient:hover {
  box-shadow: none;
}

.button-geadient:active {
  box-shadow: 0 8px 30px rgba(0, 106, 255, .2);
}

.button-geadient._w-full {
  width: 100%;
}

.div-block-11 {
  z-index: 1000;
  position: relative;
}

.menu-line-top-2 {
  width: 100%;
  height: 1px;
  background-color: #f90;
}

.text-block-15 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 26px;
  position: relative;
}

.menu-line-bottom-2 {
  width: 100%;
  height: 1px;
  background-color: #f90;
}

.scroll-down-button {
  color: #f90;
  padding-left: 15px;
  font-size: 1.2em;
  line-height: 180%;
  transition: all .3s;
  position: absolute;
  top: auto;
  bottom: 10%;
  right: 3%;
  overflow: hidden;
}

.scroll-down-line {
  width: 3px;
  height: 100%;
  background-color: rgba(255, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.scroll-down-line-fill {
  width: 3px;
  height: 15px;
  background-color: red;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

@media screen and (min-width: 1280px) {
  .footer {
    margin-top: -3px;
  }

  .text-block-6.line-hight {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .heading-h1.text-white.big {
    font-size: 120px;
  }

  .master-trainer_content {
    padding-right: 107px;
  }

  .award-card {
    height: 550px;
  }

  .award-card.card-3, .award-card.card-4, .award-card.card-5, .award-card.card-2, .award-card.card-1, .award-card.card6 {
    height: 450px;
  }

  .copy-write {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tabs-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .button-white {
    transform: scale(1.15);
  }

  .label {
    z-index: 5;
  }

  .button-geadient {
    transform: scale(1.15);
  }

  .button-geadient._w-full {
    transform: none;
  }
}

@media screen and (min-width: 1920px) {
  .top-bar {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .heading-h2 {
    margin-bottom: 80px;
  }

  .progressbar-grid.padding-left.marging-right {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .full-height-scroll {
    height: 320vh;
  }

  .review {
    justify-content: center;
  }

  .card-button {
    padding-right: 30px;
  }

  .card-button.center {
    padding-right: 0;
  }

  .nav-inner {
    padding-top: 22px;
  }

  .full-widh {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-menu {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .pricing-price-wrap {
    padding-right: 20px;
  }

  .more-btn {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .button-white, .button-geadient {
    transform: scale(1.4);
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.7vw;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.sticky {
    top: 50%;
  }

  .container.sticky._5 {
    height: auto;
  }

  .hero {
    height: 70vh;
    padding-top: 0;
  }

  .heading-h1 {
    font-size: 40px;
  }

  .heading-h1.text-white {
    font-size: 60px;
  }

  .text {
    font-size: 20px;
    line-height: 26px;
  }

  .counter-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .count.percent {
    font-size: 100px;
  }

  .counter-designation {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 20px;
  }

  .choose-sub-heading {
    text-align: left;
  }

  .choose-text {
    max-width: 392px;
    text-align: left;
  }

  .master-trainer.circle-wrap {
    padding-top: 200px;
  }

  .master-trainer_grid {
    background-image: url('../images/Frame.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 120px;
    grid-template-columns: 1fr;
  }

  .master-trainer_content {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 20px;
    padding-right: 0;
  }

  .master-trainer_content.padding-left {
    padding-left: 0;
  }

  .heading-h2 {
    margin-bottom: 50px;
  }

  .heading-h2.center {
    text-align: center;
    padding-bottom: 40px;
  }

  .heading-h2.center.md-block {
    display: block;
  }

  .heading-h2.md-none {
    display: none;
  }

  .progressbar-grid.padding-left {
    padding-left: 0;
  }

  .progressbar-grid.padding-left.marging-right {
    margin-right: 0;
  }

  .full-height-scroll {
    height: 100%;
  }

  .review {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .heading-large.text-white {
    font-size: 60px;
    line-height: 110%;
  }

  .review-animation-frame-1 {
    align-items: center;
  }

  .card-heading.pb-87 {
    padding-bottom: 30px;
  }

  .card-list {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .list {
    font-size: 20px;
  }

  .award-card-wrap {
    display: none;
  }

  .award-card-wrap.md-block {
    width: 100%;
    padding-top: 0;
    display: block;
    top: 20px;
  }

  .award-card.card-3, .award-card.card-4, .award-card.card-5, .award-card.card-2, .award-card.card-1, .award-card.card-8, .award-card.card6, .award-card.card7 {
    transform: none;
  }

  .award-center {
    padding-top: 40px;
  }

  .contact-form {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    padding-top: 40px;
    display: flex;
  }

  .contact-info {
    width: 100%;
  }

  .linear-sub-heading {
    text-align: center;
    margin-bottom: 20px;
  }

  .get-in-touch-heading {
    text-align: center;
  }

  .footer {
    padding-top: 25px;
    padding-bottom: 55px;
  }

  .footer-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .footer-image {
    justify-content: flex-start;
  }

  .footer-info {
    margin-left: 0;
    margin-right: 0;
  }

  .count-text {
    font-size: 100px;
  }

  .nav-inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-column.right {
    padding-right: 20px;
  }

  .nav-link-social {
    font-size: 18px;
  }

  .nav-link {
    font-size: 40px;
    line-height: 40px;
  }

  .mega-nav-inner {
    margin-top: 10vh;
    margin-left: 0;
    margin-right: 0;
  }

  .content-text-1 {
    text-align: center;
    padding-top: 40px;
  }

  .content-text-1.aling-self-center {
    align-self: flex-start;
    overflow: hidden;
  }

  .content-text-1.aling-self-center.contant-div-block {
    overflow: visible;
  }

  .content-text-2 {
    padding-top: 40px;
  }

  .content-text-2.aling-self-center {
    align-self: flex-start;
  }

  .content-text-3 {
    padding-top: 40px;
  }

  .content-text-3.aling-self-center {
    align-self: flex-start;
  }

  .nav-logo {
    max-width: 250px;
  }

  .text-block-6.line-hight {
    line-height: 27px;
  }

  .award-card-item {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .award-card-item._1 {
    text-align: center;
  }

  .award-card-item._2, .award-card-item._3, .award-card-item._4, .award-card-item._5 {
    position: absolute;
    top: 0;
    right: -100%;
  }

  .sticky-bar {
    transform: translate(0);
  }

  .large-heading.inline {
    font-size: 40px;
  }

  .sec_galary {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .award-card-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing {
    padding-top: 100px;
  }

  .link-block {
    font-size: 21px;
    line-height: 104%;
  }

  .about-hero {
    padding-top: 0;
  }

  .hero-image {
    height: auto;
  }

  .our-expert-flex {
    padding-bottom: 60px;
  }

  .our-expert-heading {
    padding-top: 40px;
  }

  .heading-x_large {
    font-size: 40px;
  }

  .our-expert-text {
    max-width: 472px;
  }

  .text-large {
    font-size: 20px;
    line-height: 26px;
  }

  .meet-traners {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .content-text-4 {
    padding-top: 40px;
  }

  .content-text-4.aling-self-center {
    align-self: flex-start;
  }

  .content-text-5 {
    padding: 20px 20px 10px;
  }

  .content-text-5.aling-self-center {
    align-self: flex-start;
  }

  .marquee.is-1, .marquee.is-2, .marquee.is-3 {
    max-width: 33.33%;
  }

  .marquee.is-4 {
    display: none;
  }

  .close-btn {
    top: 40px;
    right: 0%;
  }

  .link-block-2 {
    width: 24px;
    height: 24px;
  }

  .image-15 {
    height: auto;
  }

  .div-block-9 {
    margin-left: 0%;
  }

  .best-seller {
    top: 6%;
    right: -21%;
  }

  .best-seller.move {
    right: -24%;
  }

  .cotant-div-block {
    margin-top: 100px;
  }

  .frame {
    flex-direction: column;
  }

  .choose-heading {
    padding-left: 20px;
  }

  .why-heading {
    top: 47%;
  }

  .div-block-10 {
    width: 95%;
    height: auto;
    justify-content: center;
    margin-top: 10px;
    display: block;
    position: relative;
    top: -150px;
    transform: rotate(-90deg);
  }

  .border-box {
    width: 180px;
    height: 180px;
    max-width: 180px;
    margin-top: 20px;
    top: 0%;
    left: auto;
    right: auto;
    transform: none;
  }

  .item {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    width: auto;
    overflow: visible;
  }

  .track {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .animation {
    z-index: 2;
    height: 968vh;
    transform: translate(0);
  }

  .animation-scroll-2 {
    height: 80%;
  }

  .animation-scroll-2._1 {
    width: 100%;
    height: auto;
    position: relative;
  }

  .rotation {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .content._5 {
    height: 127vh;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  h2 {
    font-size: 2.4em;
  }

  .nav__icon {
    margin-left: 0;
  }

  .hero {
    height: 80vh;
    align-items: center;
    padding-top: 60px;
  }

  .heading-h1 {
    line-height: 140%;
  }

  .heading-h1.text-white {
    font-size: 40px;
  }

  .text.small {
    font-size: 14px;
  }

  .our-legacy {
    height: auto;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .legacy-devider {
    height: 2px;
  }

  .count.percent {
    font-size: 80px;
  }

  .counter-designation {
    font-size: 17px;
  }

  .choose-text {
    max-width: none;
  }

  .master-trainer.circle-wrap {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .master-trainer_content {
    background-size: 120px;
    padding-top: 140px;
    padding-right: 0;
  }

  .heading-h2 {
    margin-bottom: 20px;
  }

  .heading-h2.no-wrap {
    font-size: 26px;
  }

  .heading-h2.center.md-block {
    font-size: 28px;
  }

  .block.linear-color {
    font-size: 30px;
  }

  .circle {
    width: 80px;
    height: 80px;
  }

  .pefect-scorecard-heading {
    margin-bottom: 40px;
  }

  ._w-733 {
    max-width: 80%;
  }

  .review {
    height: 50vh;
    background-size: contain;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-large.text-white {
    font-size: 60px;
  }

  .review-animation._2, .review-animation-frame {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .review-animation-item {
    width: 100px;
  }

  .review-animation-frame-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .our-courses {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .card {
    max-width: 450px;
    margin-left: auto;
  }

  .heading-h3.text-white, .heading-h3.prc {
    margin-top: 0;
  }

  .our-awards {
    padding-top: 40px;
  }

  .contact-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-link {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .followus {
    width: 100%;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-left: 0%;
    display: flex;
  }

  .particle-network-animation {
    z-index: -1;
  }

  .count-text {
    font-size: 60px;
  }

  .count-text.small {
    font-size: 40px;
  }

  .nav-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 30px;
  }

  .nav-column.right {
    align-items: flex-start;
    margin-top: 20px;
  }

  .nav-link-social.border-bottom {
    height: 1px;
  }

  .mega-nav-wrap {
    overflow: scroll;
  }

  .nav-link {
    border-left-style: none;
    padding-left: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .mega-nav-inner {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .content-text-1.aling-self-center.contant-div-block, .content-text-2.aling-self-center.contant-div-block, .content-text-3.aling-self-center.contant-div-block {
    padding: 20px 10px;
    position: static;
  }

  .movin-animation {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .our-awards-scroll {
    height: 75vh;
  }

  .nav-logo {
    display: none;
  }

  .div-block-6 {
    flex-direction: column-reverse;
  }

  .text-block-6.line-hight {
    text-align: left;
  }

  .large-heading, .large-heading.inline {
    font-size: 50px;
  }

  .sec_galary {
    padding-top: 80px;
  }

  .award-card-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }

  .award-item {
    height: 100%;
    padding-bottom: 20px;
  }

  .award-item.move-bottom {
    transform: none;
  }

  .award-item.move-bottom.pb-0, .award-item._110.pb-0 {
    padding-bottom: 0;
  }

  .award-item._5 {
    padding-bottom: 0;
    transform: none;
  }

  .award-image {
    height: 100%;
  }

  .pricing {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .card-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .pricing-card {
    max-width: 450px;
    margin-left: auto;
  }

  .pricing-price-wrap.mt-35 {
    margin-top: 0;
  }

  .our-expert-flex {
    padding-bottom: 50px;
  }

  .our-expert-heading {
    text-align: center;
  }

  .our-expert-text {
    max-width: 100%;
    text-align: center;
    padding-top: 10px;
  }

  .baldev-singh_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .baldev-singh_grid.wrap {
    flex-direction: column-reverse;
    padding-top: 60px;
    display: flex;
  }

  .baldev-singh_image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .meet-traner-button-wrap {
    width: 100%;
    max-width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr .4fr;
  }

  .meet-link {
    height: 86px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .meet-link.center {
    height: 86px;
  }

  .content-text-4.aling-self-center.contant-div-block {
    padding: 20px 10px;
  }

  .content-text-5.aling-self-center.contant-div-block {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .marquee {
    height: 70vw;
  }

  .flex-horizontal {
    height: 80vh;
  }

  .marquee-cover {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(#fff, rgba(255, 255, 255, 0) 30%);
  }

  .close-btn {
    justify-content: flex-end;
  }

  .our-awards-carousel-2 {
    height: 50%;
    margin-top: 0;
  }

  .big-card.card {
    overflow: visible;
  }

  .link-block-2 {
    width: 20px;
    height: 20px;
  }

  .cotant-div-block {
    margin-top: 0;
  }

  .content-text-box {
    text-align: center;
  }

  .choose-us {
    height: auto;
    padding-bottom: 60px;
  }

  .frame {
    flex-direction: row;
    align-items: center;
  }

  .why-heading {
    min-height: auto;
    display: none;
    position: static;
    top: 15%;
  }

  .why-heading.second {
    display: block;
    position: absolute;
  }

  .div-block-10 {
    top: 250px;
    transform: none;
  }

  .border-box {
    width: 140px;
    height: 140px;
    display: none;
  }

  .item {
    height: auto;
    padding: 20px 0;
  }

  .camera {
    display: flex;
    top: 10px;
    overflow: hidden;
  }

  .track {
    height: 1500vw;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .animation {
    display: none;
  }

  .animation-scroll-2._1 {
    width: 150%;
    right: 0%;
  }

  .content {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: 20px;
    display: none;
  }

  .content._3 {
    height: auto;
  }

  .content._2 {
    margin-right: 0;
  }

  .content._5 {
    height: auto;
  }

  .canvas {
    width: 75px;
    height: 75px;
  }

  .more-btn {
    transform: translate(0, 20px);
  }

  .play-video {
    width: 400px;
    height: 250px;
  }

  .scroll-down-button {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 3.7em;
  }

  p {
    font-size: 1.7em;
  }

  .contact-top-bar {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-direction: row;
    padding-right: 0;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero {
    height: 65vh;
    align-items: center;
    padding-top: 100px;
  }

  .headin-h5 {
    font-size: 28px;
  }

  .hero-heading {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-h1, .heading-h1.text-white {
    font-size: 30px;
  }

  .text {
    font-size: 15px;
    line-height: 22px;
  }

  .our-legacy {
    padding-bottom: 0;
  }

  .our-legacy-heading {
    padding-bottom: 20px;
  }

  .counter-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .count.percent {
    font-size: 40px;
  }

  .counter-designation {
    font-size: 13px;
  }

  .choose-text {
    max-width: 245px;
  }

  .master-trainer.circle-wrap {
    padding-top: 40px;
    overflow: hidden;
  }

  .master-trainer_grid {
    background-size: 79px;
  }

  .master-trainer_content.padding-left {
    padding-top: 40px;
  }

  .master-trainer_heading {
    padding-bottom: 0;
  }

  .heading-h2 {
    margin-top: 24px;
    margin-bottom: 2px;
    font-size: 28px;
  }

  .heading-h2.no-wrap {
    font-size: 24px;
  }

  .heading-h2.center.md-block {
    padding-bottom: 0;
    font-size: 22px;
  }

  .progressbar-grid {
    grid-template-columns: 1fr 1fr;
  }

  .progressbar-grid.padding-left.marging-right {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    justify-content: space-between;
    display: flex;
  }

  .progressbar {
    width: 80px;
  }

  .circle {
    width: 50px;
    height: 50px;
    margin: 10px 0;
  }

  .circle-count {
    width: 100%;
  }

  .progress {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .heading-h6.bold.text-griy.count1.percent {
    background-color: #fff;
    font-size: 24px;
  }

  .heading-h6._w-160.text-griy {
    width: 100px;
    background-color: #fff;
    font-size: 20px;
  }

  .state-progressbar {
    z-index: -1;
    height: 30px;
    margin-left: -80px;
    position: relative;
  }

  .div-block {
    align-items: center;
  }

  .pefect-scorecard {
    padding-top: 40px;
  }

  .review {
    height: 30vh;
    background-position: 100%;
    background-size: contain;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-large.text-white {
    font-size: 34px;
  }

  .stars {
    padding-top: 10px;
  }

  .review-scroll {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .review-animation._1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 20px;
  }

  .review-animation._2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-end;
    padding-bottom: 20px;
    transform: translate(135px);
  }

  .review-animation._2.z-96 {
    margin-right: -205px;
    padding-left: 0;
    padding-right: 0;
  }

  .review-animation-frame {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .review-animation-item {
    width: 60px;
    height: 60px;
  }

  .review-animation-frame-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-courses {
    padding-bottom: 40px;
  }

  .card {
    max-width: 85%;
    padding-top: 40px;
  }

  .heading-h3.text-white {
    font-size: 20px;
  }

  .heading-h3.prc {
    font-size: 30px;
  }

  .card-heading.pb-87 {
    padding-bottom: 20px;
  }

  .list {
    background-position: 0%;
    font-size: 14px;
  }

  .card-btn {
    width: 160px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 18px;
  }

  .card-button {
    justify-content: center;
  }

  .image {
    max-width: 25px;
    top: 15px;
    right: 10px;
  }

  .award-card.card-3, .award-card.card-4, .award-card.card-5, .award-card.card-2, .award-card.card-1, .award-card.card-8, .award-card.card-9 {
    height: 350px;
  }

  .contact-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-grid {
    grid-template-rows: 304px;
    grid-template-columns: 1.5fr;
    grid-auto-rows: 276px;
  }

  .image-2 {
    width: 100%;
  }

  .text-area {
    min-height: 95px;
  }

  .cta {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    width: 100%;
    justify-content: center;
    font-size: 24px;
    display: flex;
  }

  .social-link {
    width: 100%;
    text-align: right;
    justify-content: center;
    display: flex;
  }

  .followus {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: fill;
    flex-direction: row;
    align-self: center;
    margin-left: 0%;
    padding-bottom: 0;
    font-size: 6px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-link {
    padding-top: 5px;
  }

  .footer-image {
    max-width: 120px;
  }

  .address {
    padding-top: 0;
    font-size: 17px;
  }

  .footer-number {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
  }

  .copy-write {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .count-text {
    font-size: 30px;
  }

  .count-text.small {
    font-size: 25px;
  }

  .nav-inner {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .nav-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-link-social {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .nav-link-social.border-bottom {
    height: auto;
    background-image: none;
    justify-content: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
  }

  .nav-link {
    font-size: 42px;
    line-height: 180%;
  }

  .content-text-1.aling-self-center.contant-div-block {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .content-text-2.aling-self-center.contant-div-block, .content-text-3.aling-self-center.contant-div-block {
    margin-top: 0;
    padding: 20px 0;
    position: static;
  }

  .social-media-container__social-media-link, .social-media-container__social-media-link-2.social-link--youtube {
    width: 45px;
    height: 45px;
  }

  .login-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-awards-scroll {
    height: 50vh;
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 160%;
  }

  .text-block-7, .text-block-8 {
    font-size: 17px;
  }

  .text-block-9 {
    padding-right: 30px;
  }

  .image-6 {
    max-width: 150px;
  }

  .image-8 {
    max-width: 120px;
  }

  .image-10 {
    max-width: 250px;
  }

  .sec_galary {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .tab-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
  }

  .tab-heading {
    padding-bottom: 30px;
  }

  .award-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .award-item {
    padding-bottom: 10px;
  }

  .award-item.move-bottom.pb-0, .award-item._110.pb-0 {
    padding-bottom: 0;
  }

  .pricing {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .pricing-heading {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .pricing-card {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-price-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
  }

  .sub-list {
    font-size: 18px;
  }

  .hero-image {
    height: auto;
  }

  .our-expert-flex {
    background-position: 30%;
  }

  .heading-x_large {
    font-size: 30px;
  }

  .text-large {
    font-size: 15px;
    line-height: 22px;
  }

  .baldev-singh_grid.wrap {
    margin-top: 40px;
    padding-top: 40px;
  }

  ._w-308 {
    width: 100%;
    padding-left: 0;
  }

  .heading-3 {
    text-align: center;
    font-size: 33px;
  }

  .designation {
    text-align: center;
    font-size: 20px;
  }

  .designation.small {
    text-align: center;
    font-size: 20px;
    line-height: 120%;
  }

  .border-bottom {
    width: 70%;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding-left: 58px;
    display: flex;
  }

  .meet-traners {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .meet-traner-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .meet-link {
    height: 70px;
    border-radius: 20px;
    font-size: 20px;
  }

  .meet-link.center {
    width: 100%;
    height: 70px;
    border-radius: 20px;
  }

  .meet-link-button {
    border-radius: 20px;
  }

  .image-11 {
    max-width: 18px;
  }

  .content-text-4.aling-self-center.contant-div-block {
    margin-top: 0;
    padding: 20px 0;
  }

  .content-text-5.aling-self-center.contant-div-block {
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-horizontal {
    height: 45vh;
  }

  .marquee-cover {
    width: 100%;
  }

  .close-btn {
    top: 60px;
  }

  .our-awards-carousel-2 {
    height: auto;
    padding-bottom: 80px;
    top: 5%;
  }

  .big-card.card {
    width: 40vmin;
  }

  .big-card.card._2 {
    max-width: 470px;
  }

  .card-groups {
    height: 100%;
  }

  .card-group {
    width: 50vmin;
  }

  .image-13 {
    width: 100vw;
    max-width: 90vw;
    text-align: center;
  }

  .image-15 {
    height: auto;
    object-fit: cover;
    padding-right: 0;
  }

  .best-seller {
    width: 190px;
    height: 29px;
    right: -24%;
  }

  .best-seller.box-move {
    right: -23%;
  }

  .contant-div-block {
    width: 150px;
    height: 150px;
  }

  .content-text-box {
    width: 270px;
    padding: 20px 15px;
  }

  .choose-us {
    padding-top: 0;
    padding-bottom: 0;
  }

  .frame {
    flex-direction: row;
    align-items: center;
  }

  .why-heading {
    max-width: 320px;
    min-height: auto;
    margin-left: 0;
  }

  .div-block-10 {
    height: 100vh;
    top: 200px;
  }

  .border-box {
    width: 100px;
    height: 100px;
  }

  .item {
    padding: 0;
  }

  .camera {
    top: 60px;
  }

  .track {
    height: 600vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .animation-scroll-2._1 {
    top: 40%;
    transform: translate(0, -50%);
  }

  .content {
    align-items: flex-start;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .tab-contant {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .text-block-13 {
    text-align: center;
  }

  .more-btn.margin-top {
    margin-top: 10px;
  }

  .play-video {
    width: 250px;
    height: 150px;
  }

  .text-block-15 {
    font-size: 15px;
  }
}

#w-node-_97c7f62b-26db-35ce-b731-0d404e85f09c-125e94c5, #w-node-_4e71cf44-15fa-8759-3fc2-ecba63836fe9-125e94c5, #w-node-_90ff7829-caf6-8507-bc88-337665518723-125e94c5, #w-node-_2b106fc4-b7da-53fc-3288-315d8917632c-125e94c5, #w-node-_11281792-5cc4-887a-9864-727a8b26203c-125e94c5, #w-node-_4ed0d550-0cc1-80b5-1c8c-5f1bb5250751-125e94c5, #w-node-_0224b8a6-b7ce-51a2-a7b6-39b186fbac75-125e94c5, #w-node-a123e7a8-abc8-4f90-79e3-8f9867c19021-125e94c5, #w-node-d7bda925-8d84-e909-ad07-4b0860ac4614-125e94c5, #w-node-_59c36e2a-7eb6-2d8d-91a3-d9243f5f8233-125e94c5, #w-node-_67eda57b-af6e-f1a3-5799-92dcba03d054-125e94c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d61d052-d057-826e-1fdc-9faee9234418-125e94c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_13d9c577-1d41-2b35-eecb-463fae4395a6-125e94c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a539e0ae-e8f1-64f7-d200-ea3ffddd3523-fddd3520, #w-node-a539e0ae-e8f1-64f7-d200-ea3ffddd3531-fddd3520, #w-node-_9e4c14ad-906d-24c8-8e7b-d9471aea15fd-125e94c8, #w-node-_1b1eb1ae-e4c7-52ef-78ea-9998d548e700-125e94c8, #w-node-_6998492b-2a37-37fd-b909-563937bc45e6-125e94c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6998492b-2a37-37fd-b909-563937bc45e4-125e94c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dca93373-af99-0a70-e69c-79cd97ec5fc3-125e94c8, #w-node-_3181a770-b245-598f-bf71-3d611964aa02-125e94c8, #w-node-_3181a770-b245-598f-bf71-3d611964aa03-125e94c8, #w-node-_037dde68-bf33-b990-e9e2-80e50ff916a4-125e94cb, #w-node-_1512329b-74fa-9f2a-4612-88622bae7ffc-125e94cb, #w-node-_5afee643-b5ac-7f69-6d15-43803513ed0e-125e94cb, #w-node-aec975b4-b1dd-da28-e4c6-e4505d103132-125e94cb, #w-node-_7948db7a-3e54-fa60-f62b-cb6d61ef0aed-125e94cb, #w-node-ddea92a2-4bba-ce09-0cbf-430b648cebdc-125e94cb, #w-node-_04c3b2af-8798-b9c5-e883-7e2c15586eb9-125e94cb, #w-node-_639584a9-944a-f902-74e1-f16fce13d26c-125e94cb, #w-node-_8ae7be94-f4a3-167d-00e1-ad6420284173-125e94cb, #w-node-e0b23cab-f3ee-e8ad-2c4c-904d8e8473d6-125e94cb, #w-node-d8c4903d-21f3-8db0-d2d1-c673c1602874-125e94cb, #w-node-_064fbfba-c5b3-68b3-8122-600709b8f23b-125e94cb, #w-node-_064fbfba-c5b3-68b3-8122-600709b8f23d-125e94cb, #w-node-_064fbfba-c5b3-68b3-8122-600709b8f23f-125e94cb, #w-node-_064fbfba-c5b3-68b3-8122-600709b8f241-125e94cb, #w-node-_064fbfba-c5b3-68b3-8122-600709b8f243-125e94cb, #w-node-_064fbfba-c5b3-68b3-8122-600709b8f245-125e94cb, #w-node-_064fbfba-c5b3-68b3-8122-600709b8f247-125e94cb, #w-node-_064fbfba-c5b3-68b3-8122-600709b8f249-125e94cb, #w-node-_064fbfba-c5b3-68b3-8122-600709b8f24b-125e94cb, #w-node-c297da89-8a8f-30f7-71a2-35ed42c3918d-125e94cb, #w-node-d4d918c0-f9f1-5901-d8a5-535a8abeabf2-125e94cb, #w-node-_42151c76-f42c-b2d1-476a-be3a0b1a9aad-125e94cb, #w-node-de29fe56-0a9c-a3a4-3486-f07ef0cdb65a-125e94cb, #w-node-de29fe56-0a9c-a3a4-3486-f07ef0cdb65c-125e94cb, #w-node-de29fe56-0a9c-a3a4-3486-f07ef0cdb65e-125e94cb, #w-node-de29fe56-0a9c-a3a4-3486-f07ef0cdb660-125e94cb, #w-node-de29fe56-0a9c-a3a4-3486-f07ef0cdb662-125e94cb, #w-node-de29fe56-0a9c-a3a4-3486-f07ef0cdb664-125e94cb, #w-node-de29fe56-0a9c-a3a4-3486-f07ef0cdb666-125e94cb, #w-node-de29fe56-0a9c-a3a4-3486-f07ef0cdb668-125e94cb, #w-node-de29fe56-0a9c-a3a4-3486-f07ef0cdb66a-125e94cb, #w-node-_3ac23129-8b11-64b6-0eba-498aadc37a61-125e94cb, #w-node-_3ac23129-8b11-64b6-0eba-498aadc37a63-125e94cb, #w-node-_3ac23129-8b11-64b6-0eba-498aadc37a67-125e94cb, #w-node-_3ac23129-8b11-64b6-0eba-498aadc37a69-125e94cb, #w-node-_3ac23129-8b11-64b6-0eba-498aadc37a65-125e94cb, #w-node-_3ac23129-8b11-64b6-0eba-498aadc37a6b-125e94cb, #w-node-_3ac23129-8b11-64b6-0eba-498aadc37a6d-125e94cb, #w-node-_3ac23129-8b11-64b6-0eba-498aadc37a6f-125e94cb, #w-node-_3ac23129-8b11-64b6-0eba-498aadc37a71-125e94cb, #w-node-_8e21362a-1691-5ff7-2ca9-9b363cb3264f-125e94cb, #w-node-_8e21362a-1691-5ff7-2ca9-9b363cb32653-125e94cb, #w-node-_8e21362a-1691-5ff7-2ca9-9b363cb32655-125e94cb, #w-node-_8e21362a-1691-5ff7-2ca9-9b363cb32657-125e94cb, #w-node-cd2a80a2-6807-606d-f613-6a33e80efa37-125e94cc, #w-node-c99caf93-a812-1c8f-2e9b-85edd3c47c10-125e94cc, #w-node-_9fece57c-f380-de38-c013-0ddb5aefb876-125e94cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2b106fc4-b7da-53fc-3288-315d8917632c-125e94c5 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e4c14ad-906d-24c8-8e7b-d9471aea15fd-125e94c8 {
    justify-self: center;
  }

  #w-node-_064fbfba-c5b3-68b3-8122-600709b8f23f-125e94cb, #w-node-_3ac23129-8b11-64b6-0eba-498aadc37a65-125e94cb, #w-node-_8e21362a-1691-5ff7-2ca9-9b363cb32653-125e94cb {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d61d052-d057-826e-1fdc-9faee9234418-125e94c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}


@font-face {
  font-family: 'Helvetica Light 587 Ebe 5 A 59211';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Oblique';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Bold';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Compressed 5871 D 14 B 6903 A';
  src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Rounded Bold 5871 D 05 Ead 8 De';
  src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}