@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Carattere&family=Parisienne&display=swap');

body, ul, li, ol, h1, h2, h3, h4, h5, h6, nav, canvas {
  padding: 0;
  margin: 0;
}

a, a:hover, a:visited, a:active, a:focus, button:visited, button:visited, button:focus {
  color: inherit;
  cursor: pointer;
  text-decoration: none !important;
  outline: none !important;
}

input:focus, textarea:focus, select:focus, .slick-slide:focus {
  outline: none;
}

ul, li {
  list-style: none;
}

img {
  max-width: 100%;
}

textarea {
  resize: none;
}

a {
  cursor: pointer;
}

a {
  transition: all 0.7s ease;
}

canvas {
  display: block;
  vertical-align: bottom;
  opacity: 0.6;
}

.Common_tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.Common_tbl_cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

body {
  color: #1F1F1F;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
body * {
  box-sizing: border-box !important;
}

h1, h2, h3 {
  color: #0D0F16;
  font-family: "Baskervville", serif;
}

h4, h5, h6 {
  font-family: 'Parisienne', cursive;
}

h1 {
  color: #E4E4E4;
  margin-bottom: 0px;
  font-weight: normal;
  float: left;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  h1 {
    font-size: 37px;
    margin-bottom: 0px;
    line-height: 45px;
    text-transform: uppercase;
  }
}
@media (min-width: 920px) {
  h1 {
    font-size: 43px;
    line-height: 57px;
  }
}

h2 {
  color: #E4E4E4;
  font-size: 45px;
  letter-spacing: 6px;
  text-transform: uppercase;
  line-height: 53px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 50px;
    letter-spacing: 6px;
  }
}
@media (min-width: 920px) {
  h2 {
    font-size: 70px;
    letter-spacing: 10px;
    line-height: 80px;
  }
}

h4 {
  font-size: 40px;
  color: #D8AE60;
  font-weight: normal;
}

.cmn-btn {
  padding: 0;
  font-size: 18px;
  background: transparent;
  display: inline-flex;
  color: #0D0F16;
  transition: transform 1s ease-out;
  border: 0;
  font-weight: 600;
  position: relative;
  padding-left: 66px;
  align-items: flex-end;
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
.cmn-btn::before {
  width: 49px;
  height: 42px;
  content: "→";
  position: absolute;
  left: 0;
  background: #0D0F16;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 22px;
  transition: transform 1s ease-out;
}
.cmn-btn:hover {
  color: #2C77CA;
}
.cmn-btn:hover::before {
  background: #2C77CA;
}

.secondary-btn {
  background: #2C77CA;
  margin-left: 15px;
}

body {
  background-color: #000000;
}

.noScroll {
  height: 100%;
  overflow: hidden;
}
.noScroll .btn-trigger {
  display: none;
}

.slick-slider {
  width: 100%;
}

.middle-align {
  align-items: center;
}

.container-fluid {
  max-width: 1650px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0px;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 0px;
  }
}
@media (min-width: 920px) {
  .container-fluid {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 50px;
  }
}

.container {
  width: 100%;
  display: block;
  position: relative;
  padding: 0 20px;
}
@media (min-width: 920px) {
  .container {
    padding: 0 75px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 120px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}
header .logo-holder {
  width: 100%;
  display: block;
  text-align: center;
}
@media (max-width: 1199px) {
  header .header-inner {
    padding: 30px 0;
  }
}
header .header-content {
  display: flex;
}
header .header-content .social-holder {
  width: 75px;
  position: relative;
  display: none;
}
@media (min-width: 920px) {
  header .header-content .social-holder {
    display: flex;
  }
}
header .header-content .social-holder .social-inner {
  display: flex;
  width: 20px;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
header .header-content .social-holder .social-inner a {
  margin: 10px 0;
  color: #EBE9E9;
}
header .header-content .social-holder .social-inner a:hover {
  color: #D8AE60;
}
header .header-content .nav-holder {
  width: 75px;
  order: 2;
  margin-left: auto;
}
header .header-content .nav-holder .nav-trigger {
  display: block;
  position: absolute;
  right: 50px;
  font-size: 25px;
  right: 25px;
}
@media (min-width: 768px) {
  header .header-content .nav-holder .nav-trigger {
    right: 50px;
  }
}
header .header-content .nav-holder .nav-trigger:hover {
  color: #D8AE60;
}
@media (min-width: 1200px) {
  header .header-content .nav-holder .nav-trigger {
    display: none;
  }
}
header .header-content .nav-holder nav {
  color: #fff;
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  header .header-content .nav-holder nav {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    padding-right: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: ease-in-out 0.5s;
  }
  header .header-content .nav-holder nav.menu_open {
    right: 0;
  }
}
@media (min-width: 1200px) {
  header .header-content .nav-holder nav {
    display: flex;
    height: 100vh;
  }
}
header .header-content .nav-holder nav ul {
  text-align: right;
  display: flex;
  position: absolute;
  width: 200px;
  right: 0;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
header .header-content .nav-holder nav ul button.close {
  border: 0;
  color: white;
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  background: #D8AE60;
  height: 40px;
  font-size: 20px;
  display: none;
  cursor: pointer;
}
@media (max-width: 1199px) {
  header .header-content .nav-holder nav ul {
    background-color: #000000;
    width: 300px;
    padding: 25px 50px;
  }
}
@media (max-width: 767px) {
  header .header-content .nav-holder nav ul {
    width: 280px;
  }
}
header .header-content .nav-holder nav ul li {
  display: inline-block;
  padding: 12px 0px;
}
header .header-content .nav-holder nav ul li a {
  position: relative;
  font-family: "Baskervville", serif;
  font-size: 18px;
  text-transform: uppercase;
}
header .header-content .nav-holder nav ul li a::after {
  background: #D8AE60;
  width: 0;
  content: "";
  position: absolute;
  right: -28px;
  top: 10px;
  height: 8px;
  transition: all 0.7s ease;
  border-radius: 4px;
}
header .header-content .nav-holder nav ul li a:hover {
  color: #D8AE60;
}
header .header-content .nav-holder nav ul li a:hover::after {
  width: 14px;
}
header .header-content .nav-holder nav.menu_open ul button.close {
  display: block;
}
header .header-inner.floating {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  top: 0;
  animation: slide-down 0.7s;
  padding: 30px 0;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
header .header-inner.floating .social-holder {
  display: none;
}
header .header-inner.floating .nav-holder .nav-trigger {
  display: block;
}
@media (min-width: 768px) {
  header .header-inner.floating .nav-holder nav {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    padding-right: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: ease-in-out 0.5s;
  }
  header .header-inner.floating .nav-holder nav.menu_open {
    right: 0;
  }
}
header .header-inner.floating .nav-holder nav ul {
  background-color: #000000;
  width: 300px;
  padding: 25px 50px;
}
@media (max-width: 767px) {
  header .header-inner.floating .nav-holder nav ul {
    width: 280px;
  }
}

.section {
  position: relative;
  margin: 0;
  display: block;
  min-height: 500px;
}
.section .inner-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section.home-section {
  padding: 75px 0;
}
@media (min-width: 768px) {
  .section.home-section {
    height: 100vh;
    padding: 0;
  }
}
.section.home-section h4 {
  text-align: right;
  padding-right: 50px;
}
.section.home-section .container {
  height: 100%;
}
@media (min-width: 1200px) {
  .section.home-section .container {
    padding-right: 200px;
  }
}
@media (min-width: 769px) {
  .section.home-section .container .row {
    flex-wrap: nowrap;
  }
}
.section.home-section .container .row .home-left {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 769px) {
  .section.home-section .container .row .home-left {
    padding-right: 300px;
  }
}
@media (min-width: 920px) {
  .section.home-section .container .row .home-left {
    padding-right: 400px;
  }
}
@media (min-width: 1200px) {
  .section.home-section .container .row .home-left {
    padding-right: 480px;
  }
}
.section.home-section .container .row .home-right {
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
@media (max-width: 769px) {
  .section.home-section .container .row .home-right img {
    max-width: 65%;
  }
}
@media (max-width: 414px) {
  .section.home-section .container .row .home-right img {
    max-width: 80%;
  }
}
@media (min-width: 769px) {
  .section.home-section .container .row .home-right {
    position: absolute;
    right: 0;
    width: 300px;
  }
}
@media (min-width: 920px) {
  .section.home-section .container .row .home-right {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .section.home-section .container .row .home-right {
    width: 480px;
  }
}
.section.home-section .container-fluid,
.section.home-section .row {
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section.home-section .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .section.home-section .container-fluid {
    padding: 0 50px;
  }
}
.section.about-section {
  padding-top: 150px;
  background: url(../images/bg.jpg) center top no-repeat;
  background-size: cover;
}
.section.about-section .inner-sec {
  padding-top: 150px;
}
@media (min-width: 768px) {
  .section.about-section .inner-sec {
    padding-top: 350px;
  }
}
@media (min-width: 1600px) {
  .section.about-section .inner-sec {
    padding-top: 450px;
  }
}
@media (min-width: 992px) {
  .section.about-section .container {
    padding-left: 75px;
  }
}
.section.about-section .row {
  position: relative;
}
.section.about-section .left-heading {
  padding-left: 20px;
  padding-right: 20px;
}
.section.about-section h2 {
  padding: 0 20px;
}
@media (max-width: 919px) {
  .section.about-section h2 {
    margin-left: 10%;
  }
}
@media (max-width: 767px) {
  .section.about-section h2 {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .section.about-section h2 {
    text-shadow: 0 0 1px #000;
  }
}
.section.about-section .right-text {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  margin-bottom: -160px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .section.about-section .right-text {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    order: 2;
    margin-left: auto;
  }
}
@media (min-width: 920px) {
  .section.about-section .right-text {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .section.about-section .right-text {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 705px;
  }
}
.section.about-section .right-text .inner-content {
  background-color: #000000;
  padding: 60px 45px;
}
.section.spreading-section {
  background: #0D0F16;
}
.section.spreading-section .inner-sec {
  padding-bottom: 50px;
}
.section.spreading-section h2 {
  color: #E4E4E4;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section.spreading-section h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .section.spreading-section h2 {
    line-height: 80px;
  }
}
@media (min-width: 1200px) {
  .section.spreading-section h2 {
    padding-right: 25px;
    text-align: right;
  }
}
.section.spreading-section .left-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 919px) {
  .section.spreading-section .left-content {
    padding-right: 100px;
  }
}
@media (min-width: 920px) {
  .section.spreading-section .left-content {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
}
@media (min-width: 1200px) {
  .section.spreading-section .left-content {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-left: 9%;
  }
}
.section.spreading-section .right-img {
  padding: 0 20px;
}
@media (min-width: 920px) {
  .section.spreading-section .right-img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 50px;
    margin-bottom: -230px;
    padding-top: 150px;
  }
}
.section.biography-section .inner-sec, .section.growth-section .inner-sec, .section.divers-section .inner-sec {
  padding-top: 200px;
  padding-bottom: 0;
}
.section.biography-section.divers-section .inner-sec, .section.growth-section.divers-section .inner-sec, .section.divers-section.divers-section .inner-sec {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .section.biography-section.divers-section .inner-sec, .section.growth-section.divers-section .inner-sec, .section.divers-section.divers-section .inner-sec {
    padding-top: 100px;
  }
}
@media (min-width: 920px) {
  .section.biography-section.divers-section .inner-sec, .section.growth-section.divers-section .inner-sec, .section.divers-section.divers-section .inner-sec {
    padding-top: 150px;
  }
}
.section.biography-section.biography-section .inner-sec, .section.growth-section.biography-section .inner-sec, .section.divers-section.biography-section .inner-sec {
  padding-top: 100px;
}
@media (min-width: 920px) {
  .section.biography-section.biography-section .inner-sec, .section.growth-section.biography-section .inner-sec, .section.divers-section.biography-section .inner-sec {
    padding-top: 200px;
    padding-bottom: 0;
  }
}
.section.biography-section.growth-section .inner-sec, .section.growth-section.growth-section .inner-sec, .section.divers-section.growth-section .inner-sec {
  padding-bottom: 0;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .section.biography-section.growth-section .inner-sec, .section.growth-section.growth-section .inner-sec, .section.divers-section.growth-section .inner-sec {
    padding-top: 50px;
  }
}
@media (min-width: 920px) {
  .section.biography-section.growth-section .inner-sec, .section.growth-section.growth-section .inner-sec, .section.divers-section.growth-section .inner-sec {
    padding-top: 100px;
  }
}
@media (min-width: 920px) {
  .section.biography-section .heading-holder, .section.growth-section .heading-holder, .section.divers-section .heading-holder {
    position: absolute;
    top: -10px;
    z-index: 1;
  }
}
.section.biography-section .heading-holder h2, .section.growth-section .heading-holder h2, .section.divers-section .heading-holder h2 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .section.biography-section .heading-holder h2, .section.growth-section .heading-holder h2, .section.divers-section .heading-holder h2 {
    font-size: 90px;
    margin-bottom: 0;
  }
}
@media (min-width: 920px) {
  .section.biography-section .heading-holder h2, .section.growth-section .heading-holder h2, .section.divers-section .heading-holder h2 {
    font-size: 110px;
  }
}
.section.biography-section .heading-holder h2 span, .section.growth-section .heading-holder h2 span, .section.divers-section .heading-holder h2 span {
  color: #D8AE60;
  font-family: 'Parisienne', cursive;
  text-transform: none;
  display: block;
  text-align: right;
  font-size: 40px;
  margin-top: 35px;
  letter-spacing: 2px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .section.biography-section .heading-holder h2 span, .section.growth-section .heading-holder h2 span, .section.divers-section .heading-holder h2 span {
    font-size: 50px;
    margin-top: 55px;
  }
}
@media (min-width: 920px) {
  .section.biography-section .heading-holder h2 span, .section.growth-section .heading-holder h2 span, .section.divers-section .heading-holder h2 span {
    margin-right: -7%;
    font-size: 60px;
  }
}
.section.biography-section .left-img, .section.growth-section .left-img, .section.divers-section .left-img {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 415px) {
  .section.biography-section .left-img, .section.growth-section .left-img, .section.divers-section .left-img {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (min-width: 920px) {
  .section.biography-section .left-img, .section.growth-section .left-img, .section.divers-section .left-img {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    margin-left: 9%;
  }
}
.section.biography-section .right-text, .section.growth-section .right-text, .section.divers-section .right-text {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 415px) {
  .section.biography-section .right-text, .section.growth-section .right-text, .section.divers-section .right-text {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .section.biography-section .right-text, .section.growth-section .right-text, .section.divers-section .right-text {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 50px;
  }
}
@media (min-width: 920px) {
  .section.biography-section .right-text, .section.growth-section .right-text, .section.divers-section .right-text {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 50px;
  }
}
.section.biography-section .btm-content, .section.growth-section .btm-content, .section.divers-section .btm-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 920px) {
  .section.biography-section .btm-content, .section.growth-section .btm-content, .section.divers-section .btm-content {
    margin-left: 9%;
  }
}
.section.biography-section .btm-content h4, .section.growth-section .btm-content h4, .section.divers-section .btm-content h4 {
  font-size: 55px;
  padding-bottom: 40px;
  line-height: 53px;
}
@media (min-width: 768px) {
  .section.biography-section .btm-content h4, .section.growth-section .btm-content h4, .section.divers-section .btm-content h4 {
    padding-bottom: 50px;
    font-size: 55px;
    line-height: 63px;
  }
}
@media (min-width: 920px) {
  .section.biography-section .btm-content h4, .section.growth-section .btm-content h4, .section.divers-section .btm-content h4 {
    padding-bottom: 80px;
    font-size: 65px;
    line-height: 73px;
  }
}
@media (min-width: 768px) {
  .section.biography-section .btm-content .content, .section.growth-section .btm-content .content, .section.divers-section .btm-content .content {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (min-width: 920px) {
  .section.biography-section .btm-content .content, .section.growth-section .btm-content .content, .section.divers-section .btm-content .content {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
}
.section.biography-section .story-cont, .section.growth-section .story-cont, .section.divers-section .story-cont {
  position: relative;
  overflow: hidden;
  padding-bottom: 75px;
}
.section.biography-section .story-cont .container, .section.growth-section .story-cont .container, .section.divers-section .story-cont .container {
  padding-top: 0px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .section.biography-section .story-cont .container, .section.growth-section .story-cont .container, .section.divers-section .story-cont .container {
    padding-left: 20px;
    padding-top: 120px;
  }
}
@media (min-width: 920px) {
  .section.biography-section .story-cont .container, .section.growth-section .story-cont .container, .section.divers-section .story-cont .container {
    padding-left: 75px;
  }
}
.section.biography-section .story-cont .heading-cover, .section.growth-section .story-cont .heading-cover, .section.divers-section .story-cont .heading-cover {
  position: relative;
  z-index: 1;
  display: block;
  clear: both;
}
.section.biography-section .story-cont h2, .section.growth-section .story-cont h2, .section.divers-section .story-cont h2 {
  display: inline-block;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .section.biography-section .story-cont h2, .section.growth-section .story-cont h2, .section.divers-section .story-cont h2 {
    margin-bottom: 80px;
  }
}
@media (min-width: 920px) {
  .section.biography-section .story-cont h2, .section.growth-section .story-cont h2, .section.divers-section .story-cont h2 {
    margin-bottom: 120px;
    line-height: 80px;
  }
}
.section.biography-section .story-cont h2 span, .section.growth-section .story-cont h2 span, .section.divers-section .story-cont h2 span {
  color: #D8AE60;
  font-family: 'Parisienne', cursive;
  text-transform: none;
  display: block;
  text-align: left;
  font-size: 50px;
  margin-top: 15px;
  letter-spacing: 2px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .section.biography-section .story-cont h2 span, .section.growth-section .story-cont h2 span, .section.divers-section .story-cont h2 span {
    text-align: right;
  }
}
@media (min-width: 920px) {
  .section.biography-section .story-cont h2 span, .section.growth-section .story-cont h2 span, .section.divers-section .story-cont h2 span {
    margin-top: 0px;
  }
}
.section.biography-section .story-cont .left-img-1, .section.growth-section .story-cont .left-img-1, .section.divers-section .story-cont .left-img-1 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section.biography-section .story-cont .left-img-1, .section.growth-section .story-cont .left-img-1, .section.divers-section .story-cont .left-img-1 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (min-width: 920px) {
  .section.biography-section .story-cont .left-img-1, .section.growth-section .story-cont .left-img-1, .section.divers-section .story-cont .left-img-1 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    margin-left: 7%;
  }
}
.section.biography-section .story-cont .right-text-1, .section.growth-section .story-cont .right-text-1, .section.divers-section .story-cont .right-text-1 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .section.biography-section .story-cont .right-text-1, .section.growth-section .story-cont .right-text-1, .section.divers-section .story-cont .right-text-1 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 50px;
  }
}
@media (min-width: 920px) {
  .section.biography-section .story-cont .right-text-1, .section.growth-section .story-cont .right-text-1, .section.divers-section .story-cont .right-text-1 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding-left: 50px;
  }
}
.section.biography-section .story-cont .right-text-1 .inner-sec, .section.growth-section .story-cont .right-text-1 .inner-sec, .section.divers-section .story-cont .right-text-1 .inner-sec {
  background-color: #0D0F16;
  position: relative;
  padding-bottom: 100px;
}
.section.biography-section .story-cont .right-text-1 .inner-sec::before, .section.growth-section .story-cont .right-text-1 .inner-sec::before, .section.divers-section .story-cont .right-text-1 .inner-sec::before {
  content: "";
  background-color: #0D0F16;
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0px;
  left: -150px;
  top: -100%;
}
.section.biography-section .story-cont .right-text-1 .inner-sec p, .section.growth-section .story-cont .right-text-1 .inner-sec p, .section.divers-section .story-cont .right-text-1 .inner-sec p {
  position: relative;
  z-index: 1;
}
.section.biography-section .Diversification h4, .section.growth-section .Diversification h4, .section.divers-section .Diversification h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 40px;
  line-height: 45px;
}
@media (min-width: 768px) {
  .section.biography-section .Diversification h4, .section.growth-section .Diversification h4, .section.divers-section .Diversification h4 {
    font-size: 50px;
    line-height: 55px;
  }
}
.section.biography-section .Diversification .btm-content, .section.growth-section .Diversification .btm-content, .section.divers-section .Diversification .btm-content {
  padding-bottom: 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}
.section.bcc-section {
  background: #0D0F16;
}
@media (min-width: 768px) {
  .section.bcc-section .inner-sec {
    padding: 175px 0 75px;
  }
}
@media (min-width: 920px) {
  .section.bcc-section .bcc-main-container {
    padding-left: 75px;
  }
}
.section.bcc-section .bcc-main-container h2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section.bcc-section .bcc-main-container h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 920px) {
  .section.bcc-section .bcc-main-container h2 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (min-width: 1200px) {
  .section.bcc-section .bcc-main-container h2 {
    font-size: 100px;
    line-height: 121px;
  }
}
.section.bcc-section .bcc-main-container .row {
  align-items: flex-end;
}
.section.bcc-section .bcc-main-container .row .left-deck {
  padding-left: 20px;
  padding-right: 10px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .section.bcc-section .bcc-main-container .row .left-deck {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin-top: 0;
  }
}
.section.bcc-section .bcc-main-container .row .right-deck {
  padding-left: 0px;
  padding-right: 20px;
}
.section.bcc-section .bcc-main-container .row .right-deck img {
  width: 100%;
}
@media (min-width: 768px) {
  .section.bcc-section .bcc-main-container .row .right-deck {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 0px;
  }
}
.section.bcc-section h4.left-align {
  margin-left: 0%;
  font-size: 50px;
  margin-top: 50px;
  margin-bottom: 70px;
  line-height: 50px;
}
@media (min-width: 920px) {
  .section.bcc-section h4.left-align {
    margin-left: 9%;
    margin-top: 15px;
  }
}
.section.bcc-section .btm-align {
  align-items: flex-end;
}
.section.bcc-section .btm-align h4 {
  text-align: center;
}
.section.bcc-section .btm-align .left-deck {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .section.bcc-section .btm-align .left-deck {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.section.bcc-section .btm-align .right-deck {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section.bcc-section .btm-align .right-deck {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.section.bcc-section .left-deck1 {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .section.bcc-section .left-deck1 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    text-align: right;
  }
}
.section.bcc-section .right-deck1 {
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .section.bcc-section .right-deck1 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-top: 100px;
  }
}
@media (min-width: 920px) {
  .section.wls-section .container {
    padding-left: 75px;
  }
}
@media (min-width: 1200px) {
  .section.wls-section .container h2 {
    right: 0%;
    position: absolute;
    display: inline-block;
    top: 50px;
    z-index: 1;
  }
}
@media (min-width: 1400px) {
  .section.wls-section .container h2 {
    right: 13%;
  }
}
.section.wls-section .container h2 span {
  color: #D8AE60;
  font-family: 'Parisienne', cursive;
  text-transform: none;
  display: block;
  text-align: left;
  font-size: 50px;
  margin-top: 0px;
  letter-spacing: 2px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .section.wls-section .container h2 span {
    text-align: right;
  }
}
.section.wls-section .container .left-deck {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section.wls-section .container .left-deck {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section.wls-section .container .right-deck {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .section.wls-section .container .right-deck {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 50px;
  }
}
@media (min-width: 920px) {
  .section.wls-section .container .right-deck {
    -ms-flex: 0 0 45%;
    padding-top: 200px;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.section.leader-section {
  overflow: hidden;
  position: relative;
}
.section.leader-section .inner-sec {
  padding: 0;
}
.section.leader-section h2 {
  text-align: center;
  font-size: 60px;
  margin-left: 0px;
  line-height: 70px;
}
@media (min-width: 768px) {
  .section.leader-section h2 {
    font-size: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 90px;
    margin-left: -200px;
    line-height: 110px;
  }
}
@media (min-width: 920px) {
  .section.leader-section h2 {
    font-size: 100px;
    margin-left: -230px;
    line-height: 110px;
  }
}
@media (min-width: 1200px) {
  .section.leader-section h2 {
    font-size: 120px;
    margin-left: -270px;
    line-height: 130px;
  }
}
@media (min-width: 1400px) {
  .section.leader-section h2 {
    font-size: 150px;
    margin-left: -350px;
    line-height: 200px;
  }
}
.section.leader-section img {
  width: 100%;
  display: block;
}
.section.leader-section .row {
  align-items: flex-end;
}
.section.leader-section .content-wrapper {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media (min-width: 768px) {
  .section.leader-section .content-wrapper {
    position: absolute;
  }
}
.section.leader-section .content-wrapper .container-fluid,
.section.leader-section .content-wrapper .container,
.section.leader-section .content-wrapper .row {
  height: 100%;
}
.section.leader-section .content {
  order: 2;
  margin-left: auto;
  margin-right: 0%;
  width: 100%;
  padding: 0 20px;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .section.leader-section .content {
    width: 514px;
    margin-right: 2%;
  }
}
@media (min-width: 920px) {
  .section.leader-section .content {
    margin-right: 0%;
  }
}
@media (min-width: 1200px) {
  .section.leader-section .content {
    margin-right: 2%;
  }
}
.section.leader-section .content .content-inner {
  width: 100%;
  padding: 25px 25px 25px;
  background-color: #D8AE60;
  bottom: 0px;
}
@media (min-width: 768px) {
  .section.leader-section .content .content-inner {
    position: absolute;
    left: 20px;
    right: 20px;
    z-index: 1;
    bottom: 0px;
    padding: 50px 25px 25px;
  }
}
@media (min-width: 920px) {
  .section.leader-section .content .content-inner {
    bottom: 150px;
    padding: 100px 25px 25px;
  }
}
.section.leader-section .content::before {
  content: "";
  left: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  background-color: #D8AE60;
  position: absolute;
  mix-blend-mode: multiply;
  opacity: 1;
}
.section.contact-section {
  position: relative;
  z-index: 1;
  background-color: #0d0f16;
}
.section.contact-section .left-deck {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 920px) {
  .section.contact-section .left-deck {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
    margin-bottom: 0px;
  }
}
.section.contact-section .left-deck h2 {
  font-size: 41px;
}
.section.contact-section .left-deck h2 span {
  color: #D8AE60;
  letter-spacing: 2px;
  display: block;
  font-family: 'Parisienne', cursive;
  text-transform: none;
  margin-top: 0px;
}
.section.contact-section .form-holder {
  padding-left: 20px;
  padding-right: 20px;
  width: 90%;
  margin: auto;
  /**
    * Add a transition to the label and input.
    * I'm not even sure that touch-action: manipulation works on
    * inputs, but hey, it's new and cool and could remove the 
    * pesky delay.
    */
  /**
    * Translate down and scale the label up to cover the placeholder,
    * when following an input (with placeholder-shown support).
    * Also make sure the label is only on one row, at max 2/3rds of the
    * field—to make sure it scales properly and doesn't wrap.
    */
  /**
    * By default, the placeholder should be transparent. Also, it should 
    * inherit the transition.
    */
  /**
    * Show the placeholder when the input is focused.
    */
  /**
    * When the element is focused, remove the label transform.
    * Also, do this when the placeholder is _not_ shown, i.e. when 
    * there's something in the input at all.
    */
}
@media (min-width: 768px) {
  .section.contact-section .form-holder {
    width: 70%;
  }
}
@media (min-width: 920px) {
  .section.contact-section .form-holder {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .section.contact-section .form-holder {
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
  }
}
.section.contact-section .form-holder h2 {
  font-size: 41px;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 30px;
  line-height: 47px;
  text-align: center;
}
@media (min-width: 920px) {
  .section.contact-section .form-holder h2 {
    text-align: left;
  }
}
.section.contact-section .form-holder .full-portion {
  position: relative;
  width: 100%;
}
.section.contact-section .form-holder .field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
}
.section.contact-section .form-holder label,
.section.contact-section .form-holder input,
.section.contact-section .form-holder textarea {
  transition: all 0.2s;
  touch-action: manipulation;
}
.section.contact-section .form-holder input,
.section.contact-section .form-holder textarea {
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #777981;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
  background: transparent;
  color: #777981;
}
.section.contact-section .form-holder input:focus,
.section.contact-section .form-holder textarea:focus {
  outline: 0;
  border-bottom: 1px solid #E4E4E4;
}
.section.contact-section .form-holder label {
  font-weight: 300;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #777981;
  margin-bottom: 10px;
  background: #0d0f16;
}
.section.contact-section .form-holder button {
  background: transparent;
  color: #777981;
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  float: right;
  height: 40px;
  line-height: 40px;
  padding-right: 75px;
  cursor: pointer;
}
.section.contact-section .form-holder button::after {
  position: absolute;
  right: 0;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #D8AE60;
  font-size: 30px;
}
.section.contact-section .form-holder button:hover {
  color: #D8AE60;
}
.section.contact-section .form-holder input:placeholder-shown + label,
.section.contact-section .form-holder textarea:placeholder-shown + label {
  cursor: text;
  width: 100%;
  display: block;
  background-color: #0d0f16;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 29px);
}
.section.contact-section .form-holder ::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.section.contact-section .form-holder input:focus::-webkit-input-placeholder,
.section.contact-section .form-holder textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}
.section.contact-section .form-holder input:not(:placeholder-shown) + label,
.section.contact-section .form-holder input:focus + label,
.section.contact-section .form-holder textarea:not(:placeholder-shown) + label,
.section.contact-section .form-holder textarea:focus + label {
  transform: translate(0, 0);
  cursor: pointer;
}
.section.contact-section .form-holder button {
  margin-top: 20px;
}

footer {
  padding: 0px 0 100px;
  background-color: #0d0f16;
}
footer .inner-footer {
  margin: auto;
  width: 100%;
  color: #777981;
}
@media (min-width: 768px) {
  footer .inner-footer {
    width: 500px;
  }
}
footer .inner-footer .social-holder {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .inner-footer .social-holder {
    margin-top: 75px;
  }
}
footer .inner-footer .social-holder a {
  margin: 0 10px;
  font-size: 20px;
}
footer .inner-footer .social-holder a:hover {
  color: #D8AE60;
}
footer .inner-footer h3 {
  text-align: center;
  color: #777981;
  margin-bottom: 25px;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
}
footer .inner-footer .left,
footer .inner-footer .right {
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  footer .inner-footer .left,
footer .inner-footer .right {
    width: 50%;
    text-align: left;
  }
}

.thanks-message {
  float: left;
  color: #379b37;
  font-size: 15px;
  display: none;
  position: absolute;
  top: -14px;
}

/*# sourceMappingURL=main.css.map */
