.title_size-big {
  font-weight: 700; }

.fw-600 {
  font-weight: 600 !important; }

.btn:focus,
.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.site-header {
  height: 90px;
  display: flex;
  align-items: center; }

.site-header.active {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 0;
  transition: all 0.2s linear; }

.banner-hero {
  margin-top: 100px; }

.side-intro h1,
.page-title {
  font-size: 3em !important;
  margin-top: 0; }

.list-unstyled {
  list-style: none; }

.site-branding .main-logo img {
  width: 200px; }

.site-header .navbar-toggler {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  z-index: 251; }

.menu__burger-icon-wrap {
  position: relative;
  z-index: 9;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #0c1033;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  transition: transform 0.4s ease-in-out; }

.menu__burger-icon-wrap.show {
  transform: rotate(45deg); }

.menu__burger-icon-wrap.show .menu-burger__dots-wrap._02 {
  height: 0 !important;
  width: 8px; }

.menu__burger-icon-wrap.show .menu-burger__dots-wrap._01 {
  width: 0 !important;
  height: 8px !important; }

.menu__burger-close-wrap {
  display: none; }

.menu__burger-icon-wrap.show .menu__burger-close-wrap {
  display: flex; }

.menu__burger-close-wrap img {
  filter: invert(1);
  width: 16px;
  transform: rotate(45deg); }

.menu-burger__dots-wrap._02 {
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all 0.4s ease-in-out; }

.menu-burger__dots-wrap._01 {
  width: 70%;
  height: 8px;
  transition: all 0.4s ease-in-out; }

.menu-burger__dots-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.menu-burger__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff; }

.navbar-toggler {
  cursor: pointer; }

.wv-menu-box {
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  transform: translatex(100%);
  transition: transform 0.5s ease-in-out;
  z-index: 200; }

@media only screen and (min-width: 48em) {
  .wv-menu-box {
    width: 50%;
    padding: 60px; }

  .title_size-big {
    font-size: 4em; } }
@media only screen and (max-width: 48em) {
  .title_size-big {
    font-size: 2em; }

  .wv-menu-box {
    width: 100%;
    padding: 30px; }

  .wv-menu-content a {
    font-size: 30px; }

  .wwd .box-icon .icon,
  .wwd .box-icon {
    text-align: center; }

  .skw-page__half,
  .skw-page__half--right,
  .skw-page__half--left {
    width: 100% !important; }

  .skw-page__half--right {
    left: 0 !important; }

  .skw-page__half--left .skw-page__skewed {
    top: 0 !important;
    height: 50%; }

  .skw-page__half--right .skw-page__skewed {
    bottom: 0 !important;
    height: 50%;
    top: unset !important; }

  .detail-brief span {
    font-size: 12px; } }
.wv-menu-box.show,
.wv-menu-box.show .wv-menu-content a {
  transform: translatex(0); }

.wv-menu-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  font-size: 36px;
  margin-top: 80px;
  color: #0c1033; }

.wv-menu-content a {
  color: currentcolor;
  text-decoration: none;
  transform: translatex(80%);
  transition: transform 0.7s ease-in-out;
  position: relative;
  font-weight: 600; }

.wv-menu-content a:nth-child(1) {
  transition-delay: 0.05s; }

.wv-menu-content a:nth-child(2) {
  transition-delay: 0.1s; }

.wv-menu-content a:nth-child(3) {
  transition-delay: 0.15s; }

.wv-menu-content a:nth-child(4) {
  transition-delay: 0.2s; }

.wv-menu-content a:nth-child(5) {
  transition-delay: 0.25s; }

.wv-menu-content .get-in-touch span {
  font-size: 16px; }

.list-social a {
  font-size: 14px;
  font-weight: 300;
  margin-right: 20px; }

.wv-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  opacity: 0;
  background: #00000087;
  z-index: 190;
  transition: all 0.5s ease-in-out; }

.wv-menu-backdrop.show {
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out; }

@media only screen and (max-width: 48em) {
  .list-logo-client a {
    width: 50%;
    height: 120px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center; } }
.site-footer {
  color: #fff; }

.footer-left {
  background-color: #0c1033; }

.footer-right {
  background-color: #4250c6; }

.logo-footer {
  max-width: 150px; }

.list-footer li a:hover {
  text-decoration: underline !important; }

.form-idea {
  position: relative; }

.newsletter p {
  display: flex; }

.newsletter .wpcf7-submit {
  margin-left: 16px; }

.form-idea input:not([type="submit"]),
.form-idea select,
.newsletter .wpcf7-form-control-wrap input {
  background: transparent;
  height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 0;
  box-shadow: none; }

.form-idea input::placeholder,
.newsletter input::placeholder,
.newsletter input[type="email"]:focus {
  color: #fff; }

.form-idea input:not([type="submit"]):focus,
.form-idea select:focus,
.newsletter input:not([type="submit"]):focus {
  background-color: transparent;
  box-shadow: none; }

input:focus-visible,
select:focus-visible {
  outline: none; }

.form-idea .wpcf7-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #4250c6;
  border: none;
  padding: 0 30px;
  cursor: pointer;
  margin: 0;
  border-radius: 6px;
  font-weight: 300;
  text-transform: none; }

.newsletter .wpcf7-submit,
.btn-readmore {
  border: none;
  padding: 0 30px;
  color: #fff;
  cursor: pointer;
  background: #0c1033;
  border-radius: 6px;
  font-weight: 300;
  text-transform: none; }

.detail-brief {
  background: #4250c6;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  font-weight: 300;
  position: relative; }

.detail-brief .btn-light {
  border-radius: 6px;
  background: #fff;
  width: 160px;
  height: 74%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #0c1033;
  position: absolute;
  right: 12px; }

.detail-brief .btn-light:hover {
  background: #0c1033;
  color: #fff; }

.services-gallery {
  background: #b1b4cd;
  transition: background 0.3s linear; }

.services-gallery.page--inverted {
  background: #fff; }

.services-collage__asset {
  transition: all 0.2s ease-in-out;
  transform: translate3d(0px, 0px, 0px);
  position: absolute;
  display: block; }

.services-collage__asset img {
  width: 100%; }

#services-gallery .image-wrapper {
  transition: 0.2s all ease; }

@media only screen and (min-width: 48em) {
  .sg-item-1 .col-inner {
    width: 66%; }

  .sg-item-3 .col-inner {
    width: 80%; }

  .sg-item-4 {
    margin-top: -90px; }

  .sg-item-4 .col-inner {
    width: 60%;
    margin-left: 10%; }

  .sg-item-5 {
    margin-top: -6%; }

  .sg-item-5 .col-inner {
    width: 80%; } }
.btn-readmore {
  width: 100%;
  color: #fff !important;
  text-decoration: none;
  text-align: center; }

.divider {
  width: 90%;
  height: 1px;
  background: #000; }

.split-slideshow {
  background-color: #0c1033;
  border-radius: 12px;
  height: 600px; }

.split-slideshow:hover {
  cursor: pointer; }

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden; }

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #12c2e9;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out; }

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: #12c2e9;
  opacity: 0.3; }

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid #12c2e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out; }

.cursor-outer.cursor-hover {
  opacity: 0; }

/* ========================================================= */
.skw-pages {
  overflow: hidden;
  position: relative;
  height: 600px;
  border-radius: 16px; }

.skw-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.skw-page__half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 600px;
  transition: transform 1s; }

.skw-page__half--left {
  left: 0;
  transform: translate3d(0, 100%, 0); }

.skw-page__half--right {
  left: 50%;
  transform: translate3d(0, -100%, 0); }

.skw-page.active .skw-page__half {
  transform: translate3d(0, 0, 0); }

.skw-page__skewed {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.skw-page__half--left .skw-page__skewed {
  /* left: -40%; */ }

.skw-page__half--right .skw-page__skewed {
  /* right: -40%; */ }

.skw-page__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  color: #fff;
  transition: transform 1s, opacity 1s;
  background-size: cover;
  transform-origin: 0 100%; }

.skw-page.inactive .skw-page__content {
  opacity: 0.5;
  transform: skewX(18deg) scale(0.95); }

.skw-page__heading {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center; }

.skw-page__description {
  font-size: 18px;
  text-align: left; }

.skw-page__content {
  background: #0c1033;
  background-repeat: no-repeat;
  background-size: cover; }

.skw-pages-nav {
  position: absolute;
  z-index: 1000;
  right: 30px;
  bottom: 30px;
  color: #fff;
  display: flex; }

.skw-pages-nav .nav-item {
  cursor: pointer;
  margin-right: 15px; }

.skw-pages-nav .nav-item:hover {
  text-decoration: underline;
  color: #fcb900; }

.skw-page__content .line {
  width: 60px;
  height: 1px;
  background: #fff;
  margin: 8px 0; }

.wwd .box-icon .icon {
  height: 200px;
  margin-bottom: 30px; }

.home-banner_desc p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #0c1033; }

.home-banner_desc h3 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2; }

/**
  Page contact
   */
.contact-detail-brief {
  background: #f0f0f0;
  border-radius: 30px;
  padding: 0 30px;
  min-height: 400px; }

.contact-detail-brief img {
  width: 80%; }

.banner-1137961772 .btn-detail-brief {
  background: #4250c6;
  border-radius: 6px;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px; }

.list-social img {
  width: 20px;
  height: 20px; }

.slider-project {
  padding: 0 !important;
  border-radius: 30px;
  overflow: hidden;
  background-color: #0c1033; }

.secsion-project {
  display: flex !important;
  padding: 27px !important;
  border-radius: 30px;
  float: inherit !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .secsion-project-right {
    padding: 0px !important;
    padding-left: 15px !important;
    display: flex;
    align-items: center; }
    .secsion-project-right .slick-dots {
      display: none; }
    .secsion-project-right-item * {
      color: #fff; }
    .secsion-project-right-item {
      padding: 0 !important;
      display: block !important; }
      .secsion-project-right-item h3 {
        font-size: 2rem;
        margin: 0;
        position: relative;
        padding-bottom: 25px; }
        .secsion-project-right-item h3::after {
          content: " ";
          position: absolute;
          height: 3px;
          width: 80px;
          background-color: #fff;
          bottom: 0;
          left: 0; }
      .secsion-project-right-item p {
        padding-top: 25px;
        margin-bottom: 0;
        width: calc(100% - 30px); }
      .secsion-project-right-item .scope {
        color: #4250C6; }
      .secsion-project-right-item .view-project {
        position: relative; }
        .secsion-project-right-item .view-project::after {
          content: " ";
          width: 67px;
          height: 3px;
          background-color: #fff;
          position: absolute;
          left: calc(100% + 10px);
          top: 50%;
          transform: translateY(-50%); }
        .secsion-project-right-item .view-project::before {
          content: " ";
          position: absolute;
          width: 10px;
          height: 10px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          left: calc(100% + 65px);
          top: 50%;
          transform: rotate(45deg) translateY(calc(-50% + -1px)); }
  .secsion-project-left {
    padding: 0 !important;
    padding-right: 15px !important;
    display: flex;
    align-items: center; }
    .secsion-project-left img {
      width: 100%;
      border-radius: 30px; }
    .secsion-project-left .slick-dots {
      display: none; }

.block-typed-strings {
  min-height: 128px !important; }

body {
  transition: all 0.35s ease-in-out; }

.slick-dots {
  list-style: none;
  margin: 0;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .slick-dots * {
    color: #fff; }
  .slick-dots li {
    margin-left: 0 !important; }
    .slick-dots li button {
      padding: 0;
      margin: 0;
      font-weight: 300;
      width: 28px;
      height: 28px;
      line-height: 1;
      min-height: auto !important;
      font-size: 14px; }
    .slick-dots li.slick-active {
      border: 1px solid #fff;
      border-radius: 50%; }

/*# sourceMappingURL=style.css.map */
