html {
  max-width: 100%;
  overflow-x: hidden; }

body {
  min-height: 100vh;
  overflow-x: hidden; }

* {
  margin: 0;
  padding: 0;
  outline: 0; }

p:only-of-type {
  margin-bottom: 0; }

@media (min-width: 1200px) {
  .container-wrapper {
    max-width: 1200px;
    margin: 0 auto; } }
.container-wrapper {
  flex: 1;
  position: relative; }

.inner-box {
  background: #AAAEB4; }

.second-inner-box {
  background: #e5e5e5; }

.background-universe {
  background-image: url("../images/imgHome 1.png");
  background-repeat: no-repeat;
  background-size: cover; }

.header {
  position: relative;
  z-index: 1; }
  .header .header-content {
    display: flex;
    justify-content: flex-end;
    padding: 42px 0 0; }
    .header .header-content .navbar {
      padding: 0 15px;
      width: 100%;
      justify-content: flex-end; }
      @media (min-width: 1024px) {
        .header .header-content .navbar {
          padding: 0 6px 0 0;
          width: auto;
          justify-content: space-between; } }
      .header .header-content .navbar .navbar-toggler {
        border-color: transparent; }
        .header .header-content .navbar .navbar-toggler:focus, .header .header-content .navbar .navbar-toggler:active {
          outline-color: transparent;
          border-color: rgba(255, 255, 255, 0.5); }
        .header .header-content .navbar .navbar-toggler .navbar-toggler-icon {
          background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(256, 256, 256, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
      @media (max-width: 991px) {
        .header .header-content .navbar .navbar-collapse {
          position: absolute;
          max-width: 200px;
          padding: 1rem;
          margin: 1rem 15px 0;
          width: calc( 100% - 30px );
          background: white;
          color: #0c1b2e;
          top: 100%;
          right: 0; }
          .header .header-content .navbar .navbar-collapse .nav-link {
            color: #0c1b2e; }
            .header .header-content .navbar .navbar-collapse .nav-link a {
              color: inherit; } }
      .header .header-content .navbar .nav-link {
        font-family: "Arial", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: #ffffff;
        position: relative;
        margin: 0 1em .125em;
        padding: .5em; }
      .header .header-content .navbar li > .nav-link:before {
        content: "";
        position: absolute;
        width: 0;
        height: 3px;
        left: 50%;
        bottom: 0;
        background: #ffffff;
        border-radius: 5px;
        transform-origin: center;
        transform: translateX(-50%);
        transition: .25s linear; }
      .header .header-content .navbar li > .nav-link.active, .header .header-content .navbar li > .nav-link:hover {
        color: #ffffff; }
      .header .header-content .navbar li > .nav-link.active:before, .header .header-content .navbar li > .nav-link:hover:before {
        width: 100%; }
      .header .header-content .navbar .dropdown-menu {
        text-align: center;
        min-width: 140px;
        font-size: 1.3rem;
        display: none;
        position: relative;
        background: #ffffff;
        border: none; }
        @media (min-width: 1024px) {
          .header .header-content .navbar .dropdown-menu {
            position: absolute;
            border: 1px solid rgba(0, 0, 0, 0.15); } }
        .header .header-content .navbar .dropdown-menu li > a {
          display: block;
          width: 100%;
          margin: 8px 0;
          padding: 5px;
          box-sizing: border-box; }
          .header .header-content .navbar .dropdown-menu li > a:hover {
            text-decoration: none; }
      .header .header-content .navbar .dropdown {
        position: relative; }
        .header .header-content .navbar .dropdown > .nav-link {
          margin-bottom: .125rem; }
        .header .header-content .navbar .dropdown > .dropdown-menu {
          transform: translate(-50%, 0%);
          left: 50%;
          margin-top: 0;
          opacity: 0;
          transition: opacity .4s ease-in-out; }
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translate(-50%, 10%); }
  to {
    opacity: 1;
    transform: translate(-50%, 0%); } }
        .header .header-content .navbar .dropdown:hover .dropdown-menu {
          display: block;
          animation: fade-in .4s ease-in-out forwards; }

.grand {
  width: 100%;
  display: flex;
  position: relative;
  padding-bottom: 136px; }
  .grand .row {
    flex: 1 1 auto; }
  .grand .left-side .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: .5rem; }
    @media (min-width: 1024px) {
      .grand .left-side .inner {
        padding-right: 4.18rem; } }
    .grand .left-side .inner .grand-excerpt {
      display: flex;
      flex-direction: column;
      text-transform: uppercase;
      font-family: "Arial Narrow", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 1.65rem;
      line-height: 1.65rem;
      text-align: right;
      color: #ffffff;
      margin-right: -2rem; }
      .grand .left-side .inner .grand-excerpt small {
        font-size: 0.5625em; }
      .grand .left-side .inner .grand-excerpt a {
        color: inherit; }
  .grand .right-side .inner {
    padding-top: 64px;
    padding-left: 8px;
    max-width: 376px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .grand .right-side .inner .grand-big-title {
      font-family: "Arial", sans-serif;
      font-style: normal;
      font-weight: bold;
      text-align: center;
      font-size: 2.75rem;
      line-height: 3.5rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #FFFFFF;
      display: flex;
      flex-direction: column; }
      .grand .right-side .inner .grand-big-title small {
        font-size: 0.62em; }
      @media (min-width: 1024px) {
        .grand .right-side .inner .grand-big-title {
          font-size: 3.75rem;
          line-height: 4.5rem; } }
    .grand .right-side .inner .grand-big-subtitle {
      font-family: "Georgia", sans-serif;
      font-style: italic;
      font-weight: normal;
      font-size: 16px;
      line-height: 28px;
      text-align: center;
      color: #FFFFFF;
      max-width: 325px;
      margin: 0 auto;
      padding-top: 20px; }
    .grand .right-side .inner .grand-button {
      background: #0c1b2e;
      border: 2px solid #ffffff;
      box-sizing: border-box;
      padding: 21px 40px;
      font-family: "Arial", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      flex: none;
      order: 0;
      align-self: center;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      margin-top: 30px;
      transition: background .3s ease-in-out; }
      .grand .right-side .inner .grand-button:hover {
        background: #2d9cdb; }
    .grand .right-side .inner .grand-button .text a {
      color: #ffffff !important;
      text-decoration: none; }
  .grand .grand-bottom-image {
    position: absolute;
    max-width: 60%;
    bottom: 0;
    left: 0; }

.excerpt {
  font-family: "Arial", sans-serif;
  font-size: 30px; }

.overview {
  background-color: #ffffff;
  padding: 0 15px 80px; }

.overview-title {
  padding-top: 60px;
  font-family: "Georgia", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 55px;
  color: #0c1b2e; }

.overview-subtitle {
  padding-top: 30px;
  font-family: "Georgia", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #0c1b2e; }

.overview-description {
  padding-top: 20px;
  font-family: "Georgia", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #0c1b2e; }

.overview-right-side {
  background-color: #f8f8f9;
  padding: 40px 52px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.right-side-title {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #0c1b2e; }

.overview-image {
  padding-top: 20px;
  display: flex;
  flex-direction: row; }

.button {
  display: flex;
  justify-content: center;
  padding-top: 20px; }

.right-side-btn {
  border: none;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  background-color: transparent;
  color: #0c1b2e;
  cursor: pointer; }

.main-socialmediaicons {
  padding-top: 5px; }

.overview-quote {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  padding-top: 30px;
  text-align: center;
  color: #0c1b2e; }

.overview-author {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  padding-top: 20px;
  text-align: center;
  letter-spacing: 0.05ex;
  color: #0c1b2e; }

.footer {
  background: #122645;
  min-height: 10%; }

.footer-text {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding: 20px; }

.bio a {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #2d9cdb !important; }
  .bio a:hover {
    color: #122645 !important; }

.bey a {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #2d9cdb !important; }
  .bey a:hover {
    color: #122645 !important; }
