* {
  box-sizing: border-box; }

@font-face {
  font-family: "Archia-Regular", sans-serif;
  src: url("./font/Archia-Regular.ttf") format("ttf"), url("./font/Archia-Regular.woff") format("woff"), url("./font/Archia-Regular.woff2") format("woff2"); }
.contact {
  position: relative;
  display: flex;
  max-width: 73%;
  margin: 0 auto;
  height: 60vh;
  padding-top: 20px; }

.center-list {
  max-width: 73%;
  margin: 0 auto;
  margin-top: -50px; }
  .center-list ul {
    padding: 0; }
    .center-list ul li {
      display: inline-block;
      font-size: 12px;
      letter-spacing: 7px;
      color: #b1b1b1;
      border-right: 1px solid;
      height: 12px;
      vertical-align: middle;
      padding: 0 15px; }
      .center-list ul li:last-child {
        border-right: none; }
      .center-list ul li:first-child {
        padding-left: 0px; }

.contact-left {
  flex: 50% 1 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .contact-left h3 {
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0; }

.contact-right {
  flex: 50% 1 1;
  display: flex;
  justify-content: end;
  align-items: end; }
  .contact-right .contact-right-head {
    text-align: right; }
  .contact-right h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase; }
  .contact-right hr {
    width: 90px;
    margin: 7px 0 7px auto;
    border: 1px solid #b1b1b1; }
  .contact-right p a {
    text-decoration: none;
    color: #b1b1b1;
    font-size: 14px; }
  .contact-right .right-cont-two {
    display: flex;
    justify-content: flex-end;
    padding-top: 40px; }
  .contact-right .press-enquiry {
    padding: 0px 20px 0 0; }
  .contact-right .join-team {
    /* The Modal (background) */
    /* Modal Content */
    /* The Close Button */ }
    .contact-right .join-team a .arrow-team {
      width: 15px;
      vertical-align: middle;
      margin-left: 8px; }
    .contact-right .join-team #myBtn {
      background: transparent;
      color: #b1b1b1;
      padding: 12px 0 0 0px;
      border: none;
      cursor: pointer; }
    .contact-right .join-team .arrow-team {
      width: 13px;
      vertical-align: middle;
      margin-left: 7px; }
    .contact-right .join-team .modal {
      display: none;
      position: fixed;
      z-index: 1;
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-color: #000; }
    .contact-right .join-team .modal-content {
      background-color: #000;
      margin: 0 auto;
      padding: 0px;
      width: 60%; }
    .contact-right .join-team .close {
      float: left;
      margin: 11px; }
    .contact-right .join-team .close:hover,
    .contact-right .join-team .close:focus {
      color: #fff;
      text-decoration: none;
      cursor: pointer; }
    .contact-right .join-team input,
    .contact-right .join-team textarea {
      color: white;
      width: calc(100% - 18px);
      padding: 8px;
      margin-bottom: 20px;
      border: none;
      border-bottom: 1px solid #feffff;
      outline: none;
      background: transparent;
      outline: none;
      font-size: 13px;
      font-family: "Archia-Regular", sans-serif; }
    .contact-right .join-team input::placeholder {
      color: #fff; }
    .contact-right .join-team textarea::placeholder {
      color: #fff; }
    .contact-right .join-team .submit {
      margin-left: 20px;
      width: 15%;
      padding: 12px 10px;
      border: none;
      background: #ffffff;
      font-size: 16px;
      font-weight: 400;
      color: #000;
      display: block; }
    .contact-right .join-team button:hover {
      background: #2371a0; }

/* Mobile Toggle */
.nav-toggle {
  display: none;
  position: absolute;
  right: 1rem;
  top: 2.5rem;
  cursor: pointer; }

.nav-toggle img {
  width: 1.5rem;
  transition: 300ms all ease; }

.nav-toggle:hover img {
  opacity: 0.6;
  z-index: 999; }

.open {
  height: 100vh; }

.hidden {
  display: none; }

@media only screen and (max-width: 1024px) {
  body {
    padding: 0; }

  header {
    position: relative;
    left: 0;
    z-index: 9999;
    width: 100%; }

  nav {
    height: 0;
    width: 100%;
    overflow: hidden;
    /* transition: 250ms height ease-in-out; */ }

  .nav-toggle {
    top: 1.5rem; }

  .open {
    top: -20px !important; }

  .swipe-our_process .swiper-pagination {
    width: 90% !important; }

  .contact {
    height: 80vh; }

  .contact-right {
    align-items: center; }
    .contact-right h5 {
      font-size: 25px;
      line-height: 26px; }
    .contact-right p a {
      text-decoration: none;
      color: #b1b1b1;
      font-size: 18px; }

  .contact-right .join-team .modal-content {
    position: absolute;
    left: 20%;
    top: 30%; }

  .contact-right .join-team #myBtn {
    padding: 15px 0 0 0px; }

  .contact-us-page {
    padding: 40px 0; } }
/* Mobile */
@media only screen and (max-width: 768px) {
  .open {
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    right: 0;
    transition: 250ms height ease-in-out;
    z-index: 99; }

  .nav-toggle {
    display: block;
    z-index: 999; } }
@media only screen and (max-width: 767px) {
  .info {
    padding-right: 15px; }

  .center-list {
    margin: 0;
    max-width: 100%; }
    .center-list ul {
      padding: 0;
      margin: 0;
      text-align: center; }

  .contact {
    max-width: 85%;
    height: 75vh; }

  .contact-left h3 {
    font-size: 30px; }

  .contact-right {
    width: 50%;
    align-items: center; }
    .contact-right .join-team .close {
      float: left; }
    .contact-right .join-team .modal-content {
      width: 80%; }
    .contact-right .join-team .submit {
      width: 35%; }

  .open {
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    right: 0;
    transition: 250ms height ease-in-out;
    z-index: 99; }

  .center-list ul li:first-child {
    padding-left: 8px; }

  .center-list ul li {
    padding: 0 8px; } }
.desktop-none {
  display: none !important; }
  @media all and (max-width: 900px) {
    .desktop-none {
      display: block !important; } }

.mb-none {
  display: inline-block !important; }
  @media all and (max-width: 900px) {
    .mb-none {
      display: none !important; } }

/*# sourceMappingURL=style-contact.css.map */
