html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

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

/********************/
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/GilroyRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/GilroyMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/GilroyBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?9mb2wq");
  src: url("../fonts/icomoon.eot?9mb2wq#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9mb2wq") format("truetype"), url("../fonts/icomoon.woff?9mb2wq") format("woff"), url("../fonts/icomoon.svg?9mb2wq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icomoon-arrow-left:before {
  content: "\e900"; }

.icomoon-arrow-right:before {
  content: "\e901"; }

.icomoon-letter:before {
  content: "\e902"; }

.icomoon-bell:before {
  content: "\e903"; }

.icomoon-camera:before {
  content: "\e904"; }

.icomoon-phone:before {
  content: "\e905"; }

.icomoon-map-marker:before {
  content: "\e906"; }

.icomoon-facebook:before {
  content: "\e907"; }

.icomoon-linkedin:before {
  content: "\e908"; }

.icomoon-twitter:before {
  content: "\e909"; }

.icomoon-arrow-top:before {
  content: "\e90a"; }

.icomoon-close-x:before {
  content: "\e90b"; }

.icomoon-hamburger:before {
  content: "\e90c"; }

/*===========================================================================
MAIN STYLE
===========================================================================*/
body {
  color: #000;
  font-display: swap;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #FDFDFD; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1290px; }
  @media (max-width: 1240px) {
    .container {
      max-width: 1000px; } }
  @media (max-width: 1020px) {
    .container {
      max-width: 750px;
      padding-left: 25px;
      padding-right: 25px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }

a:not(.btn) {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s linear; }
  a:not(.btn):hover {
    color: #FED917; }

.btn {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 40px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 25px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s linear;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }
  .btn .icomoon {
    vertical-align: middle;
    font-size: 21px;
    line-height: 0.7; }
    .btn .icomoon:first-child {
      margin-right: 4px; }
  .btn.icon-shadow .icomoon {
    filter: drop-shadow(0px 7px 8px rgba(0, 0, 0, 0.5)); }

.btn-min-width {
  min-width: 247px; }

.btn-primary {
  background-color: #000;
  color: #fff; }
  .btn-primary:hover {
    background-color: #FED917;
    color: #000; }

.btn-secondary {
  background-color: #FED917;
  color: #000; }
  .btn-secondary:hover {
    border-color: #FED917;
    background-color: #000;
    color: #FED917; }

.btn-style-3 {
  border-color: #000;
  color: #000; }
  .btn-style-3:hover {
    background-color: #000;
    color: #FED917; }

.btn-link {
  padding: 0 !important;
  color: #A7A4A4;
  border-bottom: 2px solid #000;
  border-radius: 0;
  position: relative; }
  .btn-link .icomoon {
    color: #000;
    font-size: 10px;
    position: absolute;
    right: -20px;
    bottom: 5px; }
  .btn-link:hover {
    color: #000;
    border-bottom-color: #FED917; }

.btn-box {
  margin-left: -10px;
  margin-right: -10px; }
  .btn-box .btn {
    margin-left: 10px;
    margin-right: 10px; }

.grid {
  display: flex;
  align-items: center; }
  .grid.grid-reverse {
    flex-direction: row-reverse; }
  .grid > .column {
    width: 50%; }
  @media (max-width: 1020px) {
    .grid {
      display: block; }
      .grid.grid-reverse {
        flex-direction: row; } }

h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25; }

u {
  font-weight: bold;
  text-decoration: none;
  background-image: url("../img/line.svg");
  background-repeat: repeat-x;
  background-position: 0 0.88em; }

.title {
  text-align: center;
  margin-bottom: 100px; }
  .title h2 {
    font-size: 40px;
    font-weight: bold;
    padding: 54px 0 18px;
    background: url("../img/rocket3.svg") no-repeat center; }
  .title.style2 h2 {
    background-image: url("../img/rocket4.svg"); }
  .title.style3 h2 {
    background-image: none; }

.title-box {
  max-width: 770px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  text-align: center; }

@media (max-width: 1240px) {
  .title {
    margin-bottom: 80px; }
    .title h2 {
      font-size: 35px;
      padding: 54px 0 18px;
      background-size: 190px; } }
@media (max-width: 767px) {
  .title {
    margin-bottom: 50px; }
    .title h2 {
      font-size: 23px;
      padding: 34px 0 18px;
      background-size: 123px; }

  .btn {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 15px; }
    .btn .icomoon {
      vertical-align: middle;
      font-size: 16px;
      line-height: 0.7; }

  .btn-link .icomoon {
    font-size: 9px;
    right: -18px;
    bottom: 2px; }

  .btn-min-width {
    min-width: 175px; } }
/*===========================================================================
END MAIN STYLE
===========================================================================*/
/*===========================================================================
HEADER
===========================================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 43px;
  background-color: #FDFDFD;
  z-index: 10;
  transition: all 0.3s linear; }
  .header .header-inner {
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .logo {
    display: block;
    width: 107px; }
  .header .menu-btn {
    display: none; }
  .header .close-menu {
    display: none; }
  .header .menu-logo {
    display: none; }
  .header .main-menu {
    border-left: 1px solid #D2D2D2;
    width: 81%;
    text-align: center; }
    .header .main-menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .header .main-menu ul > li {
        display: inline-block;
        padding: 0; }
        .header .main-menu ul > li:first-child {
          margin-left: 0; }
        .header .main-menu ul > li a {
          font-size: 16px;
          font-weight: 500;
          padding: 30px 31px;
          display: block;
          height: 85px;
          margin-bottom: -1px; }
        .header .main-menu ul > li.active a {
          font-weight: bold;
          border-bottom: 5px solid #FED917; }
  @media (max-width: 1240px) {
    .header .main-menu {
      border-left: 1px solid #D2D2D2;
      width: 81%;
      text-align: center; }
      .header .main-menu ul > li a {
        padding: 30px 16px; } }
  @media (min-width: 1021px) {
    .header .main-menu {
      display: block !important; } }
  @media (max-width: 1020px) {
    .header {
      padding-top: 18px; }
      .header .header-inner {
        height: 64px; }
      .header .logo-box {
        height: 100%;
        line-height: 64px;
        width: 200px;
        border-right: 1px solid #D2D2D2; }
      .header .menu-btn {
        display: block;
        font-size: 22px;
        height: 22px;
        cursor: pointer;
        position: relative; }
        .header .menu-btn:before {
          content: 'MENU';
          color: #A3A3A3;
          font-size: 14px;
          font-weight: 500;
          position: absolute;
          left: -46px;
          top: 2px; }
      .header .close-menu {
        display: block;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background-color: #FED917;
        color: #000;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        line-height: 50px;
        position: absolute;
        right: 30px;
        top: 37px; }
      .header .menu-logo {
        display: block;
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 97px; }
      .header .main-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        background-color: #000;
        color: #fff;
        border-left: none;
        padding-top: 100px;
        padding-bottom: 100px; }
        .header .main-menu ul > li {
          display: block; }
          .header .main-menu ul > li.active a {
            border-bottom: none;
            color: #FED917; }
            .header .main-menu ul > li.active a:before, .header .main-menu ul > li.active a:after {
              content: '';
              display: inline-block;
              width: 100%;
              height: 2px;
              background: #FED917;
              z-index: -1;
              position: relative;
              vertical-align: middle; }
            .header .main-menu ul > li.active a:before {
              right: 15px;
              margin-left: -100%; }
            .header .main-menu ul > li.active a:after {
              left: 15px;
              margin-right: -100%; }
          .header .main-menu ul > li a {
            display: block;
            margin-bottom: 0;
            height: auto;
            padding: 20px 15px;
            overflow: hidden; } }
  @media (max-width: 767px) {
    .header .logo {
      width: 81px; }
    .header .logo-box {
      width: 110px; }
    .header .main-menu {
      padding-top: 130px;
      padding-bottom: 100px; }
      .header .main-menu ul > li a {
        padding: 13px 15px; } }

.scroll-header .header {
  padding-top: 0;
  background-color: #fff;
  box-shadow: 0 0 27px -15px rgba(0, 0, 0, 0.5); }
  .scroll-header .header .header-inner {
    border-top-color: #fff;
    border-bottom-color: #fff; }

/*===========================================================================
END HEADER
===========================================================================*/
/*===========================================================================
FOOTER
===========================================================================*/
.footer {
  padding-top: 30px;
  margin-top: 317px;
  padding-bottom: 28px; }
  .footer .footer-logo {
    display: block;
    width: 146px;
    margin: 0 auto 88px; }
  .footer .footer-bottom {
    display: flex;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 84px; }
  .footer .copyright {
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid #C7C7C7;
    padding-right: 63px;
    text-transform: uppercase; }
  .footer .social-links a {
    font-size: 22px;
    color: #000;
    display: inline-block;
    margin-left: 31px;
    vertical-align: middle;
    transition: color 0.3s linear; }
    .footer .social-links a:first-child {
      margin-left: 0; }
    .footer .social-links a:hover {
      color: #FED917; }
  @media (max-width: 767px) {
    .footer {
      margin-top: 269px;
      padding-bottom: 16px; }
      .footer .footer-logo {
        width: 88px;
        margin-bottom: 36px; }
      .footer .footer-bottom {
        height: 65px; }
      .footer .copyright {
        font-size: 13px;
        padding-right: 25px;
        text-transform: none; }
      .footer .social-links a {
        font-size: 15px;
        margin-left: 20px;
        line-height: 0.7; } }

/*===========================================================================
END FOOTER
===========================================================================*/
/*===========================================================================
HERO SECTION
===========================================================================*/
.hero-section {
  padding-top: 193px;
  padding-bottom: 188px;
  background: radial-gradient(18.02% 30.82% at 59.3% 50%, rgba(253, 253, 253, 0.35) 0%, #FDFDFD 100%); }
  .hero-section .grid {
    position: relative;
    z-index: 1; }
    .hero-section .grid > .column:nth-child(2n + 1) {
      width: 54%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .hero-section .grid > .column:nth-child(2n + 2) {
      width: 46%; }
  .hero-section .text-box {
    margin-top: 70px; }
  .hero-section .btn-box {
    margin-top: 50px; }
  .hero-section .frame-box {
    position: relative;
    width: 408px;
    height: 472px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -17px; }
    .hero-section .frame-box .frame-img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 600px;
      max-height: none;
      z-index: -1; }
  .hero-section .start-box {
    display: inline-block;
    vertical-align: middle;
    margin-top: -56px; }
    .hero-section .start-box .icon {
      display: block;
      width: 65px;
      height: 65px;
      background-color: #FED917;
      border-radius: 50%;
      text-align: center;
      line-height: 69px;
      font-size: 25px;
      box-shadow: 0px 20px 40px rgba(254, 217, 23, 0.35);
      margin-bottom: 25px;
      margin-left: 5px; }
    .hero-section .start-box p {
      font-size: 35px; }
      .hero-section .start-box p span {
        font-weight: 600;
        display: block; }
  @media (max-width: 1240px) {
    .hero-section {
      padding-top: 150px;
      padding-bottom: 80px; }
      .hero-section .text-box {
        margin-top: 10px; }
        .hero-section .text-box h2 {
          font-size: 30px; }
      .hero-section .btn-box {
        margin-top: 50px; }
      .hero-section .frame-box {
        width: 330px;
        height: 472px; }
        .hero-section .frame-box .frame-img {
          max-width: 480px; }
      .hero-section .start-box {
        margin-top: -56px; }
        .hero-section .start-box .icon {
          width: 50px;
          height: 50px;
          line-height: 56px;
          font-size: 20px; }
        .hero-section .start-box p {
          font-size: 25px; } }
  @media (max-width: 1020px) {
    .hero-section .grid > .column:nth-child(2n + 1) {
      width: 100%;
      display: block;
      position: relative;
      padding-top: 40px; }
    .hero-section .grid > .column:nth-child(2n + 2) {
      width: 100%; }
    .hero-section .text-box h2 br {
      display: none; }
    .hero-section .frame-box {
      width: 100%;
      height: 472px;
      margin-left: 0; }
      .hero-section .frame-box .frame-img {
        max-width: 480px; }
    .hero-section .start-box {
      margin-top: 0;
      position: absolute;
      top: 0;
      left: 0; }
      .hero-section .start-box .icon {
        width: 50px;
        height: 50px;
        line-height: 56px;
        font-size: 20px; }
      .hero-section .start-box p {
        font-size: 25px; } }
  @media (max-width: 767px) {
    .hero-section {
      padding-bottom: 47px; }
      .hero-section .frame-box {
        width: auto;
        margin-left: -25px;
        margin-right: -25px;
        height: 382px;
        display: block; }
        .hero-section .frame-box .frame-img {
          max-width: 100%; }
      .hero-section .start-box {
        top: -12px;
        left: -7px; }
        .hero-section .start-box .icon {
          width: 46px;
          height: 46px;
          line-height: 50px;
          font-size: 16px;
          margin-bottom: 16px; }
        .hero-section .start-box p {
          font-size: 22px; }
      .hero-section .text-box h2 {
        font-size: 23px; }
      .hero-section .btn-box {
        margin-top: 26px; } }

/*===========================================================================
END HERO SECTION
===========================================================================*/
/*===========================================================================
SECTION ABOUT
===========================================================================*/
.section-about {
  background-color: #000;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px; }
  .section-about .grid {
    margin-left: -15px;
    margin-right: -15px; }
    .section-about .grid > .column {
      padding-left: 15px;
      padding-right: 15px; }
  .section-about .grid-1 > .column:nth-child(2n+2) {
    width: 48%; }
  .section-about .grid-1 > .column:nth-child(2n+1) {
    width: 52%;
    text-align: right; }
  .section-about .grid-2 {
    flex-direction: row-reverse; }
    .section-about .grid-2 > .column:nth-child(2n+2) {
      width: 50%; }
    .section-about .grid-2 > .column:nth-child(2n+1) {
      width: 50%; }
  .section-about .grid-3 > .column:nth-child(2n+2) {
    width: 49%; }
  .section-about .grid-3 > .column:nth-child(2n+1) {
    width: 51%;
    text-align: right; }
  .section-about .text-box p {
    font-size: 25px; }
    .section-about .text-box p u {
      font-size: 30px; }
  .section-about .text-box h4 {
    font-size: 30px;
    font-weight: 500; }
  .section-about .text-box.style1 p {
    font-size: 20px;
    font-weight: 500; }
    .section-about .text-box.style1 p u {
      font-size: 40px; }
  .section-about .grid + .grid {
    margin-top: 100px; }
  .section-about .space-block {
    text-align: center;
    padding: 57px 0 37px; }
  .section-about .info-wrapper {
    position: relative; }
    .section-about .info-wrapper:before {
      content: '';
      position: absolute;
      left: 50%;
      width: 50%;
      top: 0;
      bottom: 0;
      background: #FED917 url(../img/chart.svg) no-repeat right bottom -6px; }
  .section-about .info-box {
    position: relative;
    z-index: 1;
    color: #000;
    font-size: 30px;
    line-height: 1.27;
    font-weight: bold;
    padding: 80px 188px 89px 80px;
    margin: 172px 0 -253px 0; }
    .section-about .info-box:after {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 95px 84px 0 0;
      border-color: #000000 transparent transparent transparent; }
    .section-about .info-box:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 51%;
      background-color: #FED917;
      z-index: -1; }
    .section-about .info-box .texture1 {
      position: absolute;
      top: -60px;
      right: 10%; }
    .section-about .info-box .texture2 {
      position: absolute;
      bottom: -46px;
      left: 100px; }
  @media (max-width: 1240px) {
    .section-about .text-box p {
      font-size: 21px;
      line-height: 1.4; }
      .section-about .text-box p u {
        font-size: 21px; }
    .section-about .text-box h4 {
      font-size: 25px; }
    .section-about .text-box.style1 p {
      font-size: 18px; }
      .section-about .text-box.style1 p u {
        font-size: 30px; }
    .section-about .info-box {
      font-size: 25px;
      padding: 60px 188px 69px 60px; } }
  @media (max-width: 1020px) {
    .section-about .grid-1 > .column:nth-child(2n+2), .section-about .grid-2 > .column:nth-child(2n+2), .section-about .grid-3 > .column:nth-child(2n+2) {
      width: 100%; }
    .section-about .grid-1 > .column:nth-child(2n+1), .section-about .grid-2 > .column:nth-child(2n+1), .section-about .grid-3 > .column:nth-child(2n+1) {
      width: 100%;
      text-align: center; }
    .section-about .text-box {
      margin-top: 50px; }
    .section-about .info-wrapper:before {
      background-size: 250px;
      background-position: right bottom -2px; }
    .section-about .info-box {
      font-size: 20px;
      padding: 32px 110px 57px 32px;
      margin: 120px 0 -200px 0; }
      .section-about .info-box:after {
        border-width: 50px 55px 0 0; }
      .section-about .info-box .texture1 {
        top: -40px;
        right: 4%;
        max-width: 90px; }
      .section-about .info-box .texture2 {
        bottom: -34px;
        left: 60px;
        max-width: 90px; } }
  @media (max-width: 767px) {
    .section-about {
      padding-top: 30px; }
      .section-about .column img {
        max-width: 88%; }
      .section-about .text-box {
        margin-top: 35px;
        color: rgba(255, 255, 255, 0.6); }
        .section-about .text-box p {
          font-size: 15px;
          line-height: 1.2; }
          .section-about .text-box p u {
            font-size: 17px;
            color: #fff; }
        .section-about .text-box h4 {
          font-size: 23px; }
          .section-about .text-box h4 u {
            color: #fff; }
        .section-about .text-box.style1 p {
          font-size: 15px; }
          .section-about .text-box.style1 p u {
            font-size: 20px; }
      .section-about .space-block {
        padding: 25px 0 20px; }
        .section-about .space-block img {
          max-width: 60px; }
      .section-about .info-wrapper:before {
        background-size: 175px;
        background-position: right bottom -2px; }
      .section-about .info-box {
        font-size: 14px;
        padding: 24px 42px 57px 28px;
        margin: 81px 0 -220px 0; }
        .section-about .info-box:after {
          border-width: 40px 45px 0 0; }
        .section-about .info-box .texture1 {
          top: -30px;
          right: 8%;
          max-width: 70px; }
        .section-about .info-box .texture2 {
          bottom: -19px;
          left: 42px;
          max-width: 55px; } }

/*===========================================================================
END SECTION ABOUT
===========================================================================*/
/*===========================================================================
SECTION CLIENTS
===========================================================================*/
.section-clients {
  padding-top: 80px;
  padding-bottom: 190px;
  background: radial-gradient(18.02% 30.82% at 59.3% 50%, rgba(253, 253, 253, 0.35) 0%, #FDFDFD 100%); }
  .section-about + .section-clients {
    margin-top: 280px; }
  .section-clients .clients-box {
    display: flex;
    flex-wrap: wrap; }
    .section-clients .clients-box .logo-box {
      width: 20%;
      text-align: center;
      height: 162px;
      line-height: 162px;
      border-top: 2px solid #E9E9E9;
      border-left: 2px solid #E9E9E9;
      transition: all 0.3s linear; }
      .section-clients .clients-box .logo-box:nth-child(5n+1) {
        border-left: none; }
      .section-clients .clients-box .logo-box:hover {
        background: #fff;
        box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.08); }
  @media (max-width: 1240px) {
    .section-clients {
      padding-bottom: 120px; }
      .section-about + .section-clients {
        margin-top: 180px; } }
  @media (max-width: 1020px) {
    .section-clients {
      padding-bottom: 120px; }
      .section-about + .section-clients {
        margin-top: 140px; }
      .section-clients .clients-box .logo-box {
        width: 25%;
        height: 150px;
        line-height: 150px; }
        .section-clients .clients-box .logo-box:nth-child(5n+1) {
          border-left: 2px solid #E9E9E9; }
        .section-clients .clients-box .logo-box:nth-child(4n+1) {
          border-left: none; } }
  @media (max-width: 767px) {
    .section-clients {
      padding-bottom: 136px; }
      .section-clients .clients-box {
        margin-left: -25px;
        margin-right: -25px; }
        .section-clients .clients-box .logo-box {
          width: 25%;
          height: 60px;
          line-height: 60px; }
          .section-clients .clients-box .logo-box img {
            max-width: 60px;
            max-height: 35px; } }

/*===========================================================================
END SECTION CLIENTS
===========================================================================*/
/*===========================================================================
SECTION AWARDS
===========================================================================*/
.section-awards {
  background-color: #000;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 98px;
  padding-bottom: 116px;
  position: relative; }
  .section-awards .texture1 {
    position: absolute;
    left: 0;
    top: -50px; }
  .section-awards .texture2 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%); }
  .section-awards .texture3 {
    position: absolute;
    right: 10%;
    top: -50px; }
  .section-awards .texture4 {
    position: absolute;
    right: 0;
    top: 30%; }
  .section-awards .texture5 {
    position: absolute;
    left: 10%;
    bottom: -115px; }
  .section-awards .title {
    color: #fff;
    margin-bottom: 20px; }
    .section-awards .title h2 {
      display: inline-block;
      vertical-align: bottom;
      padding-bottom: 0; }
    .section-awards .title img {
      margin-bottom: 11px; }
  .section-awards .title-box {
    margin-bottom: 121px; }
  .section-awards .timeline {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto; }
    .section-awards .timeline .item-box {
      max-width: 440px;
      font-size: 20px;
      font-weight: 500;
      clear: both;
      padding-top: 10px;
      padding-bottom: 62px;
      min-height: 248px;
      position: relative;
      width: 100%; }
      .section-awards .timeline .item-box:before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0px;
        bottom: 25px;
        width: 1px;
        background: url(../img/line2.svg) repeat-y top left; }
      .section-awards .timeline .item-box:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 36px;
        background: url(../img/rocket-small.svg) no-repeat center;
        left: -10px;
        bottom: 14px; }
      .section-awards .timeline .item-box h4 {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative; }
        .section-awards .timeline .item-box h4:after {
          content: '';
          position: absolute;
          width: 54px;
          height: 54px;
          background-color: #FED917;
          border-radius: 50%;
          left: -102px;
          top: -10px;
          border: 5px solid #000;
          box-shadow: 0 0 0 1px #FED917; }
      .section-awards .timeline .item-box:nth-child(odd) {
        padding-left: 70px;
        float: right; }
      .section-awards .timeline .item-box:nth-child(even) {
        padding-right: 70px;
        text-align: right;
        float: left; }
        .section-awards .timeline .item-box:nth-child(even):before {
          left: auto;
          right: 0; }
        .section-awards .timeline .item-box:nth-child(even):after {
          left: auto;
          right: -8px; }
        .section-awards .timeline .item-box:nth-child(even) h4:after {
          left: auto;
          right: -102px; }
      .section-awards .timeline .item-box:last-child {
        padding-bottom: 70px; }
  .section-awards .btn-box {
    margin-top: 70px; }
  @media (max-width: 1020px) {
    .section-awards .texture1 {
      top: -30px;
      max-width: 120px; }
    .section-awards .texture2 {
      max-width: 440px; }
    .section-awards .texture3 {
      right: 10%;
      top: -40px;
      max-width: 90px; }
    .section-awards .texture4 {
      top: 37%;
      max-width: 120px; }
    .section-awards .texture5 {
      bottom: -80px;
      max-width: 160px; }
    .section-awards .timeline {
      max-width: 700px; }
      .section-awards .timeline .item-box {
        max-width: 350px;
        font-size: 17px; }
        .section-awards .timeline .item-box:last-child {
          padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .section-awards {
      padding-top: 11px;
      padding-bottom: 144px; }
      .section-awards .title img {
        max-width: 32px;
        margin-bottom: 7px; }
      .section-awards .texture1 {
        top: -20px;
        max-width: 70px; }
      .section-awards .texture2 {
        max-width: 80%; }
      .section-awards .texture3 {
        right: 13%;
        top: -32px;
        max-width: 60px; }
      .section-awards .texture4 {
        top: 36%;
        max-width: 70px; }
      .section-awards .texture5 {
        bottom: -60px;
        max-width: 110px; }
      .section-awards .title-box {
        font-size: 13px;
        margin-bottom: 45px; }
      .section-awards .timeline {
        max-width: 100%; }
        .section-awards .timeline .item-box {
          max-width: 50%;
          font-size: 12px;
          padding-top: 10px;
          padding-bottom: 30px;
          min-height: 145px; }
          .section-awards .timeline .item-box:before {
            bottom: 10px; }
          .section-awards .timeline .item-box:after {
            width: 20px;
            height: 25px;
            background-size: 20px;
            bottom: 5px; }
          .section-awards .timeline .item-box h4 {
            color: #fff;
            font-size: 18px;
            margin-bottom: 10px; }
            .section-awards .timeline .item-box h4:after {
              width: 28px;
              height: 28px;
              left: -49px;
              top: -3px;
              border: 3px solid #000; }
          .section-awards .timeline .item-box:nth-child(odd) {
            padding-left: 32px; }
          .section-awards .timeline .item-box:nth-child(even) {
            padding-right: 32px; }
            .section-awards .timeline .item-box:nth-child(even):after {
              right: -8px; }
            .section-awards .timeline .item-box:nth-child(even) h4:after {
              right: -49px; }
          .section-awards .timeline .item-box:last-child {
            padding-bottom: 10px; }
      .section-awards .btn-box {
        margin-top: 48px; } }

/*===========================================================================
END SECTION AWARDS
===========================================================================*/
/*===========================================================================
SECTION TESTIMONIALS
===========================================================================*/
.section-testimonials {
  padding-top: 100px;
  padding-bottom: 207px;
  margin-top: 58px;
  position: relative; }
  .section-testimonials .texture1 {
    position: absolute;
    left: 0;
    bottom: -40px; }
  .section-testimonials .title {
    margin-bottom: 65px; }
    .section-testimonials .title h2 {
      display: inline-block;
      padding-left: 25px;
      padding-right: 25px;
      background-position: left;
      background-size: 165px; }
  .section-testimonials .testimonials {
    padding-left: 70px;
    padding-right: 70px;
    position: relative; }
    .section-testimonials .testimonials .testimonial-box {
      font-size: 25px;
      font-weight: 600;
      padding: 0 30px;
      position: relative; }
      .section-testimonials .testimonials .testimonial-box p {
        min-height: 120px; }
      .section-testimonials .testimonials .testimonial-box .author {
        margin-top: 37px;
        display: flex;
        align-items: center; }
        .section-testimonials .testimonials .testimonial-box .author img {
          width: 85px;
          border-radius: 50%;
          overflow: hidden;
          margin-right: 22px; }
        .section-testimonials .testimonials .testimonial-box .author h5 {
          font-size: 20px;
          font-weight: 600; }
        .section-testimonials .testimonials .testimonial-box .author p {
          font-size: 17px;
          color: #B7B7B7;
          min-height: 0; }
        .section-testimonials .testimonials .testimonial-box .author div {
          position: relative;
          padding-right: 100px;
          width: 81%; }
        .section-testimonials .testimonials .testimonial-box .author .video-btn {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          width: 95px;
          text-align: center;
          padding: 7px 10px;
          border-radius: 20px;
          border-color: #000;
          color: #000;
          font-size: 18px; }
          .section-testimonials .testimonials .testimonial-box .author .video-btn .icomoon {
            line-height: 1; }
          .section-testimonials .testimonials .testimonial-box .author .video-btn:hover {
            background-color: #FED917;
            border-color: #FED917;
            box-shadow: 0px 10px 20px rgba(254, 217, 23, 0.3); }
    .section-testimonials .testimonials .slick-arrow {
      background: none;
      border: none;
      padding: 0;
      font-size: 0;
      width: 40px;
      height: 50px;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      cursor: pointer;
      transition: color 0.3s linear; }
      .section-testimonials .testimonials .slick-arrow:hover {
        color: #FED917; }
      .section-testimonials .testimonials .slick-arrow:before {
        content: '';
        font-family: 'icomoon';
        font-size: 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .section-testimonials .testimonials .slick-arrow.slick-prev {
        left: 0; }
        .section-testimonials .testimonials .slick-arrow.slick-prev:before {
          content: '\e900'; }
      .section-testimonials .testimonials .slick-arrow.slick-next {
        right: 0; }
        .section-testimonials .testimonials .slick-arrow.slick-next:before {
          content: '\e901'; }
  @media (max-width: 1240px) {
    .section-testimonials {
      padding-top: 70px;
      padding-bottom: 140px; }
      .section-testimonials .testimonials {
        padding-left: 30px;
        padding-right: 30px; }
        .section-testimonials .testimonials .testimonial-box {
          font-size: 20px; }
          .section-testimonials .testimonials .testimonial-box p {
            min-height: 96px; }
          .section-testimonials .testimonials .testimonial-box .author h5 {
            font-size: 18px; }
          .section-testimonials .testimonials .testimonial-box .author p {
            font-size: 15px; } }
  @media (max-width: 1020px) {
    .section-testimonials {
      margin-top: 40px;
      padding-bottom: 200px; }
      .section-testimonials .title {
        margin-bottom: 90px; }
      .section-testimonials .testimonials {
        padding-left: 0;
        padding-right: 0; }
        .section-testimonials .testimonials .testimonial-box p {
          min-height: 0; }
        .section-testimonials .testimonials .slick-arrow {
          width: 40px;
          height: 40px;
          top: -45px;
          margin-top: -25px;
          border: 1px solid #D7D7D7;
          border-radius: 50%;
          transition: all 0.3s linear; }
          .section-testimonials .testimonials .slick-arrow:hover {
            color: #000;
            background-color: #FED917;
            border-color: #FED917;
            box-shadow: 0px 10px 20px rgba(254, 217, 23, 0.3); }
          .section-testimonials .testimonials .slick-arrow:before {
            font-size: 16px; }
          .section-testimonials .testimonials .slick-arrow.slick-prev {
            right: 50px;
            left: auto; } }
  @media (max-width: 767px) {
    .section-testimonials {
      padding-top: 20px;
      padding-bottom: 176px; }
      .section-testimonials .texture1 {
        bottom: -26px;
        max-width: 180px; }
      .section-testimonials .title {
        margin-bottom: 75px; }
        .section-testimonials .title h2 {
          background-size: 125px; }
      .section-testimonials .testimonials {
        padding-left: 0;
        padding-right: 0; }
        .section-testimonials .testimonials .testimonial-box {
          padding-left: 10px;
          padding-right: 10px; }
          .section-testimonials .testimonials .testimonial-box p {
            font-size: 17px;
            min-height: 0; }
          .section-testimonials .testimonials .testimonial-box .author {
            margin-top: 28px; }
            .section-testimonials .testimonials .testimonial-box .author img {
              width: 48px;
              margin-right: 12px; }
            .section-testimonials .testimonials .testimonial-box .author h5 {
              font-size: 13px; }
            .section-testimonials .testimonials .testimonial-box .author p {
              font-size: 12px; }
            .section-testimonials .testimonials .testimonial-box .author div {
              position: relative;
              padding-right: 70px;
              width: 81%; }
            .section-testimonials .testimonials .testimonial-box .author .video-btn {
              width: 61px;
              padding: 3px 10px; }
              .section-testimonials .testimonials .testimonial-box .author .video-btn .icomoon {
                font-size: 14px;
                margin-right: 0; }
        .section-testimonials .testimonials .slick-arrow {
          width: 30px;
          height: 30px;
          top: -37px; }
          .section-testimonials .testimonials .slick-arrow:before {
            font-size: 12px; }
          .section-testimonials .testimonials .slick-arrow.slick-prev {
            right: 40px; } }

/*===========================================================================
END SECTION TESTIMONIALS
===========================================================================*/
/*===========================================================================
SECTION CAREERS
===========================================================================*/
.section-career {
  background-color: #FED917;
  padding-top: 126px;
  padding-bottom: 150px; }
  .section-career .grid {
    align-items: top; }
    .section-career .grid > .column:nth-child(2n+1) {
      width: 52%; }
    .section-career .grid > .column:nth-child(2n+2) {
      width: 48%; }
  .section-career .text-box {
    font-size: 20px;
    font-weight: 500;
    padding-right: 65px; }
    .section-career .text-box h2 {
      font-size: 65px;
      font-weight: 600;
      margin-bottom: 17px; }
    .section-career .text-box p {
      margin-bottom: 36px; }
    .section-career .text-box h4 {
      font-size: 25px;
      font-weight: 600; }
    .section-career .text-box .btn-box {
      margin-top: 24px; }
  .section-career .img-box {
    position: relative;
    margin-right: 40px;
    margin-top: 5px; }
    .section-career .img-box:before {
      content: '';
      position: absolute;
      left: -8px;
      top: 8px;
      bottom: -8px;
      right: 8px;
      background-color: #000; }
    .section-career .img-box:after {
      content: '';
      position: absolute;
      top: 0;
      left: -8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 67px 67px 0 0;
      border-color: #fed717 transparent transparent transparent; }
    .section-career .img-box .texture-img {
      position: absolute;
      top: -41px;
      right: -37px; }
    .section-career .img-box img {
      position: relative; }
  @media (max-width: 1240px) {
    .section-career {
      padding-top: 100px;
      padding-bottom: 120px; }
      .section-career .text-box {
        font-size: 18px;
        padding-right: 45px; }
        .section-career .text-box h2 {
          font-size: 45px; }
        .section-career .text-box p {
          margin-bottom: 24px; }
        .section-career .text-box h4 {
          font-size: 22px; } }
  @media (max-width: 1020px) {
    .section-career {
      padding-bottom: 100px; }
      .section-career .grid > .column:nth-child(2n+1) {
        width: 100%; }
      .section-career .grid > .column:nth-child(2n+2) {
        width: 100%; }
      .section-career .img-box {
        position: relative;
        margin-right: 40px;
        margin-top: 5px; }
        .section-career .img-box:after {
          border-width: 80px 70px 0 0; }
        .section-career .img-box .texture-img {
          position: absolute;
          top: -41px;
          right: -37px;
          width: auto; }
        .section-career .img-box img {
          width: 100%; }
      .section-career .text-box {
        margin-top: 60px; } }
  @media (max-width: 767px) {
    .section-career {
      padding-top: 78px;
      padding-bottom: 56px; }
      .section-career .img-box {
        margin-right: 20px;
        margin-top: 0; }
        .section-career .img-box:before {
          left: -5px;
          top: 5px;
          bottom: -5px;
          right: 5px; }
        .section-career .img-box:after {
          border-width: 50px 45px 0 0; }
        .section-career .img-box .texture-img {
          top: -18px;
          right: -15px;
          width: 36px; }
        .section-career .img-box img {
          width: 100%; }
      .section-career .text-box {
        margin-top: 52px;
        font-size: 15px;
        padding-right: 18px; }
        .section-career .text-box h2 {
          font-size: 23px;
          margin-bottom: 10px; }
        .section-career .text-box p {
          margin-bottom: 30px; }
        .section-career .text-box h4 {
          font-size: 20px; }
        .section-career .text-box .btn-box {
          margin-top: 18px; } }

/*===========================================================================
END SECTION CAREERS
===========================================================================*/
/*===========================================================================
SECTION CONTACT
===========================================================================*/
.section-contact {
  background-color: #000;
  color: #fff;
  padding-top: 44px;
  padding-bottom: 50px; }
  .section-contact .title {
    text-align: left;
    margin-bottom: 30px; }
    .section-contact .title h2 {
      padding-left: 16px;
      background-position: left;
      background-size: 181px; }
  .section-contact .grid > .column:nth-child(2n+1) {
    width: 60%;
    text-align: right; }
  .section-contact .grid > .column:nth-child(2n+2) {
    width: 40%; }
  .section-contact .text-box {
    font-size: 20px;
    font-weight: 500; }
    .section-contact .text-box .btn-box {
      margin-top: 35px; }
  .section-contact .office-box {
    background-color: #fff;
    color: #000;
    padding: 54px 57px;
    margin-top: 40px;
    margin-bottom: -290px;
    box-shadow: 0px 40px 70px rgba(0, 0, 0, 0.07);
    position: relative; }
    .section-contact .office-box:before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -50px;
      margin-left: -28px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 28px 0 28px;
      border-color: #ffffff transparent transparent transparent;
      filter: drop-shadow(0px 30px 21px rgba(0, 0, 0, 0.07)); }
    .section-contact .office-box .grid > .column:nth-child(2n+1) {
      width: 51%;
      text-align: right; }
    .section-contact .office-box .grid > .column:nth-child(2n+2) {
      width: 49%; }
    .section-contact .office-box h3 {
      font-size: 40px;
      font-weight: 600;
      margin-bottom: 25px; }
    .section-contact .office-box h4 {
      font-size: 20px;
      font-weight: 600;
      position: relative;
      padding-left: 39px; }
      .section-contact .office-box h4:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 27px;
        height: 2px;
        margin-top: -1px;
        background-color: #FED917; }
    .section-contact .office-box .frame {
      margin: -20px 40px -55px 0; }
    .section-contact .office-box table {
      border: 2px solid #D5D5D5;
      table-layout: fixed;
      border-collapse: collapse;
      margin-top: 40px; }
      .section-contact .office-box table td {
        width: 33.3333%;
        padding: 18px 15px;
        border-left: 2px solid #D5D5D5;
        vertical-align: top;
        font-size: 15px;
        font-weight: 500; }
        .section-contact .office-box table td:first-child {
          border-left: none; }
        .section-contact .office-box table td .icon {
          display: block;
          width: 46px;
          height: 46px;
          line-height: 50px;
          border-radius: 50%;
          background-color: #FED917;
          color: #000;
          font-size: 17px;
          text-align: center;
          box-shadow: 0px 15px 40px rgba(254, 217, 23, 0.2); }
          .section-contact .office-box table td .icon .icomoon {
            filter: drop-shadow(0px 7px 8px rgba(0, 0, 0, 0.5)); }
        .section-contact .office-box table td hr {
          width: 23px;
          border: none;
          border-bottom: 2px solid #FED917;
          margin: 15px 0; }
  @media (max-width: 1240px) {
    .section-contact .office-box {
      padding: 35px 35px; }
      .section-contact .office-box .grid > .column:nth-child(2n+1) {
        width: 40%; }
      .section-contact .office-box .grid > .column:nth-child(2n+2) {
        width: 60%; }
      .section-contact .office-box h3 {
        font-size: 35px;
        margin-bottom: 15px; }
      .section-contact .office-box h4 {
        font-size: 20px; }
      .section-contact .office-box .frame {
        margin: -20px 0 -35px;
        padding-left: 35px; }
      .section-contact .office-box table {
        margin-top: 30px; }
        .section-contact .office-box table td {
          font-size: 14px; } }
  @media (max-width: 1020px) {
    .section-contact .grid > .column:nth-child(2n+1) {
      width: 100%;
      text-align: center; }
    .section-contact .grid > .column:nth-child(2n+2) {
      width: 100%; }
    .section-contact .office-box {
      padding: 35px 35px; }
      .section-contact .office-box:before {
        bottom: -35px;
        border-width: 35px 20px 0 20px;
        margin-left: -17.5px; }
      .section-contact .office-box .grid > .column:nth-child(2n+1) {
        width: 100%;
        text-align: center; }
      .section-contact .office-box .grid > .column:nth-child(2n+2) {
        width: 100%; }
      .section-contact .office-box .frame {
        margin: 0 0 60px;
        padding-left: 0; }
      .section-contact .office-box table td {
        border-left: none;
        border-top: 2px solid #D5D5D5; }
        .section-contact .office-box table td:first-child {
          border-top: none; } }
  @media (max-width: 767px) {
    .section-contact {
      padding-top: 35px; }
      .section-contact .title {
        margin-top: 28px;
        margin-bottom: 8px; }
        .section-contact .title h2 {
          background-size: 125px; }
      .section-contact .text-box {
        font-size: 13px;
        max-width: 210px; }
        .section-contact .text-box .btn-box {
          margin-top: 24px; }
      .section-contact .office-box {
        margin-top: 50px;
        padding: 25px 23px; }
        .section-contact .office-box:before {
          bottom: -25px;
          border-width: 25px 15px 0 15px;
          margin-left: -15px; }
        .section-contact .office-box h3 {
          font-size: 23px; }
        .section-contact .office-box h4 {
          font-size: 14px;
          padding-left: 36px; }
        .section-contact .office-box table {
          margin-top: 42px; }
          .section-contact .office-box table td {
            padding: 15px;
            display: block;
            width: 100%; } }

/*===========================================================================
END SECTION CONTACT
===========================================================================*/
/* Slider */
.slick-slider {
  box-sizing: border-box;
  display: block;
  khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  position: relative;
  touch-action: pan-y;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none; }

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: hand;
  cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0; }

.slick-track:before,
.slick-track:after {
  content: '';
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto; }

.slick-arrow.slick-hidden {
  display: none; }
