/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*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/3.4rem '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;
}
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-8 {
  margin-bottom: .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;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

h1 {
  font: 600 4.4rem/4.8rem '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;
}
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;
}
.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.png) right top no-repeat;
  background-size: cover;
  height: 79.8rem;
}

.hero-content {
  position: relative;
  top: 5rem;
  left: 23.5rem;
  width: 100%;
  max-width: 70rem;
  box-sizing: border-box;
}
.hc-heading {
  position: relative;
  font: 4rem/5rem '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: .5rem;
  height: 100%;
  background: #deae4b;
}
.logo {
  position: absolute;
  left: 7.1rem;
  top: 5rem;
  display: block;
  width: 9.8rem;
  height: 10.4rem;
  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: .5rem;
  height: 100%;
  background: #deae4b;
}
.brd span {
  display: block;
  font-size: 2rem;
  line-height: 2.4rem;
  padding: .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: .9rem 0 !important;
  text-transform: uppercase;
}
.brd.brd-style2:before {
  background: #e29d0d;
}

.section-1 {
  position: relative;
  top: -6rem;
  margin-bottom: -6rem;
}
.audio-holder {
  text-align: center;
  margin: -2rem 0 8.8rem;
}

.section-2 {
  background: url(../images/bg-section.png) 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.png) left top no-repeat;
  background-size: cover;
  padding: 5rem 0 0;
  color: white;
  margin: 6rem 0 0;
  box-sizing: border-box;
}

.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 .3rem 5.3rem rgba(0, 0, 0, 0.8);
}
.movie-wrapper:hover i {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0 .8rem 8rem rgba(0, 0, 0, 1);
}
.movie-wrapper img {
  position: relative;
  top: 5rem;
  z-index: 9;
  width: 100%;
  max-width: 84rem;
  transition: .2s linear;
  margin: 0 auto;
}
.movie-wrapper:hover img {
  opacity: .8;
}

.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-growth {
  position: relative;
  width: 24.8rem;
  height: 13.2rem;
  background: url(../images/icon-growth.png) center;
  background-size: contain;
}

.footer-section {
  position: relative;
  background: url(../images/bg-footer.png) left top no-repeat #988d8c;
  padding: 2rem 0;
  font-size: 1.9rem;
}
.section-3 .icon-arrow-down {
  margin: 4rem;
  font-size: 4rem;
}

.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 #eaeaea;
  border-radius: 2rem;
  padding: 2.5rem 3.5rem;
  margin-bottom: 4rem;
}

.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);
}
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;
}