.home-banner-text .banner-title, .about-us .meet-our-team h2, .what-we-do .bottom h1, .what-we-are .u-text-gradient,
.how-we-work .u-text-gradient, .portfolio .top h1, .testimonials .top h1, .contact-us .contact-landing .contact-banner-top h2, .footer .top h1 {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#66FCF1), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #66FCF1 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@font-face {
  font-family: camptonLight;
  src: url("../fonts/CAMPTON W00 LIGHT.TTF") format("truetype");
}

@font-face {
  font-family: camptonThin;
  src: url("../fonts/CAMPTON W00 THIN.TTF") format("truetype");
}

@font-face {
  font-family: camptonMedium;
  src: url("../fonts/CAMPTON W00 MEDIUM.TTF") format("truetype");
}

@font-face {
  font-family: camptonSemiBold;
  src: url("../fonts/CAMPTON W00 SEMIBOLD.TTF") format("truetype");
}

@font-face {
  font-family: camptonBold;
  src: url("../fonts/CAMPTON W00 BOLD.TTF") format("truetype");
}

@font-face {
  font-family: camptonExtraBold;
  src: url("../fonts/CAMPTON W00 EXTRABOLD.TTF") format("truetype");
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  outline: none !important;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  color: #FFFFFF;
  font-family: 'camptonMedium';
  overflow-x: hidden;
  background: black;
}

/* Page Loader */
.js .loading::before {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #252525;
}

.js .loading::after {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: #fff;
  -webkit-animation: loaderAnim 0.7s linear infinite alternate forwards;
          animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@-webkit-keyframes loaderAnim {
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
            transform: scale3d(0.5, 0.5, 1);
  }
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
            transform: scale3d(0.5, 0.5, 1);
  }
}

.custom-window {
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 767px) {
  .custom-window {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.custom-window-2 {
  padding-left: 3%;
  padding-right: 3%;
}

.py-custom {
  padding-top: 6%;
  padding-bottom: 6%;
}

a {
  text-decoration: none;
  color: #fff;
  outline: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

button.btn.btn-flat {
  color: #A7A7A7;
  padding: 0;
}

.primary-btn-bordered {
  font-family: 'camptonLight';
  border: 2px solid #66FCF1;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 30px;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.primary-btn-bordered svg {
  margin-right: 18px;
}

.primary-btn-bordered:hover {
  background: #666666;
}

a:hover,
a:focus {
  color: #66FCF1;
}

button:focus,
a:focus {
  outline: none;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Icons */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

main {
  position: relative;
  width: 100%;
}

.frame {
  position: relative;
  z-index: 199;
  padding-top: 1.5vh;
  padding-bottom: 6.2vh;
}

@media (max-width: 767px) {
  .frame {
    padding-top: 3.5vh;
  }
}

.content {
  text-align: center;
  position: relative;
  z-index: 100;
}

.background {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.background,
.background__copy {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/1.jpg);
  background-position: 50% 0%;
  background-size: cover;
  z-index: 1;
}

.background__copy {
  opacity: 0.3;
}

/* Header */
.codrops-header {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-item-align: start;
      align-self: start;
}

.codrops-header .btn-bordered {
  border: 2px solid #66FCF1;
  color: #FFFFFF;
  font-size: 17px;
  padding: 10px 22px;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.codrops-header .btn-bordered:hover {
  background-color: #666666;
}

@media (max-width: 767px) {
  .codrops-header .btn-bordered {
    display: none;
  }
}

@media (max-width: 767px) {
  .codrops-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.progress-bar-line {
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #66FCF1;
  z-index: 9999;
}

.home-banner-text {
  position: relative;
}

@media (max-width: 767px) {
  .home-banner-text {
    min-height: 50vh;
    padding-bottom: 3em;
  }
}

.home-banner-text .banner-wrap {
  z-index: 1;
  margin-top: -15vh;
}

@media (max-width: 767px) {
  .home-banner-text .banner-wrap {
    margin-top: 4vh;
    text-align: left;
  }
}

.home-banner-text .hello {
  font-size: 1.8rem;
  margin-bottom: -0.7em;
}

@media (max-width: 767px) {
  .home-banner-text .hello {
    font-size: 1.6rem;
    margin-bottom: 0em;
  }
}

.home-banner-text .banner-title {
  font-size: 8.5rem;
  letter-spacing: -5px;
  margin-left: -10px;
  font-family: 'camptonLight';
}

@media (max-width: 767px) {
  .home-banner-text .banner-title {
    font-size: 3.4rem;
    letter-spacing: 0px;
    margin-left: -4px;
  }
}

.home-banner-text .magic-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 9%;
}

@media (max-width: 767px) {
  .home-banner-text .magic-wrapper {
    padding-right: 0;
    display: block;
  }
}

.home-banner-text .magic-wrapper .right {
  font-size: 8.2rem;
  font-family: 'camptonBold';
  text-shadow: 1px 1px 1px #66FCF1;
  margin-top: -0.5em;
  height: 200px;
  width: 17em;
}

@-webkit-keyframes changeText {
  0% {
    content: "LOREM";
  }
  25% {
    content: "IPSUM";
  }
  50% {
    content: "DOLAR";
  }
  75% {
    content: "AMET";
  }
}

@keyframes changeText {
  0% {
    content: "LOREM";
  }
  25% {
    content: "IPSUM";
  }
  50% {
    content: "DOLAR";
  }
  75% {
    content: "AMET";
  }
}

@media (max-width: 767px) {
  .home-banner-text .magic-wrapper .right {
    font-size: 3.2rem;
    margin-top: 0em;
    height: auto;
    width: auto;
  }
}

.home-banner-text .left {
  width: 37%;
  font-size: 1.2rem;
  line-height: 1.2;
  padding-right: 2em;
  padding-top: 1%;
}

@media (max-width: 767px) {
  .home-banner-text .left {
    width: 100%;
  }
}

.about-us .home-banner-text .banner-title {
  font-size: 4.4rem;
  margin-left: -5px;
}

@media (max-width: 767px) {
  .about-us .home-banner-text .banner-title {
    font-size: 3.4rem;
    letter-spacing: 0px;
    margin-left: -4px;
  }
}

.about-us .home-banner-text .left {
  margin-top: 2em;
  width: 100%;
}

.about-us svg {
  margin-left: 5px !important;
}

@media (max-width: 767px) {
  .about-us svg {
    margin-left: -8px !important;
  }
}

.about-us .color-blue {
  color: #66FCF1;
}

.about-us .color-gray {
  color: #444444;
}

@media screen and (min-width: 1200px) {
  .about-us .sec-3 {
    height: 90vh;
  }
}

@media screen and (min-width: 1200px) {
  .about-us .sec-3 > div.custom-window-2 {
    height: 35vh;
  }
}

.about-us .sec-3 h3, .about-us .sec-3 h5 {
  line-height: 1.5 !important;
}

@media (max-width: 767px) {
  .about-us .sec-3 h3, .about-us .sec-3 h5 {
    text-align: center;
    margin-top: 2em;
  }
}

.about-us .sec-3-bottom {
  text-align: center;
  margin-top: 6em;
  background: #0F0F0F;
  padding: 2em 2em;
}

.about-us .sec-3-bottom h2 {
  font-size: 2.8rem;
  font-family: 'camptonLight';
  margin-bottom: 0.8em;
}

@media (max-width: 767px) {
  .about-us .sec-3-bottom h2 {
    font-size: 1.6rem;
  }
}

.about-us .sec-3-bottom p {
  font-size: 1.4em;
  font-family: 'camptonLight';
}

@media (max-width: 767px) {
  .about-us .sec-3-bottom {
    margin-top: 2.2em;
  }
}

.about-us .meet-our-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 300%;
  height: 100vh;
}

.about-us .meet-our-team .team-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .meet-our-team .team-body p {
  font-size: 1.3em;
}

@media (max-width: 767px) {
  .about-us .meet-our-team .team-body p {
    font-size: 1em;
  }
}

.about-us .meet-our-team .team-body span {
  color: #444444;
}

.about-us .meet-our-team .team-body .team-img img {
  width: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .about-us .meet-our-team .team-body {
    padding-bottom: 4em;
    display: block;
  }
}

.about-us .meet-our-team h2 {
  font-size: 3.8rem;
  font-family: 'camptonLight';
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}

@media (max-width: 767px) {
  .about-us .meet-our-team h2 {
    font-size: 2.3rem;
    margin-top: 0em;
  }
}

@media (max-width: 767px) {
  .about-us .meet-our-team {
    display: block;
    height: auto;
    width: 100%;
  }
  .about-us .meet-our-team .teab-des {
    padding: 1.5em;
  }
  .about-us .meet-our-team .annex {
    margin: auto;
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-us .meet-our-team .panels {
    -webkit-transform: translate(0px, 0px) !important;
            transform: translate(0px, 0px) !important;
  }
}

.about-us .team-mebers {
  background: #0F0F0F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .about-us .team-mebers {
    padding: 5em 0em;
  }
}

.about-us .team-mebers img {
  width: auto;
  max-width: 100%;
  background: #141414;
  background: linear-gradient(177deg, #141414 0%, #131313 100%);
}

.about-us .team-mebers p.color-blue {
  font-size: 1.4em;
}

.about-us .team-mebers h3 {
  font-size: 2rem;
  line-height: 1.4;
}

.about-us .team-mebers p {
  width: 100%;
  line-height: 1.6;
}

.about-us .reach-out {
  padding: 8em 0em 0em 0em;
}

@media (max-width: 767px) {
  .about-us .reach-out {
    padding: 6em 0em 3em 0em;
  }
}

.about-us .reach-out .btn-bordered {
  border: 2px solid #66FCF1;
  color: #FFFFFF;
  font-size: 17px;
  padding: 10px 5em;
  background: transparent;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.about-us .reach-out .btn-bordered:hover {
  background-color: #666666;
}

.about-us .reach-out h2 {
  font-size: 4em;
  font-family: 'camptonLight';
}

@media (max-width: 767px) {
  .about-us .reach-out h2 {
    font-size: 2em;
    margin-bottom: 1.5em;
  }
}

/* Top Navigation Style */
.think-to-create {
  background-color: #66FCF1;
}

@media screen and (min-width: 1200px) {
  .think-to-create {
    height: 100vh;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .think-to-create {
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .think-to-create {
    padding-top: 3em;
    padding-bottom: 2em;
  }
}

.think-to-create .left h1 {
  font-size: 18vw;
  color: #000000;
  line-height: 0.8;
  letter-spacing: -10px;
  margin: 0;
  font-family: 'camptonExtraBold';
}

@media (max-width: 767px) {
  .think-to-create .left h1 {
    text-align: center;
    font-size: 14.5vw;
    line-height: 1;
    letter-spacing: 0;
    padding: 0em 0em 0.2em 0em;
  }
}

.think-to-create .right {
  position: absolute;
  right: 14%;
  width: 26%;
  z-index: -1;
}

@media (max-width: 767px) {
  .think-to-create .right {
    position: relative;
    right: 0;
    width: 100%;
    z-index: 0;
  }
}

.think-to-create .right p {
  color: #000000;
  font-size: 1.4vw;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .think-to-create .right p {
    font-size: 1.2em;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .think-to-create .right a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.think-to-create .right a span {
  color: #000000;
  font-size: 1.9rem;
  line-height: 1.2;
  font-family: 'camptonBold';
}

@media (max-width: 767px) {
  .think-to-create .right a span {
    font-size: 1.5rem;
  }
}

.what-we-do {
  height: 100vh;
  background: #000000;
  overflow: hidden;
  position: relative;
}

.what-we-do .line {
  width: 100%;
  height: 8px;
  margin: -10px 0 10px 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  display: inline-block;
  background-color: white;
}

@media (max-width: 767px) {
  .what-we-do {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 3em;
    padding-bottom: 3em;
    height: auto;
  }
}

.what-we-do .top h1 {
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .what-we-do .top h1 {
    font-size: 1.5rem;
  }
}

.what-we-do .top p {
  font-family: 'camptonBold';
  font-size: 3.4rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .what-we-do .top p {
    font-size: 2.3rem;
  }
}

.what-we-do .bottom > div {
  width: 70%;
}

.what-we-do .bottom h1 {
  position: relative;
  font-family: 'camptonBold';
  font-size: 5.9vw;
  line-height: 1;
}

.what-we-do .cirle-bg {
  position: absolute;
  z-index: 0;
  left: -9em;
  bottom: -15em;
  width: 35vw;
}

@media (max-width: 767px) {
  .what-we-do .cirle-bg {
    left: -8em;
    bottom: -17em;
    width: 258px;
  }
}

.what-we-do .go-down-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.what-we-do .go-down-btn svg {
  position: absolute;
  z-index: -1;
  display: block;
  width: 230px;
  height: 230px;
  bottom: -3.4em;
  left: 12px;
}

@media (max-width: 767px) {
  .what-we-do .go-down-btn svg {
    width: 90px;
    height: 90px;
    bottom: -2.5em;
    left: -12px;
  }
}

.what-we-do .go-down-btn text {
  font-size: 11px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotateBtn 10s linear infinite;
  animation: rotateBtn 10s linear infinite;
}

@-webkit-keyframes rotateBtn {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateBtn {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.branding-section {
  min-height: 100vh;
  background: #131313;
  position: relative;
  text-align: center;
  padding: 0px 12px;
}

@media (max-width: 767px) {
  .branding-section {
    height: auto;
  }
}

.branding-section .branding-banner {
  height: 7.6em;
  background: #66FCF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .branding-section .branding-banner {
    height: 4.6em;
  }
}

.branding-section .branding-banner .marquee {
  position: relative;
  overflow: hidden;
  --offset: 58vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-75% + var(--offset));
}

.branding-section .branding-banner .marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate3d(var(--move-initial), 0, 0);
          transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 5s linear infinite;
          animation: marquee 5s linear infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.branding-section .branding-banner .marquee span {
  font-size: 3vw;
  padding: 0 2vw;
  color: black;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: 'camptonExtraBold';
}

.branding-section .branding-banner .marquee .marquee__inner {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
            transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
            transform: translate3d(var(--move-final), 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
            transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
            transform: translate3d(var(--move-final), 0, 0);
  }
}

.branding-section .branding-body {
  width: 70%;
  text-align: left;
  margin: auto;
  padding-top: 4vw;
}

@media (max-width: 767px) {
  .branding-section .branding-body {
    width: 100%;
    padding: 3em 25px 1em 25px;
  }
}

.branding-section .branding-body h4 {
  color: #66FCF1;
  font-size: 1.1em;
  margin-bottom: 2em;
  text-align: center;
}

@media (max-width: 767px) {
  .branding-section .branding-body h4 {
    font-size: 1.5em;
  }
}

.branding-section .branding-body h3 {
  font-size: 2vw;
  font-family: 'camptonBold';
  margin-bottom: 0.8em;
}

@media (max-width: 767px) {
  .branding-section .branding-body h3 {
    font-size: 1em;
  }
}

.branding-section .branding-body p {
  font-family: 'camptonLight';
  font-size: 1.4rem;
}

.branding-section .branding-body a {
  font-size: 1.7rem;
  font-family: 'camptonBold';
  margin-top: 2.2em;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .branding-section .branding-body a {
    font-size: 1.5rem;
    margin-top: 1.2em;
  }
}

.branding-section .branding-bottom h1 {
  font-size: 11vw;
  margin: 0;
  color: #131313;
  text-shadow: 0px 0px 0px #66fcf161;
  font-family: 'camptonExtraBold';
}

@media (max-width: 767px) {
  .branding-section .branding-bottom h1 {
    margin-bottom: 1em;
    text-shadow: 0px 1px 0px #66fcf161;
  }
}

.how-we-work .o-ratio_content {
  padding: 0 !important;
}

.how-we-work .swiper-global-button {
  bottom: 4em !important;
}

.what-we-are,
.how-we-work {
  height: 100vh;
  background: #000000;
}

@media (max-width: 767px) {
  .what-we-are,
  .how-we-work {
    height: auto;
    padding: 3em 0px 3em 0px;
  }
}

.what-we-are .c-carousel-family_control.swiper-global-button,
.how-we-work .c-carousel-family_control.swiper-global-button {
  margin-top: -10%;
}

@media (max-width: 767px) {
  .what-we-are .c-carousel-family_control.swiper-global-button,
  .how-we-work .c-carousel-family_control.swiper-global-button {
    margin-top: 3em;
  }
}

.what-we-are .c-carousel_label.u-anim-scroll_element,
.how-we-work .c-carousel_label.u-anim-scroll_element {
  font-size: 1.5rem;
  padding-top: calc(5% - 20px);
}

@media (max-width: 767px) {
  .what-we-are .c-carousel_label.u-anim-scroll_element,
  .how-we-work .c-carousel_label.u-anim-scroll_element {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.what-we-are .u-text-gradient,
.how-we-work .u-text-gradient {
  margin: 2vw 0vw 0vw 0vw;
  display: block;
  font-size: 5.4rem;
  font-family: 'camptonBold';
}

@media (max-width: 767px) {
  .what-we-are .u-text-gradient,
  .how-we-work .u-text-gradient {
    font-size: 2.3rem;
  }
}

.what-we-are .top span,
.how-we-work .top span {
  font-size: 1.3rem;
  font-family: 'camptonLight';
  display: block;
  margin: 2vw 0em 2vw 0em;
  width: 85%;
}

@media (max-width: 767px) {
  .what-we-are .top span,
  .how-we-work .top span {
    font-size: 1.1rem;
    width: 100%;
  }
}

.what-we-are .brand-details h5,
.how-we-work .brand-details h5 {
  font-family: 'camptonLight';
  font-size: 0.7em;
}

.what-we-are .brand-details h5 span,
.how-we-work .brand-details h5 span {
  color: #66fcf1;
}

.what-we-are .carousel-btn-group,
.how-we-work .carousel-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 140px;
  margin-top: 5em;
  margin-left: -15px;
}

.what-we-are .carousel-btn-group button,
.how-we-work .carousel-btn-group button {
  background: none;
  border: 0;
  position: relative;
}

.what-we-are .swiper-global-button,
.how-we-work .swiper-global-button {
  position: absolute;
  bottom: -6vw;
  left: 3%;
  z-index: 99999;
}

@media screen and (min-width: 1600px) {
  .what-we-are .swiper-global-button,
  .how-we-work .swiper-global-button {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .what-we-are .swiper-global-button,
  .how-we-work .swiper-global-button {
    position: relative;
    left: 3.3em;
  }
}

@media (min-width: 700px) {
  .what-we-are .o-container,
  .how-we-work .o-container {
    padding-right: 3%;
    padding-left: 3%;
  }
}

@media (min-width: 1000px) {
  .what-we-are .o-container.-medium,
  .how-we-work .o-container.-medium {
    padding-right: 11.25rem;
    padding-left: 11.25rem;
  }
}

@media (min-width: 1000px) {
  .what-we-are .o-container.-small,
  .how-we-work .o-container.-small {
    padding-right: 20%;
    padding-left: 20%;
  }
}

.what-we-are .o-ratio,
.how-we-work .o-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.what-we-are .o-ratio:before,
.how-we-work .o-ratio:before {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  content: "";
}

.what-we-are .o-ratio > embed,
.what-we-are .o-ratio > iframe,
.what-we-are .o-ratio > img,
.what-we-are .o-ratio > object,
.what-we-are .o-ratio_content,
.how-we-work .o-ratio > embed,
.how-we-work .o-ratio > iframe,
.how-we-work .o-ratio > img,
.how-we-work .o-ratio > object,
.how-we-work .o-ratio_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0F0F0F;
  padding: 0em 3em;
}

.what-we-are .o-ratio > embed img,
.what-we-are .o-ratio > iframe img,
.what-we-are .o-ratio > img img,
.what-we-are .o-ratio > object img,
.what-we-are .o-ratio_content img,
.how-we-work .o-ratio > embed img,
.how-we-work .o-ratio > iframe img,
.how-we-work .o-ratio > img img,
.how-we-work .o-ratio > object img,
.how-we-work .o-ratio_content img {
  width: auto;
  max-width: 100%;
}

.what-we-are .o-layout,
.how-we-work .o-layout {
  padding: 0;
  list-style: none;
  font-size: 0;
  margin: 0;
}

@media (min-width: 1200px) {
  .what-we-are .o-layout.-gutter,
  .how-we-work .o-layout.-gutter {
    margin-left: -10rem;
  }
}

@media (max-width: 1199px) {
  .what-we-are .o-layout.-gutter,
  .how-we-work .o-layout.-gutter {
    margin-left: -5rem;
  }
}

.what-we-are .o-layout.-gutter-small,
.how-we-work .o-layout.-gutter-small {
  margin-left: -2.5rem;
}

.what-we-are .o-layout.-center,
.how-we-work .o-layout.-center {
  text-align: center;
}

.what-we-are .o-layout.-right,
.how-we-work .o-layout.-right {
  text-align: right;
}

.what-we-are .o-layout.-reverse,
.how-we-work .o-layout.-reverse {
  direction: rtl;
}

.what-we-are .o-layout.-reverse.-flex,
.how-we-work .o-layout.-reverse.-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 999px) {
  .what-we-are .o-layout.-reverse\@to-medium,
  .how-we-work .o-layout.-reverse\@to-medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.what-we-are .o-layout.-flex,
.how-we-work .o-layout.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.what-we-are .o-layout.-flex.-top,
.how-we-work .o-layout.-flex.-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.what-we-are .o-layout.-flex.-middle,
.how-we-work .o-layout.-flex.-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.what-we-are .o-layout.-flex.-bottom,
.how-we-work .o-layout.-flex.-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 1000px) {
  .what-we-are .o-layout.-flex\@from-medium,
  .how-we-work .o-layout.-flex\@from-medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .what-we-are .o-layout.-flex\@from-medium.-top,
  .how-we-work .o-layout.-flex\@from-medium.-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .what-we-are .o-layout.-flex\@from-medium.-middle,
  .how-we-work .o-layout.-flex\@from-medium.-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .what-we-are .o-layout.-flex\@from-medium.-bottom,
  .how-we-work .o-layout.-flex\@from-medium.-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.what-we-are .o-layout.-stretch,
.how-we-work .o-layout.-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.what-we-are .o-layout_item,
.how-we-work .o-layout_item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .what-we-are .o-layout.-gutter > .o-layout_item,
  .how-we-work .o-layout.-gutter > .o-layout_item {
    padding-left: 10rem;
  }
}

@media (max-width: 1199px) {
  .what-we-are .o-layout.-gutter > .o-layout_item,
  .how-we-work .o-layout.-gutter > .o-layout_item {
    padding-left: 5rem;
  }
}

.what-we-are .o-layout.-gutter-small > .o-layout_item,
.how-we-work .o-layout.-gutter-small > .o-layout_item {
  padding-left: 2.5rem;
}

.what-we-are .o-layout.-middle > .o-layout_item,
.how-we-work .o-layout.-middle > .o-layout_item {
  vertical-align: middle;
}

.what-we-are .o-layout.-bottom > .o-layout_item,
.how-we-work .o-layout.-bottom > .o-layout_item {
  vertical-align: bottom;
}

.what-we-are .o-layout.-center > .o-layout_item,
.what-we-are .o-layout.-reverse > .o-layout_item,
.what-we-are .o-layout.-right > .o-layout_item,
.how-we-work .o-layout.-center > .o-layout_item,
.how-we-work .o-layout.-reverse > .o-layout_item,
.how-we-work .o-layout.-right > .o-layout_item {
  text-align: left;
}

.what-we-are .o-layout.-reverse > .o-layout_item,
.how-we-work .o-layout.-reverse > .o-layout_item {
  direction: ltr;
}

.what-we-are .o-layout_item.-flex,
.how-we-work .o-layout_item.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.what-we-are .o-layout_item.-flex.-space-between,
.how-we-work .o-layout_item.-flex.-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.what-we-are .swiper-container,
.how-we-work .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.what-we-are .swiper-container-vertical > .swiper-wrapper,
.how-we-work .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.what-we-are .swiper-wrapper,
.how-we-work .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.what-we-are .swiper-container-android .swiper-slide,
.what-we-are .swiper-wrapper,
.how-we-work .swiper-container-android .swiper-slide,
.how-we-work .swiper-wrapper {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.what-we-are .swiper-container-multirow > .swiper-wrapper,
.how-we-work .swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.what-we-are .swiper-container-multirow-column > .swiper-wrapper,
.how-we-work .swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.what-we-are .swiper-container-free-mode > .swiper-wrapper,
.how-we-work .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.what-we-are .swiper-slide,
.how-we-work .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media (max-width: 767px) {
  .what-we-are .swiper-slide.swiper-slide-prev,
  .how-we-work .swiper-slide.swiper-slide-prev {
    opacity: 0;
  }
  .what-we-are .swiper-slide.swiper-slide-next,
  .how-we-work .swiper-slide.swiper-slide-next {
    opacity: 0;
  }
}

.what-we-are .swiper-slide-invisible-blank,
.how-we-work .swiper-slide-invisible-blank {
  visibility: hidden;
}

.what-we-are .swiper-container-autoheight,
.what-we-are .swiper-container-autoheight .swiper-slide,
.how-we-work .swiper-container-autoheight,
.how-we-work .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.what-we-are .swiper-container-autoheight .swiper-wrapper,
.how-we-work .swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.what-we-are .swiper-container-3d,
.how-we-work .swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.what-we-are .swiper-container-3d .swiper-cube-shadow,
.what-we-are .swiper-container-3d .swiper-slide,
.what-we-are .swiper-container-3d .swiper-slide-shadow-bottom,
.what-we-are .swiper-container-3d .swiper-slide-shadow-left,
.what-we-are .swiper-container-3d .swiper-slide-shadow-right,
.what-we-are .swiper-container-3d .swiper-slide-shadow-top,
.what-we-are .swiper-container-3d .swiper-wrapper,
.how-we-work .swiper-container-3d .swiper-cube-shadow,
.how-we-work .swiper-container-3d .swiper-slide,
.how-we-work .swiper-container-3d .swiper-slide-shadow-bottom,
.how-we-work .swiper-container-3d .swiper-slide-shadow-left,
.how-we-work .swiper-container-3d .swiper-slide-shadow-right,
.how-we-work .swiper-container-3d .swiper-slide-shadow-top,
.how-we-work .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.what-we-are .swiper-container-3d .swiper-slide-shadow-bottom,
.what-we-are .swiper-container-3d .swiper-slide-shadow-left,
.what-we-are .swiper-container-3d .swiper-slide-shadow-right,
.what-we-are .swiper-container-3d .swiper-slide-shadow-top,
.how-we-work .swiper-container-3d .swiper-slide-shadow-bottom,
.how-we-work .swiper-container-3d .swiper-slide-shadow-left,
.how-we-work .swiper-container-3d .swiper-slide-shadow-right,
.how-we-work .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.what-we-are .swiper-container-3d .swiper-slide-shadow-left,
.how-we-work .swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.what-we-are .swiper-container-3d .swiper-slide-shadow-right,
.how-we-work .swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.what-we-are .swiper-container-3d .swiper-slide-shadow-top,
.how-we-work .swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.what-we-are .swiper-container-3d .swiper-slide-shadow-bottom,
.how-we-work .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.what-we-are .swiper-container-css-mode > .swiper-wrapper,
.how-we-work .swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.what-we-are .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar,
.how-we-work .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.what-we-are .swiper-container-css-mode > .swiper-wrapper > .swiper-slide,
.how-we-work .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.what-we-are .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper,
.how-we-work .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.what-we-are .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper,
.how-we-work .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.what-we-are :root,
.how-we-work :root {
  --swiper-navigation-size: 44px
	;
}

.what-we-are .reach-expert a,
.how-we-work .reach-expert a {
  position: relative;
  font-size: 1.4rem;
  color: #FFFFFF;
  font-family: 'camptonBold';
  width: 250px;
  display: block;
}

.what-we-are .reach-expert a::before,
.how-we-work .reach-expert a::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #171717;
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  left: -1.3em;
  top: -0.9em;
}

.what-we-are .swiper-button-next,
.what-we-are .swiper-button-prev,
.how-we-work .swiper-button-next,
.how-we-work .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3em;
  margin-top: calc(-1*var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.what-we-are .swiper-button-next.swiper-button-disabled,
.what-we-are .swiper-button-prev.swiper-button-disabled,
.how-we-work .swiper-button-next.swiper-button-disabled,
.how-we-work .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.what-we-are .swiper-button-next:after,
.what-we-are .swiper-button-prev:after,
.how-we-work .swiper-button-next:after,
.how-we-work .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1;
}

.what-we-are .swiper-button-prev,
.what-we-are .swiper-container-rtl .swiper-button-next,
.how-we-work .swiper-button-prev,
.how-we-work .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.what-we-are .swiper-button-prev:after,
.what-we-are .swiper-container-rtl .swiper-button-next:after,
.how-we-work .swiper-button-prev:after,
.how-we-work .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.what-we-are .swiper-button-next,
.what-we-are .swiper-container-rtl .swiper-button-prev,
.how-we-work .swiper-button-next,
.how-we-work .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.what-we-are .swiper-button-next:after,
.what-we-are .swiper-container-rtl .swiper-button-prev:after,
.how-we-work .swiper-button-next:after,
.how-we-work .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.what-we-are .swiper-button-next.swiper-button-white,
.what-we-are .swiper-button-prev.swiper-button-white,
.how-we-work .swiper-button-next.swiper-button-white,
.how-we-work .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
	;
}

.what-we-are .swiper-button-next.swiper-button-black,
.what-we-are .swiper-button-prev.swiper-button-black,
.how-we-work .swiper-button-next.swiper-button-black,
.how-we-work .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
	;
}

.what-we-are .swiper-button-lock,
.how-we-work .swiper-button-lock {
  display: none;
}

.what-we-are .swiper-pagination,
.how-we-work .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 10;
}

.what-we-are .swiper-pagination.swiper-pagination-hidden,
.how-we-work .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.what-we-are .swiper-container-horizontal > .swiper-pagination-bullets,
.what-we-are .swiper-pagination-custom,
.what-we-are .swiper-pagination-fraction,
.how-we-work .swiper-container-horizontal > .swiper-pagination-bullets,
.how-we-work .swiper-pagination-custom,
.how-we-work .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.what-we-are .swiper-pagination-bullets-dynamic,
.how-we-work .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.what-we-are .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.how-we-work .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.what-we-are .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.what-we-are .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.how-we-work .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.how-we-work .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.what-we-are .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.how-we-work .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.what-we-are .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.how-we-work .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.what-we-are .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.how-we-work .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.what-we-are .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.how-we-work .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.what-we-are .swiper-pagination-bullet,
.how-we-work .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.what-we-are button.swiper-pagination-bullet,
.how-we-work button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.what-we-are .swiper-pagination-clickable .swiper-pagination-bullet,
.how-we-work .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.what-we-are .swiper-pagination-bullet-active,
.how-we-work .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.what-we-are .swiper-container-vertical > .swiper-pagination-bullets,
.how-we-work .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.what-we-are .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.how-we-work .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.what-we-are .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.how-we-work .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.what-we-are .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.how-we-work .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  transition: transform .2s, top .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s;
}

.what-we-are .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.how-we-work .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.what-we-are .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.how-we-work .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.what-we-are .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.how-we-work .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left .2s, -webkit-transform .2s;
  transition: left .2s, -webkit-transform .2s;
  transition: transform .2s, left .2s;
  transition: transform .2s, left .2s, -webkit-transform .2s;
}

.what-we-are .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.how-we-work .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right .2s, -webkit-transform .2s;
  transition: right .2s, -webkit-transform .2s;
  transition: transform .2s, right .2s;
  transition: transform .2s, right .2s, -webkit-transform .2s;
}

.what-we-are .swiper-pagination-progressbar,
.how-we-work .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.what-we-are .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.how-we-work .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.what-we-are .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.how-we-work .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.what-we-are .swiper-container-horizontal > .swiper-pagination-progressbar,
.what-we-are .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.how-we-work .swiper-container-horizontal > .swiper-pagination-progressbar,
.how-we-work .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.what-we-are .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.what-we-are .swiper-container-vertical > .swiper-pagination-progressbar,
.how-we-work .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.how-we-work .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.what-we-are .swiper-pagination-white,
.how-we-work .swiper-pagination-white {
  --swiper-pagination-color: #fff
	;
}

.what-we-are .swiper-pagination-black,
.how-we-work .swiper-pagination-black {
  --swiper-pagination-color: #000
	;
}

.what-we-are .swiper-pagination-lock,
.how-we-work .swiper-pagination-lock {
  display: none;
}

.what-we-are .swiper-scrollbar,
.how-we-work .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.what-we-are .swiper-container-horizontal > .swiper-scrollbar,
.how-we-work .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.what-we-are .swiper-container-vertical > .swiper-scrollbar,
.how-we-work .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.what-we-are .swiper-scrollbar-drag,
.how-we-work .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.what-we-are .swiper-scrollbar-cursor-drag,
.how-we-work .swiper-scrollbar-cursor-drag {
  cursor: move;
}

.what-we-are .swiper-scrollbar-lock,
.how-we-work .swiper-scrollbar-lock {
  display: none;
}

.what-we-are .swiper-zoom-container,
.how-we-work .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.what-we-are .swiper-zoom-container > canvas,
.what-we-are .swiper-zoom-container > img,
.what-we-are .swiper-zoom-container > svg,
.how-we-work .swiper-zoom-container > canvas,
.how-we-work .swiper-zoom-container > img,
.how-we-work .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.what-we-are .swiper-slide-zoomed,
.how-we-work .swiper-slide-zoomed {
  cursor: move;
}

.what-we-are .swiper-lazy-preloader,
.how-we-work .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}

.what-we-are .swiper-lazy-preloader-white,
.how-we-work .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
	;
}

.what-we-are .swiper-lazy-preloader-black,
.how-we-work .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
	;
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.what-we-are .swiper-container .swiper-notification,
.how-we-work .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.what-we-are .swiper-container-fade.swiper-container-free-mode .swiper-slide,
.how-we-work .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.what-we-are .swiper-container-fade .swiper-slide,
.how-we-work .swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.what-we-are .swiper-container-fade .swiper-slide .swiper-slide,
.how-we-work .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.what-we-are .swiper-container-fade .swiper-slide-active,
.what-we-are .swiper-container-fade .swiper-slide-active .swiper-slide-active,
.how-we-work .swiper-container-fade .swiper-slide-active,
.how-we-work .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.what-we-are .swiper-container-cube,
.how-we-work .swiper-container-cube {
  overflow: visible;
}

.what-we-are .swiper-container-cube .swiper-slide,
.how-we-work .swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.what-we-are .swiper-container-cube .swiper-slide .swiper-slide,
.how-we-work .swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.what-we-are .swiper-container-cube.swiper-container-rtl .swiper-slide,
.how-we-work .swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.what-we-are .swiper-container-cube .swiper-slide-active,
.what-we-are .swiper-container-cube .swiper-slide-active .swiper-slide-active,
.how-we-work .swiper-container-cube .swiper-slide-active,
.how-we-work .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.what-we-are .swiper-container-cube .swiper-slide-active,
.what-we-are .swiper-container-cube .swiper-slide-next,
.what-we-are .swiper-container-cube .swiper-slide-next + .swiper-slide,
.what-we-are .swiper-container-cube .swiper-slide-prev,
.how-we-work .swiper-container-cube .swiper-slide-active,
.how-we-work .swiper-container-cube .swiper-slide-next,
.how-we-work .swiper-container-cube .swiper-slide-next + .swiper-slide,
.how-we-work .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.what-we-are .swiper-container-cube .swiper-slide-shadow-bottom,
.what-we-are .swiper-container-cube .swiper-slide-shadow-left,
.what-we-are .swiper-container-cube .swiper-slide-shadow-right,
.what-we-are .swiper-container-cube .swiper-slide-shadow-top,
.how-we-work .swiper-container-cube .swiper-slide-shadow-bottom,
.how-we-work .swiper-container-cube .swiper-slide-shadow-left,
.how-we-work .swiper-container-cube .swiper-slide-shadow-right,
.how-we-work .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.what-we-are .swiper-container-cube .swiper-cube-shadow,
.how-we-work .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.what-we-are .swiper-container-flip,
.how-we-work .swiper-container-flip {
  overflow: visible;
}

.what-we-are .swiper-container-flip .swiper-slide,
.how-we-work .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.what-we-are .swiper-container-flip .swiper-slide .swiper-slide,
.how-we-work .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.what-we-are .swiper-container-flip .swiper-slide-active,
.what-we-are .swiper-container-flip .swiper-slide-active .swiper-slide-active,
.how-we-work .swiper-container-flip .swiper-slide-active,
.how-we-work .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.what-we-are .swiper-container-flip .swiper-slide-shadow-bottom,
.what-we-are .swiper-container-flip .swiper-slide-shadow-left,
.what-we-are .swiper-container-flip .swiper-slide-shadow-right,
.what-we-are .swiper-container-flip .swiper-slide-shadow-top,
.how-we-work .swiper-container-flip .swiper-slide-shadow-bottom,
.how-we-work .swiper-container-flip .swiper-slide-shadow-left,
.how-we-work .swiper-container-flip .swiper-slide-shadow-right,
.how-we-work .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.what-we-are .has-scroll-dragging .c-scrollbar_thumb,
.how-we-work .has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.what-we-are .u-1\:1:before,
.how-we-work .u-1\:1:before {
  padding-bottom: 100%;
}

.what-we-are .u-2\:1:before,
.how-we-work .u-2\:1:before {
  padding-bottom: 50%;
}

.what-we-are .u-4\:3:before,
.how-we-work .u-4\:3:before {
  padding-bottom: 75%;
}

.what-we-are .u-16\:9:before,
.how-we-work .u-16\:9:before {
  padding-bottom: 56.25%;
}

.what-we-are .u-80\:63:before,
.how-we-work .u-80\:63:before {
  padding-bottom: 78.75%;
}

.what-we-are .u-263\:345:before,
.how-we-work .u-263\:345:before {
  padding-bottom: 131.17871%;
}

.what-we-are .u-1\/1,
.how-we-work .u-1\/1 {
  width: 100% !important;
}

.what-we-are .u-1\/2,
.how-we-work .u-1\/2 {
  width: 50% !important;
}

.what-we-are .u-2\/2,
.how-we-work .u-2\/2 {
  width: 100% !important;
}

.what-we-are .u-1\/3,
.how-we-work .u-1\/3 {
  width: 33.33333% !important;
}

.what-we-are .u-2\/3,
.how-we-work .u-2\/3 {
  width: 66.66667% !important;
}

.what-we-are .u-3\/3,
.how-we-work .u-3\/3 {
  width: 100% !important;
}

.what-we-are .u-1\/4,
.how-we-work .u-1\/4 {
  width: 25% !important;
}

.what-we-are .u-2\/4,
.how-we-work .u-2\/4 {
  width: 50% !important;
}

.what-we-are .u-3\/4,
.how-we-work .u-3\/4 {
  width: 75% !important;
}

.what-we-are .u-4\/4,
.how-we-work .u-4\/4 {
  width: 100% !important;
}

.what-we-are .u-1\/5,
.how-we-work .u-1\/5 {
  width: 20% !important;
}

.what-we-are .u-2\/5,
.how-we-work .u-2\/5 {
  width: 40% !important;
}

.what-we-are .u-3\/5,
.how-we-work .u-3\/5 {
  width: 60% !important;
}

.what-we-are .u-4\/5,
.how-we-work .u-4\/5 {
  width: 80% !important;
}

.what-we-are .u-5\/5,
.how-we-work .u-5\/5 {
  width: 100% !important;
}

@media (min-width: 700px) {
  .what-we-are .u-1\/2\@from-small,
  .how-we-work .u-1\/2\@from-small {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .what-we-are .u-1\/2\@from-medium,
  .how-we-work .u-1\/2\@from-medium {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .what-we-are .u-1\/3\@from-medium,
  .how-we-work .u-1\/3\@from-medium {
    width: 33.33333%;
  }
}

@media (min-width: 1000px) {
  .what-we-are .u-2\/3\@from-medium,
  .how-we-work .u-2\/3\@from-medium {
    width: 66.66667%;
  }
}

@media (min-width: 1000px) {
  .what-we-are .u-7\/12\@from-medium,
  .how-we-work .u-7\/12\@from-medium {
    width: 58.33333%;
  }
}

@media (min-width: 1000px) {
  .what-we-are .u-8\/12\@from-medium,
  .how-we-work .u-8\/12\@from-medium {
    width: 46.66667%;
  }
}

@media (min-width: 1000px) {
  .what-we-are .u-5\/12\@from-medium,
  .how-we-work .u-5\/12\@from-medium {
    width: 41.66667%;
  }
}

@media (min-width: 1000px) {
  .what-we-are .u-4\/12\@from-medium,
  .how-we-work .u-4\/12\@from-medium {
    width: 35.33333%;
  }
}

@media (min-width: 1000px) {
  .what-we-are .u-2\/12\@from-medium,
  .how-we-work .u-2\/12\@from-medium {
    width: 16.66667%;
  }
}

@media (min-width: 1000px) {
  .what-we-are .u-10\/12\@from-medium,
  .how-we-work .u-10\/12\@from-medium {
    width: 83.33333%;
  }
}

.what-we-are #cursor,
.how-we-work #cursor {
  height: 10px;
  width: 10px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  /*transition: transform .3s ease-in;
        transform: scaleX(0)*/
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.what-we-are #carousel_cursor,
.how-we-work #carousel_cursor {
  height: 60px;
  width: 60px;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: url("http://upload.wikimedia.org/wikipedia/commons/d/de/POL_apple.jpg");
}

.what-we-are #carousel_cursor_2,
.how-we-work #carousel_cursor_2 {
  height: 60px;
  width: 60px;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: url("http://upload.wikimedia.org/wikipedia/commons/d/de/POL_apple.jpg");
}

.what-we-are #grab_chev_left,
.how-we-work #grab_chev_left {
  -webkit-animation: dragLeft 1s linear infinite;
  animation: dragLeft 1s linear infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.what-we-are #grab_chev_right,
.how-we-work #grab_chev_right {
  -webkit-animation: dragRight 1s linear infinite;
  animation: dragRight 1s linear infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

#scrolling_div {
  overflow-x: hidden;
}

.portfolio {
  background: #000000;
  min-height: 100vh;
  padding: 12em 0em 7em 0em;
  position: relative;
}

@media (max-width: 767px) {
  .portfolio {
    min-height: auto;
    padding: 3em 25px 5em 25px;
  }
}

@media (max-width: 767px) {
  .portfolio .top {
    padding-left: 0;
    padding-right: 0;
  }
}

.portfolio .top h1 {
  font-family: 'camptonExtraBold';
  font-size: 5.9vw;
  line-height: 1;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 2%;
}

@media (max-width: 767px) {
  .portfolio .top h1 {
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .portfolio .port-title {
    padding-left: 0;
    padding-right: 0;
  }
}

.portfolio .port-title p {
  font-size: 1.4rem;
  color: #FFFFFF;
  font-family: 'camptonBold';
  margin: 0;
  padding: 5% 0% 3% 0%;
}

@media (max-width: 767px) {
  .portfolio .port-title p {
    font-size: 1.3rem;
  }
}

.portfolio .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #66FCF1;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2%;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

.portfolio .swiper-slide .col {
  position: relative;
}

.portfolio .swiper-slide h2 {
  color: #000000;
  font-family: 'camptonBold';
}

.portfolio .swiper-slide p {
  color: #000000;
  margin: 0;
  font-size: 1.3rem;
}

.portfolio .swiper-slide img {
  width: auto;
  height: 335px;
  position: absolute;
  z-index: 9999;
  top: -10em;
  right: 0;
}

@media (max-width: 767px) {
  .portfolio .swiper-slide img {
    height: 260px;
    top: -8em;
  }
}

.portfolio .swiper-slide-active,
.portfolio .swiper-slide-next {
  -webkit-filter: none;
          filter: none;
}

.portfolio .swiper-slide-prev {
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

.portfolio .swiper-portfolio {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}

.portfolio .carousel-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 140px;
  margin-top: 5em;
  margin-left: -15px;
}

.portfolio .carousel-btn-group button {
  background: none;
  border: 0;
  position: relative;
}

.portfolio .swiper-global-button {
  position: absolute;
  bottom: 1.5em;
  left: 3%;
  z-index: 99999;
}

@media (max-width: 767px) {
  .portfolio .swiper-global-button {
    bottom: -3.3em;
    left: 2em;
  }
}

.portfolio :root {
  --swiper-navigation-size: 44px
	;
}

.portfolio .reach-expert a {
  position: relative;
  font-size: 1.4rem;
  color: #FFFFFF;
  font-family: 'camptonBold';
  width: 250px;
  display: block;
}

.portfolio .reach-expert a::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #171717;
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  left: -1.3em;
  top: -0.9em;
}

.portfolio .swiper-button-next,
.portfolio .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3em;
  margin-top: calc(-1*var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.portfolio .swiper-button-next.swiper-button-disabled,
.portfolio .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.portfolio .swiper-button-next:after,
.portfolio .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1;
}

.portfolio .swiper-button-prev,
.portfolio .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.portfolio .swiper-button-prev:after,
.portfolio .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.portfolio .swiper-button-next,
.portfolio .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.portfolio .swiper-button-next:after,
.portfolio .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.portfolio .swiper-button-next.swiper-button-white,
.portfolio .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
	;
}

.portfolio .swiper-button-next.swiper-button-black,
.portfolio .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
	;
}

.technologies {
  background: #000000;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .technologies {
    height: auto;
    padding: 3em 25px;
  }
}

.technologies img {
  width: auto;
  max-width: 100%;
}

.technologies .mySwiper {
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.technologies .swiper-global-button {
  width: 150px;
  position: absolute;
  bottom: 0em;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.technologies .swiper-global-button button {
  background: none;
  border: 0;
}

@media (max-width: 767px) {
  .technologies .port-title {
    padding-left: 0;
    padding-right: 0;
  }
}

.technologies .port-title p {
  font-size: 1.4rem;
  color: #FFFFFF;
  font-family: 'camptonBold';
  margin: 0;
  padding: 10% 0% 3% 0%;
}

@media (max-width: 767px) {
  .technologies .port-title p {
    margin-bottom: 1em;
  }
}

.technologies .swiper-slide > div {
  padding: 4.3em;
  border-right: 1px solid #3E3E3E;
  height: 230px;
}

@media (max-width: 767px) {
  .technologies .swiper-slide > div {
    padding: 0;
    height: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.technologies .swiper-slide > div:not(:last-child) {
  border-bottom: 1px solid #3E3E3E;
}

.technologies .swiper-button-next,
.technologies .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3em;
  margin-top: calc(-1*var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.technologies .swiper-button-next.swiper-button-disabled,
.technologies .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.technologies .swiper-button-next:after,
.technologies .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1;
}

.technologies .swiper-button-prev,
.technologies .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.technologies .swiper-button-prev:after,
.technologies .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.technologies .swiper-button-next,
.technologies .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.technologies .swiper-button-next:after,
.technologies .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.technologies .swiper-button-next.swiper-button-white,
.technologies .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
	;
}

.technologies .swiper-button-next.swiper-button-black,
.technologies .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
	;
}

.technologies .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 455px !important;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .technologies .swiper-slide {
    height: 325px !important;
  }
}

.technologies .swiper-slide > div:not(:last-child)::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background: white;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(5px, -3px);
          transform: translate(5px, -3px);
  z-index: 9;
}

.how-we-work .top span {
  color: #676767;
  font-size: 3rem;
  margin-top: 0vw;
}

@media (max-width: 767px) {
  .how-we-work .top span {
    font-size: 2rem;
  }
}

.testimonials {
  background: #000000;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .testimonials {
    height: auto;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.testimonials .swiper-testimonials .swiper-slide.swiper-slide-prev {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.testimonials .top h1 {
  font-family: 'camptonExtraBold';
  font-size: 5.9vw;
  line-height: 1;
  margin: 0;
  padding-top: 5%;
}

@media (max-width: 767px) {
  .testimonials .top h1 {
    margin-bottom: 1em;
  }
}

.testimonials .right p {
  color: #676767;
  font-family: 'camptonLight';
  font-size: 1.7rem;
  padding-bottom: 8vh;
}

@media (max-width: 767px) {
  .testimonials .right p {
    font-size: 1.3rem;
    padding-bottom: 1vh;
  }
}

.testimonials .testimonials-inner {
  width: 90vw;
  margin: auto;
  overflow: hidden;
}

.testimonials .carousel-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 140px;
  margin-top: 5em;
  margin-left: -15px;
}

@media (max-width: 767px) {
  .testimonials .carousel-btn-group {
    margin-top: 0;
    margin-left: 0;
  }
}

.testimonials .carousel-btn-group button {
  background: none;
  border: 0;
  position: relative;
  margin-left: -2.7em;
}

@media screen and (min-width: 1200px) {
  .testimonials .swiper-global-button {
    position: absolute;
    right: 4%;
    z-index: 99999;
    top: 44%;
    -webkit-transform: translate(0, 10vw);
            transform: translate(0, 10vw);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .testimonials .swiper-global-button {
    position: absolute;
    right: 4%;
    z-index: 99999;
    top: 44%;
    -webkit-transform: translate(0, 10vw);
            transform: translate(0, 10vw);
  }
}

.testimonials .swiper-global-button svg {
  width: initial !important;
  height: initial !important;
}

@media (max-width: 767px) {
  .testimonials .swiper-global-button {
    -webkit-transform: translate(35%, 0);
            transform: translate(35%, 0);
    margin: -3em 0em 10em 0em;
    position: relative;
    z-index: 9999;
  }
}

.latest-news {
  background: #000000;
  position: relative;
}

@media (max-width: 767px) {
  .latest-news {
    height: auto;
    position: relative;
    padding: 3em 25px;
  }
}

.latest-news .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
  padding-bottom: 4%;
  font-family: 'camptonBold';
}

@media (max-width: 767px) {
  .latest-news .title {
    font-size: 1.3rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.latest-news .swiper-slide img {
  width: auto;
  max-width: 100%;
}

.latest-news .swiper-slide .overlay {
  position: absolute;
  background: #000000b8;
  height: 100%;
  width: 100%;
  -webkit-animation: fadeOut 1s forwards;
          animation: fadeOut 1s forwards;
}

.latest-news .swiper-slide .news-text {
  -webkit-animation: fadeOut 1s forwards;
          animation: fadeOut 1s forwards;
  position: absolute;
  left: 2vw;
  bottom: 3vw;
  width: 42%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.6, 0.13, 0.31, 1.02);
  transition: -webkit-transform 1s cubic-bezier(0.6, 0.13, 0.31, 1.02);
  transition: transform 1s cubic-bezier(0.6, 0.13, 0.31, 1.02);
  transition: transform 1s cubic-bezier(0.6, 0.13, 0.31, 1.02), -webkit-transform 1s cubic-bezier(0.6, 0.13, 0.31, 1.02);
  -webkit-transform: translate3d(0, -10px, -20px);
          transform: translate3d(0, -10px, -20px);
}

@media (max-width: 767px) {
  .latest-news .swiper-slide .news-text {
    width: 100%;
  }
}

.latest-news .swiper-slide .news-text h2 {
  font-size: 1.9rem;
}

@media (max-width: 767px) {
  .latest-news .swiper-slide .news-text h2 {
    font-size: 1.5rem;
  }
}

.latest-news .swiper-slide .news-text a {
  color: #66FCF1;
}

.latest-news .swiper-slide.swiper-slide-active .overlay {
  position: absolute;
  background: #000000b8;
  height: 100%;
  width: 100%;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}

.latest-news .swiper-slide.swiper-slide-active .news-text {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.6, 0.13, 0.31, 1.02);
  transition: -webkit-transform 1s cubic-bezier(0.6, 0.13, 0.31, 1.02);
  transition: transform 1s cubic-bezier(0.6, 0.13, 0.31, 1.02);
  transition: transform 1s cubic-bezier(0.6, 0.13, 0.31, 1.02), -webkit-transform 1s cubic-bezier(0.6, 0.13, 0.31, 1.02);
  -webkit-transform: translate3d(2vw, -1vw, -20px);
          transform: translate3d(2vw, -1vw, -20px);
}

.client-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6vh;
}

.client-details img, .client-details svg {
  margin-right: 2em;
    border-radius: 50px;
}

.client-details h4 {
  font-family: 'camptonBold';
  margin-bottom: 0;
}

.client-details span {
  color: #66FCF1;
}

@media (max-width: 767px) {
  .client-details {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: left;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.contact-us .contact-options {
  height: 80vh;
  padding-top: 7.5vh;
  -webkit-transform: scale(0);
          transform: scale(0);
  display: none;
}

.contact-us .contact-options.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .contact-us .contact-options {
    padding-top: 2.5vh;
  }
}

.contact-us .contact-options .services {
  margin: 25px 0px;
}

.contact-us .contact-options .services p {
  font-family: 'camptonLight';
}

.contact-us .contact-options .services ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.contact-us .contact-options .services ul li {
  margin-right: 15px;
  font-size: 13px;
  border: 1px solid #363636a8;
  padding: 5px 15px;
  border-radius: 30px;
  font-family: 'camptonLight';
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.contact-us .contact-options .services ul li.active {
  border-color: #66FCF1;
}

.contact-us .contact-options .services ul li:hover {
  border-color: #66FCF1;
}

.contact-us .contact-options textarea {
  background-color: black !important;
  border: 1px solid #363636a8;
  border-radius: 4px;
  padding-left: 15px !important;
}

.contact-us .action--menu {
  -webkit-transform: translateY(6.5vh);
          transform: translateY(6.5vh);
  right: 5.5rem;
}

.contact-us .action--menu span {
  display: none;
}

@media (max-width: 767px) {
  .contact-us .action--menu {
    top: 10.5vh;
    right: 50px;
  }
}

.contact-us .background-3 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  top: 0;
}

.contact-us .contact-landing {
  width: 100%;
  padding-bottom: 12vh;
  height: 100%;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

@media (max-width: 767px) {
  .contact-us .contact-landing {
    margin: 0;
  }
}

.contact-us .contact-landing .right .social a {
  font-size: 1.1rem;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .contact-us .contact-landing .right .social a {
    font-size: 0.8rem;
  }
}

.contact-us .contact-landing .right .social a:not(:last-child) {
  margin-right: 1em;
}

@media (max-width: 767px) {
  .contact-us .contact-landing .loc-details {
    margin-bottom: 2em;
  }
}

.contact-us .contact-landing .loc-details a {
  font-family: 'camptonLight';
  font-size: 1.3rem;
}

.contact-us .contact-landing .loc-details .email {
  color: #66FCF1;
}

.contact-us .contact-landing .contact-banner-top {
  padding-top: 7.5vh;
}

@media (max-width: 767px) {
  .contact-us .contact-landing .contact-banner-top {
    padding-top: 0vh;
  }
}

.contact-us .contact-landing .contact-banner-top h2 {
  font-size: 6.5vw;
  font-family: 'camptonLight';
  margin-bottom: 0;
  margin-left: -8px;
}

@media (max-width: 767px) {
  .contact-us .contact-landing .contact-banner-top h2 {
    font-size: 2.3em;
    margin-bottom: 0.8em;
    margin-left: 0;
  }
}

.contact-us .contact-landing .contact-banner-top h3 {
  font-size: 2.8vw;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .contact-us .contact-landing .contact-banner-top h3 {
    font-size: 1.2em;
    margin-top: -15px;
  }
}

.contact-us .contact-landing .contact-banner-top p {
  margin: 2em 0em 3em 0em;
}

.contact-us .contact-upcoming .contact-banner-top {
  width: 75vh;
}

.contact-us .contact-upcoming .custom-dropdown p {
  font-family: 'camptonLight';
  padding: 5px 4px 15px 4px !important;
}

.contact-us .contact-upcoming .custom-dropdown ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 0;
  margin: 0px auto;
  width: 235px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-us .contact-upcoming .custom-dropdown ul li {
  margin-right: 0;
  font-size: 13px;
  border: 1px solid #363636a8;
  padding: 5px 15px;
  border-radius: 30px;
  font-family: 'camptonLight';
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 15px;
  cursor: pointer;
}

.contact-us .contact-upcoming .custom-dropdown ul li.active {
  border-color: #66FCF1;
}

.contact-us .contact-upcoming .custom-dropdown ul li:hover {
  border-color: #66FCF1;
}

.contact-us .contact-upcoming .custom-dropdown.dropdown-menu.show {
  background: #161616;
  color: white;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 1px #66fcf1;
          box-shadow: 0px 0px 1px #66fcf1;
}

.contact-us .contact-options .banner-title {
  margin-bottom: 1em;
}

.contact-us .contact-options .datainput {
  position: relative;
  margin: 5px 0 20px;
  width: -webkit-fill-available;
}

@media screen and (min-width: 1200px) {
  .contact-us .contact-options .project-details > div .datainput:first-child {
    margin-right: 1em;
  }
  .contact-us .contact-options .project-details > div .datainput:last-child {
    margin-left: 1em;
  }
}

.contact-us .contact-options .datainput p {
  font-size: 12px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: .5rem;
}

.contact-us .contact-options .datainput select {
  padding: 12px 0;
  color: #555;
  font-size: 14px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #363636a8;
  outline: none;
  background: #fff;
}

.contact-us .contact-options .datainput input,
.contact-us .contact-options .datainput textarea {
  font-size: 15px;
  padding: 15px 0;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #363636a8;
  background: none;
  background-color: transparent !important;
  font-family: 'camptonLight';
  color: white;
}

.contact-us .contact-options .datainput input:focus,
.contact-us .contact-options .datainput textarea:focus {
  outline: none;
}

.contact-us .contact-options .datainput label {
  color: #363636a8;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 18px;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.contact-us .contact-options .datainput input:focus ~ label,
.contact-us .contact-options .datainput input:valid ~ label,
.contact-us .contact-options .datainput textarea:focus ~ label,
.contact-us .contact-options .datainput textarea:valid ~ label {
  top: -10px;
  font-size: 14px;
  color: #FFFFFF;
}

.contact-us .contact-options #notif-license span {
  font-size: 40px;
}

.contact-us .contact-options #notif-license {
  display: none;
  position: fixed;
}

.contact-us .contact-options .bar {
  position: relative;
  display: block;
  width: 100%;
}

.contact-us .contact-options .bar:before,
.contact-us .contact-options .bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #66fcf1;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.contact-us .contact-options .bar:before {
  left: 50%;
}

.contact-us .contact-options .bar:after {
  right: 50%;
}

.contact-us .contact-options .datainput input:focus ~ .bar:before,
.contact-us .contact-options .datainput input:focus ~ .bar:after,
.contact-us .contact-options .datainput textarea:focus ~ .bar:before,
.contact-us .contact-options .datainput textarea:focus ~ .bar:after {
  width: 50%;
}

.contact-us .contact-options .highlight {
  position: absolute;
  height: 50%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: .5;
}

.contact-us .contact-options .datainput input:focus ~ .highlight,
.contact-us .contact-options .datainput textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter .3s ease;
          animation: inputHighlighter .3s ease;
}

.contact-us .contact-options .datainput input:focus ~ label,
.contact-us .contact-options .datainput input:valid ~ label,
.contact-us .contact-options .datainput textarea:focus ~ label,
.contact-us .contact-options .datainput textarea:valid ~ label {
  top: -10px;
  font-size: 13px;
  color: #66fcf1;
}

.contact-us .contact-options #text-info span {
  display: block;
  padding: 10px 15px;
  text-align: center;
  font-weight: 700;
  margin: 15px 0;
  border-radius: .5rem;
}

.contact-us .contact-options #text-info span.yes {
  background: #c6ffc5;
  color: #0ea904;
}

.contact-us .contact-options #text-info span.no {
  background: #ffc5c5;
  color: #ce0404;
}

.contact-us .contact-say-hello .contact-banner-top {
  width: 75vh;
}

.portfolio-page .portfolio-top {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.portfolio-page .portfolio-top .banner-title {
  font-size: 5.7vw;
  width: 80%;
  font-family: 'camptonBold';
  line-height: 1.1;
}

@media (max-width: 767px) {
  .portfolio-page .portfolio-top .banner-title {
    font-size: 7.2vw;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 1em;
  }
}

.portfolio-page .portfolio-top .client-details {
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 767px) {
  .portfolio-page .portfolio-top {
    margin-bottom: 5em;
  }
}

.portfolio-page .action--menu {
  -webkit-transform: translateY(6.5vh);
          transform: translateY(6.5vh);
  right: 5.5rem;
}

.portfolio-page .action--menu span {
  display: none;
}

@media (max-width: 767px) {
  .portfolio-page .action--menu {
    -webkit-transform: translateY(4.7em);
            transform: translateY(4.7em);
    right: 1.7rem;
  }
}

.portfolio-page .content {
  height: 85vh;
}

.portfolio-body h3 {
  padding: 1.2em 1.2em 0em 1.2em;
  font-size: 2em;
  font-family: 'camptonBold';
}

.portfolio-body p {
  padding: 0em 2.5em 0em 2.5em;
}

.portfolio-body img {
  width: auto;
  max-width: 100%;
}

.portfolio-body .bg-purple {
  background: #2B4B9B;
}

.portfolio-body .bg-white {
  background: #F1F2F2;
}

.portfolio-body .bg-white h3, .portfolio-body .bg-white p {
  color: #000000;
}

.portfolio-body .bg-orange {
  background: #DB4E31;
}

@media screen and (min-width: 1200px) {
  .portfolio-body .bg-orange {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.portfolio-body .bg-green {
  background: #006156;
}

.portfolio-body .bg-blue {
  background: #2972B6;
}

.portfolio-body .bg-purple, .portfolio-body .bg-white, .portfolio-body .bg-orange, .portfolio-body .bg-green, .portfolio-body .bg-blue {
  border-radius: 12px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.portfolio-body .bg-purple:hover, .portfolio-body .bg-white:hover, .portfolio-body .bg-orange:hover, .portfolio-body .bg-green:hover, .portfolio-body .bg-blue:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.portfolio-body .box {
  opacity: 0;
}

.portfolio-body .image-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.portfolio-body .image-set > img {
  width: 50%;
  padding: 5px;
}

.footer {
  background: #000000;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .footer {
    height: auto;
    padding: 3em 25px;
  }
}

.footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10vw;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 4vw;
}

@media (max-width: 767px) {
  .footer .top {
    display: block;
  }
}

.footer .top h1 {
  font-family: 'camptonExtraBold';
  font-size: 6vw;
  line-height: 1;
  margin: 0;
  line-height: 0.9;
}

@media (max-width: 767px) {
  .footer .top h1 {
    margin-bottom: 1em;
  }
}

.footer .top .right .loc-details {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 6vw;
}

.footer .top .right .loc-details a,
.footer .top .right .loc-details p {
  font-size: 1.6rem;
  font-family: 'camptonLight';
  margin-bottom: 0.4em;
}

@media (max-width: 767px) {
  .footer .top .right .loc-details a,
  .footer .top .right .loc-details p {
    font-size: 1.4rem;
  }
}

.footer .top .right .loc-details .email {
  color: #66FCF1;
}

.footer .top .right .social {
  text-align: center;
}

.footer .top .right .social a {
  font-size: 1.1rem;
  text-decoration: underline;
}

.footer .top .right .social a:not(:last-child) {
  margin-right: 1em;
}

@media (max-width: 767px) {
  .footer .top .right .social a {
    font-size: 0.9rem;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: initial;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.footer .bottom p {
  color: #6E6E6E;
  margin: 0;
  margin-right: 1.8em;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .footer .bottom p {
    margin-right: 0em;
    font-size: 0.8rem;
    text-align: center;
  }
}

.footer .bottom a {
  color: #6E6E6E;
  margin: 0;
  font-size: 1.1rem;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer .bottom a {
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}

.codrops-icon {
  display: inline-block;
  padding: 0.25em;
}

.content__title {
  font-family: "sabbath-black", serif;
  font-size: 14vw;
  font-weight: normal;
  mix-blend-mode: screen;
  line-height: 0.8;
  text-transform: lowercase;
  margin: 0;
  color: #66FCF1;
  z-index: 199;
}

.content__tagline {
  color: #e2e2e2;
  margin: 1rem 0 0 0;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  word-spacing: 0.25rem;
  text-transform: uppercase;
  text-align: center;
  z-index: 199;
}

.action {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 0;
}

nav.menu.menu--open {
  position: fixed;
}

.action--menu {
  pointer-events: auto;
  position: fixed;
  -webkit-transform: translateY(50vh);
          transform: translateY(50vh);
  right: 5rem;
  z-index: 1000;
}

@media (max-width: 767px) {
  .action--menu {
    -webkit-transform: translateY(4.7em);
            transform: translateY(4.7em);
    right: 25px;
  }
}

.menu--open .action--menu {
  pointer-events: none;
}

.action--close {
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
  z-index: 1000;
  opacity: 0;
  padding: 0 0.5rem;
}

.icon--menu {
  width: 2rem;
}

.icon--close {
  width: 1rem;
}

.menu {
  text-align: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 200;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  -ms-grid-rows: (33.33%)[3];
      grid-template-rows: repeat(3, 33.33%);
  pointer-events: none;
  z-index: 999;
}

@media (max-width: 767px) {
  .menu {
    position: fixed;
    -ms-grid-rows: (28.33%)[1];
        grid-template-rows: repeat(1, 28.33%);
  }
}

.menu--open {
  pointer-events: auto;
}

.menu--open .menu__item {
  opacity: 1;
}

.menu__item {
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.menu__item-inner {
  overflow: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu__item--1 .menu__item-inner {
  background: #15171b;
}

.menu__item--2 .menu__item-inner {
  background: #66FCF1;
}

.menu__item--2 .menu__item-inner h3 {
  color: #000000;
  font-weight: 600;
}

.menu__item--2 .menu__item-inner p {
  color: #000000;
}

.menu__item--3 .menu__item-inner {
  background: #66FCF1;
}

.menu__item--4 .menu__item-inner {
  background: #1d2027;
}

.menu__item--5 .menu__item-inner {
  background: #0f1013;
}

.menu__item--4,
.menu__item--5 {
  display: none;
}

.label {
  display: none;
}

.mainmenu__item {
  opacity: 0;
}

.mainmenu__item,
.sidemenu__item {
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  margin: 0.25rem 0;
  display: block;
}

.sidemenu__item-inner {
  display: block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.menu__item-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/2.jpg) no-repeat 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.menu__item-inner:hover .menu__item-map {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.banner-video {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

@media (max-width: 767px) {
  .banner-video {
    position: absolute;
    height: 100vh;
  }
}

.menu__item-hoverlink {
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  z-index: 1000;
  display: block;
}

.menu__item-hoverlink:hover {
  color: #fff;
}

.quote {
  font-size: 2rem;
  padding: 1rem;
  text-align: center;
  max-width: 70%;
  color: #5b677a;
  font-family: "sabbath-black", serif;
}

.menu__item-link {
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
  justify-self: start;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1;
  padding: 2rem;
  margin: 3rem 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 3rem);
}

.menu__item-link::after {
  content: '\27F6';
  display: block;
  margin-top: auto;
  font-size: 0.95rem;
}

@media screen and (min-width: 53em) {
  body {
    padding: 0;
  }
  .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0 auto;
    height: 80vh;
    text-align: left;
  }
  .codrops-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .frame a {
    pointer-events: auto;
  }
  .github {
    grid-area: github;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .menu {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    -ms-grid-columns: 00% 50% 50%;
        grid-template-columns: 00% 50% 50%;
    -ms-grid-rows: 60% 40%;
        grid-template-rows: 60% 40%;
        grid-template-areas: "item3 item2 item1" "item4 item5 item1";
  }
  .menu__item {
    height: 100%;
  }
  .menu__item--1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    grid-area: item1;
  }
  .menu__item--2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: item2;
  }
  .menu__item--3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: item3;
  }
  .menu__item--4 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: item4;
  }
  .menu__item--5 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: item5;
  }
  .menu__item--4,
  .menu__item--5 {
    display: block;
  }
  .menu__item-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .label {
    display: block;
    color: #494d54;
    position: absolute;
    z-index: 1000;
    font-size: 0.85rem;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
  }
  .label--topleft {
    top: 2rem;
    left: 2rem;
  }
  .label--vert,
  .label--vert-mirror {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
  .label--vert-mirror {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .label--bottomright {
    bottom: 2rem;
    right: 2rem;
  }
  .label::before {
    content: '------------- ';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -1px;
    margin: 0 0.75rem 0 0;
  }
  .label--vert::before,
  .label--vert-mirror::before {
    margin: 0.75rem 0;
  }
  .mainmenu,
  .sidemenu {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    outline: 0 !important;
  }
  .mainmenu {
    counter-reset: menuitem;
  }
  .mainmenu__item {
    font-size: 5vw;
    text-transform: lowercase;
    overflow: visible;
    margin: 0.5rem 0;
    padding: 0 0.5rem;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .mainmenu__item:hover {
    color: #494d54;
  }
  .mainmenu__item::before {
    counter-increment: menuitem;
    content: counters(menuitem, "", decimal-leading-zero);
    position: absolute;
    font-size: 0.85rem;
    top: 25%;
    left: -1.25rem;
    color: #494d54;
  }
  .mainmenu__item::after {
    content: '';
    width: 100%;
    top: 58%;
    height: 6px;
    background: #66FCF1;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  .mainmenu__item:hover::after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  .sidemenu__item {
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-size: 0.85rem;
  }
  .menu__item-hoverlink {
    font-size: 1.25rem;
    text-transform: lowercase;
    border-bottom: 2px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .menu__item-inner:hover .menu__item-hoverlink {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .how-we-work .c-carousel-family_control.swiper-global-button {
    margin-top: 7em;
  }
  header img {
    height: 70px;
  }
  .primary-btn-bordered {
    margin: 0 !important;
    width: 100%;
    margin-bottom: 28px !important;
  }
  .panel {
    overflow: hidden;
  }
  .what-we-are .o-ratio,
  .how-we-work .o-ratio {
    display: none;
  }
  #chev_circle {
    display: none;
  }
  .how-we-work .swiper-slide-active, .what-we-are .swiper-slide-active {
    background: black;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer-spacer {
    height: 50vh;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .what-we-are .brand-details h5,
  .how-we-work .brand-details h5 {
    font-size: 0.5em;
  }
  .what-we-are .u-text-gradient,
  .how-we-work .u-text-gradient {
    font-size: 4rem;
  }
  .what-we-are .u-4\/12\@from-medium,
  .how-we-work .u-4\/12\@from-medium {
    width: 28.33333%;
  }
  .what-we-are .top span,
  .how-we-work .top span {
    font-size: 1.2rem;
    width: 97%;
  }
  .what-we-are .swiper-global-button,
  .how-we-work .swiper-global-button {
    bottom: -5vw;
  }
  .what-we-are .reach-expert a,
  .how-we-work .reach-expert a {
    font-size: 1.1rem;
  }
}

/*EditCss*/
.l-info p {
  font-size: 1.6rem;
  font-family: 'camptonLight';
  margin-bottom: 0.4em;
  line-height: 1;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.l-info p:hover {
  font-size: 1.62rem;
  font-family: 'camptonLight';
  margin-bottom: 0.4em;
  line-height: 1.2;
  color: #66fcf1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.img-width img {
  max-width: 100%;
}

.about-banner {
  line-height: 1;
}

.loc-details span {
  text-decoration: underline;
  margin-right: 15px;
}

.view-loc a {
  color: #000;
  text-decoration: underline !important;
}

.footer-2 {
  height: 65vh;
}



.view-loc a{
	color: #000;
	text-decoration: underline!important;
}

.bg-grey{
    background: #282828;
}


.portfolio-body .bg-purple, .portfolio-body .bg-grey, .portfolio-body .bg-white, .portfolio-body .bg-orange, .portfolio-body .bg-green, .portfolio-body .bg-blue {
  border-radius: 12px!important;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.portfolio-body .bg-purple:hover, .portfolio-body .bg-white:hover, .portfolio-body .bg-orange:hover, .portfolio-body .bg-green:hover, .portfolio-body .bg-blue:hover, .portfolio-body .bg-grey:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.portfolio-body .image-set > img {
    border-radius: 10px!important;
}

.b-radius{
    border-radius: 12px;
}

.footer .bottom a {
    color: #66fcf1;
}

.c-grey{
	
    color: #6E6E6E!important;
}


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