/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*Generals*/
* {
  margin: 0;
  padding: 0;
}
a {
  outline: none;
  border: none;
}
*::after,
*::before {
  box-sizing: border-box;
}
img {
  border: none;
  display: block;
}
html {
  font-size: 62.5%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  font: 300 1.85rem/3rem 'Mukta Vaani', Arial, Helvetica, sans-serif;
  color: #000;
}
.page-wrapper {
  position: relative;
  width: 100%;
  max-width: 124rem;
  padding: 0 2rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.container-1 {
  max-width: 110rem;
  margin: 0 auto;
}
.container-2 {
  max-width: 60rem;
  margin: 0 auto;
}

.column_two {
  float: left;
  width: 48%;
  padding: 10px;
  min-height: 100px;
  text-align: center;
}

.column_three {
  float: left;
  width: 31.25%;
  padding: 10px;
  min-height: 100px;
  text-align: center;
}

.row_video:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 800px) {
  .column_two {
    width: 100%;
  }
}

p {
  margin-bottom: 3.6rem;
}
.center {
  text-align: center !important;
}
.mb-n {
  margin-bottom: 0 !important;
}
.mb-25 {
  margin-bottom: 2.5rem !important;
}
.mb-10 {
  margin-bottom: 1rem !important;
}
.mb-15 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 0.8rem !important;
}
.mn {
  margin: 0 !important;
}
.spacer-10 {
  width: 100%;
  clear: both;
  height: 10rem;
}
.spacer-5 {
  width: 100%;
  clear: both;
  height: 5rem;
}
.spacer-8 {
  width: 100%;
  clear: both;
  height: 8rem;
}
.txt-yellow {
  color: #e19839;
}
.pad-n {
  padding: 0 !important;
}
.pad-b-n {
  padding-bottom: 0 !important;
}
.txt-hlght-1 {
  color: #8e2d31;
}
.txt-hlght-2 {
  color: #d96227;
}
strong {
  font-weight: 500;
}
.emphs {
  font-weight: 500;
  text-transform: uppercase;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
h1 {
  font: 600 4.4rem/5.8rem 'Hind', sans-serif;
  color: #120f15;
  text-align: center;
  margin-bottom: 5rem;
}
h1.h-style-1 {
  font-size: 3.4rem;
  line-height: 4rem;
  margin-bottom: 2.5rem;
}
h1.h-style-2 {
  font: 600 4rem/5rem 'Hind', sans-serif;
  color: #120f15;
  text-align: center;
  margin-bottom: 5rem;
}
h2 {
  font: 4.4rem/4.4rem 'Libre Baskerville', Arial, Helvetica, sans-serif;
  color: #120f15;
  margin-bottom: 5rem;
}
h3 {
  font: 500 1.8rem/3.8rem 'Hind', sans-serif;
  color: #8f5c8c;
  text-transform: uppercase;
  margin-bottom: 2.2rem;
}
h3.h-style-1 {
  font: 600 2.8rem/3.8rem 'Hind', sans-serif;
  color: #120f15;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
h4 {
  font: 500 1.8rem/5rem 'Poppins', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
h5 {
  font: 2.4rem/3rem 'Ubuntu', Arial, Helvetica, sans-serif;
}
h6 {
  font: 1.8rem/5rem 'Poppins', Arial, Helvetica, sans-serif;
}
.pre-title {
  display: block;
  font: 400 2rem 'Mukta Vaani', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.hero-area {
  position: relative;
  background: url(../images/bg-hero.jpg) no-repeat;
  background-size: cover;
  height: 105.1rem;
}
.hero-content {
  position: relative;
  top: 30rem;
  left: 9rem;
  width: 100%;
  max-width: 70rem;
  box-sizing: border-box;
}
.hc-heading {
  position: relative;
  font: 5rem/6rem 'Libre Baskerville', Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  padding-left: 3.7rem;
  text-transform: uppercase;
  text-shadow: 0 6px 1px #00000038;
}
.hc-heading span {
  font-size: 2.4rem;
  letter-spacing: 0;
  text-transform: none;
  display: block;
  line-height: 3.6rem;
}
.hc-heading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background: #deae4b;
}
.logo {
  position: absolute;
  left: 7.1rem;
  top: 5rem;
  display: block;
  width: 12rem;
  height: 13rem;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
}
.audio_logo {
  object-position: center;
  left: 10rem;
  top: 5rem;
  display: block;
  width: 12rem;
  height: 13rem;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
}
.page-wrapper {
  position: relative;
  width: 100%;
  max-width: 130rem;
  padding: 0 2rem;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 990;
}
.brd {
  position: relative;
  padding-left: 3.7rem;
}
.brd:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background: #deae4b;
}
.brd span {
  display: block;
  font-size: 2rem;
  line-height: 2.4rem;
  padding: 0.9rem 0;
}
.brd span:first-child {
  padding-top: 0;
}
.brd span:last-child {
  padding-bottom: 0;
}
.brd-style2 {
  font-size: 3rem;
  margin-bottom: 4rem;
  text-shadow: 0 4px 1px #00000017;
}
.brd.brd-style2 span {
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 0.9rem 0 !important;
  text-transform: uppercase;
}
.brd.brd-style2:before {
  background: #e29d0d;
}
.section-4.type-2 .brd.brd-style2 span {
  line-height: 3rem;
}
.section-1 {
  position: relative;
  top: -6rem;
  margin-bottom: -6rem;
}
.section-1.sct-hg {
  top: -10rem;
  margin-bottom: 0;
}
.audio-holder {
  text-align: center;
  margin: -2rem 0 8.8rem;
}
.section-2 {
  background: url(../images/bg-section.jpg) center no-repeat;
  background-size: cover;
  padding: 5rem 0;
  color: white;
  margin: 6rem 0 11rem;
}
.section-2 h2 {
  margin-bottom: 0;
  color: white;
}
.section-4 {
  position: relative;
  min-height: 46.9rem;
  background: url(../images/bg-section2.jpg) left top no-repeat;
  background-size: cover;
  padding: 5rem 0 0;
  color: white;
  margin: 6rem 0 0;
  box-sizing: border-box;
}
.section-4.type-2 {
  padding: 0;
  min-height: 45rem;
}
.section-5 {
  position: relative;
  background: url(../images/bg-section3.jpg) left top no-repeat;
  background-size: cover;
  padding: 0;
  color: white;
  margin: -9rem 0 0;
  box-sizing: border-box;
}
.paragraph-section {
  max-width: 100.8rem;
  margin-left: auto;
  margin-right: auto;
}
.section-icon {
  text-align: center;
  margin-bottom: 4rem;
}
.section-icon i {
  width: 14rem;
  height: 14rem;
  display: inline-block;
}
i.ico-arrow {
  position: relative;
  width: 8.6rem;
  height: 5.8rem;
  background: url(../images/icon-arrow.svg) center no-repeat;
  background-size: contain;
}
i.ico-arrow-s {
  position: relative;
  width: 4.6rem;
  height: 4.8rem;
  background: url(../images/icon-arrow.svg) center no-repeat;
  background-size: contain;
  margin-top: -1rem;
}
i.ico-growth {
  position: relative;
  width: 24.8rem;
  height: 13.2rem;
  background: url(../images/icon-growth.png) center;
  background-size: contain;
}
i.ico-money {
  position: relative;
  width: 12.6rem;
  height: 10.8rem;
  background: url(../images/icon-money.svg) center no-repeat;
  background-size: contain;
}
i.ico-module {
  position: relative;
  width: 12.6rem;
  height: 10.8rem;
  background: url(../images/icon-module.png) center no-repeat;
  background-size: contain;
}
.footer-section {
  position: relative;
  background: url(../images/bg-footer.jpg) left top no-repeat #988d8c;
  padding: 2rem 0;
  font-size: 1.9rem;
}
.section-3 .icon-arrow-down {
  margin: 4rem;
  font-size: 4rem;
}
.footer-section a,
.footer-section a:visited {
  text-decoration: none;
  color: #00003b;
}
.footer-section a:hover {
  color: #00003b;
  text-decoration: underline;
}
.grid-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grid-cell {
  width: 47%;
}
.section-3 {
  margin-top: 16rem;
}
.section-4 .grid-section {
  align-items: center;
}
.section-4 .grid-section .main-cell {
  padding-top: 16rem;
}
.section-4 .action-holder {
  padding-left: 4.5rem;
}
.box-style-1 {
  border: 1px solid #d6d6d6;
  border-radius: 2rem;
  padding: 2.5rem 3.5rem;
  margin-bottom: 2rem;
}
.box-style-1 h3 {
  margin-bottom: 0.5rem;
}
.btn {
  position: relative;
  display: flex;
  padding: 2.6rem 3rem;
  height: 4rem;
  background: #f19024;
  border: 0;
  box-sizing: border-box;
  font: 500 1.7rem 'Hind', Arial, Helvetica, sans-serif;
  border-radius: 24px;
  color: white;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 20rem;
  box-shadow: 0 4px 3px #79777738;
}
.btn span {
  white-space: nowrap;
}
.btn i {
  display: inline-block;
  font-size: 2.2rem;
}
.btn:hover {
  background: #d96227;
  color: rgba(255, 255, 255, 0.62);
}
.btn.secondary {
  background: #857f96;
}
.btn.secondary:hover {
  background: #524e5b;
}
.center .btn {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
p.italic {
  font-style: italic;
  font-size: 1.7rem;
  line-height: 2rem;
  margin-bottom: 0;
}
.person-1 {
  width: 45.1rem;
  height: 43.9rem;
  background: url(../images/person-1.png);
  background-size: cover;
}
.person-2 {
  width: 43.2rem;
  height: 46.1rem;
  background: url(../images/person-2.png);
  background-size: cover;
}
.section-4 .grid-section {
  flex-wrap: nowrap;
}
.section-4 .sec-cell {
  margin-right: -3rem;
}
.notification.error {
  background: rgb(255, 189, 158);
  background: linear-gradient(
    50deg,
    rgba(255, 189, 158, 1) 0%,
    rgba(255, 142, 158, 1) 100%
  );
  border-radius: 2rem;
  padding: 1.5rem 3.5rem;
  margin-bottom: 4rem;
}
.notification.success {
  background: rgb(156, 220, 120);
  background: linear-gradient(
    50deg,
    rgba(156, 220, 120, 1) 0%,
    rgba(120, 220, 173, 1) 100%
  );
  border-radius: 2rem;
  padding: 1.5rem 3.5rem;
}
.box-style-2 {
  border: 1px solid #eaeaea;
  border-radius: 1rem;
  padding: 2.5rem 3.5rem;
  margin-bottom: 4rem;
  background: #f3f3f3;
}
.box-style-3 {
  border: 1px solid #eaeaea;
  border-radius: 1rem;
  padding: 2.5rem 5.5rem;
  margin-bottom: 4rem;
  background: #f3f3f3;
}
.form {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form .form-grid {
  width: 48%;
  box-sizing: border-box;
}
.form .form-field {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1rem;
}
.form .form-field label {
  display: block;
  font-size: 1.8rem;
  padding: 0 0 0.5rem 0.5rem;
}
.form .form-input {
  width: 100%;
  background: #fff;
  display: inline-block;
  padding: 1rem;
  box-sizing: border-box;
  height: 4.4rem;
  font: 300 1.85rem 'Mukta Vaani', Arial, Helvetica, sans-serif;
  border: 1px solid #e0e0e0;
}
.form .form-field textarea.form-input {
  height: 24rem;
}
.form .btn-holder {
  padding: 3rem;
  text-align: center;
  width: 100%;
}
.form .btn-holder .btn {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  cursor: pointer;
}
.form.frm-1 {
  display: block;
}
.form-row {
  width: 100%;
  max-width: 60rem;
  margin: 1rem auto;
}
.form-row.form-action {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.form-row.form-action .btn {
  margin: 0 1rem;
  cursor: pointer;
}
.i-listing {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 2rem 0 3rem;
  display: inline-block;
}
.i-listing .i-row {
  position: relative;
  display: flex;
  padding: 2rem 2rem 2rem 7rem;
  border-bottom: 1px solid #eee;
  width: 40rem;
  justify-content: space-between;
}
.i-listing .i-row i {
  position: absolute;
  display: inline-block;
  background: #a89c9eb8;
  color: white;
  font-size: 2.4rem;
  padding: 1.1rem;
  border-radius: 4rem;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.movie-area {
  position: relative;
}
.movie-wrapper {
  position: relative;
  display: block;
  max-width: 110.4rem;
  width: 100%;
  height: 61.7rem;
  background: url(../images/laptop.png) no-repeat;
  background-size: contain;
  margin: 0 auto 9.6rem;
  padding: 0 12.9rem;
  box-sizing: border-box;
  cursor: pointer;
}
.movie-wrapper i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  font-size: 11rem;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  text-shadow: 0 0.3rem 5.3rem rgba(0, 0, 0, 0.8);
}
.movie-wrapper:hover i {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 0.8rem 8rem rgba(0, 0, 0, 1);
}
.movie-wrapper img {
  position: relative;
  top: 2.8rem;
  z-index: 9;
  width: 100%;
  max-width: 84rem;
  transition: 0.2s linear;
  margin: 0 auto;
  opacity: 0.85;
}
.movie-wrapper:hover img {
  opacity: 0.6;
}
.modal-movie {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  color: white;
}
.modal-movie[data-visible='true'] {
  display: block;
}
.modal-movie[data-visible='false'] {
  display: none;
}
.modal-movie:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.movie-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translateX(-50%) translateY(-50%);
  text-align: right;
  width: 100%;
  max-width: 110rem;
  height: 100%;
  max-height: 61.6rem;
  padding-bottom: 40px;
}
.modal-link {
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -12px;
  left: 0;
  color: orange;
  line-height: 17px;
  background: #000000a8;
  padding: 1.5rem 0;
}
.modal-link:hover {
  color: orange;
}
iframe.tscplayer_inline {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.m-choice-box {
  padding: 4rem 5rem;
  justify-content: center;
}
.m-choice-box .grid-cell {
  width: 44%;
}
.m-choice-box .grid-cell h3 {
  color: #120f15bd;
  text-align: center;
  font: 600 2.1rem/3.8rem 'Hind', sans-serif;
  margin-bottom: 1.2rem;
}
.m-choice-box .grid-cell h3 {
  text-align: center;
  font: 1.9rem/3rem 'Libre Baskerville', Arial, Helvetica, sans-serif;
  color: #120f15;
  text-shadow: 0 4px 1px #00000017;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.m-choice-box .grid-cell .btn {
  margin-left: auto;
  margin-right: auto;
}
.btn .center {
  width: 100%;
  text-align: center;
}
audio {
  width: 200px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
  border-radius: 90px;
  transform: scale(1.05);
}
.divider {
  position: relative;
  width: 100%;
  height: 10px;
  background: #dddddd54;
  margin: 11rem auto;
}
.indexed {
  position: relative;
  padding: 5rem 0;
  text-align: center;
}
.indexed span {
  position: relative;
  z-index: 999;
}
.h-index {
  position: absolute;
  left: 0;
  top: -8.8rem;
  z-index: 9;
  text-align: center;
  display: block;
  width: 100%;
  font: 700 20rem 'Hind', sans-serif;
  color: #f2f1f4;
}
.hero-content .btn {
  display: none;
}
.hero-content.elite-hero .btn {
  display: flex;
}
.hero-content.elite-hero {
  top: 26rem;
}
.qa-list {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10rem;
  max-width: 47rem;
}
.qa-list li:first-child {
  border-top: 1px solid #eee;
}
.qa-list li {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 1rem 2rem 1rem 1rem;
  list-style: none;
}
.qa-list li:before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: -10px;
  display: block;
  width: 5px;
  height: 5px;
  background: #120f15a8;
}
.qa-list li div {
  cursor: pointer;
  color: #5975c8;
}
.qa-list li div:hover {
  color: #b56a7b;
}
.qa-list.no-bullet li:before {
  content: none;
}
.modal-movie h1 {
  color: white;
  margin: 6rem 0 5rem;
  text-shadow: 0 5px 5px #0006;
  font: 5rem/6rem 'Libre Baskerville', Arial, Helvetica, sans-serif;
}
.modal-movie.darker::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(22, 20, 23, 0.9);
}
.box-paragraph {
  font-size: 1.75rem;
}
.form-note {
  padding: 0.8rem 0 0 0.5rem;
  font-size: 1.55rem;
  margin-bottom: 0;
  line-height: 2rem;
  color: #a13b3b;
}
.frm-2 {
  display: block;
  width: 100%;
  max-width: 71rem;
  margin: 5rem auto 2rem;
}
.frm-2 .form-grid {
  width: 100%;
}
.frm-2 .form-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.frm-2 .form-field label {
  width: 20rem;
}
.frm-2 .form-field .form-input,
.frm-2 .form-box {
  width: calc(100% - 22rem);
}
.frm-2 .form-note {
  margin-left: 22rem;
}
input.btn {
  display: inline-block;
  padding: 0 3rem;
  height: 4.8rem;
  font: 500 1.7rem/5rem 'Hind', Arial, Helvetica, sans-serif;
}
input.btn:disabled {
  cursor: auto !important;
  background: #a2a1a0;
  color: rgba(255, 255, 255, 0.62);
}
input.btn:disabled:hover {
  background: #a2a1a0;
  color: rgba(255, 255, 255, 0.62);
}
.form-box label {
  display: inline-block !important;
}
.form-agree {
  text-align: center;
  border-top: 1px solid #80808069;
  border-bottom: 1px solid #80808069;
  margin-top: 4rem;
  padding: 2rem 0;
}
.form-error {
  color: #ba3939;
  background: #ffe0e0;
  border: 1px solid #a33a3a;
  padding: 10px;
  margin: 10px;
}
.box-style-3 .form-row.form-action {
  margin-top: 2rem;
}
.box-style-3 .form-row label {
  display: block;
  padding-bottom: 0.7rem;
}
.fset-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -2rem 2rem;
  align-items: stretch;
}
.fset-grid .roundfield {
  position: relative;
  width: 50%;
  padding: 2rem;
  box-sizing: border-box;
  border: 0;
}
.fset-grid legend {
  color: #8f5c8c;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
  line-height: 2rem;
}
.fset-grid h2 {
  text-align: center;
  font: 1.9rem/2.8rem 'Libre Baskerville', Arial, Helvetica, sans-serif;
  color: #120f15;
  text-shadow: 0 4px 1px #00000017;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}
.fset-grid .box-style-1 {
  border: 2px solid #d6d6d6;
  border-radius: 2rem;
  padding: 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 32px 7px -25px #80808030;
  height: calc(100% - 2rem);
  box-sizing: border-box;
}
.fset-grid p {
  margin-bottom: 2rem;
}
.fset-grid .btn {
  font: 500 1.65rem/5rem 'Hind', Arial, Helvetica, sans-serif;
  cursor: pointer;
  max-width: 100%;
}

.nmt-100 {
  margin-top: -100px;
}
.box-t-wrapper {
  position: relative;
  background: url(../images/bg-footer.jpg) left top repeat #988d8c;
  padding: 4px;
  box-shadow: 0 15px 15px -10px #80808066;
  border-radius: 2rem;
  margin-bottom: 10rem;
  font: 300 18px/30px 'Mukta Vaani', Arial, Helvetica, sans-serif;
}
.box-t-inner {
  position: relative;
  background: white;
  border-radius: 1.8rem;
  padding: 3.5rem 3.5rem;
}
.box-t-inner h1 {
  font-size: 3.4rem;
  margin-bottom: 3rem;
}
form.reg-form {
  margin-bottom: 3rem;
}
form.reg-form .form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 55rem;
}
form.reg-form .form-row label {
  width: 125px;
}
form.reg-form .form-row input {
  width: calc(100% - 125px);
  background: #fff;
  display: inline-block;
  padding: 1rem;
  box-sizing: border-box;
  height: 4.4rem;
  font: 300 1.85rem 'Mukta Vaani', Arial, Helvetica, sans-serif;
  border: 1px solid #a7a0a0;
  border-radius: 4px;
}
form.reg-form .form-row .form-note {
  text-align: right;
  width: 100%;
}
form.reg-form .form-action {
  text-align: center;
  margin-top: 40px;
}
form.reg-form .form-action .btn {
  display: inline-flex;
}
