.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: none;
  pointer-events: none; }
  .container > * {
    pointer-events: auto; }
  @media (min-width: 768px) {
    .container {
      width: 78vw; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.col {
  position: relative;
  width: 100%;
  min-height: 1px; }
  .col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 0) {
    .col-xs-1 {
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col-xs-2 {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col-xs-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-xs-4 {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col-xs-5 {
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col-xs-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-xs-7 {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col-xs-8 {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col-xs-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-xs-10 {
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col-xs-11 {
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col-xs-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 576px) {
    .col-sm-1 {
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col-sm-2 {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-sm-4 {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col-sm-5 {
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-sm-7 {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col-sm-8 {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-sm-10 {
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col-sm-11 {
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .col-md-1 {
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col-md-2 {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-md-4 {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col-md-5 {
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-md-7 {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col-md-8 {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-md-10 {
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col-md-11 {
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .col-lg-1 {
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col-lg-2 {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-lg-4 {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col-lg-5 {
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-lg-7 {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col-lg-8 {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-lg-10 {
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col-lg-11 {
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .col-xl-1 {
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col-xl-2 {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-xl-4 {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col-xl-5 {
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-xl-7 {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col-xl-8 {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-xl-10 {
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col-xl-11 {
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1600px) {
    .col-xxl-1 {
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col-xxl-2 {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col-xxl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .col-xxl-4 {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col-xxl-5 {
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col-xxl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .col-xxl-7 {
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col-xxl-8 {
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col-xxl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .col-xxl-10 {
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col-xxl-11 {
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col-xxl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.offset {
  margin-left: 8.33333%;
  margin-left: 16.66667%;
  margin-left: 25%;
  margin-left: 33.33333%;
  margin-left: 41.66667%;
  margin-left: 50%;
  margin-left: 58.33333%;
  margin-left: 66.66667%;
  margin-left: 75%;
  margin-left: 83.33333%;
  margin-left: 91.66667%;
  margin-left: 100%; }
  @media (min-width: 0) {
    .offset-xs-1 {
      margin-left: 8.33333%; } }
  @media (min-width: 576px) {
    .offset-sm-1 {
      margin-left: 8.33333%; } }
  @media (min-width: 768px) {
    .offset-md-1 {
      margin-left: 8.33333%; } }
  @media (min-width: 992px) {
    .offset-lg-1 {
      margin-left: 8.33333%; } }
  @media (min-width: 1200px) {
    .offset-xl-1 {
      margin-left: 8.33333%; } }
  @media (min-width: 1600px) {
    .offset-xxl-1 {
      margin-left: 8.33333%; } }
  @media (min-width: 0) {
    .offset-xs-2 {
      margin-left: 16.66667%; } }
  @media (min-width: 576px) {
    .offset-sm-2 {
      margin-left: 16.66667%; } }
  @media (min-width: 768px) {
    .offset-md-2 {
      margin-left: 16.66667%; } }
  @media (min-width: 992px) {
    .offset-lg-2 {
      margin-left: 16.66667%; } }
  @media (min-width: 1200px) {
    .offset-xl-2 {
      margin-left: 16.66667%; } }
  @media (min-width: 1600px) {
    .offset-xxl-2 {
      margin-left: 16.66667%; } }
  @media (min-width: 0) {
    .offset-xs-3 {
      margin-left: 25%; } }
  @media (min-width: 576px) {
    .offset-sm-3 {
      margin-left: 25%; } }
  @media (min-width: 768px) {
    .offset-md-3 {
      margin-left: 25%; } }
  @media (min-width: 992px) {
    .offset-lg-3 {
      margin-left: 25%; } }
  @media (min-width: 1200px) {
    .offset-xl-3 {
      margin-left: 25%; } }
  @media (min-width: 1600px) {
    .offset-xxl-3 {
      margin-left: 25%; } }
  @media (min-width: 0) {
    .offset-xs-4 {
      margin-left: 33.33333%; } }
  @media (min-width: 576px) {
    .offset-sm-4 {
      margin-left: 33.33333%; } }
  @media (min-width: 768px) {
    .offset-md-4 {
      margin-left: 33.33333%; } }
  @media (min-width: 992px) {
    .offset-lg-4 {
      margin-left: 33.33333%; } }
  @media (min-width: 1200px) {
    .offset-xl-4 {
      margin-left: 33.33333%; } }
  @media (min-width: 1600px) {
    .offset-xxl-4 {
      margin-left: 33.33333%; } }
  @media (min-width: 0) {
    .offset-xs-5 {
      margin-left: 41.66667%; } }
  @media (min-width: 576px) {
    .offset-sm-5 {
      margin-left: 41.66667%; } }
  @media (min-width: 768px) {
    .offset-md-5 {
      margin-left: 41.66667%; } }
  @media (min-width: 992px) {
    .offset-lg-5 {
      margin-left: 41.66667%; } }
  @media (min-width: 1200px) {
    .offset-xl-5 {
      margin-left: 41.66667%; } }
  @media (min-width: 1600px) {
    .offset-xxl-5 {
      margin-left: 41.66667%; } }
  @media (min-width: 0) {
    .offset-xs-6 {
      margin-left: 50%; } }
  @media (min-width: 576px) {
    .offset-sm-6 {
      margin-left: 50%; } }
  @media (min-width: 768px) {
    .offset-md-6 {
      margin-left: 50%; } }
  @media (min-width: 992px) {
    .offset-lg-6 {
      margin-left: 50%; } }
  @media (min-width: 1200px) {
    .offset-xl-6 {
      margin-left: 50%; } }
  @media (min-width: 1600px) {
    .offset-xxl-6 {
      margin-left: 50%; } }
  @media (min-width: 0) {
    .offset-xs-7 {
      margin-left: 58.33333%; } }
  @media (min-width: 576px) {
    .offset-sm-7 {
      margin-left: 58.33333%; } }
  @media (min-width: 768px) {
    .offset-md-7 {
      margin-left: 58.33333%; } }
  @media (min-width: 992px) {
    .offset-lg-7 {
      margin-left: 58.33333%; } }
  @media (min-width: 1200px) {
    .offset-xl-7 {
      margin-left: 58.33333%; } }
  @media (min-width: 1600px) {
    .offset-xxl-7 {
      margin-left: 58.33333%; } }
  @media (min-width: 0) {
    .offset-xs-8 {
      margin-left: 66.66667%; } }
  @media (min-width: 576px) {
    .offset-sm-8 {
      margin-left: 66.66667%; } }
  @media (min-width: 768px) {
    .offset-md-8 {
      margin-left: 66.66667%; } }
  @media (min-width: 992px) {
    .offset-lg-8 {
      margin-left: 66.66667%; } }
  @media (min-width: 1200px) {
    .offset-xl-8 {
      margin-left: 66.66667%; } }
  @media (min-width: 1600px) {
    .offset-xxl-8 {
      margin-left: 66.66667%; } }
  @media (min-width: 0) {
    .offset-xs-9 {
      margin-left: 75%; } }
  @media (min-width: 576px) {
    .offset-sm-9 {
      margin-left: 75%; } }
  @media (min-width: 768px) {
    .offset-md-9 {
      margin-left: 75%; } }
  @media (min-width: 992px) {
    .offset-lg-9 {
      margin-left: 75%; } }
  @media (min-width: 1200px) {
    .offset-xl-9 {
      margin-left: 75%; } }
  @media (min-width: 1600px) {
    .offset-xxl-9 {
      margin-left: 75%; } }
  @media (min-width: 0) {
    .offset-xs-10 {
      margin-left: 83.33333%; } }
  @media (min-width: 576px) {
    .offset-sm-10 {
      margin-left: 83.33333%; } }
  @media (min-width: 768px) {
    .offset-md-10 {
      margin-left: 83.33333%; } }
  @media (min-width: 992px) {
    .offset-lg-10 {
      margin-left: 83.33333%; } }
  @media (min-width: 1200px) {
    .offset-xl-10 {
      margin-left: 83.33333%; } }
  @media (min-width: 1600px) {
    .offset-xxl-10 {
      margin-left: 83.33333%; } }
  @media (min-width: 0) {
    .offset-xs-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 576px) {
    .offset-sm-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 768px) {
    .offset-md-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 992px) {
    .offset-lg-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 1200px) {
    .offset-xl-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 1600px) {
    .offset-xxl-11 {
      margin-left: 91.66667%; } }
  @media (min-width: 0) {
    .offset-xs-12 {
      margin-left: 100%; } }
  @media (min-width: 576px) {
    .offset-sm-12 {
      margin-left: 100%; } }
  @media (min-width: 768px) {
    .offset-md-12 {
      margin-left: 100%; } }
  @media (min-width: 992px) {
    .offset-lg-12 {
      margin-left: 100%; } }
  @media (min-width: 1200px) {
    .offset-xl-12 {
      margin-left: 100%; } }
  @media (min-width: 1600px) {
    .offset-xxl-12 {
      margin-left: 100%; } }

.row-no-gitter {
  margin-left: 0;
  margin-right: 0; }
  .row-no-gitter > .col {
    padding-left: 0;
    padding-right: 0; }

.txt-red {
  color: #F21A44; }

.txt-scroll .txt {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px; }

.txt-scroll .line {
  width: 1px;
  height: 160px;
  display: block;
  margin: auto;
  position: relative; }
  .txt-scroll .line::before, .txt-scroll .line::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0; }
  .txt-scroll .line::after {
    background: #F21A44;
    -webkit-animation: 4s ani-scroll-line infinite;
    animation: 4s ani-scroll-line infinite;
    animation-timing-function: var(--ease-cubic-1);
    opacity: 1;
    filter: alpha(opacity=100); }

@media (max-width: 767px) {
  .txt-scroll .txt {
    font-size: 14px;
    margin-bottom: 10px; }
  .txt-scroll .line {
    height: 100px; } }

.txt-home-title {
  position: relative; }
  .txt-home-title .service-no {
    font-size: 400px;
    position: absolute;
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(10%, -50%);
    -ms-transform: translate(10%, -50%);
    transform: translate(10%, -50%); }
    @media (max-width: 767px) {
      .txt-home-title .service-no {
        font-size: 80px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 20px;
        bottom: top;
        top: auto;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%); } }
  .txt-home-title .s-page-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    z-index: 1;
    position: relative; }
    @media (max-width: 767px) {
      .txt-home-title .s-page-title {
        font-size: 40px;
        line-height: normal; } }

.btn-red {
  background: #F21A44;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 20px;
  min-width: 275px; }

.form-item {
  text-align: left;
  margin-bottom: 10px; }
  .form-item label {
    margin-bottom: 2px;
    font-weight: bold; }
    .form-item label > .txt-red {
      display: inline-block;
      margin-left: 5px; }

.form-input, .form-textarea {
  background: #0B0707;
  color: #fff;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 15px;
  height: auto;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  .form-input:focus, .form-textarea:focus {
    outline: none;
    -moz-box-shadow: 0px 0px 0px 3px rgba(242, 26, 68, 0.2);
    box-shadow: 0px 0px 0px 3px rgba(242, 26, 68, 0.2); }
  .form-input:not(:last-child), .form-textarea:not(:last-child) {
    margin-bottom: 20px; }

.form-textarea {
  min-height: 100px; }

.form-checkbox {
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-size: 14px; }
  .form-checkbox input {
    display: none; }
  .form-checkbox .checkmark {
    height: 20px;
    width: 20px;
    min-width: 20px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    .form-checkbox .checkmark::after {
      content: "";
      position: absolute;
      top: 42%;
      left: 50%;
      width: 7px;
      height: 12px;
      border: solid #F21A44;
      border-width: 0 3px 3px 0;
      -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.6);
      -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.6);
      transform: translate(-50%, -50%) rotate(45deg) scale(0.6);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
  .form-checkbox:hover input ~ .checkmark {
    background-color: #f2f2f2; }
  .form-checkbox input:checked ~ .checkmark:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }
  .form-checkbox a {
    color: #F21A44;
    text-decoration: underline;
    font-weight: bold; }
    .form-checkbox a:hover, .form-checkbox a:focus {
      color: #F21A44; }
    .form-checkbox a:visited {
      color: #F21A44; }
    .form-checkbox a:active {
      color: #F21A44; }
    .form-checkbox a:hover, .form-checkbox a:focus {
      text-decoration: underline; }
    .form-checkbox a:visited {
      text-decoration: underline; }
    .form-checkbox a:active {
      text-decoration: underline; }

label.form-radio {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0; }
  label.form-radio input[type=radio] {
    display: none; }
  label.form-radio .txt-opt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 20px;
    padding-left: 50px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    label.form-radio .txt-opt .txt-unit {
      vertical-align: text-bottom; }
    label.form-radio .txt-opt .txt-amount {
      font-size: 28px;
      line-height: 1;
      margin-left: 6px; }
  label.form-radio .checkmark {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 20px;
    top: 50%;
    display: inline-block;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    label.form-radio .checkmark::after {
      content: "";
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #F21A44;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) translateZ(0);
      -ms-transform: translate(-50%, -50%) translateZ(0);
      transform: translate(-50%, -50%) translateZ(0);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
  label.form-radio:hover .txt-opt {
    background: rgba(205, 205, 205, 0.3); }
  label.form-radio:hover input ~ .checkmark {
    background-color: #fafafa; }
  label.form-radio input:checked ~ .checkmark {
    border-color: #fff; }
    label.form-radio input:checked ~ .checkmark:after {
      opacity: 1;
      filter: alpha(opacity=100); }
  label.form-radio input:checked ~ .txt-opt {
    background: #F21A44;
    border-color: #F21A44;
    color: #fff; }
    label.form-radio input:checked ~ .txt-opt .form-input {
      color: #fff; }
      label.form-radio input:checked ~ .txt-opt .form-input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      label.form-radio input:checked ~ .txt-opt .form-input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
  label.form-radio .txt-opt-input {
    width: 100%;
    justify-content: flex-start;
    align-items: center; }
    label.form-radio .txt-opt-input .txt-unit {
      vertical-align: middle;
      text-align: left; }
    label.form-radio .txt-opt-input .form-input {
      width: 100%;
      font-weight: bold;
      border: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
      font-size: 22px;
      background: transparent;
      height: auto;
      margin-left: 6px; }
      label.form-radio .txt-opt-input .form-input:focus {
        outline: none;
        -moz-box-shadow: none;
        box-shadow: none; }
  @media (max-width: 767px) {
    label.form-radio .checkmark {
      left: 10px;
      width: 16px;
      height: 16px; }
      label.form-radio .checkmark::after {
        width: 8px;
        height: 8px; }
    label.form-radio .txt-opt {
      padding-left: 35px; }
      label.form-radio .txt-opt .txt-unit {
        font-size: 14px; }
      label.form-radio .txt-opt .txt-amount {
        font-size: 20px; }
    label.form-radio .txt-opt-input .form-input {
      font-size: 16px; } }

label.form-radio2 {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  label.form-radio2 input {
    display: none; }
  label.form-radio2 .checkmark {
    position: absolute;
    height: 14px;
    width: 14px;
    left: 0px;
    top: 5px;
    display: inline-block;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    label.form-radio2 .checkmark::after {
      content: "";
      width: 8px;
      height: 8px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #F21A44;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) translateZ(0);
      -ms-transform: translate(-50%, -50%) translateZ(0);
      transform: translate(-50%, -50%) translateZ(0);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
  label.form-radio2:hover input ~ .checkmark {
    background-color: #fafafa; }
  label.form-radio2 input:checked ~ .checkmark:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  label.form-radio2 .checkmark:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@keyframes ani-scroll-line {
  0% {
    transform: scaleY(0);
    transform-origin: top; }
  49% {
    transform: scaleY(1);
    transform-origin: top; }
  50% {
    transform: scaleY(1);
    transform-origin: bottom; }
  100% {
    transform: scaleY(0);
    transform-origin: bottom; } }

@-webkit-keyframes ani-scroll-line {
  0% {
    transform: scaleY(0);
    transform-origin: top; }
  49% {
    transform: scaleY(1);
    transform-origin: top; }
  50% {
    transform: scaleY(1);
    transform-origin: bottom; }
  100% {
    transform: scaleY(0);
    transform-origin: bottom; } }

/*------------------------------------------------------------------------ */
.nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  line-height: normal; }
  @media (max-width: 991px) {
    .nav-media {
      margin-bottom: 40px; } }
  .nav-media .rotating-hover-part {
    margin-left: 0; }
  .nav-footer li {
    width: 100%; }
    .nav-footer li:not(:last-child) {
      margin-bottom: 15px; }

.b-landing {
  width: 100vw;
  height: 100vw;
  background-color: #212326;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  -ms-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
  z-index: 1002;
  -webkit-animation: 0.5s ani_landing_mask linear forwards 1.2s;
  animation: 0.5s ani_landing_mask linear forwards 1.2s;
  pointer-events: none; }
  .b-landing-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 40%; }
    .b-landing-logo > .logo_mask {
      width: 100%;
      clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
      -webkit-animation: 1s ani_landing_logo ease-in forwards;
      animation: 1s ani_landing_logo ease-in forwards;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .b-landing-logo > .logo_mask img {
        width: 100%; }
      .b-landing-logo > .logo_mask:nth-child(2) {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) translateZ(0);
        -ms-transform: translate(-50%, -50%) translateZ(0);
        transform: translate(-50%, -50%) translateZ(0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        clip-path: polygon(69% 0%, 63% 100%, 100% 100%, 100% 0);
        -webkit-animation: 0.5s ani_landing_slash 0.9s forwards;
        animation: 0.5s ani_landing_slash 0.9s forwards; }
  @media (orientation: portrait) {
    .b-landing {
      width: 100vh;
      height: 100vh; } }

@keyframes ani_landing_logo {
  0% {
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0); }
  100% {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0); } }

@keyframes ani_landing_slash {
  0% {
    clip-path: polygon(69% 0%, 63% 100%, 100% 100%, 100% 0); }
  100% {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0); } }

@keyframes ani_landing_mask {
  0% {
    clip-path: polygon(0% 0%, 0% 100%, 14.5% 100%, 55.7% 44.6%, 57.5% 44.6%, 49.6% 55.3%, 0 55.3%, 0 100%, 100% 100%, 100% 0%); }
  30% {
    clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 81% 0, 99% 0, 24% 100%, 0 100%, 0 100%, 100% 100%, 100% 0); }
  100% {
    clip-path: polygon(-81% 0%, -81% 100%, -76% 100%, 0% 0%, 180% 0%, 105% 100%, -81% 100%, -81% 100%, 181% 100%, 181% 0%); } }

/*------------------------------------------------------------------------ */
.s-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  height: auto; }
  .s-header .header-bar::before {
    content: "";
    width: 100%;
    height: 150%;
    position: absolute;
    left: 0;
    top: 0;
    background: #212326;
    background: -moz-linear-gradient(180deg, #212326 0%, rgba(33, 35, 38, 0) 100%);
    background: -webkit-linear-gradient(180deg, #212326 0%, rgba(33, 35, 38, 0) 100%);
    background: linear-gradient(180deg, #212326 0%, rgba(33, 35, 38, 0) 100%);
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 300ms ease;
    transition: 300ms ease; }
    @media (max-width: 991px) {
      .s-header .header-bar::before {
        height: 200%; } }
  .s-header._shrink .header-bar::before {
    opacity: 1;
    filter: alpha(opacity=100); }
  @media (max-width: 991px) {
    .s-header .get-in-touch {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 999;
      background: rgba(0, 0, 0, 0.7);
      height: auto;
      margin: auto;
      padding: 14px 20px;
      color: #99DE47;
      -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
      transform: translate(0, 100%);
      font-size: 16px;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      border-top: 1px solid #99DE47;
      -webkit-transition: 300ms ease;
      transition: 300ms ease; }
    .s-header._shrink .get-in-touch {
      -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
      transform: translate(0, 0%); } }

.s-footer {
  background: #0E1012; }
  @media (min-width: 768px) {
    .s-footer {
      padding-top: 100px;
      padding-bottom: 60px; } }
  .s-footer .img-logo {
    width: 240px;
    margin-bottom: 20px; }
  .s-footer .txt-company-name, .s-footer .txt-col-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #F21A44;
    font-weight: bold; }
  .s-footer .txt-col-title {
    text-transform: uppercase;
    font-weight: bold; }
    @media (max-width: 767px) {
      .s-footer .txt-col-title {
        margin-top: 20px; } }
  .s-footer .nav-footer {
    margin-bottom: 20px; }
  .s-footer .rotating-hover-part .rotating-text .text {
    color: #fff; }
  .s-footer .rotating-hover-part .rotating-text .sed-text {
    color: #99DE47; }
  @media (max-width: 767px) {
    .s-footer .col:last-child {
      margin-bottom: 0; } }
  .s-footer .txt-copyright {
    margin-top: 20px;
    font-size: 14px; }
  .s-footer a {
    color: #fff;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
    .s-footer a:hover, .s-footer a:focus {
      color: #99DE47; }
    .s-footer a:visited {
      color: #fff; }
    .s-footer a:active {
      color: #fff; }
    .s-footer a::before {
      content: "";
      display: block;
      position: absolute;
      left: -10px;
      top: 50%;
      background-color: var(--green-color);
      height: 60%;
      width: 3px;
      transform: translate3d(-10px, -50%, 0) skewX(-34deg);
      opacity: 0;
      -webkit-transition: 0.4s linear;
      transition: 0.4s linear; }
    .s-footer a:hover::before {
      opacity: 1;
      filter: alpha(opacity=100); }

.s-default {
  padding-top: 15vh;
  padding-bottom: 15vh;
  overflow: visible; }
  @media (max-width: 767px) {
    .s-default {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .s-default.first {
    padding-top: calc(10vh + 180px); }
    @media (max-width: 767px) {
      .s-default.first {
        padding-top: 118px; } }
  @media (max-width: 767px) {
    .s-default .s-default-title {
      font-size: 40px;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .s-default .s-default-title {
      padding-bottom: 8vh; } }
  .s-default .outline-text {
    font-size: 5vw;
    line-height: normal; }

.s-services .col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.s-services .service-tabs {
  position: relative;
  width: 100%;
  min-width: 0;
  height: auto;
  left: auto;
  top: auto;
  padding-left: 194px; }
  .s-services .service-tabs .service-swiper {
    width: 100%;
    min-height: auto;
    height: 100%;
    margin-left: 0;
    min-width: 0; }
    @media (min-width: 1200px) {
      .s-services .service-tabs .service-swiper {
        height: 450px; } }

.s-services .des {
  margin-bottom: 0; }

.s-services .services-banners {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
  height: 800px;
  max-width: none;
  max-height: none; }
  .s-services .services-banners-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: 100%;
    height: 100%; }
  .s-services .services-banners .banner-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.s-services .swiper-button-disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  pointer-events: none; }

@media (max-width: 767px) {
  .s-services .services-banners {
    height: 350px;
    margin-top: -40px;
    margin-bottom: -20px; }
  .s-services .service-tabs {
    padding-left: 0; }
    .s-services .service-tabs .swiper-slide {
      font-size: 16px;
      font-size: 16px; }
  .s-services .service-pagination {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    margin-left: 65px;
    margin-right: 65px;
    height: 45px; }
    .s-services .service-pagination .swiper-pagination-bullet {
      margin-bottom: 0; }
    .s-services .service-pagination .swiper-pagination-bullet-active::before {
      left: -6px; }
    .s-services .service-pagination .swiper-pagination-bullet-active::after {
      display: none; }
  .s-services .title {
    font-size: 2rem;
    line-height: normal; }
  .s-services .service-button-prev, .s-services .service-button-next {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .s-services .service-button-next {
    left: auto;
    right: 0; }
  .s-services .row .col-title {
    order: 1; }
  .s-services .row .col-txt {
    order: 3; }
  .s-services .row .col-img {
    order: 2; } }

@media (min-width: 768px) {
  .s-services .txt-home-title {
    display: inline-block;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 40px; }
    .s-services .txt-home-title .service-no {
      left: 60%;
      top: 50%;
      right: auto;
      bottom: auto;
      -webkit-transform: translate(18%, -70%);
      -ms-transform: translate(18%, -70%);
      transform: translate(18%, -70%); } }

.s-services .row {
  position: relative; }

.s-services .services-banners {
  width: 100%;
  height: auto; }
  .s-services .services-banners::before {
    content: "";
    display: block;
    padding-top: 91.93548%; }

@media (min-width: 1200px) {
  .s-services .col-txt {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .s-services .col-img {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media (min-width: 1600px) {
  .s-services .services-banners {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0); }
  .s-services .col-txt {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .s-services .col-img {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .s-services-wrapper {
    width: 130%;
    height: 130%; } }

.s-home-hero {
  height: 100vh;
  z-index: 1;
  overflow: inherit;
  position: relative; }
  .s-home-hero .bg-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .s-home-hero .cen-txt {
    padding-left: 20px;
    padding-right: 20px; }
  .s-home-hero .txt-scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 80px);
    -ms-transform: translate(-50%, 80px);
    transform: translate(-50%, 80px); }
  @media (max-width: 767px) {
    .s-home-hero {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      background: rgba(255, 0, 0, 0.5);
      flex-direction: column;
      padding-bottom: 100px; }
      .s-home-hero .caption {
        font-size: 50px;
        line-height: normal;
        margin-bottom: 20px; }
        .s-home-hero .caption > span {
          display: block; }
      .s-home-hero .cen-txt {
        position: relative;
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        left: auto;
        top: auto;
        margin-bottom: 10px; }
      .s-home-hero .cap-txt {
        font-size: 18px; }
      .s-home-hero .ow-btn {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
      .s-home-hero .txt-scroll {
        -webkit-transform: translate(-50%, 30px);
        -ms-transform: translate(-50%, 30px);
        transform: translate(-50%, 30px); } }

.s-home-process {
  pointer-events: none; }
  @media (min-width: 768px) {
    .s-home-process {
      margin-top: 120px; } }
  .s-home-process .container {
    position: relative;
    z-index: 1; }
  @media (min-width: 768px) {
    .s-home-process .txt-process-intro {
      font-size: 18px;
      padding-bottom: 20px;
      line-height: 2; } }
  .s-home-process .col-title {
    position: relative; }
  .s-home-process .col-desc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end; }
  .s-home-process .col-slider {
    padding-top: 20px; }
  .s-home-process .b-slider-process {
    position: relative;
    overflow: hidden; }
    .s-home-process .b-slider-process::before, .s-home-process .b-slider-process::after {
      content: "";
      width: 40px;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 10; }
    .s-home-process .b-slider-process::before {
      background: #212326;
      background: -moz-linear-gradient(90deg, #212326 0%, rgba(33, 35, 38, 0) 100%);
      background: -webkit-linear-gradient(90deg, #212326 0%, rgba(33, 35, 38, 0) 100%);
      background: linear-gradient(90deg, #212326 0%, rgba(33, 35, 38, 0) 100%);
      left: 0; }
    .s-home-process .b-slider-process::after {
      background: rgba(33, 35, 38, 0);
      background: -moz-linear-gradient(90deg, rgba(33, 35, 38, 0) 0%, #212326 100%);
      background: -webkit-linear-gradient(90deg, rgba(33, 35, 38, 0) 0%, #212326 100%);
      background: linear-gradient(90deg, rgba(33, 35, 38, 0) 0%, #212326 100%);
      right: 0; }
    .s-home-process .b-slider-process .swiper-slide {
      width: 200px; }
      .s-home-process .b-slider-process .swiper-slide:first-child .b-process-step .img-step::before {
        width: 50%;
        left: 50%; }
      .s-home-process .b-slider-process .swiper-slide:last-child .b-process-step .img-step::before {
        width: 50%;
        right: 50%; }
    @media (min-width: 768px) {
      .s-home-process .b-slider-process::before, .s-home-process .b-slider-process::after {
        width: 150px; }
      .s-home-process .b-slider-process .swiper-slide:first-child, .s-home-process .b-slider-process .swiper-slide:last-child {
        width: 300px; }
      .s-home-process .b-slider-process .swiper-slide:first-child {
        padding-left: 100px; }
      .s-home-process .b-slider-process .swiper-slide:last-child {
        padding-right: 100px; } }
    .s-home-process .b-slider-process .btn-ctrl {
      z-index: 100;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(-90deg);
      -ms-transform: translate(0, -50%) rotate(-90deg);
      transform: translate(0, -50%) rotate(-90deg); }
      .s-home-process .b-slider-process .btn-ctrl-prev {
        left: 0; }
      .s-home-process .b-slider-process .btn-ctrl-next {
        left: auto;
        right: 0; }
      .s-home-process .b-slider-process .btn-ctrl.swiper-button-disabled {
        opacity: 0;
        filter: alpha(opacity=0);
        pointer-events: none; }
      @media (max-width: 767px) {
        .s-home-process .b-slider-process .btn-ctrl {
          display: none; } }
  .s-home-process .b-process-step {
    text-align: center;
    position: relative; }
    .s-home-process .b-process-step .txt-step-num {
      color: #F21A44;
      font-weight: bold;
      font-size: 24px; }
    .s-home-process .b-process-step .txt-step-title {
      font-weight: bold;
      font-size: 18px; }
    .s-home-process .b-process-step .img-step {
      margin-top: 10px;
      margin-bottom: 20px; }
      .s-home-process .b-process-step .img-step::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #FFA3A3;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 0; }
      .s-home-process .b-process-step .img-step img {
        background: #454A52;
        width: 100%;
        width: 120px;
        display: block;
        margin: auto;
        z-index: 1;
        position: relative; }

.s-home-project .s-banner {
  clip-path: none; }

.s-home-project .txt-client {
  font-weight: bold; }

.s-home-project .services-banners::before {
  display: none; }

@media (max-width: 767px) {
  .s-home-project .services-banners {
    margin-bottom: 20px;
    height: 500px; }
    .s-home-project .services-banners-wrapper {
      width: 80%; }
  .s-home-project .banner-bar {
    top: 60%;
    left: 80%; } }

@media (min-width: 768px) {
  .s-home-project .services-banners {
    height: 500px; }
  .s-home-project .banner-bar {
    left: 60%;
    top: 60%;
    height: 100%; }
  .s-home-project .services-banners-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .s-home-project .row {
    align-items: center; }
  .s-home-project .col-title {
    margin-bottom: -100px; }
  .s-home-project .col-txt {
    order: 1; }
  .s-home-project .col-img {
    position: relative;
    width: 100%;
    height: 100%; } }

.s-contact-form p {
  font-size: 18px;
  margin-bottom: 30px; }

.s-contact-form .btn-submit {
  margin-top: 20px; }

.s-contact-form .txt-red {
  font-size: 18px;
  line-height: normal; }
  @media (min-width: 768px) {
    .s-contact-form .txt-red {
      font-size: 36px; } }

/*------------------------------------------------------------------------ */
.wrapper {
  overflow: hidden; }

body {
  color: #fff; }

.cover-menu.active .cover-background {
  transform: rotate(45deg) translate(0, 0vw) scale(2);
  -webkit-transform: rotate(45deg) translate(0, 0vw) scale(2); }

.h-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .h-right > div {
    float: none; }

@media (max-width: 991px) {
  .logo {
    width: 100px;
    height: 26px; }
  .fb-logo, .in-logo {
    margin-left: 5px;
    margin-right: 5px; }
  .menu-items {
    left: 40px; }
  .menu-title .text {
    font-size: 40px; }
  .footer-items {
    display: none; }
  .header-bar {
    height: 59px; }
  .h-right {
    height: 59px;
    padding: 0;
    padding-right: 150px; } }

@media (max-width: 767px) {
  .totop-label {
    bottom: 76px; }
  .scroll-label, .page-label {
    display: none; } }

.particles-bg.pos-f {
  position: fixed;
  z-index: 1001;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }
  ._open_menu .particles-bg.pos-f {
    z-index: 1001;
    -webkit-filter: grayscale(100%) brightness(150%);
    filter: grayscale(100%) brightness(150%); }

.menu-btn, .cover-menu, .default-button, .col-sitemap {
  display: none; }

.h-right {
  padding-right: 20px; }

.box-inline h3 {
  font-size: 20px;
  font-weight: bold; }

.box-inline h4 {
  font-size: 18px;
  font-weight: bold; }

.box-inline p {
  color: rgba(255, 255, 255, 0.8); }
  .box-inline p:not(:last-child) {
    margin-bottom: 40px; }

.box-inline a {
  color: #FFA3A3;
  font-weight: bold; }
  .box-inline a:hover, .box-inline a:focus {
    color: #99DE47; }
  .box-inline a:visited {
    color: #FFA3A3; }
  .box-inline a:active {
    color: #FFA3A3; }

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