<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-size: 16px;
  line-height: 22px;
  font-family: "Titillium Web", sans-serif; }

.container-fluid {
  padding: 0 50px; }
  @media screen and (max-width: 767px) {
    .container-fluid {
      padding: 0 15px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif; }

h1 {
  font-size: 50px;
  line-height: 58px; }

h2 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 600; }

h3 {
  font-size: 30px;
  line-height: 36px; }

h4 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: 1px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 50px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .mt-100 {
      margin-top: 50px; } }

.kw-link {
  color: #c42037;
  text-decoration: underline; }
  .kw-link:hover {
    color: #2c2e33; }

.kw-main-title {
  border-left: 3px solid #c42037;
  width: 540px;
  max-width: 100%;
  padding: 20px 0 20px 30px; }
  .kw-main-title h6 {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    color: #2c2e33;
    font-weight: 600;
    margin-bottom: 15px; }
    .kw-main-title h6 span {
      border-bottom: 1px dashed #2c2e33;
      padding-bottom: 15px;
      display: inline-block; }
  .kw-main-title h2 {
    text-transform: uppercase; }
    .kw-main-title h2 span {
      color: #c42037; }
  .kw-main-title p {
    color: #5c5c5c;
    margin: 15px 0 0; }

.kw-breadcrumb-wrap {
  background-color: #252425;
  padding: 20px 0; }
  .kw-breadcrumb-wrap a {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0;
    display: inline-block;
    position: relative; }
    .kw-breadcrumb-wrap a:hover {
      text-decoration: none; }
    .kw-breadcrumb-wrap a:before {
      content: "";
      position: absolute;
      left: 80px;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.08);
      top: 0; }
    .kw-breadcrumb-wrap a i {
      margin-right: 20px; }

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #2c2e33;
  opacity: 1; }
  .loader .loader-center {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px); }
    .loader .loader-center img {
      width: 100px; }

.spinner {
  margin: 20px auto 0;
  width: 70px;
  text-align: center; }

.spinner &gt; div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.btn {
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  padding: 15px 40px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .btn.btn-red {
    background: #c42037; }
    .btn.btn-red:hover {
      color: #ffffff;
      background: #a51b2e; }

.input {
  position: relative;
  z-index: 1; }

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Individual styles */
/* Haruki */
.input--haruki {
  margin-bottom: 50px;
  position: relative; }

.input__field--haruki {
  padding: 10px;
  width: 100%;
  background: #2b2a2a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px; }

div.wpcf7-response-output {
  color: #e5f8ff;
}

.input__label--haruki {
  position: absolute;
  width: 100%;
  text-align: left;
  pointer-events: none;
  border-bottom: 1px solid #666666;
  float: none;
  padding: 13px 0px;
  letter-spacing: 1px; }

.input__label-content--haruki {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  color: #666666;
  font-size: 13px;
  display: block;
  text-transform: uppercase; }

.input__field--haruki:focus + .input__label--haruki .input__label-content--haruki,
.input--filled .input__label-content--haruki {
  -webkit-transform: translate3d(0, -150%, 0);
  -moz-transform: translate3d(0, -150%, 0);
  -ms-transform: translate3d(0, -150%, 0);
  -o-transform: translate3d(0, -150%, 0);
  transform: translate3d(0, -150%, 0);
  color: #ffffff;
  font-size: 13px; }

header {
  position: fixed;
  width: 80px;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #2c2e33;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    header {
      width: 100%;
      height: 60px; } }
  header .kw-logo {
    width: 60px;
    margin: 20px auto; }
    @media screen and (max-width: 767px) {
      header .kw-logo {
        margin: 0; } }
    header .kw-logo img {
      width: 100%; }
  header .kw-menu-wrap {
    position: relative; }
    @media screen and (max-width: 767px) {
      header .kw-menu-wrap {
        position: absolute;
        top: 17px;
        right: 70px; } }
    header .kw-menu-wrap .kw-menu-bars {
      cursor: pointer;
      height: 40px;
      width: 50px;
      margin: 35px auto 0;
      position: relative; }
      @media screen and (max-width: 767px) {
        header .kw-menu-wrap .kw-menu-bars {
          margin: 0; } }
      header .kw-menu-wrap .kw-menu-bars span {
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #c42037;
        left: 0;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s; }
        header .kw-menu-wrap .kw-menu-bars span:nth-child(1) {
          top: 0; }
        header .kw-menu-wrap .kw-menu-bars span:nth-child(2) {
          top: 12px;
          width: 75%; }
        header .kw-menu-wrap .kw-menu-bars span:nth-child(3) {
          top: 12px;
          width: 75%; }
        header .kw-menu-wrap .kw-menu-bars span:nth-child(4) {
          top: 24px;
          width: 50%; }
      header .kw-menu-wrap .kw-menu-bars:hover span:nth-child(2) {
        width: 100%; }
      header .kw-menu-wrap .kw-menu-bars:hover span:nth-child(3) {
        width: 100%; }
      header .kw-menu-wrap .kw-menu-bars:hover span:nth-child(4) {
        width: 100%; }
      header .kw-menu-wrap .kw-menu-bars.open span {
        left: 0;
        right: 0;
        margin: 0 auto; }
        header .kw-menu-wrap .kw-menu-bars.open span:nth-child(1) {
          top: 0;
          width: 0; }
        header .kw-menu-wrap .kw-menu-bars.open span:nth-child(2) {
          top: 12px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        header .kw-menu-wrap .kw-menu-bars.open span:nth-child(3) {
          top: 12px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        header .kw-menu-wrap .kw-menu-bars.open span:nth-child(4) {
          top: 24px;
          width: 0; }
  header .kw-social-link {
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 0; }

    header .kw-social-link:before {
      content: "";
      width: 1px;
      height: 100px;
      background-color: #666666;
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: -130px; }
    header .kw-social-link ul li {
      margin: 0;
      display: block; }
      header .kw-social-link ul li:not(:last-child) {
        margin-bottom: 20px; }
      header .kw-social-link ul li a {
        color: #666666;
        display: block;
        width: 35px;
        height: 35px;
        border: 1px solid #666666;
        text-align: center;
        margin: 0 auto;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        header .kw-social-link ul li a i {
          line-height: 35px; }
        header .kw-social-link ul li a:hover {
          color: #ffffff;
          border-color: #ffffff; }
header .kw-quote-icon a {
  color: #ffffff;
}
header .kw-quote-icon {
    background-color: #c42037;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      header .kw-quote-icon {
        width: 60px;
        right: 0;
        left: auto;
        font-size: 25px;
        height: 60px; } }
    header .kw-quote-icon i {
      line-height: 80px; }
      @media screen and (max-width: 767px) {
        header .kw-quote-icon i {
          line-height: 60px; } }

.kw-menu-links {
  position: fixed;
  left: -480px;
  z-index: 99;
  top: 0;
  width: 400px;
  background-color: #252425;
  height: 100vh;
  padding: 50px;
  display: table;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media screen and (max-width: 767px) {
    .kw-menu-links {
      width: 320px;
      right: -350px;
      left: auto;
      padding: 30px; } }
  .kw-menu-links ul {
    display: table-cell;
    vertical-align: middle; }
    .kw-menu-links ul li {
      display: block; }
      .kw-menu-links ul li a {
        font-size: 18px;
        color: #ffffff;
        letter-spacing: 2px;
        display: block;
        padding: 10px;
        position: relative; }
        .kw-menu-links ul li a:before {
          content: "";
          width: 0;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
          background: rgba(255, 255, 255, 0.05);
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
        .kw-menu-links ul li a:hover {
          text-decoration: none; }
          .kw-menu-links ul li a:hover:before {
            width: 100%; }
      .kw-menu-links ul li.active a {
        color: #c42037; }
  .kw-menu-links.active-menu {
    left: 80px;
    opacity: 1;
    visibility: visible; }
    @media screen and (max-width: 767px) {
      .kw-menu-links.active-menu {
        left: auto;
        right: 0; } }
  .kw-menu-links .kw-social-link {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .kw-menu-links .kw-social-link {
        display: block; }
        .kw-menu-links .kw-social-link ul {
          display: block;
          width: 100%; }
          .kw-menu-links .kw-social-link ul li {
            display: inline-block;
            margin: 0 5px; }
            .kw-menu-links .kw-social-link ul li a {
              color: #666666;
              display: block;
              width: 35px;
              height: 35px;
              border: 1px solid #666666;
              text-align: center;
              margin: 0 auto;
              -webkit-transition: all 0.3s ease 0s;
              -moz-transition: all 0.3s ease 0s;
              -ms-transition: all 0.3s ease 0s;
              -o-transition: all 0.3s ease 0s;
              transition: all 0.3s ease 0s;
              padding: 0; }
              .kw-menu-links .kw-social-link ul li a i {
                line-height: 35px; }
              .kw-menu-links .kw-social-link ul li a:hover {
                color: #ffffff;
                border-color: #ffffff; } }

.kw-wrapper {
  padding-left: 80px; }
  @media screen and (max-width: 767px)
  {
    .kw-home-banner-wrap {
      height: auto !important;
    }
    .kw-wrapper {
      padding-left: 0; }
    .kw-inner-banner-page .kw-main-title h2{
      margin-top: 60px;
    }

  }

.kw-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.kw-home-banner-wrap {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden; }
  .kw-home-banner-wrap canvas {
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .kw-home-banner-wrap .kw-banner-logo {
    position: absolute;
    width: 400px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    background-color: #252425;
    display: table; }
    @media screen and (max-width: 767px) {
      .kw-home-banner-wrap .kw-banner-logo {
        display: none; } }
    .kw-home-banner-wrap .kw-banner-logo .kw-vertical-middle {
      display: table-cell;
      vertical-align: middle; }
    .kw-home-banner-wrap .kw-banner-logo img {
      width: 100%; }
  .kw-home-banner-wrap .kw-banner-text {
    position: absolute;
    z-index: 9;
    width: 780px;
    margin: 0 auto;
    padding: 15% 0 0;
    top: 20%;
    left: 5%;
  }
    @media screen and (max-width: 767px) {
      .kw-home-banner-wrap .kw-banner-text {
        width: 100%;
        padding: 40% 40px 0 0; } }
    .kw-home-banner-wrap .kw-banner-text h1 {
      color: #ffffff; }
      @media screen and (max-width: 767px) {
        .kw-home-banner-wrap .kw-banner-text h1 {
          font-size: 38px;
          line-height: 42px; } }
      .kw-home-banner-wrap .kw-banner-text h1 span {
        display: block;
        margin-bottom: 15px; }
    .kw-home-banner-wrap .kw-banner-text h3 {
      color: #ffffff;
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        .kw-home-banner-wrap .kw-banner-text h3 {
          font-size: 20px;
          line-height: 28px;
          margin-top: 20px; } }
    .kw-home-banner-wrap .kw-banner-text .btn {
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        .kw-home-banner-wrap .kw-banner-text .btn {
          margin-top: 20px; } }

.kw-service-list .kw-service-box {
  position: relative;
  margin-bottom: 50px; }
  .kw-service-list .kw-service-box:last-child {
    margin-bottom: 0; }
  .kw-service-list .kw-service-box .kw-service-title {
    position: absolute;
    overflow: hidden;
    background-color: #2c2e33;
    color: #ffffff;
    width: 490px;
    border: 10px solid #ffffff;
    padding: 20px;
    top: 50px; }
    @media screen and (max-width: 767px) {
      .kw-service-list .kw-service-box .kw-service-title {
        width: 100%;
        text-align: center !important;
        top: 0;
        border: none;
        position: relative; } }
    .kw-service-list .kw-service-box .kw-service-title .kw-watermark {
      position: absolute;
      top: -13px;
      font-size: 100px;
      color: rgba(255, 255, 255, 0.1);
      transform: rotate(-25deg);
      -webkit-transform: rotate(-25deg);
      -moz-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
      -o-transform: rotate(-25deg); }
    .kw-service-list .kw-service-box .kw-service-title h4 {
      text-transform: uppercase; }
      .kw-service-list .kw-service-box .kw-service-title h4 i {
        font-size: 35px;
        vertical-align: top; }
  .kw-service-list .kw-service-box .kw-service-copy {
    background-color: #f4f4f4;
    width: 70%; }
    @media screen and (max-width: 767px) {
      .kw-service-list .kw-service-box .kw-service-copy {
        width: 100%;
        padding: 15px !important; } }
  .kw-service-list .kw-service-box.kw-left-title .kw-service-title {
    left: 0;
    text-align: right; }
    .kw-service-list .kw-service-box.kw-left-title .kw-service-title .kw-watermark {
      left: 0; }
    .kw-service-list .kw-service-box.kw-left-title .kw-service-title h4 i {
      margin-left: 10px; }
  .kw-service-list .kw-service-box.kw-left-title .kw-service-copy {
    float: right;
    padding: 40px 80px 50px 175px; }
  .kw-service-list .kw-service-box.kw-right-title .kw-service-title {
    right: 0;
    text-align: left; }
    .kw-service-list .kw-service-box.kw-right-title .kw-service-title .kw-watermark {
      right: 0; }
    .kw-service-list .kw-service-box.kw-right-title .kw-service-title h4 i {
      margin-right: 10px; }
  .kw-service-list .kw-service-box.kw-right-title .kw-service-copy {
    float: left;
    padding: 40px 150px 50px 80px; }

.kw-fact-wrap {
  position: relative;
  background: transparent;
  padding: 100px 0;
  overflow: hidden; }
  .kw-fact-wrap .kw-main-title {
    border: none;
    padding: 0;
    position: relative;
    z-index: 9; }
    .kw-fact-wrap .kw-main-title h2,
    .kw-fact-wrap .kw-main-title p {
      color: #ffffff; }

.kw-counter-box {
  position: relative;
  z-index: 9;
  margin-top: 80px; }
  .kw-counter-box .kw-counter-number span {
    display: block;
    position: relative;
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    line-height: 1;
    padding-left: 50px; }
    .kw-counter-box .kw-counter-number span:before {
      content: "";
      position: absolute;
      height: 3px;
      width: 35px;
      left: 0;
      top: 23px;
      background: #c42037; }
  .kw-counter-box .kw-counter-title {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 20px; }

.kw-whyus-wrap ul li {
  font-size: 20px;
  padding: 15px 0 15px 40px;
  position: relative; }
  .kw-whyus-wrap ul li:before {
    content: "\f046";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 16px;
    font-size: 23px;
    color: #c42037; }

.kw-home-work-wrap {
  background: #2a2b2e;
  padding: 100px 0;
  position: relative; }
  .kw-home-work-wrap .kw-main-title {
    border: none;
    padding: 0;
    position: relative;
    z-index: 9; }
    .kw-home-work-wrap .kw-main-title h2,
    .kw-home-work-wrap .kw-main-title p {
      color: #ffffff; }
  .kw-home-work-wrap .text-center {
    position: relative;
    z-index: 9; }
    .kw-home-work-wrap .text-center a:hover {
      color: #ffffff; }
  .kw-home-work-wrap .owl-nav {
    position: absolute;
    top: -90px;
    right: 0;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .kw-home-work-wrap .owl-nav {
        top: -44px;
        right: -9px; } }
    .kw-home-work-wrap .owl-nav button:focus {
      box-shadow: none;
      outline: none; }
    .kw-home-work-wrap .owl-nav button span {
      display: block;
      border: 1px solid #ccc;
      padding: 7px 15px;
      margin: 0 10px;
      color: #ccc; }
      .kw-home-work-wrap .owl-nav button span:hover {
        color: #ffffff;
        border-color: #ffffff; }

.kw-work-box .kw-work-img {
  overflow: hidden;
  position: relative; }
  .kw-work-box .cd-modal-action a {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    background: #35353a;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 25px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    .kw-work-box .kw-work-img a:hover {
      background-color: #c42037; }
    .kw-work-box .kw-work-img a i {
      line-height: 80px; }
  .kw-work-box .kw-work-img img {
    width: 100%; }

.kw-work-box .kw-work-caption {
  background: #35353a;
  padding: 40px 25px; }
  .kw-work-box .kw-work-caption h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
    padding-left: 60px; }
    .kw-work-box .kw-work-caption h6:before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 40px;
      height: 2px;
      background: #c42037; }
  .kw-work-box .kw-work-caption span {
    display: block;
    color: #cecece;
    font-weight: 400;
    font-size: 14px;
    padding-left: 60px; }

.kw-client-wrap {
  position: relative; }
  .kw-client-wrap .owl-nav {
    position: absolute;
    top: -90px;
    right: 0; }
    @media screen and (max-width: 767px) {
      .kw-client-wrap .owl-nav {
        top: -44px;
        right: -9px; } }
    .kw-client-wrap .owl-nav button:focus {
      box-shadow: none;
      outline: none; }
    .kw-client-wrap .owl-nav button span {
      display: block;
      border: 1px solid #2c2e33;
      padding: 7px 15px;
      margin: 0 10px;
      color: #2c2e33; }
      .kw-client-wrap .owl-nav button span:hover {
        color: #2c2e33;
        border-color: #2c2e33; }
  .kw-client-wrap .owl-dots {
    text-align: center;
    margin-top: 30px; }
    .kw-client-wrap .owl-dots .owl-dot {
      display: inline-block;
      margin: 0 10px;
      text-align: center; }
      .kw-client-wrap .owl-dots .owl-dot span {
        display: block;
        width: 10px;
        height: 10px;
        background: #2c2e33;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .kw-client-wrap .owl-dots .owl-dot span:before {
          content: "";
          position: absolute;
          width: 20px;
          height: 20px;
          left: -5px;
          top: -5px;
          border: 1px solid #c42037;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          opacity: 0;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          transform: scale(0, 0);
          -webkit-transform: scale(0, 0);
          -moz-transform: scale(0, 0);
          -o-transform: scale(0, 0);
          -ms-transform: scale(0, 0); }
      .kw-client-wrap .owl-dots .owl-dot.active span {
        background: #c42037; }
        .kw-client-wrap .owl-dots .owl-dot.active span:before {
          opacity: 1;
          transform: scale(1, 1);
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1); }

.kw-client-box {
  border: 1px solid #d8d8d8;
  padding: 50px 30px;
  position: relative; }
  .kw-client-box:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    color: rgba(0, 0, 0, 0.05);
    font-size: 200px;
    left: 70px;
    top: 50%;
    margin-top: -3px;
    right: 0; }
  .kw-client-box .kw-client-title h6 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px; }
    .kw-client-box .kw-client-title h6 span {
      text-transform: none;
      color: #6c6c6c;
      font-weight: 400;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .kw-client-box .kw-client-title h6 span {
          display: block;
          margin-top: 10px; } }
  .kw-client-box p {
    font-style: italic;
    color: #5c5c5c;
    margin-top: 20px;
    margin-bottom: 0; }

.kw-home-contact {
  position: relative;
  background: transparent;
  padding: 100px 0;
  overflow: hidden;
  margin-bottom: -50px;
z-index: 0}
  .kw-home-contact .kw-overlay {
    background: rgba(0, 0, 0, 0.95); }
  .kw-home-contact .kw-main-title {
    border: none;
    padding: 0;
    position: relative;
    z-index: 9; }
    .kw-home-contact .kw-main-title h2,
    .kw-home-contact .kw-main-title p {
      color: #ffffff; }
  .kw-home-contact form {
    position: relative;
    z-index: 9; }

.kw-work-list-wrap .kw-work-box {
  margin-bottom: 30px; }

.kw-inner-banner {
  height: 400px;
  position: relative; }
  .kw-inner-banner .kw-main-title {
    border: none;
    padding: 0 40px;
    position: relative;
    z-index: 9;
    background: #2A2A2E;
    height: 450px;
    display: table-cell;
    vertical-align: middle; }
    .kw-inner-banner .kw-main-title h2,
    .kw-inner-banner .kw-main-title p {
      color: #ffffff; }



.kw-inner-banner-page {
  height: 450px;
  position: relative; }
.kw-inner-banner-page .kw-main-title {
  border: none;
  padding: 0 40px;
  position: relative;
  z-index: 9;
  background: #2A2A2E;
  height: 450px;
  display: table-cell;
  vertical-align: middle; }
.kw-inner-banner-page .kw-main-title h2,
.kw-inner-banner-page .kw-main-title p {
  color: #ffffff; }

.kw-about-wrap blockquote {
  font-size: 28px;
  font-style: italic;
  line-height: 34px;
  font-weight: 600; }
  .kw-about-wrap blockquote span {
    color: #c42037; }

.kw-cta-wrap {
  background: #252425;
  padding: 50px 0; }
  .kw-cta-wrap .kw-cta-title {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding: 16px 0 16px 70px;
    float: left; }
    .kw-cta-wrap .kw-cta-title:after {
      content: "";
      position: absolute;
      height: 50px;
      width: 277px;
      background: rgba(255, 255, 255, 0.1);
      top: 2px;
      right: -50px; }
    .kw-cta-wrap .kw-cta-title:before {
      content: "";
      position: absolute;
      left: 0;
      top: 25px;
      height: 3px;
      width: 50px;
      background: #c42037; }
  .kw-cta-wrap .btn {
    float: right; }

.kw-team-box {
  background: #2c2e33; }
  .kw-team-box .kw-team-img {
    position: relative;
    overflow: hidden; }
    .kw-team-box .kw-team-img img {
      width: 100%; }
    .kw-team-box .kw-team-img .kw-social-link {
      position: absolute;
      bottom: -60px;
      opacity: 0;
      width: 100%;
      left: 0;
      text-align: center;
      background: #c42037;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      padding: 12px 0; }
      .kw-team-box .kw-team-img .kw-social-link ul {
        display: block;
        width: 100%;
        margin: 0; }
        .kw-team-box .kw-team-img .kw-social-link ul li {
          display: inline-block;
          margin: 0 5px; }
          .kw-team-box .kw-team-img .kw-social-link ul li a {
            color: #ffffff;
            display: block;
            width: 35px;
            height: 35px;
            border: 1px solid #ffffff;
            text-align: center;
            margin: 0 auto;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            padding: 0; }
            .kw-team-box .kw-team-img .kw-social-link ul li a i {
              line-height: 35px; }
            .kw-team-box .kw-team-img .kw-social-link ul li a:hover {
              color: #2c2e33;
              border-color: #ffffff;
              background: #ffffff; }
  .kw-team-box .kw-team-caption {
    text-align: center;
    padding: 20px 10px; }
    .kw-team-box .kw-team-caption h6 {
      font-size: 18px;
      color: #ffffff;
      letter-spacing: 1px;
      font-weight: 500;
      margin-bottom: 4px; }
    .kw-team-box .kw-team-caption span {
      display: block;
      color: #cccccc;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px; }
  .kw-team-box:hover .kw-team-img .kw-social-link {
    bottom: 0;
    opacity: 1; }

.kw-contact-map iframe {
  width: 100%;
  height: 500px; }

.kw-contact-wrap .input__field--haruki {
  color: #666666; }

.kw-contact-wrap .input__field--haruki:focus + .input__label--haruki .input__label-content--haruki, .kw-contact-wrap .input--filled .input__label-content--haruki {
  color: #2c2e33; }

footer {
  background: #141415;
  padding: 40px 0;
  text-align: center;
   }
  footer p {
    color: #cccccc;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 0; }


  label {
    color: #9e9c9c;
  }

  .wpcf7-form .btn-red {
    margin-top: 20px;
  }

  #owl_banner .owl-carousel .owl-item img {
    height:100vh;
  }


#DisplayCanvas .modal-lg {
  max-width: 75% !important;
}

#DisplayCanvas .modal-content {
  background-color: #35353a;
}

#DisplayCanvas .modal-header {
  border-bottom: none;
}

#DisplayCanvas .modal-header h4 {
  color: white;
}

#DisplayCanvas .close {
  color: white;
}

.owl-carousel:not(.owl-loaded){
  opacity: 0;
}

ul.footer-social {
  display: none;
}
@media screen and (max-width: 767px) {
  header .kw-social-link {
    display: none; }
  #DisplayCanvas .modal-lg {
    max-width: 100% !important;
  }
  .slick-slide img {
    width: 100%;
  }

  ul.footer-social {
    width: 120px;
    display: inline-block;
  }

  ul.footer-social li {
    width: 40px;
    float: left;
  }

  ul.footer-social li a {
   color: #ffffff;
    float: left;
    width: 30px;
  }
}


.slick-slide img {
  width: 100%;
}
</pre></body></html>