.wrapper {
  max-height: 95vh;
  min-height: 100vh;
  background-image: url('../images/bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.container {
  max-height: 1440px;
}

.container_wrapper {
  width: 1296px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.content-_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
}

.left_container {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
}

.right_container {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.heading {
  padding-bottom: 24px;
  font-family: Rajdhani, sans-serif;
  font-size: 69px;
  line-height: 69px;
  font-weight: 400;
}

.paragraph {
  font-family: Poppins, sans-serif;
  font-size: 19px;
  line-height: 33px;
  font-weight: 400;
}

.nav_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav_bar_left_logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.right_nav_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block {
  padding-right: 20px;
}

.text-block-2 {
  padding-right: 20px;
  color: #fff;
}

.nav_bar_link {
  padding-left: 24px;
  font-family: Poppins, sans-serif;
  color: #fff;
}

