/* Variables */
:root {
  --accent: #fff;
  --accentalt: #000000b0;
}

.page-id-775 .mttn-cont .mttn-padd:nth-child(5) {
    display: none;
}

/* Variables END */
body, html {
  overscroll-behavior: none;
  background: #000 !important;
}

[data-index="1"] {
  z-index: 1;
}

[data-index="2"] {
  z-index: 2;
}

[data-index="3"] {
  z-index: 3;
}

[data-index="4"] {
  z-index: 4;
}

#nx-home {}

#nx-home .carousel-indicators {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 50px;
  left: auto;
  bottom: 50px;
}

#nx-home .carousel-indicators li {
  width: 150px;
  height: 5px;
  margin: 0 20px 0 0;
  text-indent: 0;
  position: relative;
  border: none;
}

#nx-home .carousel-indicators li:last-of-type {
  margin: 0;
}

#nx-home .carousel-indicators li p {
  position: absolute;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  top: 0;
  left: 0;
  transform: translateY(-95%);
  line-height: 1;
  font-size: 30px;
  width: 100%;
  padding-bottom: 5px;
}

#nx-home .carousel-inner .carousel-item {
  position: relative;
  height: 100vh;
  width: 100vw;
  background: #ebebeb;
}

#nx-home .carousel-inner .carousel-item:nth-child(even) {
  background: #f1f1f1;
}

.caroland-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.caro-desc {
  align-self: flex-end;
  margin-right: 12vw;
}

.caroland-item .caroland-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.caroland-item .caroland-base:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200vh 55vw 0 0;
  border-color: var(--accentalt) transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.caroland-item .caroland-base:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100vw 45vw;
  border-color: transparent transparent var(--accentalt) transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.caroland-item span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 8vw;
  line-height: 1;
  color: #fff;
  position: relative;
  display: inline;
  text-shadow: 1px 1px 10px #333333b5;
}

.caroland-item .caroland-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  filter: grayscale(0.5);
}

.caroland-top-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  pointer-events: all;
}

.caroland-top-cont .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15vw;
}

.caroland-top-cont .logo svg {
  width: 15vw;
  height: auto;
}

.caroland-top-cont .logo svg path {
  fill: #fff;
}

.head-cont {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100px;
  background: #00000096;
}

.head-cont[data-type="int"] {
  background: #000;
  animation-duration: 1s;
  animation-delay: 500ms;
}

.menu-btn {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  transform-origin: center;
  font-size: 15px;
  user-select: none;
  cursor: pointer;
}

.menu-btn span:first-of-type {
  opacity: 1;
}

.menu-btn span:last-of-type {
  position: absolute;
  top: -15%;
  left: 22%;
  display: none;
}

.menu-btn.menu-active span:last-of-type {
  display: block;
}

.menu-btn.menu-active span:first-of-type {
  opacity: 0.5;
}

.menu-btn span:last-of-type svg {
  width: 30px;
  height: auto;
}

.menu-btn span:last-of-type svg path {
  fill: #fff;
}

.menu-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-logo svg {
  width: 50px;
  height: auto;
}

.menu-logo svg path {
  fill: #fff;
}

.head-cont ul {
  margin: 0;
  position: absolute;
  bottom: 80px;
  width: 100%;
}

.head-cont ul li {
  list-style: none;
  display: table;
  margin: 0 auto;
}

.head-cont ul li:first-of-type {
  margin-bottom: 20px;
}

.head-cont ul li a {
  display: inline-block;
}

.head-cont ul li a svg {
  width: auto;
  height: 25px;
  margin: 0 auto;
}

.head-cont ul li a svg path {
  fill: #fff;
}

.ab-info-cont {
  position: relative;
  height: 100vh;
  width: 100%;
  padding: 0px 0px 0px 100px;
  display: table;
  animation-duration: 1.5s;
}

.ab-info-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: #000;
  min-height: 100vh;
  padding: 50px 100px;
}

.ab-info-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1vw;
  line-height: 1.8;
  color: #fff;
  margin: 0;
}

.ab-info-content h3 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.3;
  font-size: 3vw;
}

.ab-info-cont .col-xl-6:nth-child(even) .ab-info-content {
  background: #000;
}

.ab-info-btn {
  background: #fff;
  color: #000;
  position: absolute;
  user-select: none;
  font-size: 22px;
  font-weight: 600;
}

.ab-info-btn[data-pos="br"] {
  bottom: 0;
  right: 0;
}

.ab-info-btn[data-pos="bl"] {
  bottom: 0;
  left: 0;
}

.ab-info-btn[data-pos="tl"] {
  top: 0;
  left: 0;
}

.ab-info-btn[data-pos="tr"] {
  top: 0;
  right: 0;
}

.ab-info-btn a {
  display: inline-block;
  padding: 20px 20px;
}

.ab-info-btn a svg {
  width: 8px;
  height: auto;
  display: inline;
  margin-left: 3px;
}

.ab-info-btn a svg path {
  fill: #000;
}

.ab-info-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ab-info-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 80vw 0 0;
  border-color: #000 transparent transparent transparent;
}

.ab-info-img:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 80vw;
  border-color: transparent transparent #000 transparent;
}

.ab-info-item {
  position: relative;
  width: 100%;
  height: 100%;
  background: red;
}

.ab-info-content .carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ab-info-content .carousel-inner {
  height: 100%;
}

.ab-info-content .carousel-item {
  height: 100%;
}

.ab-info-content .carousel-indicators {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  bottom: 20px;
  left: 20px;
}

.ab-info-content .carousel-indicators li {
  border: none;
  margin: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: inherit;
  border: 2px solid #fff;
}

.ab-info-content .carousel-indicators li:last-of-type {
  margin-right: 0;
}

.ab-info-arrow-cont {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: none;
  animation-duration: 500ms;
}

.carousel:hover .ab-info-arrow-cont {
  display: block;
}

.ab-info-arrow-cont ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.ab-info-arrow-cont ul li {
  list-style: none;
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.ab-info-arrow-cont ul li:hover {
  background: #ebebeb;
}

.ab-info-arrow-cont ul li:active {
  background: #f9f9f9;
}

.ab-info-arrow-cont ul li:first-of-type {
  margin-right: 8px;
}

.ab-info-arrow-cont ul li svg {
  width: 15px;
  height: auto;
  margin: 0 auto;
}

.ab-info-arrow-cont ul li svg path {}

.ab-info-strip-desc {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.ab-info-strip-desc:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 150vw 0 0;
  border-color: #000000 transparent transparent transparent;
  z-index: 1;
}

.ab-info-strip-desc:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 100px 150vw;
  border-color: transparent transparent #000000 transparent;
  z-index: 1;
}

.ab-info-strip-desc h3 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin: 0;
  font-size: 4vw;
  padding: 0 10%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 1px 1px 10px #3333335e;
  position: relative;
}

.ab-info-strip-desc .ab-info-strip-btns {
  display: table;
  margin: 0 auto;
}

.ab-info-strip-desc .ab-info-strip-btns .strip-btn:first-of-type {
  margin-left: 0;
}

.ab-info-strip-desc .strip-btn {
  display: inline-block;
  position: relative;
  user-select: none;
  margin: 2.5vw auto 0;
  line-height: 1;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.1vw;
  overflow: hidden;
  font-weight: 600;
  margin-left: 25px;
}

.ab-info-strip-desc .strip-btn:hover {
  color: #000;
}

.ab-info-strip-desc .strip-btn:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: top 300ms ease;
}

.ab-info-strip-desc .strip-btn:hover:before {
  top: 0;
  transition: top 300ms ease;
}

.ab-info-strip-desc .strip-btn a {
  display: inline-block;
  padding: 25px 20px;
  position: relative;
}

.ab-info-strip-desc .strip-btn a svg {
  width: 10px;
  height: auto;
  display: inline;
  margin-left: 3px;
}

.ab-info-strip-desc .strip-btn a svg path {
  fill: #fff;
}

.ab-info-strip-desc .strip-btn:hover a svg path {
  fill: #000;
}

.ab-info-strip-desc .strip-btn:hover svg {}

.ab-info-strip-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
}

.ab-info-vid-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ab-info-vid-cont .ab-info-vid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 500ms ease;
}

.ab-info-vid-cont .ab-info-vid-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  transition: opacity 500ms ease;
}

.ab-info-vid-cont:hover .ab-info-vid-bg {
  transform: scale(1.04);
  transition: transform 500ms ease;
}

.ab-info-vid-cont:hover .ab-info-vid-bg:before {
  opacity: 0.7;
  transition: opacity 500ms ease;
}

.ab-info-vid-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ab-info-vid-play:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 0 80vw;
  border-color: transparent transparent transparent #000;
}

.ab-info-vid-play:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80vw 200px 0;
  border-color: transparent #000 transparent transparent;
}

.ab-info-vid-play svg {
  margin: 0 auto;
  width: 80px;
  height: auto;
  cursor: pointer;
  opacity: 0.2;
  transition: opacity 500ms ease;
}

.ab-info-vid-play:hover svg {
  opacity: 1;
  transition: opacity 500ms ease;
}

.ab-info-vid-play svg path {
  fill: #fff;
}

.ab-info-vid-modal {}

.ab-info-vid-modal .modal-dialog {
  max-width: 60%;
}

.ab-info-vid-modal .modal-content {
  border: none;
  border-radius: 0;
  height: auto;
  background-color: inherit;
}

.ab-info-vid-modal .modal-content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 200px 0;
  border-color: transparent #fff transparent transparent;
  transform: translate(10%, -10%);
}

.ab-info-vid-modal .modal-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 0 200px;
  border-color: transparent transparent transparent #ffff;
  transform: translate(-10%, 7%);
}

.ab-info-vid-modal .modal-body {
  padding: 0;
  border: none;
  border-radius: 0;
  animation-duration: 1s;
  z-index: 1;
}

.ab-info-vid-modal .modal-body video {
  width: 100%;
}

.ab-info-test-cont {}

.ab-info-test-cont .carousel-indicators {
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}

.ab-test-item {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ab-test-item .ab-test-desc {
  width: 50%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

.ab-test-item .ab-test-desc {}

.ab-test-item .ab-test-desc p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  color: #afafaf;
  animation-duration: 1s;
}

.ab-test-item .ab-test-desc p:before {
  content: '" ';
}

.ab-test-item .ab-test-desc p:after {
  content: ' "';
}

.ab-test-item .ab-test-desc h4 {
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  user-select: none;
  animation-duration: 1s;
  animation-delay: 1s;
  font-size: 35px;
}

.ab-test-item .ab-test-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #040404;
  overflow: hidden;
  opacity: 0.3;
}

.carousel-item:nth-child(odd) .ab-test-item .ab-test-img {}

.carousel-item:nth-child(even) .ab-test-item .ab-test-img {
  left: auto;
  right: 0;
}

.menu-mob-cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0d0d0d;
  padding: 50px 50px 50px 150px;
  z-index: 998;
  display: none;
  animation-duration: 800ms;
}

.menu-mob-cont.menu-active {
  display: flex;
}

.menu-mob-desc {
  align-self: center;
}

.menu-mob-cont ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.menu-mob-cont ul li {
  color: #fff;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  user-select: none;
  text-transform: uppercase;
  font-size: 2.5vw;
  display: table;
  position: relative;
}

.menu-mob-cont ul li.current_page_item:before {
  content: '';
  height: 100%;
  width: 100%;
}

.menu-mob-cont ul li.current_page_item {
  color: #000;
}

.menu-mob-cont ul li:before {
  content: '';
  width: 0%;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.menu-mob-cont ul li:hover:before {
  width: 100%;
  transition: all 500ms ease;
}

.menu-mob-cont ul li a {
  display: inline-block;
  padding: 20px 20px;
  position: relative;
}

.ctc-cont {
  position: relative;
  height: 100vh;
  width: 100%;
  background: #0d0d0d;
  padding: 0 0 0 100px;
  display: table;
}

.ctc-cont .col-xl-6:last-of-type .ctc-content {
  background: #000;
}

.ctc-content {
  min-height: 100vh;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ctc-content input {
  width: 100%;
  background-color: inherit;
  border: none !important;
  border-radius: 0 !important;
  line-height: 1;
  background: #000;
  padding: 18px 20px !important;
}

.ctc-content p:first-of-type input {
  margin-top: 0;
}

.ctc-content h3 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 40px;
  margin: 0 0 40px;
}

.ctc-content .wpcf7-response-output {
  display: none !important;
}

.ctc-content span[role="alert"] {
  position: absolute;
  top: 0;
  right: 0;
}

.ctc-content span.wpcf7-form-control-wrap {
  display: table;
  width: 100%;
}

.ctc-content textarea {
  position: relative;
  height: 100px;
  min-height: 50px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: inherit;
  border: none;
  border-radius: 0;
  padding: 0 0 10px;
  line-height: 1.3;
  transition: all 500ms ease;
  padding: 20px;
  background: #000;
}

.ctc-content textarea:focus {
  height: 150px;
  transition: all 500ms ease;
}

.ctc-content input::placeholder, .ctc-content textarea::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: #444;
  line-height: 1;
}

.ctc-content input, .ctc-content textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: #fff !important;
  margin-bottom: 20px;
}

.ctc-content input[type="submit"] {
  width: 200px;
  color: #000 !important;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  padding: 18px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}

.ctc-cont p {
  margin: 0;
}

.ctc-content .ctc-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.ctc-content .ctc-img h1 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: clamp(40px, 6vmin, 60px);
    line-height: 1;
    cursor: pointer;
    position: relative;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
    padding: 20px;
    user-select: none;
}

.ctc-content .ctc-img h1:before {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  height: 100%;
  width: 50%;
  background: #000;
  z-index: -1;
  transition: top .5s ease;
}

.ctc-content .ctc-img h1:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  height: 100%;
  width: 50%;
  background: #000;
  z-index: -1;
  transition: top .5s ease;
}

.ctc-content .ctc-img h1:hover:before {
  top: 0;
}

.ctc-content .ctc-img h1:hover:after {
  top: 0;
}

.menu-mob-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.ptitle-cont {}

.ptitle-cont h1 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  z-index: 9;
  position: fixed;
  left: 130px;
  top: 58px;
  user-select: none;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  animation-duration: 1s;
  padding: 20px;
  background: #000;
}

.team-caro-cont #team-caro {
  padding: 0 0 0 100px;
  overflow: hidden;
  height: 100vh;
}

.team-caro-cont #team-caro .carousel-indicators {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  bottom: 50px;
}

.team-caro-cont #team-caro .carousel-indicators li {
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 8px 0 0;
  height: 20px;
  width: 20px;
  background-color: inherit;
}

.team-caro-cont #team-caro .carousel-indicators li:last-of-type {
  margin: 0;
}

.team-caro-cont #team-caro .carousel-indicators li.active {}

.team-caro-cont #team-caro .carousel-inner {
  height: 100%;
}

.team-caro-cont #team-caro .carousel-inner .carousel-item {
  height: 100%;
}

.team-caro-cont #team-caro .team-caro-item {
  height: 100vh;
  width: 100%;
  position: relative;
}

.team-caro-cont #team-caro .team-caro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100vh;
}

.team-caro-cont #team-caro .team-caro-prof {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-duration: 1s !important;
  animation-delay: 400ms;
}

.team-caro-cont #team-caro .team-caro-prof:before {}

.team-caro-cont #team-caro .team-caro-desc {
  width: 70%;
  margin: 0 auto;
}

.team-caro-cont #team-caro .team-caro-desc h3 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.5;
  font-size: 3vmin;
}

.team-caro-cont #team-caro .team-caro-desc p {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  line-height: 1.8;
  font-size: 15px;
  margin: 0;
}

.team-caro-cont #team-caro .team-caro-desc ul {
  margin: 30px 0 0;
  padding: 0;
}

.team-caro-cont #team-caro .team-caro-desc ul li {
  list-style: none;
  display: inline-flex;
  margin: 0 10px 0 0;
}

.team-caro-cont #team-caro .team-caro-desc ul li:last-of-type {
  margin: 0;
}

.team-caro-cont #team-caro .team-caro-desc ul li a {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-caro-cont #team-caro .team-caro-desc ul li svg {
  width: auto;
  height: 25px;
  align-self: center;
}

.team-caro-cont #team-caro .team-caro-desc ul li svg path {}

ul.team-caro-arrow-cont {
  position: absolute;
  bottom: 50px;
  left: 50%;
  font-size: 0;
}

ul.team-caro-arrow-cont li {
  width: 70px;
  height: 70px;
  list-style: none;
  background: #fff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 8px 0 0;
  cursor: pointer;
}

ul.team-caro-arrow-cont li:hover {
  background: #f3f3f3;
}

ul.team-caro-arrow-cont li:last-of-type {
  margin: 0;
}

ul.team-caro-arrow-cont li svg {
  width: 20px;
  height: auto;
  margin: 0 auto;
}

ul.team-caro-arrow-cont li svg path {
  fill: #000;
}

.foot-cont {
  display: flex;
  padding: 50px 0;
  margin-left: 100px;
}

.foot-cont .foot-top {
  margin: 0 auto;
  cursor: pointer;
}

.foot-cont .foot-top svg {
  width: 50px;
  height: auto;
  margin: 0 auto;
}

.foot-cont .foot-top svg path {
  fill: #fff;
}

.foot-cont .foot-top svg circle {
  stroke: #fff;
}

[data-key="test"] {
  min-height: 60vh;
}

[data-key="strip"] {
  min-height: 75vh;
}

.gal-cont {
  padding-left: 100px;
}

.soci-cont {
  padding-left: 100px;
  padding-top: 150px;
}

.soci-cont .wrapper {
  margin: 20px;
  margin-left: 0;
}

[data-key="twitter"] {
  background: #fff;
  padding: 20px;
}

[data-key="twitter"] h3 {
  background: #000 !important;
  color: #fff !important;
  margin-left: -20px !important;
  margin-top: -20px;
}

[data-key="twitter"] h3 svg {}

[data-key="twitter"] h3 svg path {
  fill: #fff !important;
}

.soci-cont h3, .gal-cont h3 {
  line-height: 1;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 15px 20px;
  background: #fff;
  display: table;
  z-index: 1;
  position: relative;
  user-select: none;
}

.soci-cont h3 svg, .gal-cont h3 svg {
  height: auto;
  width: 12px;
  display: inline;
  position: relative;
  bottom: 2px;
}

.soci-cont h3 svg path, .gal-cont h3 svg path {
  fill: #000;
}

[data-key="about-test"] {}

[data-key="about-test"] p {
  font-size: 3.2vmin !important;
}

[data-key="about-test"] h3 {
  font-size: 3vmin !important;
  margin-top: 4vmin !important;
}

[data-key="gin-cta"]:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 50px 0;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

[data-key="gin-cta"] {}

[data-key="gin-cta"]:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 100vw;
  border-color: transparent transparent transparent #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

[data-key="about-text"] content {
  justify-content: flex-start !important;
  text-align: center;
}

[data-key="about-text"] content p {
  font-size: 2vmin !important;
}

[data-key="join"] {}

[data-key="join"] .ctc-content {
  min-height: auto;
}

[data-key="join"] .modal-content {
  background: #0d0d0d;
}

[data-key="join"] .modal-body {
  background: #0d0d0d;
}

[data-key="join"] p.upload {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-size: 2vmin;
  font-weight: 600;
  margin: 1vmin 0 0;
}

[data-key="join"] input[type="file"] {
  background: transparent;
  padding: 3vmin 0 2vmin !important;
  line-height: 1.8;
}

[data-key="join"] input[type="file"] button {
  background: #fff;
}

[data-key="service-image-right"]:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 50vw;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

[data-key="service-image-right"]:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 40px 0;
  border-color: transparent #000000 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

[data-key="service-image-right"] .img-frame {
  filter: grayscale(1);
  transition: all .5s ease;
}

[data-key="service-image-right"]:hover .img-frame {
  filter: grayscale(0);
  transition: all .5s ease;
}

[data-key="service-image-left"]:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50vw;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

[data-key="service-image-left"]:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50vw 0 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-key="service-image-left"] .img-frame {
  filter: grayscale(1);
  transition: all .5s ease;
}

[data-key="service-image-left"]:hover .img-frame {
  filter: grayscale(0);
  transition: all .5s ease;
}

[data-key="about-world"] {
  filter: grayscale(1) !important;
  opacity: 0.2;
}

.photomosaic span img {
  filter: grayscale(1) !important;
}

.nab-caro-cont {
  position: relative;
  min-height: 75vh;
  display: grid;
  padding-left: 100px;
  overflow: hidden;
}

.nab-caro-cont:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8vmin calc(100vw - 100px);
  border-color: transparent transparent #000000 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.nab-caro-cont #nab-caro {
  position: relative;
  height: 100%;
  display: block;
}

.nab-caro-cont #nab-caro .carousel-item:nth-child(2) desc {
    top: 28%;
}

.nab-caro-cont #nab-caro .carousel-indicators {
  display: table;
  margin: 0 0 2vmin;
  padding: 0;
  font-size: 0;
  width: 100%;
  text-align: center;
  transform-origin: center;
  transform: rotate(-2.1deg) translateX(25%);
}

.nab-caro-cont #nab-caro .carousel-indicators li {
  display: inline-block;
  height: 3.5vmin;
  width: 3.5vmin;
  border-radius: 50%;
  margin: 0 0.4vmin;
  border: 0;
  opacity: 1;
  vertical-align: middle;
}

.nab-caro-cont #nab-caro .carousel-indicators li.active {
  background-color: #000;
  border: 0.2vmin solid #fff;
  height: 3.3vmin;
  width: 3.3vmin;
}

.nab-caro-cont #nab-caro .carousel-indicators li:first-of-type {
  margin-left: 0;
}

.nab-caro-cont #nab-caro .carousel-indicators li:last-of-type {
  margin-right: 0;
}

.nab-caro-cont #nab-caro .carousel-indicators li.active {}

.nab-caro-cont #nab-caro .carousel-inner {
  height: 100%;
  display: block;
}

.nab-caro-cont #nab-caro .carousel-inner .carousel-item {
  height: 100%;
}

.nab-caro-cont #nab-caro .carousel-inner .carousel-item content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  padding: 15vmin;
}

.nab-caro-cont #nab-caro .carousel-inner .carousel-item .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nab-caro-cont #nab-caro .carousel-inner .carousel-item .img-frame:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(37deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.7021183473389356) 42%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}

.nab-caro-cont #nab-caro .carousel-inner .carousel-item desc {
  position: relative;
  color: #fff;
  width: 45%;
}

.nab-caro-cont #nab-caro .carousel-inner .carousel-item desc h3 {
    margin-left: 4vmin;
    font-size: 4.5vmin;
}

.nab-caro-cont #nab-caro .carousel-inner .carousel-item desc h4 {
    margin-left: 4vmin;
    font-size: 2.5vmin;
    margin-top: 2vmin;
}

.nab-caro-cont #nab-caro .carousel-inner .carousel-item desc p {
  font-size: 3vmin;
  line-height: 1.7;
  position: relative;
  z-index: 1;
  margin: 0 0 3vmin;
}

.nab-caro-cont #nab-caro .carousel-inner .carousel-item desc p:before {
  content: '" ';
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  line-height: 1;
  font-size: 30vmin;
  opacity: 0.15;
  transform: translate(-35%, -20%);
  pointer-events: none;
}

.nab-caro-cont #nab-caro .carousel-inner .carousel-item desc p:after {
  content: ' "';
  font-weight: 600;
}

.nab-info-cont {
  position: relative;
  padding: 15vmin 0 15vmin 100px;
}

.nab-info-cont content {
  display: block;
  color: #fff;
  padding: 0 10vmin;
  text-align: center;
}

.nab-info-cont content h3 {
  font-size: 5vmin;
  margin: 0 0 3vmin;
}

.nab-info-cont content p {
  font-size: 1.9vmin;
  line-height: 1.8;
}

.nab-strip-cont {
  padding-left: 100px;
  color: #fff;
  text-align: center;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.nab-strip-cont:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5vmin calc(100vw - 100px) 0 0;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 1;
}

.nab-strip-cont:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5vmin calc(100vw - 100px);
  border-color: transparent transparent #000000 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.nab-strip-cont .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nab-strip-cont .img-frame:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.nab-strip-cont h3 {
  margin: 0 0 5vmin;
  font-size: 8vmin;
  position: relative;
  line-height: 1;
}

.nab-strip-cont button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: none;
  position: relative;
}

.nab-strip-cont button a {
  padding: 2.5vmin 4vmin;
  border: 1px solid #fff;
  display: block;
  position: relative;
  overflow: hidden;
}

.nab-strip-cont button a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all .3s ease;
}

.nab-strip-cont button:hover a:before {
  top: 0;
  transition: all .3s ease;
}

.nab-strip-cont button a p {
  margin: 0;
  color: #fff;
  user-select: none;
  font-size: 2vmin;
  line-height: 1;
  position: relative;
  transition: all .3s ease;
}

.nab-strip-cont button:hover a p {
  color: #000;
  transition: all .3s ease;
}

.nab-map-cont {
  position: relative;
  padding: 15vmin 0 15vmin 100px;
}

.nab-map-cont video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  padding-left: 100px;
  user-select: none;
}

.nab-map-cont desc {
  padding: 0 15%;
  display: block;
  color: #fff;
  position: relative;
}

.nab-map-cont desc h3 {
  font-size: 3.5vmin;
  line-height: 1.6;
  font-weight: 500;
}

.serv-cont {
  position: relative;
  padding-left: 100px;
  overflow: hidden;
}

.serv-cont content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 40vh;
  position: relative;
}

.serv-cont content desc {
  color: #fff;
  padding: 10vmin;
}

.serv-cont content desc h3 {
  position: relative;
  font-size: 5vmin;
  line-height: 1;
  margin: 0 0 3vmin;
  padding: 0 0 3vmin;
}

.serv-cont content desc h3:before {
  content: '';
  position: absolute;
  width: 25%;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #fff;
}

.serv-cont content desc p {
  line-height: 1.8;
  font-size: 2vmin;
  margin: 0;
}

.serv-cont content .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  transition: filter .3s ease;
}

.serv-cont .row:hover content .img-frame {
  filter: grayscale(0);
  transition: filter .3s ease;
}

.serv-cont .serv-img content:before {
  content: '';
  position: absolute;
  top: 3%;
  left: -3%;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.serv-cont .row:nth-child(2n) .serv-img content:before {
  left: 3%;
}

.serv-cont .row:nth-child(2n) .col-xl-6:first-of-type {
  order: 1;
}

.serv-cont .serv-img {
  padding: 5vmin !important;
}

.accred-cont {
  position: relative;
  padding: 10vmin 10vmin 10vmin calc(10vmin + 100px);
  display: grid;
  pointer-events: none;
}

.accred-cont content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height;
}

.accred-cont content img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
  user-select: none;
}

.mttn-cont {
  position: relative;
  padding: 15vmin 5vmin 10vmin calc(5vmin + 100px);
}

.mttn-cont .mttn-padd {
    padding: 4vmin;
}

.mttn-cont content {
  display: block;
  position: relative;
  min-height: 45vmin;
  cursor: default;
}

.mttn-cont content:before {
  content: '';
  position: absolute;
  top: 3%;
  left: 3%;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.mttn-cont content .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mttn-cont content ul.social {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
  margin: 0;
  padding: 0;
  font-size: 0;
  border: none;
  z-index: 2;
}

.mttn-cont content ul.social li {
  display: inline-flex;
  margin: 0 0.5vmin;
  vertical-align: top;
}

.mttn-cont content desc {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  color: #fff;
  padding: 2.5vmin;
  opacity: 0;
  transition: opacity .5s ease;
  text-align: center;
}

.mttn-cont content:hover desc {
  opacity: 1;
  transition: opacity .5s ease;
}

.mttn-cont content desc h3 {
    font-size: 2.3vmin;
    line-height: 1.4;
    margin: 0 0 0.4vmin;
}

.mttn-cont content desc h4 {
  position: relative;
    font-size: 1.6vmin;
    line-height: 1.4;
    margin-bottom: 2vmin;
    color: #a3a3a3;
    padding-bottom: 2vmin;
}

.mttn-cont content desc h4:before {
  content: '';
  width: 30%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mttn-cont content desc p {
  font-size: 1.4vmin;
  line-height: 1.7;
  margin: 0;
}

.mttn-cont content ul.social li a {
  display: flex;
  height: 6vmin;
  width: 6vmin;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
}

.mttn-cont content ul.social li a svg {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 40%;
}

.mttn-cont content ul.social li a svg path {
  fill: #000;
}

.mttn-cont content .mttn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: #000;
  opacity: 0;
  transition: opacity .5s ease;
}

.mttn-cont content:hover .mttn-overlay {
  opacity: 0.8;
  transition: opacity .5s ease;
}

.mttn-cont content:hover .mttn-overlay:before {
  left: 0;
  transition: left .5s ease;
}

.mttn-cont content:hover .mttn-overlay:after {
  left: 0;
  transition: left .5s ease;
}

.mttn-cont content .mttn-overlay:after {}

.mob-mtt-cont {
  position: relative;
  min-height: calc(100vh - 88.5px);
  margin-top: 88.5px;
  display: grid;
}

.mob-mtt-cont content {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.mob-mtt-cont content .img-frame {
  display: block;
  position: relative;
  padding-top: calc(50vh - 44px);
}

.mob-mtt-cont #mttn-mob {
  height: 100%;
}

.mob-mtt-cont #mttn-mob .carousel-inner {
  height: 100%;
}

.mob-mtt-cont #mttn-mob .carousel-item {
  height: 100%;
}

.mob-mtt-cont #mttn-mob .carousel-item desc {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding: 7vmin;
    text-align: center;
    color: #fff;
}

.mob-mtt-cont #mttn-mob .carousel-item desc h3 {
    font-size: 5vmin;
    line-height: 1.4;
    margin: 0 0 0.4vmin;
}

.mob-mtt-cont #mttn-mob .carousel-item desc h4 {
    position: relative;
    font-size: 3.5vmin;
    line-height: 1.4;
    margin-bottom: 4vmin;
    color: #a3a3a3;
    padding-bottom: 4vmin;
}

.mob-mtt-cont #mttn-mob .carousel-item desc h4:before {
  content: '';
  width: 30%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mob-mtt-cont #mttn-mob .carousel-item desc p {
    font-size: 2.8vmin;
    line-height: 1.7;
    margin: 0;
}

.desk-hide {
  display: none;
}

.mob-mtt-cont #mttn-mob .carousel-item ul.social {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.mob-mtt-cont #mttn-mob .carousel-item ul.social li {
  display: inline-block;
}

.mob-mtt-cont #mttn-mob .carousel-item ul.social li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 12vmin;
  width: 12vmin;
  background: #fff;
  border-radius: 50%;
  margin: 0 1vmin;
}

.mob-mtt-cont #mttn-mob .carousel-item ul.social li a svg {
  display: block;
  margin: 0 auto;
  height: 40%;
  width: auto;
}

.mob-mtt-cont #mttn-mob .carousel-item ul.social li a svg path {
  fill: #000;
}

.mtt-center {
    margin: 0 auto;
}

#team-join {}
#team-join .modal-content {
    border: none;
    border-radius: 0;
}
#team-join .modal-content .modal-body {
    padding: 0;
    background: #000;
}
#team-join .modal-content .modal-body .content {
    position: relative;
    display: grid;
    grid-template-areas:
        '. .';
    grid-template-columns: 50% 1fr;
    grid-gap: 0;
    align-items: center;
}
#team-join .modal-content .modal-body .content .img-frame {
    height: 100%;
}
#team-join .modal-content .modal-body .content .form {
    position: relative;
    padding: 50px;
}
#team-join .modal-content .modal-body .content .form input {
    width: 100%;
    display: block;
    min-width: auto;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
    font-size: 18px;
    padding: 0 0 6px 0px;
    color: #fff;
}

#team-join .modal-content .modal-body .content .form input::placeholder {
  color: #f3f3f3;
}

#team-join .modal-content .modal-body .content .form input[type="submit"] {
    border: none;
    padding: 20px;
    background: #fff;
    color: #000;
}

#team-join .modal-content .modal-body .content .form input[type="file"] {
    padding: 0;
    border: none;
}

#team-join .modal-content .modal-body .content .form p {
    width: auto;
    color: #fff;
}

/** Media Queries **/
@media screen and (max-width: 1200px) {
  .ab-test-item .ab-test-desc p {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 991px) {

  #team-join .modal-content .modal-body .content .img-frame {
    display: none;
}

  #team-join .modal-content .modal-body .content {grid-template-areas:
'.';grid-template-columns: 1fr;}

  .nab-caro-cont #nab-caro .carousel-inner .carousel-item desc h4 {
    line-height: 1.5;
}

  .nab-caro-cont #nab-caro .carousel-inner .carousel-item content {
    min-height: 500px;
}

  .nab-caro-cont #nab-caro .carousel-item:nth-child(2) desc {
    top: 0
    ;
}

  .nab-caro-cont #nab-caro .carousel-indicators li.active {
    background-color: #000;
    border: 0.2vmin solid #fff;
    height: 5.3vmin;
    width: 5.3vmin;
}

  .nab-caro-cont #nab-caro .carousel-indicators li {
    height: 6.5vmin;
    width: 6.5vmin;
    margin: 0 7px;
}

  .nab-caro-cont #nab-caro .carousel-inner .carousel-item desc p {
    font-size: 4vmin;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    margin: 0 0 3vmin;
}

  .nab-strip-cont button a p {
    margin: 0;
    color: #fff;
    user-select: none;
    font-size: 5vmin;
    line-height: 1;
    position: relative;
    transition: all .3s ease;
}

  .nab-info-cont content p {
    font-size: 4vmin;
    line-height: 1.8;
}

  .nab-info-cont content h3 {
    font-size: 8vmin;
    margin: 0 0 3vmin;
}

  .nab-map-cont desc h3 {
    font-size: 4.5vmin;
    line-height: 1.6;
    font-weight: 500;
}

  .serv-cont content desc p {
    line-height: 1.8;
    font-size: 4vmin;
    margin: 0;
}

  .serv-cont content desc h3 {
    position: relative;
    font-size: 8vmin;
    line-height: 1;
    margin: 0 0 5vmin;
    padding: 0 0 5vmin;
}

  .serv-cont content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 34vh;
    position: relative;
}

  .serv-cont content desc h3:before {
    left: 50%;
    transform: translateX(-50%);
}

  .serv-cont content desc {
    text-align: center;
}

  .accred-cont {
    position: relative;
    padding: 10vmin 0;
    display: grid;
    overflow: hidden;
    width: 100%;
}

  .serv-text {
    order: 1;
  }

  .serv-cont {
      padding-left: 0px;
      margin-top: 88px;
  }

  .nab-strip-cont {
    min-height: 45vh;
}

  .nab-caro-cont #nab-caro .carousel-inner .carousel-item desc {
    position: relative;
    color: #fff;
    width: 100%;
}

  .nab-strip-cont {
    padding-left: 0px;
}

  .nab-strip-cont:before {
    border-width: 5vmin 100vw 0 0;
    left: 0;
}

  .nab-info-cont {
    position: relative;
    padding: 15vmin 0;
}

  .nab-map-cont video {
    padding-left: 0px;
}

  .nab-map-cont {
    position: relative;
padding: 15vmin 0;
  }

  .nab-caro-cont {
    padding: 0;
    margin-top: 88px;
    min-height: 40vh;
  }

  .desk-hide {
    display: block;
  }

  .mob-hide {
    display: none;
  }


  .team-caro-cont #team-caro .carousel-inner .carousel-item {
    height: auto;
  }

  [data-key="gin-cta"] p {
    font-size: 4vmin !important;
  }

  [data-key="about-text"] {
    text-align: center;
  }

  [data-key="about-text"] h3 {
    font-size: 8vmin !important;
  }

  [data-key="about-text"] p {
    font-size: 3vmin !important;
  }

  [data-key="service-text"] {
    text-align: center;
    min-height: 50vh !important;
  }

  [data-key="service-text"] h3 {
    font-size: 8vmin !important;
  }

  [data-key="service-text"] p {
    font-size: 3vmin !important;
  }

  [data-key="service-image-right"], [data-key="service-image-left"] {
    min-height: 30vh !important;
  }

  [data-key="service-image-right"]:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 40px 0;
    border-color: transparent #000000 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  [data-key="service-image-right"]:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 100vw;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  [data-key="service-image-left"]:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 100vw 0 0;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  [data-key="service-image-left"]:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 100vw;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }

  .gin-wrapper {
    padding-left: 0px !important;
  }

  .caroland-top-cont .logo {
    display: none;
  }

  .caroland-item .caroland-base:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200vh 200vw 0 0;
    border-color: var(--accentalt) transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
  }

  .caroland-item .caroland-base:after {
    display: none;
  }

  .caroland-item span {
    font-size: 11vw;
  }

  .caro-desc {
    align-self: center;
    margin-right: 0;
    text-align: center;
  }

  #nx-home .carousel-indicators {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 50%;
    left: auto;
    bottom: 50px;
    transform: translateX(50%) scale(0.7);
  }

  .menu-mob-cont ul li {
    font-size: 3.5vw;
  }

  .ctc-content input, .ctc-content textarea, .ctc-content input::placeholder, .ctc-content textarea::placeholder {
    font-size: 2.5vw;
  }

  .ctc-content h3 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 3.5vw;
    margin: 0 0 3vw;
  }

  .ctc-content {
    min-height: 100vh;
    padding: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ctc-cont .col-xl-6:last-of-type .ctc-content {
    background: #000;
    display: none;
  }

  .ctc-cont {
    padding: 0;
  }

  .team-caro-cont #team-caro .team-caro-desc ul {
    margin: 2vw 0 0;
    padding: 0;
  }

  .team-caro-cont #team-caro .team-caro-desc p {
    line-height: 1.8;
    font-size: 1.8vw;
  }

  .team-caro-cont #team-caro .team-caro-desc {
    width: 80%;
    margin: 0 auto;
  }

  .team-caro-cont #team-caro .team-caro-desc h3 {
    margin: 0 0 1.4vw;
    font-size: 4vw;
  }

  .team-caro-cont #team-caro .carousel-inner .carousel-item .row .col-xl-6:first-of-type {
    order: 1;
  }

  .team-caro-cont #team-caro .carousel-inner .carousel-item .row .col-xl-6:last-of-type .team-caro-content {}

  .team-caro-cont #team-caro .team-caro-content {
    min-height: 50vh;
  }

  ul.team-caro-arrow-cont li {
    width: 60px;
    height: 60px;
    margin: 0;
  }

  ul.team-caro-arrow-cont {
    position: absolute;
    top: 50%;
    left: auto;
    font-size: 0;
    right: 0;
    transform: translate(0%, -9%);
    z-index: 1;
  }

  .team-caro-cont #team-caro {
    padding: 0;
    overflow: hidden;
    height: 100%;
    text-align: center;
  }

  .gal-cont {
    padding-left: 0;
    padding: 0 3%;
  }

  .soci-cont .wrapper {
    margin: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .soci-cont {
    padding-left: 0;
    padding-top: 150px;
    padding: 70px 3% 0;
  }

  .ab-info-test-cont .carousel-indicators {
    bottom: 4vw;
  }

  .foot-cont {
    display: flex;
    padding: 50px 0;
    margin-left: 0;
  }

  .ab-test-item .ab-test-desc h4 {
    margin-top: 2vw;
    font-size: 3vw;
  }

  .ab-test-item .ab-test-desc p {
    font-size: 1.8vw;
  }

  .ab-test-item .ab-test-desc {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
  }

  .ab-info-strip-desc .strip-btn {
    font-size: 1.8vw;
  }

  .ab-info-content p {
    font-size: 1.8vw;
  }

  .ab-info-content h3 {
    font-size: 5vw;
  }

  .ab-info-content {
    padding: 0;
    text-align: center;
    min-height: 60vh;
  }

  .head-cont ul li:first-of-type {
    margin-bottom: 0;
  }

  .head-cont ul li {
    display: inline-block;
    width: auto;
    margin: 0 12vw;
    pointer-events: all;
  }

  .head-cont ul {
    bottom: 50%;
    transform: translateY(50%);
    display: flex;
    justify-content: center;
    pointer-events: none;
  }

  .ptitle-cont h1 {
    z-index: 99999;
    left: 20px;
    top: 2%;
    font-size: 2vw;
  }

  .ab-info-cont {
    padding: 0 5%;
    margin-top: 70px;
  }

  .head-cont {
    height: auto;
    width: 100%;
    background: #0b0b0b !important;
    display: flex;
    justify-content: center;
    padding: 20px;
  }

  .menu-logo {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }

  .menu-btn {
    position: absolute;
    left: auto;
    right: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .menu-logo svg {
    width: 80px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .ctc-content h3 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 4vw;
    margin: 0 0 5vw;
    line-height: 1;
  }

  .ctc-content input, .ctc-content textarea, .ctc-content input::placeholder, .ctc-content textarea::placeholder, .ctc-content input[type="submit"] {
    font-size: 3.2vw;
  }

  .team-caro-cont #team-caro .team-caro-desc p {
    line-height: 1.8;
    font-size: 2.2vw;
  }

  .team-caro-cont #team-caro .team-caro-desc {
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
  }

  .ab-test-item .ab-test-desc h4 {
    margin-top: 1.5vw;
    font-size: 3.8vw;
  }

  .ab-test-item .ab-test-desc p {
    font-size: 2.2vw;
  }

  .ab-info-strip-desc .strip-btn {
    font-size: 2.5vw;
  }

  .ab-info-content h3 {
    font-size: 6vw;
  }

  .ab-info-content p {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 575px) {

  .serv-cont {
    padding-left: 0px;
    margin-top: 70.31px;
}

  .nab-caro-cont {
    padding: 0;
    margin-top: 70px;
    min-height: 40vh;
}

.mob-mtt-cont content .img-frame {
  display: block;
  position: relative;
  padding-top: calc(50vh - 35px);
}

.mob-mtt-cont {
  position: relative;
  min-height: calc(100vh - 70.31px);
  margin-top: 70.31px;
}

  .caroland-item span {
    font-size: 15vw;
  }

  .menu-mob-desc {
    align-self: center;
    display: block;
    margin: 0 auto;
  }

  .menu-mob-cont {
    padding: 0;
  }

  .menu-mob-cont ul li {
    font-size: 4.5vw;
    margin: 0 auto;
  }

  .menu-mob-bg {
    background-position: 93% center !important;
  }

  .ctc-content h3 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 6vw;
    margin: 0 0 5vw;
    line-height: 1;
  }

  .ctc-content {
    min-height: 100vh;
    padding: 3%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .ctc-content textarea:focus {
    height: 100px;
    transition: all 500ms ease;
  }

  .team-caro-cont #team-caro .team-caro-desc ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 5%;
    transform: translate(0, -50%);
    z-index: 1;
  }

  .team-caro-cont #team-caro .team-caro-desc h3 {
    margin: 0 0 1.4vw;
    font-size: 4.5vw;
  }

  ul.team-caro-arrow-cont li svg {
    width: 35%;
    height: auto;
    margin: 0 auto;
  }

  ul.team-caro-arrow-cont li {
    width: 48px;
    height: 48px;
    margin: 0;
  }

  .team-caro-cont #team-caro .team-caro-desc p {
    line-height: 2;
    font-size: 2.5vw;
  }

  .team-caro-cont #team-caro .team-caro-desc ul li a {
    width: 44px;
    height: 44px;
  }

  .gal-cont h3 {
    margin-bottom: 20px;
  }

  .soci-cont h3 svg, .gal-cont h3 svg {
    width: 7px;
  }

  .soci-cont h3, .gal-cont h3 {
    font-size: 13px;
  }

  .foot-cont .foot-top svg {
    width: 44px;
    height: auto;
    margin: 0 auto;
  }

  .foot-cont {
    display: flex;
    padding: 8vw 0;
    margin-left: 0;
  }

  .ab-test-item .ab-test-desc h4 {
    margin-top: 1.5vw;
    font-size: 5.2vw;
  }

  .ab-test-item .ab-test-desc {
    max-width: 95%;
  }

  .ab-test-item .ab-test-desc p {
    font-size: 3vw;
  }

  .ab-info-strip-desc .strip-btn {
    font-size: 3.8vw;
    padding: 0px 2px;
    margin: 20px auto 0;
  }

  .head-cont ul li {
    display: inline-block;
    width: auto;
    margin: 0 14vw;
    pointer-events: all;
  }

  .ptitle-cont h1 {
    z-index: 99999;
    left: 10px;
    top: 15px;
    font-size: 3vw;
    padding: 13px;
  }

  .head-cont ul li a svg {
    width: auto;
    height: 15px;
    margin: 0 auto;
  }

  .menu-logo svg {
    width: 50px;
    height: auto;
  }

  .ab-info-content h3 {
    font-size: 7vw;
  }

  .ab-info-content p {
    font-size: 3vw;
  }
}
