/*@font-face {
  font-family: 'Myriad Pro Regular';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro Semibold';
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }*/

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

.clearfix:after {
  clear: both; }

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

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  /*font-family: 'Roboto', Arial, sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #262626;
  background-color: #fff;
  min-width: 320px;
  background-color: #0a3e6c;
  display: block; }
  body.default-page #wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh; }
  body.fixed {
    overflow: hidden; }
  body.index-body {
    color: #fff;
    background-color: #0d2247; }
  body.loaded-body .section {
    visibility: visible;
    opacity: 1; }
  body.loaded-body #fp-nav {
    display: block; }

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@font-face {
  font-family: 'Myriad Pro Regular';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro Semibold';
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

.default-button {
  outline: 0;
  border: 1px solid transparent;
  color: #fff;
  padding: 16px 20px 15px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  /*background-color: #276dc4;*/
  background-color: #255fa9;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-transform: uppercase;
/*  -webkit-box-shadow: 0 10px 30px rgba(34, 88, 158, 0.31);
          box-shadow: 0 10px 30px rgba(34, 88, 158, 0.31); */
}


  .default-button:hover, .default-button:focus, .default-button:active {
    background-color: #fff;
    color: #0a3e6c;
    text-decoration: none; 
  }

.index-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .index-header .header-logo {
    float: left;
    margin-top: 40px; }
    .index-header .header-logo img {
      display: block;
      max-width: 65px;
      max-height: 65px; }
  .index-header .main-nav {
    float: right;
    margin-top: 55px; }
    .index-header .main-nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block;
      vertical-align: top; }
      .index-header .main-nav ul li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-left: 35px; }
        .index-header .main-nav ul li a,
        .index-header .main-nav ul li button {
          color: #fff;
          display: block;
          padding: 9px 10px;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s; }
          .index-header .main-nav ul li a:hover, .index-header .main-nav ul li a:active, .index-header .main-nav ul li a:focus {
            color: #efd259;
            text-decoration: none; }
          .index-header .main-nav ul li a.dropdown-toggle,
          .index-header .main-nav ul li button.dropdown-toggle {
            padding-right: 20px;
            background-color: transparent;
            border: 0;
            outline: 0; 
          }
            .index-header .main-nav ul li a.dropdown-toggle:after,
            .index-header .main-nav ul li button.dropdown-toggle:after {
              content: '';
              position: absolute;
              top: 12px;
              right: 0;
              width: 8px;
              height: 8px;
              border-left: 2px solid #fff;
              border-bottom: 2px solid #fff;
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
              -webkit-border-radius: 0 0 0 2px;
                      border-radius: 0 0 0 2px; }
            .index-header .main-nav ul li button.dropdown-toggle:hover:after,
            .index-header .main-nav ul li a.dropdown-toggle:hover:after {
              border-left: 2px solid #efd259;
              border-bottom: 2px solid #efd259; }
        .index-header .main-nav ul li:hover .dropdown-list {
          opacity: 1;
          visibility: visible; }
        .index-header .main-nav ul li.lang-select:after {
          content: '';
          height: 15px;
          background-color: #7e7f9f;
          width: 2px;
          position: absolute;
          left: -20px;
          top: 13px; }
        .index-header .main-nav ul li.services-select .dropdown-list {
          width: 180px; }
          .index-header .main-nav ul li.services-select .dropdown-list a {
            padding: 8px 10px 8px 15px; }
    .index-header .main-nav .dropdown-list {
      position: absolute;
      left: 0;
      top: 100%;
      background-color: #fff;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      border: 1px solid #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border: 1px solid #0a3c69;
      /*background-color: rgba(18, 29, 62, 0.85);*/
      background-color: #071425; 
    }
      .index-header .main-nav .dropdown-list a {
        display: block;
        color: #fff;
        padding: 5px 15px;
        position: relative; }
        .index-header .main-nav .dropdown-list a:hover, .index-header .main-nav .dropdown-list a:focus, .index-header .main-nav .dropdown-list a:active {
          background-color: #276dc4;
          color: #fff;
          text-decoration: none; }
    .index-header .main-nav .contact-link {
      color: #fff;
      display: inline-block;
      vertical-align: top;
      border: 2px solid transparent;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      font-size: 15px;
      padding: 8px 32px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      margin-left: 40px;
      background-color: #255fa9; }
      .index-header .main-nav .contact-link:hover, .index-header .main-nav .contact-link:focus, .index-header .main-nav .contact-link:active {
        background-color: #fff;
        border: 2px solid #fff;
        color: #0a3e6c;
        text-decoration: none; 
      }
  .index-header .nav-toggle {
    position: absolute;
    right: 22px;
    top: 50px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    padding: 7px 10px 0 0;
    border: 0;
    outline: 0;
    z-index: 1000; }
    .index-header .nav-toggle span {
      display: block;
      width: 30px;
      height: 2px;
      background-color: #fff;
      float: right;
      margin: 0 0 5px;
      position: relative;
      z-index: 5; }
      .index-header .nav-toggle span:last-of-type {
        width: 19px; }
    .index-header .nav-toggle:after {
      content: '';
      position: absolute;
      top: 0;
      right: -50%;
      width: 100%;
      height: 100%;
      background-color: #1b365e;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; 
    }
    .index-header .nav-toggle:hover:after {
      background-color: #276dc4; }

.slide-nav {
  position: fixed;
  top: 0;
  right: 0;
  max-height: 100vh;
  min-height: 100vh;
  overflow: auto;
  z-index: 10000;
  /*background-color: #0c2044;*/
  background-color: #071425;
  width: 400px;
  padding: 50px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%); }
  .slide-nav.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .slide-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .slide-nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 12px 10px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .slide-nav li a:hover, .slide-nav li a:active, .slide-nav li a:focus {
      text-decoration: none;
      color: #ffe94e; }
  .slide-nav li.dropdown-item p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 12px 10px 8px 10px; }
  .slide-nav li.dropdown-item a {
    font-size: 14px;
    padding: 8px 10px 8px 30px;
    position: relative;
    color: #bbb7b7; }
    .slide-nav li.dropdown-item a:hover {
      color: #fff; }
    .slide-nav li.dropdown-item a:before {
      content: '';
      width: 6px;
      height: 1px;
      background-color: #bbb7b7;
      position: absolute;
      top: 17px;
      left: 15px; }
  .slide-nav .nav-close {
    width: 40px;
    height: 40px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: 0; }
    .slide-nav .nav-close span {
      width: 26px;
      display: block;
      height: 2px;
      margin: 0 auto 4px;
      background-color: #fff;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      position: relative;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
      .slide-nav .nav-close span:first-child {
        -webkit-transform: rotate(45deg) translate(3px, 3px);
            -ms-transform: rotate(45deg) translate(3px, 3px);
                transform: rotate(45deg) translate(3px, 3px); }
      .slide-nav .nav-close span:last-child {
        -webkit-transform: rotate(-45deg) translate(1px, -2px);
            -ms-transform: rotate(-45deg) translate(1px, -2px);
                transform: rotate(-45deg) translate(1px, -2px); }
  .slide-nav .slide-nav-langs {
    margin: 10px; }
    .slide-nav .slide-nav-langs a {
      color: #fff;
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase;
      font-size: 16px; }
      .slide-nav .slide-nav-langs a.active {
        color: #ffe94e; }
    .slide-nav .slide-nav-langs span {
      color: #fff;
      display: inline-block;
      vertical-align: top;
      margin: 0 3px 0;
      font-weight: 300; }

      .slide-nav .slide-nav-langs span:last-of-type {
        display: none;
      }

  .slide-nav .contact-link {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border: 2px solid transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    padding: 3px 32px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin: 10px 0;
    background-color: #276dc4;
    margin-left: 10px; }

    .slide-nav .contact-link:hover,
    .slide-nav .contact-link:focus,
    .slide-nav .contact-link:active {
      background-color: #fff;
      color: #0a3e6c;
      text-decoration: none; 
    }


.section {
  opacity: 0;
  visibility: hidden; }

.index-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; 
  display: none;
}

#wrapper {
  position: relative;
  overflow: hidden; }

#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 32, 68, 0.7);
  z-index: 10000;
  display: none; }

#particles-js canvas {
  position: relative;
  z-index: 11; }

#fp-nav {
  display: none; }
  #fp-nav.right {
    right: 30px; }
  #fp-nav.is-active {
    opacity: 0;
    visibility: hidden; }
  #fp-nav ul li {
    margin: 15px 0; }
    #fp-nav ul li a span {
      width: 8px;
      height: 8px;
      background-color: #697785; }
    #fp-nav ul li a.active span {
      background-color: #f2b731; }
    #fp-nav ul li:hover a span {
      margin: -3px 0 0 -3px; }
    #fp-nav ul li .fp-tooltip.right {
      background-color: #111c3e;
      padding: 6px 15px 5px;
      overflow: visible;
      -webkit-border-radius: 2px 0 0 2px;
              border-radius: 2px 0 0 2px;
      right: 30px;
      top: -6px; }
      #fp-nav ul li .fp-tooltip.right:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid #111c3e;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        position: absolute;
        top: 0;
        right: -10px; }
  #fp-nav ul li a.active span,
  #fp-nav ul li:hover a.active span {
    margin: -4px 0 0 -4px; }

.index-body #particles-js {
  height: 100%; }
  .index-body #particles-js canvas {
    z-index: 15;
    max-height: 100%; }

.index-body .section-one {
  overflow: hidden;
  height: 100%; }
  .index-body .section-one .background-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #071425; 
  }
/*    .index-body .section-one .background-container:before, .index-body .section-one .background-container:after {
      content: '';
      height: 100%;
      position: absolute;
      top: 0; }
    .index-body .section-one .background-container:before {
      left: 0;
      width: 50%;
      background-color: #094170;
      background-image: -webkit-linear-gradient(-415deg, #094170 20%, rgba(18, 28, 61, 0.8) 70%, rgba(18, 28, 61, 0.5) 100%);
      background-image: -webkit-linear-gradient(305deg,#094170 20%, rgba(18, 28, 61, 0.8) 70%, rgba(18, 28, 61, 0.5) 100%);
      background-image: -o-linear-gradient(305deg,#094170 20%, rgba(18, 28, 61, 0.8) 70%, rgba(18, 28, 61, 0.5) 100%);
      background-image: linear-gradient(145deg,#094170 20%, rgba(18, 28, 61, 0.8) 70%, rgba(18, 28, 61, 0.5) 100%);
      z-index: 11; }
    .index-body .section-one .background-container:after {
      right: 0;
      width: 100%;
      background-color: #094170;
      background-image: -webkit-linear-gradient(-415deg, #094170 0%, #121c3d 100%);
      background-image: -webkit-linear-gradient(305deg,#094170 0%, #121c3d 100%);
      background-image: -o-linear-gradient(305deg,#094170 0%, #121c3d 100%);
      background-image: linear-gradient(145deg,#094170 0%, #121c3d 100%);
      z-index: 10; }*/
/*  .index-body .section-one .map-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/map-bg.png) no-repeat center;
    z-index: 12; }*/
  .index-body .section-one .content-container {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    top: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .index-body .section-one .content-container .index-logo {
      display: inline-block;
      margin: 0 0 20px;
      /*background-color: rgba(0, 0, 0, 0.03);*/
      padding: 30px 50px;
      /*-webkit-border-radius: 100%;*/
              /*border-radius: 100%; */
            }
      .index-body .section-one .content-container .index-logo img {
        display: block;
        width: 240px;
        margin: 0 auto; }
  .index-body .section-one h1 {
    font-size: 30px;
    margin: 0 0 20px;
    text-transform: uppercase; }
  .index-body .section-one p {
    font-size: 18px; }
  .index-body .section-one .start-point {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 10px; }
    .index-body .section-one .start-point .pulse-circles i:first-of-type {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 9px;
      height: 9px;
      background-color: #f3aa10;
      background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
      background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
      background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
      background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
      z-index: 100;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      z-index: 100; }
    .index-body .section-one .start-point .pulse-circles i:last-of-type {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 9px;
      height: 9px;
      background-color: #566777;
      z-index: 100;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      -webkit-animation: 2s bounceInOut ease-in-out infinite;
      animation: 2s bounceInOut ease-in-out infinite;
      z-index: 99; }
    .index-body .section-one .start-point .point-text {
      position: absolute;
      color: #efd259;
      font-size: 15px;
      text-transform: uppercase;
      bottom: -147px;
      text-align: center;
      left: -80px;
      z-index: 50;
      width: 170px;
      cursor: pointer;
      opacity: 0;
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      -webkit-transition-delay: 1s;
           -o-transition-delay: 1s;
              transition-delay: 1s;
      border: 1px solid #efd259;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      padding: 3px 0; }
      .index-body .section-one .start-point .point-text:before {
        content: '';
        position: absolute;
        width: 36px;
        height: 36px;
        background: url(../img/up-arrow.svg) no-repeat center;
        -webkit-background-size: 70% 70%;
                background-size: 70%;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        bottom: -45px;
        right: 0;
        left: 0;
        margin: 0 auto;
        -webkit-animation: 4s opacitySwitch linear infinite;
                animation: 4s opacitySwitch linear infinite; }
    .index-body .section-one .start-point .line-one {
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: -webkit-calc(100% + 5px);
      top: calc(100% + 5px);
      left: -1px;
      right: 0;
      margin: 0 auto;
      z-index: 50;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .index-body .section-one .start-point .line-two {
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: 170px;
      left: -1px;
      right: 0;
      margin: 0 auto;
      z-index: 50;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 1s;
           -o-transition-delay: 1s;
              transition-delay: 1s;
      display: none; }
    .index-body .section-one .start-point .line-three {
      height: 1px;
      width: 0;
      background-color: #e4d96c;
      position: absolute;
      bottom: -206px;
      left: 5px;
      z-index: 50;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear;
      -webkit-transition-delay: 1.3s;
           -o-transition-delay: 1.3s;
              transition-delay: 1.3s;
      display: none; }
    .index-body .section-one .start-point .line-four {
      height: 0;
      width: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: 205px;
      left: 434px;
      z-index: 50;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear;
      -webkit-transition-delay: 2.5s;
           -o-transition-delay: 2.5s;
              transition-delay: 2.5s;
      display: none; }

.index-body.loaded-body .section-one .start-point .line-one {
  height: 100px; }

.index-body.loaded-body .section-one .start-point .line-two {
  height: 36px; }

.index-body.loaded-body .section-one .start-point .line-three {
  width: 430px; }

.index-body.loaded-body .section-one .start-point .point-text {
  opacity: 1; }

.index-body.loaded-body .section-one .start-point .line-four {
  height: 100px; }

.index-body .section-two {
  /*background: url(../img/section-two-bg.png) no-repeat center;*/
  background: #071425;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden; }
  .index-body .section-two .container {
    position: relative; }
  .index-body .section-two .end-point {
    position: relative; }
    .index-body .section-two .end-point .pulse-circles {
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transition-delay: 1s;
           -o-transition-delay: 1s;
              transition-delay: 1s;
      position: absolute;
      bottom: 0;
      left: -4.5px; }
      .index-body .section-two .end-point .pulse-circles i:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #f3aa10;
        background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
        background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        z-index: 100; }
      .index-body .section-two .end-point .pulse-circles i:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 10px;
        height: 10px;
        background-color: #566777;
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        -webkit-animation: 2s bounceInOut ease-in-out infinite;
        animation: 2s bounceInOut ease-in-out infinite;
        z-index: 99; }
    .index-body .section-two .end-point .top-line {
      position: absolute;
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: -300px;
      right: 140px;
      z-index: 50;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .index-body .section-two .text-container {
    max-width: 430px; }
    .index-body .section-two .text-container p:nth-of-type(2) {
      color: #7d8fa6; }
  .index-body .section-two .img-container {
    position: relative; }

    .index-body .section-two .img-container .start-point {
      position: absolute;
      bottom: 140px;
      right: 136px;
      display: block;
      width: 10px; 
    }

    .index-body .section-two .img-container .start-point .pulse-circles {
      opacity: 0;
      -webkit-transition-delay: 3.7s;
           -o-transition-delay: 3.7s;
              transition-delay: 3.7s; 
    }
      
    .index-body .section-two .img-container .start-point .pulse-circles i:first-of-type {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 9px;
      height: 9px;
      background-color: #f3aa10;
      background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
      background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
      background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
      background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
      z-index: 100;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      z-index: 100; 
    }

    .index-body .section-two .img-container .start-point .pulse-circles i:last-of-type {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 10px;
      height: 10px;
      background-color: #566777;
      z-index: 100;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      -webkit-animation: 2s bounceInOut ease-in-out infinite;
      animation: 2s bounceInOut ease-in-out infinite;
      z-index: 99; 
    }

    .index-body .section-two .img-container .start-point .point-text {
      position: absolute;
      color: #efd259;
      font-size: 15px;
      text-transform: uppercase;
      bottom: -180px;
      text-align: center;
      right: 210px;
      z-index: 50;
      width: 120px;
      opacity: 0;
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      -webkit-transition-delay: 5.5s;
           -o-transition-delay: 5.5s;
              transition-delay: 5.5s; 
    }

    .index-body .section-two .img-container .start-point .line-one {
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: -webkit-calc(100% + 5px);
      top: calc(100% + 5px);
      left: -2px;
      right: 0;
      margin: 0 auto;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 4.1s;
           -o-transition-delay: 4.1s;
              transition-delay: 4.1s; 
    }

    .index-body .section-two .img-container .start-point .line-two {
      width: 0;
      height: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: 170px;
      right: 5px;
      margin: 0 auto;
      z-index: 50;
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      -webkit-transition-delay: 4.7s;
           -o-transition-delay: 4.7s;
              transition-delay: 4.7s; 
    }

    .index-body .section-two .img-container .start-point .line-three {
      height: 1px;
      width: 0;
      background-color: #e4d96c;
      position: absolute;
      bottom: -171px;
      right: 347px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 5.5s;
           -o-transition-delay: 5.5s;
              transition-delay: 5.5s; 
    }

    .index-body .section-two .img-container .start-point .line-four {
      height: 0;
      width: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: 170px;
      left: -837px;
      z-index: 50;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear;
      -webkit-transition-delay: 6s;
           -o-transition-delay: 6s;
              transition-delay: 6s; 
    }
  
  .index-body .section-two .platform-container {
    height: 580px;
    background: url(../img/yellow-platform.svg) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain;
    width: 850px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    margin-left: -100px; }
    .index-body .section-two .platform-container .laptop-img {
      width: 430px;
      height: 270px;
      background: url(../img/laptop-1.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 1s;
           -o-transition-delay: 1s;
              transition-delay: 1s;
      opacity: 0;
      top: -165px;
      left: -40px; }
    .index-body .section-two .platform-container .tablet-img-1 {
      width: 185px;
      height: 110px;
      background: url(../img/tablet-1.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 2.5s;
           -o-transition-delay: 2.5s;
              transition-delay: 2.5s;
      bottom: 170px;
      right: 80px;
      opacity: 0; }
    .index-body .section-two .platform-container .tablet-img-2 {
      width: 175px;
      height: 135px;
      background: url(../img/tablet-2.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 3.5s;
           -o-transition-delay: 3.5s;
              transition-delay: 3.5s;
      top: 390px;
      left: 100px;
      opacity: 0; }
    .index-body .section-two .platform-container .phone-img-1 {
      width: 88px;
      height: 65px;
      background: url(../img/phone-1.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 2.5s;
           -o-transition-delay: 2.5s;
              transition-delay: 2.5s;
      top: 340px;
      left: 140px;
      opacity: 0; }
    .index-body .section-two .platform-container .phone-img-2 {
      width: 90px;
      height: 70px;
      background: url(../img/phone-2.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      bottom: 65px;
      left: 500px;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 3.5s;
           -o-transition-delay: 3.5s;
              transition-delay: 3.5s;
      opacity: 0; }
    .index-body .section-two .platform-container .info-sheet-img {
      width: 215px;
      height: 115px;
      background: url(../img/info-sheet-1.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transition: all 3.5s linear;
      -o-transition: all 3.5s linear;
      transition: all 3.5s linear;
      -webkit-transition-delay: 1s;
           -o-transition-delay: 1s;
              transition-delay: 1s;
      top: 290px;
      right: 300px;
      opacity: 0; }
    .index-body .section-two .platform-container .info-table {
      width: 230px;
      height: 160px;
      background: url(../img/info-table-1.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: 10px;
      right: -71px;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 1.5s;
           -o-transition-delay: 1.5s;
              transition-delay: 1.5s;
      opacity: 0; }
  .index-body .section-two.add-animation .platform-container {
    opacity: 1; }
    .index-body .section-two.add-animation .platform-container .laptop-img {
      top: 45px;
      left: 215px;
      opacity: 1; }
    .index-body .section-two.add-animation .platform-container .tablet-img-1 {
      bottom: 240px;
      right: 230px;
      opacity: 1; }
    .index-body .section-two.add-animation .platform-container .tablet-img-2 {
      top: 315px;
      left: 240px;
      opacity: 1; }
    .index-body .section-two.add-animation .platform-container .phone-img-1 {
      top: 285px;
      left: 239px;
      opacity: 1; }
    .index-body .section-two.add-animation .platform-container .phone-img-2 {
      bottom: 132px;
      left: 370px;
      opacity: 1; }
    .index-body .section-two.add-animation .platform-container .info-sheet-img {
      opacity: 1; }
    .index-body .section-two.add-animation .platform-container .info-table {
      top: 85px;
      right: 235px;
      opacity: 1; }
  .index-body .section-two.add-animation .top-line {
    height: 425px; }
    .index-body .section-two.add-animation .top-line .pulse-circles {
      opacity: 1; }


  .index-body .section-two.add-animation .start-point .pulse-circles {
    opacity: 1; }
  .index-body .section-two.add-animation .start-point .line-one {
    height: 166px; }
  .index-body .section-two.add-animation .start-point .line-two {
    width: 150px; }
  .index-body .section-two.add-animation .start-point .line-three {
    width: 500px; }
  .index-body .section-two.add-animation .start-point .point-text {
    opacity: 1; }
  .index-body .section-two.add-animation .start-point .pulse-circle {
    opacity: 1; }
  .index-body .section-two.add-animation .start-point .line-four {
    height: 400px; }

.index-body .section-three {
  /*background: url(../img/section-three-bg.png) no-repeat center;*/
  background: #071425;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden; }
  .index-body .section-three .img-container {
    position: relative; }
  .index-body .section-three .container {
    position: relative; }
  .index-body .section-three .screens-container {
    position: relative;
    left: -100px; 
    z-index: 1;
  }
    .index-body .section-three .screens-container .laptop-img {
      width: 555px;
      height: 340px;
      background: url(../img/macbook-img.png) no-repeat center;
      -webkit-background-size: cover;
              background-size: cover;
      position: relative;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 1s;
           -o-transition-delay: 1s;
              transition-delay: 1s;
      opacity: 0; }
      .index-body .section-three .screens-container .laptop-img:after {
        content: '';
        width: 356px;
        height: 222px;
        position: absolute;
        left: 100px;
        top: 17px;
        background: url(../img/typing-code.gif) no-repeat center;
        -webkit-background-size: cover;
                background-size: cover; }
    .index-body .section-three .screens-container .tablet-img {
      width: 280px;
      height: 220px;
      background: url(../img/tablet-img-1.png) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      left: -350px;
      bottom: 20px;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 1.5s;
           -o-transition-delay: 1.5s;
              transition-delay: 1.5s;
      opacity: 0; }
    .index-body .section-three .screens-container .phone-img {
      width: 163px;
      height: 243px;
      background: url(../img/iphone-img.png) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      left: 157px;
      bottom: -200px;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 2.5s;
           -o-transition-delay: 2.5s;
              transition-delay: 2.5s;
      opacity: 0; }
  .index-body .section-three .end-point {
    position: relative; }
    .index-body .section-three .end-point .pulse-circles {
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transition-delay: 0.8s;
           -o-transition-delay: 0.8s;
              transition-delay: 0.8s;
      position: absolute;
      bottom: 0;
      left: -4.6px; }
      .index-body .section-three .end-point .pulse-circles i:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 10px;
        height: 10px;
        background-color: #f3aa10;
        background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
        background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        z-index: 100; }
      .index-body .section-three .end-point .pulse-circles i:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 10px;
        height: 10px;
        background-color: #566777;
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        -webkit-animation: 2s bounceInOut ease-in-out infinite;
        animation: 2s bounceInOut ease-in-out infinite;
        z-index: 99; }
    .index-body .section-three .end-point .container {
      position: relative; }
    .index-body .section-three .end-point .top-line {
      position: absolute;
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: -350px;
      left: 157px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
  .index-body .section-three .start-point {
    position: absolute;
    bottom: 0;
    left: 165px;
    margin: auto;
    display: block;
    width: 10px; }
    .index-body .section-three .start-point .pulse-circles {
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 3.5s;
           -o-transition-delay: 3.5s;
              transition-delay: 3.5s; }
      .index-body .section-three .start-point .pulse-circles i:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #f3aa10;
        background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
        background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        z-index: 100; }
      .index-body .section-three .start-point .pulse-circles i:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #566777;
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        -webkit-animation: 2s bounceInOut ease-in-out infinite;
        animation: 2s bounceInOut ease-in-out infinite;
        z-index: 99; }
    .index-body .section-three .start-point .point-text {
      position: absolute;
      color: #efd259;
      font-size: 15px;
      text-transform: uppercase;
      bottom: -165px;
      text-align: center;
      left: 425px;
      z-index: 50;
      opacity: 0;
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      -webkit-transition-delay: 5.5s;
           -o-transition-delay: 5.5s;
              transition-delay: 5.5s;
      white-space: nowrap; }
    .index-body .section-three .start-point .line-one {
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: -webkit-calc(100% + 5px);
      top: calc(100% + 5px);
      left: -1px;
      right: 0;
      margin: 0 auto;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 4s;
           -o-transition-delay: 4s;
              transition-delay: 4s; }
    .index-body .section-three .start-point .line-two {
      width: 0;
      height: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: 154px;
      left: 5px;
      right: 0;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 4.7s;
           -o-transition-delay: 4.7s;
              transition-delay: 4.7s; }
    .index-body .section-three .start-point .line-three {
      height: 1px;
      width: 0;
      background-color: #e4d96c;
      position: absolute;
      bottom: -156px;
      left: 585px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 6s;
           -o-transition-delay: 6s;
              transition-delay: 6s; }
    .index-body .section-three .start-point .line-four {
      height: 0;
      width: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: 155px;
      left: 850px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 6.5s;
           -o-transition-delay: 6.5s;
              transition-delay: 6.5s; }
  .index-body .section-three.add-animation .screens-container .laptop-img {
    opacity: 1; }
  .index-body .section-three.add-animation .screens-container .tablet-img {
    opacity: 1;
    left: -70px; }
  .index-body .section-three.add-animation .screens-container .phone-img {
    opacity: 1;
    bottom: -40px; }
  .index-body .section-three.add-animation .end-point .pulse-circles {
    opacity: 1; }
  .index-body .section-three.add-animation .end-point .top-line {
    height: 300px; }
  .index-body .section-three.add-animation .start-point .pulse-circles {
    opacity: 1; }
  .index-body .section-three.add-animation .start-point .point-text {
    opacity: 1; }
  .index-body .section-three.add-animation .start-point .line-one {
    height: 150px; }
  .index-body .section-three.add-animation .start-point .line-two {
    width: 400px; }
  .index-body .section-three.add-animation .start-point .line-three {
    width: 265px; }
  .index-body .section-three.add-animation .start-point .line-four {
    height: 300px; }

.index-body .section-four {
  /*background: url(../img/section-four-bg.png) no-repeat center;*/
  background: #071425;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden; }
  .index-body .section-four .text-container {
    max-width: 450px; }
  .index-body .section-four .img-container {
    position: relative; }
    .index-body .section-four .img-container .start-point {
      position: absolute;
      bottom: 140px;
      right: 136px;
      display: block;
      width: 10px; }
      .index-body .section-four .img-container .start-point .pulse-circles {
        opacity: 0;
        -webkit-transition-delay: 4s;
             -o-transition-delay: 4s;
                transition-delay: 4s; }
        .index-body .section-four .img-container .start-point .pulse-circles i:first-of-type {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          width: 10px;
          height: 10px;
          background-color: #f3aa10;
          background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
          background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
          background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
          background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
          z-index: 100;
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          z-index: 100; }
        .index-body .section-four .img-container .start-point .pulse-circles i:last-of-type {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          width: 10px;
          height: 10px;
          background-color: #566777;
          z-index: 100;
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          -webkit-animation: 2s bounceInOut ease-in-out infinite;
          animation: 2s bounceInOut ease-in-out infinite;
          z-index: 99; }
      .index-body .section-four .img-container .start-point .point-text {
        position: absolute;
        color: #efd259;
        font-size: 15px;
        text-transform: uppercase;
        bottom: -180px;
        text-align: center;
        right: 210px;
        z-index: 50;
        width: 120px;
        cursor: pointer;
        opacity: 0;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        -webkit-transition-delay: 5.5s;
             -o-transition-delay: 5.5s;
                transition-delay: 5.5s; }
      .index-body .section-four .img-container .start-point .line-one {
        width: 1px;
        height: 0;
        background-color: #e4d96c;
        position: absolute;
        top: -webkit-calc(100% + 20px);
        top: calc(100% + 20px);
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 50;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -webkit-transition-delay: 4.2s;
             -o-transition-delay: 4.2s;
                transition-delay: 4.2s; }
      .index-body .section-four .img-container .start-point .line-two {
        width: 0;
        height: 1px;
        background-color: #e4d96c;
        position: absolute;
        top: 170px;
        right: 5px;
        margin: 0 auto;
        z-index: 50;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        -webkit-transition-delay: 4.8s;
             -o-transition-delay: 4.8s;
                transition-delay: 4.8s; }
      .index-body .section-four .img-container .start-point .line-three {
        height: 1px;
        width: 0;
        background-color: #e4d96c;
        position: absolute;
        bottom: -171px;
        right: 347px;
        z-index: 50;
        -webkit-transition: all 2s linear;
        -o-transition: all 2s linear;
        transition: all 2s linear;
        -webkit-transition-delay: 5.5s;
             -o-transition-delay: 5.5s;
                transition-delay: 5.5s; }
      .index-body .section-four .img-container .start-point .line-four {
        height: 0;
        width: 1px;
        background-color: #e4d96c;
        position: absolute;
        top: 170px;
        left: -837px;
        z-index: 50;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
        -webkit-transition-delay: 7.5s;
             -o-transition-delay: 7.5s;
                transition-delay: 7.5s; }
  .index-body .section-four .platform-container {
    height: 580px;
    background: url(../img/yellow-platform.svg) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain;
    width: 850px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    margin-left: -100px; }
    .index-body .section-four .platform-container .connect-cloud {
      width: 250px;
      height: 190px;
      background: url(../img/cloud.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear;
      -webkit-transition-delay: 2s;
           -o-transition-delay: 2s;
              transition-delay: 2s;
      top: 170px;
      left: 270px;
      opacity: 0; }
    .index-body .section-four .platform-container .screen-wifi {
      width: 150px;
      height: 130px;
      background: url(../img/screen-wifi.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 0.7s;
           -o-transition-delay: 0.7s;
              transition-delay: 0.7s;
      top: 10px;
      left: 70px;
      opacity: 0; }
    .index-body .section-four .platform-container .messaging {
      width: 140px;
      height: 115px;
      background: url(../img/messaging.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 1.5s;
           -o-transition-delay: 1.5s;
              transition-delay: 1.5s;
      top: 20px;
      right: 142px;
      opacity: 0; }
    .index-body .section-four .platform-container .social-media {
      width: 75px;
      height: 115px;
      background: url(../img/social-media.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 0.7s;
           -o-transition-delay: 0.7s;
              transition-delay: 0.7s;
      bottom: 90px;
      left: 600px;
      opacity: 0; }
    .index-body .section-four .platform-container .increase-chart {
      width: 96px;
      height: 115px;
      background: url(../img/chart.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 1.5s;
           -o-transition-delay: 1.5s;
              transition-delay: 1.5s;
      top: 275px;
      left: 60px;
      opacity: 0; }
  .index-body .section-four .container {
    position: relative; }
  .index-body .section-four .end-point {
    position: relative; }
    .index-body .section-four .end-point .pulse-circles {
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transition-delay: 0.5s;
           -o-transition-delay: 0.5s;
              transition-delay: 0.5s;
      position: absolute;
      bottom: 0;
      left: -4.5px; }
      .index-body .section-four .end-point .pulse-circles i:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #f3aa10;
        background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
        background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        z-index: 100; }
      .index-body .section-four .end-point .pulse-circles i:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #566777;
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        -webkit-animation: 2s bounceInOut ease-in-out infinite;
        animation: 2s bounceInOut ease-in-out infinite;
        z-index: 99; }
    .index-body .section-four .end-point .top-line {
      position: absolute;
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: -300px;
      right: 139px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
  .index-body .section-four .start-point {
    position: absolute;
    top: 500px;
    right: 156px;
    display: block;
    width: 10px; }
    .index-body .section-four .start-point .pulse-circles {
      opacity: 0;
      -webkit-transition-delay: 2s;
           -o-transition-delay: 2s;
              transition-delay: 2s; }
      .index-body .section-four .start-point .pulse-circles i:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #f3aa10;
        background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
        background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        z-index: 100; }
      .index-body .section-four .start-point .pulse-circles i:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #566777;
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        -webkit-animation: 2s bounceInOut ease-in-out infinite;
        animation: 2s bounceInOut ease-in-out infinite;
        z-index: 99; }
    .index-body .section-four .start-point .point-text {
      position: absolute;
      color: #efd259;
      font-size: 15px;
      text-transform: uppercase;
      bottom: -130px;
      text-align: center;
      right: 190px;
      z-index: 50;
      width: 120px;
      opacity: 0;
      white-space: nowrap;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 4s;
           -o-transition-delay: 4s;
              transition-delay: 4s; }
    .index-body .section-four .start-point .line-one {
      width: 1px;
      height: 0px;
      background-color: #e4d96c;
      position: absolute;
      top: 100%;
      left: -0.5px;
      right: 0;
      margin: 0 auto;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 2.5s;
           -o-transition-delay: 2.5s;
              transition-delay: 2.5s; }
    .index-body .section-four .start-point .line-two {
      width: 0;
      height: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: 120px;
      right: 5px;
      margin: 0 auto;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 3s;
           -o-transition-delay: 3s;
              transition-delay: 3s; }
    .index-body .section-four .start-point .line-three {
      height: 1px;
      width: 0;
      background-color: #e4d96c;
      position: absolute;
      bottom: -120px;
      right: 330px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 4.5s;
           -o-transition-delay: 4.5s;
              transition-delay: 4.5s; }
    .index-body .section-four .start-point .line-four {
      height: 0;
      width: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: 120px;
      left: -659px;
      z-index: 50;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear;
      -webkit-transition-delay: 5.2s;
           -o-transition-delay: 5.2s;
              transition-delay: 5.2s; }
  .index-body .section-four.add-animation .platform-container {
    opacity: 1; }
  .index-body .section-four.add-animation .connect-cloud {
    opacity: 1; }
  .index-body .section-four.add-animation .screen-wifi {
    top: 90px;
    left: 210px;
    opacity: 1; }
  .index-body .section-four.add-animation .messaging {
    top: 85px;
    right: 290px;
    opacity: 1; }
  .index-body .section-four.add-animation .social-media {
    bottom: 170px;
    left: 500px;
    opacity: 1; }
  .index-body .section-four.add-animation .increase-chart {
    top: 240px;
    left: 185px;
    opacity: 1; }
  .index-body .section-four.add-animation .end-point .pulse-circles {
    opacity: 1; }
  .index-body .section-four.add-animation .end-point .top-line {
    height: 350px; }
  .index-body .section-four.add-animation .start-point .point-text {
    opacity: 1; }
  .index-body .section-four.add-animation .start-point .pulse-circles {
    opacity: 1; }
  .index-body .section-four.add-animation .start-point .line-one {
    height: 120px; }
  .index-body .section-four.add-animation .start-point .line-two {
    width: 100px; }
  .index-body .section-four.add-animation .start-point .line-three {
    width: 339px; }
  .index-body .section-four.add-animation .start-point .line-four {
    height: 300px; }

.index-body .section-five {
  /*background: url(../img/section-five-bg.png) no-repeat center;*/
  background: #071425;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden; }
  .index-body .section-five .container {
    position: relative; }
  .index-body .section-five .img-container {
    margin-left: -250px; 
    position: relative;
    z-index: 10;
  }
    .index-body .section-five .img-container .video-wrap {
      width: 161px;
      height: 287px;
      margin: 0 auto;
      /*background-color: #fff;*/
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      color: #7c7373;
      text-align: center;
      font-size: 26px;
      padding: 27px 0; }
      .index-body .section-five .img-container .video-wrap .top-text {
        position: relative;
        z-index: 10; }
        .index-body .section-five .img-container .video-wrap .top-text > i {
          position: absolute;
          width: 100%;
          height: 30px;
          background-color: #fdfdfd;
          left: 0;
          bottom: -40px; }
    .index-body .section-five .img-container .img-block {
      width: 540px;
      height: 430px;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
              background-size: contain;
      float: left;
      position: relative;
      left: -100px;
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 0.5s;
           -o-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .index-body .section-five .img-container .phone-block {
      width: 188px;
      height: 385px;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
              background-size: contain;
      padding-top: 45px;
      float: left;
      position: relative;
      top: 75px;
      left: -55px;
      opacity: 0;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 1s;
           -o-transition-delay: 1s;
              transition-delay: 1s; }
    .index-body .section-five .img-container .video-container {
      position: relative;
      margin: 30px 0;
      z-index: 5; }
      .index-body .section-five .img-container .video-container i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background-color: #fdfdfd; }
    .index-body .section-five .img-container video {
      display: block;
      width: 100%; }
  .index-body .section-five .end-point {
    position: relative; }
    .index-body .section-five .end-point .pulse-circles {
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transition-delay: 0.8s;
           -o-transition-delay: 0.8s;
              transition-delay: 0.8s;
      position: absolute;
      bottom: 0;
      left: -4.5px; }
      .index-body .section-five .end-point .pulse-circles i:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #f3aa10;
        background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
        background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        z-index: 100; }
      .index-body .section-five .end-point .pulse-circles i:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #566777;
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        -webkit-animation: 2s bounceInOut ease-in-out infinite;
        animation: 2s bounceInOut ease-in-out infinite;
        z-index: 99; }
    .index-body .section-five .end-point .top-line {
      position: absolute;
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: -400px;
      left: 330px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
  .index-body .section-five .start-point {
    position: absolute;
    bottom: -50px;
    left: 340px;
    margin: auto;
    display: block;
    width: 10px; }
    .index-body .section-five .start-point .pulse-circles {
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 1.5s;
           -o-transition-delay: 1.5s;
              transition-delay: 1.5s; }
      .index-body .section-five .start-point .pulse-circles i:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #f3aa10;
        background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
        background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        z-index: 100; }
      .index-body .section-five .start-point .pulse-circles i:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #566777;
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        -webkit-animation: 2s bounceInOut ease-in-out infinite;
        animation: 2s bounceInOut ease-in-out infinite;
        z-index: 99; }
    .index-body .section-five .start-point .point-text {
      position: absolute;
      color: #efd259;
      font-size: 15px;
      text-transform: uppercase;
      top: 40px;
      text-align: center;
      left: 350px;
      z-index: 50;
      opacity: 0;
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      -webkit-transition-delay: 3s;
           -o-transition-delay: 3s;
              transition-delay: 3s;
      white-space: nowrap; }
    .index-body .section-five .start-point .line-one {
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: 100%;
      left: -2px;
      right: 0;
      margin: 0 auto;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 2s;
           -o-transition-delay: 2s;
              transition-delay: 2s; }
    .index-body .section-five .start-point .line-two {
      width: 0;
      height: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: 50px;
      left: 4px;
      right: 0;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 2.5s;
           -o-transition-delay: 2.5s;
              transition-delay: 2.5s; }
    .index-body .section-five .start-point .line-three {
      height: 1px;
      width: 0;
      background-color: #e4d96c;
      position: absolute;
      top: 50px;
      left: 485px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 3.5s;
           -o-transition-delay: 3.5s;
              transition-delay: 3.5s; }
    .index-body .section-five .start-point .line-four {
      height: 0;
      width: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: 50px;
      left: 670px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 4s;
           -o-transition-delay: 4s;
              transition-delay: 4s; }
  .index-body .section-five .text-container {
    padding-left: 30px; }
  .index-body .section-five.add-animation .img-container .img-block {
    left: 0;
    opacity: 1; }
  .index-body .section-five.add-animation .img-container .phone-block {
    opacity: 1; }
  .index-body .section-five.add-animation .end-point .pulse-circles {
    opacity: 1; }
  .index-body .section-five.add-animation .end-point .top-line {
    height: 430px; }
  .index-body .section-five.add-animation .start-point .pulse-circles {
    opacity: 1; }
  .index-body .section-five.add-animation .start-point .point-text {
    opacity: 1; }
  .index-body .section-five.add-animation .start-point .line-one {
    height: 50px; }
  .index-body .section-five.add-animation .start-point .line-two {
    width: 320px; }

  .index-body .section-five.add-animation .start-point .line-three {
    width: 185px; }
  .index-body .section-five.add-animation .start-point .line-four {
    height: 300px; }

    /*dddddddddddddd*/

    .index-body .section-six .img-container .start-point {
      position: absolute;
      bottom: 140px;
      right: 159px;
      display: block;
      width: 10px; 
    }

    .index-body .section-six .img-container .start-point .pulse-circles {
      opacity: 0;
      -webkit-transition-delay: 3.7s;
           -o-transition-delay: 3.7s;
              transition-delay: 3.7s; 
    }
      
    .index-body .section-six .img-container .start-point .pulse-circles i:first-of-type {
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      width: 9px;
      height: 9px;
      background-color: #f3aa10;
      background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
      background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
      background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
      background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
      z-index: 100;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      z-index: 100; 
    }

    .index-body .section-six .img-container .start-point .pulse-circles i:last-of-type {
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      width: 10px;
      height: 10px;
      background-color: #566777;
      z-index: 100;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      -webkit-animation: 2s bounceInOut ease-in-out infinite;
      animation: 2s bounceInOut ease-in-out infinite;
      z-index: 99; 
    }

    .index-body .section-six .img-container .start-point .point-text {
      position: absolute;
      color: #efd259;
      font-size: 15px;
      text-transform: uppercase;
      bottom: -180px;
      text-align: center;
      right: 215px;
      z-index: 50;
      width: 120px;
      opacity: 0;
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      -webkit-transition-delay: 5.5s;
           -o-transition-delay: 5.5s;
              transition-delay: 5.5s; 
    }

    .index-body .section-six .img-container .start-point .line-one {
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: -webkit-calc(100% + 5px);
      top: calc(100% + 45px);
      left: -2px;
      right: 0;
      margin: 0 auto;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 4.1s;
           -o-transition-delay: 4.1s;
              transition-delay: 4.1s; 
    }

    .index-body .section-six .img-container .start-point .line-two {
      width: 0;
      height: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: 170px;
      right: 5px;
      margin: 0 auto;
      z-index: 50;
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      -webkit-transition-delay: 4.7s;
           -o-transition-delay: 4.7s;
              transition-delay: 4.7s; 
    }

    .index-body .section-six .img-container .start-point .line-three {
      height: 1px;
      width: 0;
      background-color: #e4d96c;
      position: absolute;
      bottom: -171px;
      right: 340px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 5.5s;
           -o-transition-delay: 5.5s;
              transition-delay: 5.5s; 
    }

    .index-body .section-six .img-container .start-point .line-four {
      height: 0;
      width: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: 170px;
      left: -581px;
      z-index: 50;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear;
      -webkit-transition-delay: 6s;
           -o-transition-delay: 6s;
              transition-delay: 6s; 
    }

.index-body .section-six {
  /*background: url(../img/section-seven-bg.png) no-repeat center;*/
  background: #071425;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden; }
  .index-body .section-six .text-container {
    max-width: 450px; }
  .index-body .section-six .end-point {
    position: relative; }
    .index-body .section-six .end-point .pulse-circles {
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transition-delay: 0.5s;
           -o-transition-delay: 0.5s;
              transition-delay: 0.5s;
      position: absolute;
      bottom: 0;
      left: -4.5px; }
      .index-body .section-six .end-point .pulse-circles i:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #f3aa10;
        background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
        background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        z-index: 100; }
      .index-body .section-six .end-point .pulse-circles i:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #566777;
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        -webkit-animation: 2s bounceInOut ease-in-out infinite;
        animation: 2s bounceInOut ease-in-out infinite;
        z-index: 99; }
    .index-body .section-six .end-point .top-line {
      position: absolute;
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: -300px;
      right: 145px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }

/*  .index-body .section-six .start-point {
    position: absolute;
    bottom: -250px;
    right: 15px;
    display: block; 
  }
    
  .index-body .section-six .start-point .pulse-circles {
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 2.4s;
         -o-transition-delay: 2.4s;
            transition-delay: 2.4s;
    position: absolute;
    top: -7px;
    left: -4.5px; 
  }

  .index-body .section-six .start-point .pulse-circles i:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 9px;
    height: 9px;
    background-color: #f3aa10;
    background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
    background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
    background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
    background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
    z-index: 100;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    z-index: 100; 
  }

  .index-body .section-six .start-point .pulse-circles i:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 9px;
    height: 9px;
    background-color: #566777;
    z-index: 100;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-animation: 2s bounceInOut ease-in-out infinite;
    animation: 2s bounceInOut ease-in-out infinite;
    z-index: 99; 
  }
    
  .index-body .section-six .start-point .top-line {
    position: absolute;
    width: 1px;
    height: 0;
    background-color: #e4d96c;
    position: absolute;
    top: -300px;
    right: 145px;
    z-index: 50;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transition-delay: 3s;
         -o-transition-delay: 3s;
            transition-delay: 3s; 
  }*/

  .index-body .section-six .platform-container {
    height: 580px;
    background: url(../img/yellow-platform.svg) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain;
    width: 850px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
    margin-left: -100px; }
  .index-body .section-six .connect-lines {
    width: 355px;
    height: 375px;
    background: url(../img/dots-lines.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 2.5s;
         -o-transition-delay: 2.5s;
            transition-delay: 2.5s;
    top: 15px;
    left: 240px;
    opacity: 0; }
  .index-body .section-six .chart-man {
    width: 120px;
    height: 300px;
    background: url(../img/chart-man.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s;
    top: 35px;
    right: 280px;
    opacity: 0; }
  .index-body .section-six .notebook-message {
    width: 220px;
    height: 130px;
    background: url(../img/notebook-message.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s;
    bottom: 205px;
    left: 250px;
    z-index: 15; }
  .index-body .section-six .phone-message {
    width: 205px;
    height: 280px;
    background: url(../img/phone-messages.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    top: -70px;
    left: 110px;
    opacity: 0; }
  .index-body .section-six .cube-chart {
    width: 85px;
    height: 95px;
    background: url(../img/cube-chart.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
    top: 120px;
    right: 280px;
    opacity: 0;
    z-index: 5; }
  .index-body .section-six .container {
    position: relative; }
  .index-body .section-six .notebook-message {
    opacity: 0; }
  .index-body .section-six.add-animation .end-point .top-line {
    height: 250px; }
  .index-body .section-six.add-animation .end-point .pulse-circles {
    opacity: 1; }
/*  .index-body .section-six.add-animation .start-point .top-line {
    height: 250px; }
  .index-body .section-six.add-animation .start-point .pulse-circles {
    opacity: 1; }*/

    .index-body .section-six.add-animation .start-point .pulse-circles {
      opacity: 1; }
    .index-body .section-six.add-animation .start-point .line-one {
      height: 126px; }
    .index-body .section-six.add-animation .start-point .line-two {
      width: 200px; }
    .index-body .section-six.add-animation .start-point .line-three {
      width: 250px; }
    .index-body .section-six.add-animation .start-point .point-text {
      opacity: 1; }
    .index-body .section-six.add-animation .start-point .pulse-circle {
      opacity: 1; }
    .index-body .section-six.add-animation .start-point .line-four {
      height: 400px; }
  .index-body .section-six.add-animation .cube-chart {
    top: 170px;
    right: 365px;
    opacity: 1; }
  .index-body .section-six.add-animation .connect-lines {
    opacity: 1; }
  .index-body .section-six.add-animation .phone-message {
    top: 15px;
    left: 235px;
    opacity: 1; }
  .index-body .section-six.add-animation .platform-container {
    opacity: 1; }
  .index-body .section-six.add-animation .chart-man {
    opacity: 1; }
  .index-body .section-six.add-animation .notebook-message {
    opacity: 1; }

.index-body .section-seven {
  /*background: url(../img/section-six-bg.png) no-repeat center;*/
  background: #071425;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden; }
  .index-body .section-seven .img-container {
    position: relative;
    margin-top: -100px; }
  .index-body .section-seven .text-container {
    padding-left: 100px; }
  .index-body .section-seven .container {
    position: relative; }
  .index-body .section-seven .end-point {
    position: absolute;
    right: 590px;
    top: 10px; }
    .index-body .section-seven .end-point .line-one {
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: -410px;
      right: 159px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 0.3s;
           -o-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .index-body .section-seven .end-point .top-line {
      width: 0;
      height: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: -160px;
      right: 159px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 0.8s;
           -o-transition-delay: 0.8s;
              transition-delay: 0.8s; }
      .index-body .section-seven .end-point .top-line .pulse-circles {
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-transition-delay: 1.5s;
             -o-transition-delay: 1.5s;
                transition-delay: 1.5s; }
        .index-body .section-seven .end-point .top-line .pulse-circles i:first-of-type {
          position: absolute;
          top: -4.5px;
          left: 0;
          right: 0;
          width: 9px;
          height: 9px;
          background-color: #f3aa10;
          background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
          background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
          background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
          background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
          z-index: 100;
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          z-index: 100; }
        .index-body .section-seven .end-point .top-line .pulse-circles i:last-of-type {
          position: absolute;
          top: -4.5px;
          left: 0;
          right: 0;
          width: 9px;
          height: 9px;
          background-color: #566777;
          z-index: 100;
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          -webkit-animation: 2s bounceInOut ease-in-out infinite;
          animation: 2s bounceInOut ease-in-out infinite;
          z-index: 99; }
  .index-body .section-seven .start-point {
    position: absolute;
    bottom: 0;
    left: 30px;
    margin: auto;
    display: block;
    width: 10px; }
    .index-body .section-seven .start-point .pulse-circles {
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 4s;
           -o-transition-delay: 4s;
              transition-delay: 4s; }
      .index-body .section-seven .start-point .pulse-circles i:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #f3aa10;
        background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
        background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        z-index: 100; }
      .index-body .section-seven .start-point .pulse-circles i:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #566777;
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        -webkit-animation: 2s bounceInOut ease-in-out infinite;
        animation: 2s bounceInOut ease-in-out infinite;
        z-index: 99; }
    .index-body .section-seven .start-point .point-text {
      position: absolute;
      color: #efd259;
      font-size: 15px;
      text-transform: uppercase;
      top: 70px;
      text-align: center;
      left: 80px;
      z-index: 50;
      opacity: 0;
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      -webkit-transition-delay: 5.5s;
           -o-transition-delay: 5.5s;
              transition-delay: 5.5s;
      white-space: nowrap; }
    .index-body .section-seven .start-point .line-one {
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: 100%;
      left: -2px;
      right: 0;
      margin: 0 auto;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 4.4s;
           -o-transition-delay: 4.4s;
              transition-delay: 4.4s; }
    .index-body .section-seven .start-point .line-two {
      width: 0;
      height: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: 80px;
      left: 4px;
      right: 0;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 5s;
           -o-transition-delay: 5s;
              transition-delay: 5s; }
    .index-body .section-seven .start-point .line-three {
      height: 1px;
      width: 0;
      background-color: #e4d96c;
      position: absolute;
      top: 80px;
      left: 160px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 5.8s;
           -o-transition-delay: 5.8s;
              transition-delay: 5.8s; }
    .index-body .section-seven .start-point .line-four {
      height: 0;
      width: 1px;
      background-color: #e4d96c;
      position: absolute;
      top: 80px;
      left: 330px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 6.4s;
           -o-transition-delay: 6.4s;
              transition-delay: 6.4s; }
  .index-body .section-seven .platform-container {
    height: 400px;
    -webkit-background-size: contain;
            background-size: contain;
    width: 530px;
    position: relative; }
    .index-body .section-seven .platform-container .phone-platform {
      width: 480px;
      height: 280px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 5;
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 2s;
           -o-transition-delay: 2s;
              transition-delay: 2s; }
      .index-body .section-seven .platform-container .phone-platform img {
        display: block;
        width: 100%; }
    .index-body .section-seven .platform-container .marker-1 {
      width: 86px;
      height: 112px;
      background: url(../img/marker-1.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: -150px;
      left: 220px;
      z-index: 10;
      -webkit-transition: all 1s cubic-bezier(1, -0.25, 0, 1.43);
      -o-transition: all 1s cubic-bezier(1, -0.25, 0, 1.43);
      transition: all 1s cubic-bezier(1, -0.25, 0, 1.43);
      -webkit-transition-delay: 2.5s;
           -o-transition-delay: 2.5s;
              transition-delay: 2.5s;
      opacity: 0; }
    .index-body .section-seven .platform-container .marker-2 {
      width: 30px;
      height: 43px;
      background: url(../img/marker-2.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: -85px;
      left: 150px;
      z-index: 10;
      -webkit-transition: all 1s cubic-bezier(1, -0.25, 0, 1.43);
      -o-transition: all 1s cubic-bezier(1, -0.25, 0, 1.43);
      transition: all 1s cubic-bezier(1, -0.25, 0, 1.43);
      -webkit-transition-delay: 2.5s;
           -o-transition-delay: 2.5s;
              transition-delay: 2.5s;
      opacity: 0; }
    .index-body .section-seven .platform-container .marker-3 {
      width: 35px;
      height: 45px;
      background: url(../img/marker-3.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: 10px;
      left: 252px;
      z-index: 10;
      -webkit-transition: 1s cubic-bezier(1, -0.25, 0, 1.43);
      -o-transition: 1s cubic-bezier(1, -0.25, 0, 1.43);
      transition: 1s cubic-bezier(1, -0.25, 0, 1.43);
      -webkit-transition-delay: 2.5s;
           -o-transition-delay: 2.5s;
              transition-delay: 2.5s;
      opacity: 0; }
    .index-body .section-seven .platform-container .planet-1 {
      width: 375px;
      height: 145px;
      background: url(../img/planet-2.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 3.5s;
           -o-transition-delay: 3.5s;
              transition-delay: 3.5s;
      bottom: 25px;
      left: -200px;
      opacity: 0; }
    .index-body .section-seven .platform-container .planet-2 {
      width: 180px;
      height: 75px;
      background: url(../img/planet-1.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      -webkit-transition-delay: 3.5s;
           -o-transition-delay: 3.5s;
              transition-delay: 3.5s;
      top: 12px;
      right: -150px;
      opacity: 0; }
  .index-body .section-seven .dynamic-charts {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background-color: red; }
    .index-body .section-seven .dynamic-charts .container {
      position: relative; }
    .index-body .section-seven .dynamic-charts .item {
      position: absolute;
      width: 100px;
      bottom: 0;
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear;
      -webkit-transition-delay: 3.5s;
           -o-transition-delay: 3.5s;
              transition-delay: 3.5s; }
      .index-body .section-seven .dynamic-charts .item p {
        color: #aeb371;
        font-size: 40px;
        text-align: center;
        margin: 0;
        font-weight: 700;
        border-bottom: 2px solid #aeb371;
        line-height: 1; }
      .index-body .section-seven .dynamic-charts .item:after {
        content: '';
        position: absolute;
        left: 0;
        top: 42px;
        width: 100%;
        bottom: 0;
        background: url(../img/chart-item-1.png) no-repeat center;
        -webkit-background-size: cover;
                background-size: cover; }
      .index-body .section-seven .dynamic-charts .item:nth-of-type(1) {
        height: 0;
        opacity: 0;
        left: 355px; }
      .index-body .section-seven .dynamic-charts .item:nth-of-type(2) {
        left: 235px;
        height: 0;
        opacity: 0; }
      .index-body .section-seven .dynamic-charts .item:nth-of-type(3) {
        left: 115px;
        height: 0;
        opacity: 0; }
  .index-body .section-seven.add-animation .phone-platform {
    opacity: 1; }
  .index-body .section-seven.add-animation .marker-1 {
    top: -10px;
    left: 220px;
    opacity: 1; }
  .index-body .section-seven.add-animation .marker-2 {
    top: 65px;
    left: 150px;
    opacity: 1; }
  .index-body .section-seven.add-animation .marker-3 {
    top: 160px;
    left: 252px;
    opacity: 1; }
  .index-body .section-seven.add-animation .planet-1 {
    bottom: 25px;
    left: 0;
    opacity: 1; }
  .index-body .section-seven.add-animation .planet-2 {
    top: 12px;
    right: 10px;
    opacity: 1; }
  .index-body .section-seven.add-animation .end-point .line-one {
    height: 250px; }
  .index-body .section-seven.add-animation .end-point .top-line {
    width: 385px; }
    .index-body .section-seven.add-animation .end-point .top-line .pulse-circles {
      opacity: 1; }
  .index-body .section-seven.add-animation .start-point .pulse-circles {
    opacity: 1; }
  .index-body .section-seven.add-animation .start-point .line-one {
    height: 80px; }
  .index-body .section-seven.add-animation .start-point .line-two {
    width: 55px; }
  .index-body .section-seven.add-animation .start-point .line-three {
    width: 170px; }
  .index-body .section-seven.add-animation .start-point .line-four {
    height: 250px; }
  .index-body .section-seven.add-animation .start-point .point-text {
    opacity: 1; }
  .index-body .section-seven.add-animation .dynamic-charts .item:nth-of-type(1) {
    height: 255px;
    opacity: 1; }
  .index-body .section-seven.add-animation .dynamic-charts .item:nth-of-type(2) {
    height: 180px;
    opacity: 1; }
  .index-body .section-seven.add-animation .dynamic-charts .item:nth-of-type(3) {
    height: 220px;
    opacity: 1; }

.index-body .section-eight {
  /*background: url(../img/section-seven-bg.png) no-repeat center;*/
  background: #071425;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden; }
  .index-body .section-eight .text-container {
    margin-top: 80px; }
  .index-body .section-eight .container {
    position: relative; }
  .index-body .section-eight .charts-container {
    width: 445px;
    height: 545px;
    position: relative; }
    .index-body .section-eight .charts-container .speaking-men {
      width: 280px;
      height: 340px;
      background: url(../img/speaking-men.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transition-delay: 1s;
           -o-transition-delay: 1s;
              transition-delay: 1s;
      bottom: -25px;
      left: 185px;
      z-index: 10;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      transition-delay: 1s;
      opacity: 0; }
    .index-body .section-eight .charts-container .large-chart {
      width: 242px;
      height: 350px;
      background: url(../img/large-calendar.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      z-index: 5;
      top: 1px;
      left: 40px;
      -webkit-transition: all 1s cubic-bezier(1, -0.25, 0, 1.43);
      -o-transition: all 1s cubic-bezier(1, -0.25, 0, 1.43);
      transition: all 1s cubic-bezier(1, -0.25, 0, 1.43);
      -webkit-transition-delay: 1.5s;
           -o-transition-delay: 1.5s;
              transition-delay: 1.5s;
      opacity: 0; }
    .index-body .section-eight .charts-container .border-charts {
      width: 470px;
      height: 440px;
      background: url(../img/border-charts.svg) no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: 25px;
      left: 40px;
      z-index: 5;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 2s;
           -o-transition-delay: 2s;
              transition-delay: 2s;
      opacity: 0; }
  .index-body .section-eight .end-point {
    position: relative; }
    .index-body .section-eight .end-point .pulse-circles {
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transition-delay: 0.8s;
           -o-transition-delay: 0.8s;
              transition-delay: 0.8s;
      position: absolute;
      bottom: 0;
      left: -4.5px; }
      .index-body .section-eight .end-point .pulse-circles i:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #f3aa10;
        background-image: -webkit-linear-gradient(-306deg, #f3aa10 0%, #e4d96c 100%);
        background-image: -webkit-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: -o-linear-gradient(54deg,#f3aa10 0%, #e4d96c 100%);
        background-image: linear-gradient(36deg,#f3aa10 0%, #e4d96c 100%);
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        z-index: 100; }
      .index-body .section-eight .end-point .pulse-circles i:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
        background-color: #566777;
        z-index: 100;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        -webkit-animation: 2s bounceInOut ease-in-out infinite;
        animation: 2s bounceInOut ease-in-out infinite;
        z-index: 99; }
    .index-body .section-eight .end-point .top-line {
      position: absolute;
      width: 1px;
      height: 0;
      background-color: #e4d96c;
      position: absolute;
      top: -330px;
      left: 345px;
      z-index: 50;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transition-delay: 0.3s;
           -o-transition-delay: 0.3s;
              transition-delay: 0.3s; }
  .index-body .section-eight.add-animation .border-charts {
    opacity: 1; }
  .index-body .section-eight.add-animation .large-chart {
    top: 85px;
    left: 140px;
    opacity: 1; }
  .index-body .section-eight.add-animation .speaking-men {
    bottom: -25px;
    left: 185px;
    opacity: 1; }
  .index-body .section-eight.add-animation .end-point .top-line {
    height: 300px; }
  .index-body .section-eight.add-animation .end-point .pulse-circles {
    opacity: 1; }

.index-body .section .text-container {
  position: relative;
  z-index: 10; }
  .index-body .section .text-container h2, .index-body .section .text-container h3 {
    font-size: 36px;
    text-transform: uppercase;
    /*color: #ffe94e;*/
    color: #f7ed7a;
    font-weight: 500;
    margin: 0 0 45px; }
  .index-body .section .text-container p {
    font-size: 16px;
    margin: 0 0 30px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 300;
    line-height: 1.6; }
    .index-body .section .text-container p:nth-of-type(2) {
      color: #bbb; }
  .index-body .section .text-container .default-button {
    margin-top: 30px; }

.index-body .section .section-num {
  position: absolute;
  bottom: 30px;
  left: -5%;
  font-style: normal;
  font-size: 980px;
  font-weight: 700;
  line-height: 0.7;
  color: rgba(255, 255, 255, 0.09);
  pointer-events: none; }

.index-body .section .slide-nav {
  display: none !important; }

.index-body .section .fp-tableCell {
  padding-top: 100px; }

.index-body .section.section-one .fp-tableCell {
  padding-top: 0; }

.start-point .line-one,
.start-point .line-two,
.start-point .line-three,
.start-point .line-four {
  opacity: 0.4; }

.start-point .pulse-circles i:first-of-type {
  opacity: 0.7; }

.start-point .top-line {
  background-color: rgba(228, 217, 108, 0.4) !important; }

.end-point .line-one,
.end-point .line-two,
.end-point .top-line {
  background-color: rgba(228, 217, 108, 0.4) !important; }

.end-point .pulse-circles i:first-of-type {
  opacity: 0.8; }

.page-banner {
  height: 440px;
  /*background: url(../img/banner-bg.jpg) no-repeat center;*/
  background-color: #071425;
  border-bottom: 1px solid #505c7f;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden;
  position: relative;
  padding-top: 100px; }
  .page-banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(10, 41, 80, 0.85); */
  }
  .page-banner .container {
    position: relative;
    top: 50%;
    color: #d6d7da;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100; }
  .page-banner h1 {
    color: #edd55f;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 30px; }
  .page-banner .breadcrumb {
    background-color: transparent;
    padding: 0; }

    .page-banner .breadcrumb > li:nth-of-type(2) a {
      color: #95999d;
    }

    .page-banner .breadcrumb > li:nth-of-type(2) a:hover {
      text-decoration: none;
    } 

    .page-banner .breadcrumb > li + li:before {
      content: '>';
      padding: 0 7px 0 5px;
      display: inline-block; }
    .page-banner .breadcrumb > li.active {
      color: #95999d; }
      .page-banner .breadcrumb > li.active > a {
        color: #95999d; }
    .page-banner .breadcrumb > li > a {
      color: #fff;
      font-size: 15px; }
  .page-banner #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .page-banner .banner-text {
    padding-left: 100px; }
    .page-banner .banner-text p {
      max-width: 600px;
      font-size: 15px;
      line-height: 1.7;
      letter-spacing: 0.7px; }
  .page-banner.contacts-banner {
    /*background: url(../img/contacts-banner.jpg) no-repeat center;*/
    background: #071425;
    -webkit-background-size: cover;
            background-size: cover;
    height: auto;
    min-height: -webkit-calc(100vh - 91px);
    min-height: calc(100vh - 91px);
    padding-bottom: 50px; }
    .page-banner.contacts-banner .translate-content {
      position: relative;
      z-index: 100;
      width: 750px;
      margin: 50px auto 0; }
      .page-banner.contacts-banner .translate-content h1 {
        font-size: 30px;
        text-transform: uppercase;
        margin: 0 0 20px;
        color: #edd55f;
        font-weight: 500; }
      .page-banner.contacts-banner .translate-content > p {
        font-size: 15px;
        margin: 0 0 20px;
        color: #fff; }
    .page-banner.contacts-banner .form-wrap {
      background-color: #fff;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      padding: 60px 60px 30px;
-webkit-box-shadow: 0 2px 46px 1.5px rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 46px 1.5px rgba(0, 0, 0, 0.1);
      }
      
      .form-wrap .form-button {
        background-color: #0f3c6b;
        border: 1px solid #0f3c6b;
        transition: all 0.25s linear;
        text-align: center;
        display: inline-block;
        padding: 16px 20px 15px;
        font-size: 14px;
        border-radius: 5px;
        color: #fff;
        outline: 0;
      }

      .form-wrap .form-button:hover,
      .form-wrap .form-button:focus {
        background-color: #fff;
        color: #0f3c6b;
        text-decoration: none; 
      }

      .page-banner.contacts-banner .form-wrap .default-button {
        background-color: #0f3c6b;
        -webkit-box-shadow: none;
                box-shadow: none;
        text-transform: none;
        border: 1px solid #0f3c6b;
      }
        .page-banner.contacts-banner .form-wrap .default-button:hover {
          background-color: #fff;
          color: #0f3c6b;
          text-decoration: none; 
        }
      .page-banner.contacts-banner .form-wrap .contacts-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px dotted #e6e6e7;
        padding-top: 30px; }
        .page-banner.contacts-banner .form-wrap .contacts-info .contact-item {
          width: 33.33%;
          position: relative;
          text-align: center; }
          .page-banner.contacts-banner .form-wrap .contacts-info .contact-item p {
            margin: 0; }
            .page-banner.contacts-banner .form-wrap .contacts-info .contact-item p a {
              color: #888b94;
              font-size: 15px; }
          .page-banner.contacts-banner .form-wrap .contacts-info .contact-item svg {
            width: 26px;
            display: inline-block;
            vertical-align: top;
            margin-right: 5px; }
      .page-banner.contacts-banner .form-wrap .text-center {
        margin: 40px 0; }
      .page-banner.contacts-banner .form-wrap .mat-label {
        display: block;
        position: absolute;
        top: -3px;
        -webkit-transform: translateY(13px);
        -ms-transform: translateY(13px);
        transform: translateY(13px);
        font-size: 14px;
        left: 0;
        padding: 0 0 0 15px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 5;
        margin: 0;
        font-weight: normal;
        background-color: #fff;
        color: #333;
        pointer-events: none; }
      .page-banner.contacts-banner .form-wrap label.error {
        font-weight: normal;
        color: red;
        font-size: 11px;
        position: absolute;
        bottom: -20px; }
      .page-banner.contacts-banner .form-wrap .form-row {
        position: relative;
        clear: both; }
        .page-banner.contacts-banner .form-wrap .form-row .mat-label {
          padding: 0; }
        .page-banner.contacts-banner .form-wrap .form-row textarea {
          height: 110px;
          resize: vertical; }
      .page-banner.contacts-banner .form-wrap .form-col {
        position: relative;
        text-align: left;
        float: left;
        width: 50%;
        margin: 0 0 30px; }
        .page-banner.contacts-banner .form-wrap .form-col:nth-of-type(1), .page-banner.contacts-banner .form-wrap .form-col:nth-of-type(3) {
          padding-right: 15px; }
          .page-banner.contacts-banner .form-wrap .form-col:nth-of-type(1) .mat-label, .page-banner.contacts-banner .form-wrap .form-col:nth-of-type(3) .mat-label {
            padding: 0; }
        .page-banner.contacts-banner .form-wrap .form-col:nth-of-type(2), .page-banner.contacts-banner .form-wrap .form-col:nth-of-type(4) {
          border-left: 15px solid transparent; }
          .page-banner.contacts-banner .form-wrap .form-col:nth-of-type(2) .mat-label, .page-banner.contacts-banner .form-wrap .form-col:nth-of-type(4) .mat-label {
            padding: 0; }
      .page-banner.contacts-banner .form-wrap .translate-input {
        display: block;
        position: relative;
        width: 100%;
        border: 0;
        border-bottom: 2px solid #b3b7be;
        background-color: transparent;
        font-size: 18px;
        outline: none;
        padding: 0;
        height: 50px;
        background-color: transparent;
        color: #000; }
        .page-banner.contacts-banner .form-wrap .translate-input.error {
          border: 0;
          border-bottom: 2px solid red; }
      .page-banner.contacts-banner .form-wrap .translate-input:focus {
        border-bottom: 2px solid #000; }
      .page-banner.contacts-banner .form-wrap .is-completed .mat-label {
        font-size: 11px;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        color: #555;
        padding-left: 0;
        left: 0; }
  .page-banner.about-banner {
    height: 325px; }

.page-content {
  /*background: url(../img/page-bg.jpg) no-repeat center;*/
  background: #071425;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 100px 0 60px;
  min-height: 600px;
  color: #fff; }

.service-list {
  padding-left: 180px; }
  .service-list .service-item {
    position: relative;
    padding-left: 160px;
    margin: 0 0 70px; }
    .service-list .service-item:hover .service-text h2:before {
      opacity: 1; }
    .service-list .service-item:hover .service-text h2:after {
      width: 100%; }
    .service-list .service-item:hover .service-img img {
      -webkit-filter: contrast(0) sepia(100%) hue-rotate(-15deg) saturate(2.5);
      filter: contrast(0) sepia(100%) hue-rotate(-15deg) saturate(2.5); }
  .service-list .service-img {
    position: absolute;
    top: 0;
    left: 0; }
    .service-list .service-img img {
      display: block;
      max-width: 100px;
      max-height: 100px;
      transition: 0.25s;
       }
  .service-list .service-text h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #e9d95f;
    display: inline-block;
    position: relative; }
    .service-list .service-text h2:before {
      content: '';
      width: 7px;
      height: 7px;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      position: absolute;
      bottom: -13px;
      left: 0;
      background-color: #e9d95f;
      z-index: 1;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      opacity: 0;
      -webkit-transition-delay: 0.1s;
           -o-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .service-list .service-text h2:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #e9d95f;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
  .service-list .service-text > p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 0 15px; }
  .service-list .service-more-toggle {
    text-decoration: underline;
    color: #e9d95f;
    font-size: 16px;
    background: transparent;
    padding: 0 20px 0 0;
    position: relative;
    outline: 0;
    border: 0;
    display:  none; 
  }
    .service-list .service-more-toggle svg {
      position: absolute;
      top: 4px;
      right: 0;
      width: 14px;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .service-list .service-more-toggle span.default-text {
      display: inline; }
    .service-list .service-more-toggle span.active-text {
      display: none; }
    .service-list .service-more-toggle.active {
      color: #fff;
      text-decoration: none; }
      .service-list .service-more-toggle.active svg {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        fill: #fff; }
      .service-list .service-more-toggle.active span.default-text {
        display: none; }
      .service-list .service-more-toggle.active span.active-text {
        display: inline; }
  .service-list .service-dropdown {
    display: none;
    padding: 20px 0; 
  }

   .service-list .service-dropdown p {
      font-size: 16px;
      line-height: 1.6;
      max-width: 600px;
      margin: 0 0 15px;
   }

  .service-list .dropdown-slider {
    margin-left: -8px;
    margin-bottom: 20px; 

  }
    .service-list .dropdown-slider .item {
      height: 150px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin: 0 8px; }
      .service-list .dropdown-slider .item a {
        display: block;
        width: 100%;
        height: 100%;
        outline: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .service-list .dropdown-slider .item a:after {
          content: '';
          width: 40px;
          height: 40px;
          background: url(../img/zoom-in.svg) no-repeat center;
          -webkit-background-size: cover;
                  background-size: cover;
          opacity: 0; }
      .service-list .dropdown-slider .item:hover a:after {
        opacity: 1; }
    .service-list .dropdown-slider .slick-arrow {
      position: absolute;
      height: 150px;
      top: 0;
      z-index: 10;
      width: 30px;
      background-color: rgba(0, 0, 0, 0.2);
      border: 0;
      outline: 0; }
      .service-list .dropdown-slider .slick-arrow.next-arrow {
        right: 6px; }
      .service-list .dropdown-slider .slick-arrow.prev-arrow {
        left: 8px; }
  .service-list .links-container {
    margin: 25px 0 0; }
    .service-list .links-container a {
      display: inline-block;
      text-decoration: underline;
      color: #e9d95f;
      font-size: 20px;
      background: transparent;
      padding: 0 20px 0 0;
      position: relative;
      outline: 0;
      border: 0;
      margin: 0 10px 5px 0; }
      .service-list .links-container a:hover, .service-list .links-container a:active, .service-list .links-container a:focus {
        text-decoration: none; }
  .service-list .contact-link {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border: 2px solid transparent;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 15px;
    padding: 8px 32px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin-left: 40px;
    background-color: #276dc4; }
    .service-list .contact-link:hover, .service-list .contact-link:focus, .service-list .contact-link:active {
      background-color: #fff;
      border: 2px solid #fff;
      color: #0a3e6c;
      text-decoration: none; 
    }

.contacts-content {
  background-color: #e2e2e2;
  padding-bottom: 70px;
  position: relative;
  z-index: 15; }

.hidden-thanks {
  text-align: center;
  display: none; 
  margin-top: -30px;
}
  .hidden-thanks h2 {
    text-align: center;
    font-size: 14px;
    max-width: 400px;
    line-height: 1.4;
    margin: 0 auto 30px; }

.not-found-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  padding: 100px 0 50px; }
  .not-found-404 > .container {
    margin-top: -50px; }
  .not-found-404 .text-container h1 {
    font-size: 180px;
    font-weight: 700;
    line-height: 0.8;
    margin: 0 0 20px;
    color: #ffe94e; }
  .not-found-404 .text-container h3 {
    font-size: 30px;
    margin: 0 0 25px; }
  .not-found-404 .text-container p {
    margin: 0 0 30px; }
  .not-found-404 .text-container .default-button {
    padding: 10px 40px; }
  .not-found-404 canvas {
    width: 100%;
    height: 500px; }
  .not-found-404 .text-wrap {
    margin-top: -180px;
    position: relative; }

.thanks-modal {
  border: 0;
  padding: 40px; }
  .thanks-modal .modal-header {
    border: 0;
    padding: 0;
    position: relative; }
    .thanks-modal .modal-header .close {
      position: absolute;
      right: -61px;
      top: -63px;
      font-size: 30px;
      color: #fff;
      opacity: 1; }
  .thanks-modal .modal-body {
    background-color: #fff;
    text-align: center;
    padding: 40px 30px; }
    .thanks-modal .modal-body h2 {
      font-size: 30px;
      font-weight: 600;
      margin: 0 0 25px; }
    .thanks-modal .modal-body p {
      font-size: 18px; }

.about-content {
  padding: 65px 0;
  color: #fff;
  /*background: url(../img/about-bg.png) no-repeat center;*/
  background: #071425;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 600px;
}
  .about-content h2 {
    text-align: center;
    color: #edd55f;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 35px; }
  .about-content .container > p {
    font-size: 15px;
    margin: 0 0 25px; }
  .about-content .container h3 {
    font-size: 21px; }
  .about-content .container hr {
    border-top: 1px solid #5e6880;
    margin: 50px 0; }
  .about-content .our-partners {
    padding-bottom: 30px; }
    .about-content .our-partners h2 {
      margin: 0 0 50px; }
  .about-content .our-team {
    margin: 50px -20px 0; }
    .about-content .our-team .member-item {
      margin: 0 auto 45px; }
      .about-content .our-team .member-item .member-img {
        height: 275px;
        max-width: 230px;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #fff;
        margin: 0 auto 27px; }
      .about-content .our-team .member-item .member-name {
        margin: 0 0 20px;
        text-align: center; }
        .about-content .our-team .member-item .member-name h3 {
          font-size: 18px;
          font-weight: 400;
          margin: 0 0 12px; }
        .about-content .our-team .member-item .member-name p {
          font-size: 14px; }
      .about-content .our-team .member-item .member-social {
        text-align: center; }
        .about-content .our-team .member-item .member-social a {
          display: inline-block;
          width: 30px;
          height: 30px;
          line-height: 26px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          border: 1px solid #dadbdc;
          text-align: center;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s;
          margin: 0 2px; }
          .about-content .our-team .member-item .member-social a img {
            display: inline-block;
            max-width: 16px;
            max-height: 18px;
            margin: 0 auto; }
          .about-content .our-team .member-item .member-social a.google-item img {
            max-width: 21px; }
          .about-content .our-team .member-item .member-social a:hover {
            opacity: 0.8; }
    .about-content .our-team h2 {
      margin: 0 0 45px; }
  .about-content .partners-slider .item {
    margin: 0 15px;
    /*background-color: #0d294d;*/
    background-color: #0b203b;
    outline: 0;
    padding: 30px 20px 0;
    height: 360px; }
    .about-content .partners-slider .item p {
      text-align: center;
      font-size: 15px; }
  .about-content .partners-slider .partners-img {
    background-color: #fff;
    width: 160px;
    height: 160px;
    margin: 0 auto 25px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
    .about-content .partners-slider .partners-img img {
      display: block;
      max-width: 110px;
      max-height: 110px;
      margin: 0 auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .about-content .partners-slider .slick-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    margin: 0; }
    .about-content .partners-slider .slick-dots li {
      display: inline-block;
      margin: 0 5px; }
      .about-content .partners-slider .slick-dots li.slick-active button {
        background-color: #1b497e; }
      .about-content .partners-slider .slick-dots li button {
        display: block;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        font-size: 0;
        border: 0;
        width: 13px;
        height: 13px;
        background-color: #305175;
        outline: 0; }
  .about-content .partners-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 50px;
    padding: 3px 0 0;
    border: 0;
    outline: 0;
    background-color: transparent; }
    .about-content .partners-slider .slick-arrow.next-arrow {
      right: -30px; }
    .about-content .partners-slider .slick-arrow.prev-arrow {
      left: -30px; }

@-webkit-keyframes bounceInOut {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  60% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); } }

@keyframes bounceInOut {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  60% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); } }

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

@keyframes opacitySwitch {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.index-body .main-footer {
  position: absolute;
  bottom: 0;
  left: 0; }

.main-footer {
  /*background-color: #121d3e;*/
  background-color: #071425;
  width: 100%;
  padding: 33px 0;
  z-index: 10;
  border-top: 1px solid #505c7f; }

  .main-footer .container {
    position: relative;
  }

  .main-footer .footer-nav {
    float: left;
    text-align: center;
    z-index: 1; 
  }
    .main-footer .footer-nav a {
      color: #818aa4;
      display: inline-block;
      padding: 3px 10px;
      margin: 0 10px; }
      .main-footer .footer-nav a:hover, .main-footer .footer-nav a:focus, .main-footer .footer-nav a:active {
        color: #e5db67;
        text-decoration: none; }
  .main-footer .footer-developer {
    float: right;
    margin-top: 2px;
    position: relative;
    z-index: 5; 
  }

    .main-footer .footer-copyright {
      float: left;
       color: #818aa4;
       position: relative;
       z-index: 5; 
    }

    .main-footer .footer-developer p {
      color: #818aa4;
      margin: 0; }
      .main-footer .footer-developer p a {
        color: inherit; }
        .main-footer .footer-developer p a:hover {
          color: #e5db67; }

@media (min-width: 768px) {
  .modal {
    text-align: center;
    padding: 0 !important; }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; } }

@media (max-width: 1440px) {
  .index-header .main-nav {
    margin: 25px 100px 0 0; }
    .index-header .main-nav ul li a {
      font-size: 13px; }
  .index-header .nav-toggle {
    top: 18px; }

  .index-body .section-eight .end-point .top-line {
    left: 475px;
  }

  .index-header .header-logo {
    margin-top: 15px; }
    .index-header .header-logo img {
      max-width: 50px;
      max-height: 50px; }
  .index-body .section .fp-tableCell {
    padding-top: 50px; }
  .index-body .section-one .content-container {
    top: 40%; }
  .index-body.loaded-body .section-one .start-point .line-one {
    height: 65px; }
  .index-body.loaded-body .section-one .start-point .line-three {
    width: 451px; }
  .index-body.loaded-body .section-one .start-point .line-four {
    left: 520px; }
  .index-body .section-one .content-container .index-logo {
    padding: 0; }
    .index-body .section-one .content-container .index-logo img {
      width: 162px; }
  .index-body .section-one .content-container p {
    font-size: 16px; }
  .index-body .section-one .start-point {
    bottom: -36px; }
    .index-body .section-one .start-point .point-text {
      bottom: -110px; }
    .index-body .section-one .start-point .line-two {
      display: none; }
    .index-body .section-one .start-point .line-three {
      bottom: -101px;
      left: 70px; }
    .index-body .section-one .start-point .line-four {
      top: 101px;
      left: 520px; }
  .index-body .section-two .platform-container {
    height: 500px;
    width: 700px;
    margin-left: 0;
    margin-top: -50px; }
    .index-body .section-two .platform-container .laptop-img {
      width: 350px;
      height: 210px; }
    .index-body .section-two .platform-container .tablet-img-1 {
      width: 150px;
      height: 100px; }
    .index-body .section-two .platform-container .tablet-img-2 {
      width: 150px;
      height: 110px; }
    .index-body .section-two .platform-container .info-table {
      width: 150px;
      height: 90px;
      top: 20px;
      right: 99px; }
    .index-body .section-two .platform-container .info-sheet-img {
      width: 180px;
      height: 100px;
      top: 240px;
      right: 240px; }
  .index-body .section-two .img-container .start-point {
    right: 11px;
    bottom: 170px; }
  .index-body .section-two .end-point .top-line {
    right: 15px;
    top: -320px; }
  .index-body .section-two.add-animation .platform-container .laptop-img {
    top: 55px;
    left: 180px; }
  .index-body .section-two.add-animation .platform-container .info-sheet-img {
    top: 240px;
    right: 240px; }
  .index-body .section-two.add-animation .platform-container .tablet-img-1 {
    bottom: 210px;
    right: 170px; }
  .index-body .section-two.add-animation .platform-container .tablet-img-2 {
    top: 260px;
    left: 200px; }
  .index-body .section-two.add-animation .platform-container .phone-img-1 {
    top: 240px;
    left: 185px; }
  .index-body .section-two.add-animation .platform-container .info-table {
    top: 85px;
    right: 235px; }
  .index-body .section-two.add-animation .platform-container .phone-img-2 {
    bottom: 100px;
    left: 300px; }
  .index-body .section-two.add-animation .platform-container .info-sheet-img {
    top: 240px;
    right: 240px; }
  .index-body .section-three .end-point .top-line {
    left: 282px; }
  .index-body .section-three .start-point {
    left: 293px;
    bottom: -20px; }
    .index-body .section-three .start-point .line-one {
      display: none; }
    .index-body .section-three .start-point .line-two {
      top: 4px; }
    .index-body .section-three .start-point .point-text {
      top: -6px; 
      left: 418px;
    }
    .index-body .section-three .start-point .line-three {
      top: 4px; }
    .index-body .section-three .start-point .line-four {
      top: 4px; }
  .index-body .section-three .screens-container {
    left: auto; }
    .index-body .section-three .screens-container .laptop-img {
      width: 450px;
      -webkit-background-size: contain;
              background-size: contain; }
      .index-body .section-three .screens-container .laptop-img:after {
        width: 249px;
        height: 156px;
        position: absolute;
        left: 101px;
        top: 63px; }
    .index-body .section-three .screens-container .tablet-img {
      width: 220px;
      height: 189px;
      bottom: 40px; }
    .index-body .section-three .screens-container .phone-img {
      width: 130px;
      height: 180px;
      bottom: -80px; }
  .index-body .section-three.add-animation .screens-container .phone-img {
    bottom: 20px; }
  .index-body .section-four .platform-container {
    width: 650px;
    height: 450px;
    margin-left: -50px; }
    .index-body .section-four .platform-container .connect-cloud {
      width: 150px;
      height: 130px;
      top: 130px;
      left: 240px; }
    .index-body .section-four .platform-container .screen-wifi {
      width: 130px;
      height: 110px; }
    .index-body .section-four .platform-container .messaging {
      width: 110px;
      height: 100px; }
    .index-body .section-four .platform-container .social-media {
      width: 60px;
      height: 90px; }
    .index-body .section-four .platform-container .increase-chart {
      width: 80px;
      height: 90px; }
  .index-body .section-four .end-point .top-line {
    right: 11px; }
  .index-body .section-four .start-point {
    top: 350px;
    right: 22px; }
    .index-body .section-four .start-point .line-two {
      top: 90px; }
    .index-body .section-four .start-point .point-text {
      top: 80px; }
    .index-body .section-four .start-point .line-three {
      top: 90px; }
    .index-body .section-four .start-point .line-four {
      top: 90px;
      left: -793px; }
  .index-body .section-four.add-animation .screen-wifi {
    top: 60px;
    left: 180px; }
  .index-body .section-four.add-animation .messaging {
    top: 70px;
    right: 170px; }
  .index-body .section-four.add-animation .social-media {
    bottom: 150px;
    left: 400px; }
  .index-body .section-four.add-animation .increase-chart {
    top: 200px;
    left: 160px; }
  .index-body .section-four.add-animation .start-point .line-one {
    height: 90px; }
  .index-body .section-four.add-animation .start-point .line-three {
    width: 472px; }
  .index-body .section-five .img-container {
    margin-left: 0;
    top: -20px;
    position: relative; }
    .index-body .section-five .img-container .img-block {
      width: 400px;
      height: 300px; }
    .index-body .section-five .img-container .phone-block {
      width: 170px;
      height: 300px;
      padding-top: 36px;
      top: 55px; }
    .index-body .section-five .img-container .video-wrap {
      width: 126px;
      height: 224px;
      padding: 23px 0; }
      .index-body .section-five .img-container .video-wrap .top-text p,
      .index-body .section-five .img-container .video-wrap .bottom-text p {
        font-size: 20px; }
    .index-body .section-five .img-container .video-container {
      margin: 20px 0; }
  .index-body .section-five .start-point {
    bottom: -70px; }
    .index-body .section-five .start-point .line-one {
      display: none; }
    .index-body .section-five .start-point .line-two {
      top: 4px; }
    .index-body .section-five .start-point .point-text {
      top: -6px; }
    .index-body .section-five .start-point .line-three {
      top: 4px; }
    .index-body .section-five .start-point .line-four {
      top: 4px;
      left: 749px; }
  .index-body .section-five .end-point .top-line {
    top: -480px; }
  .index-body .section-five.add-animation .end-point .top-line {
    height: 380px; }
  .index-body .section-five.add-animation .start-point .line-three {
    width: 265px; }
  .index-body .section-six .end-point .top-line {
    right: 65px;
    top: -300px; }
  .index-body .section-six .start-point .top-line {
    right: 65px; }
  .index-body .section-six .platform-container {
    width: 650px;
    height: 450px;
    margin-left: -100px; }
  .index-body .section-six .phone-message {
    width: 165px;
    height: 240px;
    top: -100px;
    left: 110px; }
  .index-body .section-six .connect-lines {
    width: 300px;
    height: 310px;
    top: 0;
    left: 190px; }
  .index-body .section-six .cube-chart {
    width: 65px;
    height: 75px;
    top: 100px;
    right: 190px; }
  .index-body .section-six .notebook-message {
    width: 180px;
    height: 100px;
    bottom: 150px;
    left: 200px; }
  .index-body .section-six .chart-man {
    width: 100px;
    height: 280px;
    top: 0px;
    right: 190px; }

    .index-body .section-six .img-container .start-point {
      right: 80px;
    }

  .index-body .section-six.add-animation .phone-message {
    top: -10px;
    left: 190px; }
  .index-body .section-six.add-animation .cube-chart {
    top: 140px;
    right: 270px; }
  .index-body .section-seven .platform-container {
    width: 450px;
    height: 360px; }
    .index-body .section-seven .platform-container .phone-platform {
      width: 400px; }
    .index-body .section-seven .platform-container .marker-1 {
      width: 70px;
      height: 100px; }
  .index-body .section-seven .end-point {
    top: -105px; }
    .index-body .section-seven .end-point .line-one {
      top: -220px;
      right: 80px; }
    .index-body .section-seven .end-point .top-line {
      top: -90px;
      right: 80px;
  }
  .index-body .section-seven .start-point {
    bottom: 110px; }
    .index-body .section-seven .start-point .line-two {
      top: 150px; }
    .index-body .section-seven .start-point .line-three {
      top: 150px;
    }
    .index-body .section-seven .start-point .point-text {
      top: 140px; }
    .index-body .section-seven .start-point .line-four {
      top: 150px; 
      left: 460px;
    }

  .index-body .section-seven.add-animation .start-point .line-three {
    width: 300px;
  }

  .index-body .section-seven .dynamic-charts .item {
    width: 80px; }
    .index-body .section-seven .dynamic-charts .item:after {
      top: 28px; }
    .index-body .section-seven .dynamic-charts .item p {
      font-size: 28px; }
    .index-body .section-seven .dynamic-charts .item:nth-of-type(2) {
      right: 110px; }
    .index-body .section-seven .dynamic-charts .item:nth-of-type(3) {
      right: 205px; }
  .index-body .section-seven .index-header .header-logo {
    bottom: 0; }
  .index-body .section-seven.add-animation .marker-1 {
    top: -25px;
    left: 187px; }
  .index-body .section-seven.add-animation .end-point .line-one {
    height: 130px; }
  .index-body .section-seven.add-animation .end-point .top-line {
    width: 470px; }
  .index-body .section-seven.add-animation .marker-2 {
    top: 40px;
    left: 124px; }
  .index-body .section-seven.add-animation .marker-3 {
    top: 117px;
    left: 210px; }
  .index-body .section-seven.add-animation .start-point .line-one {
    height: 150px; }
  .index-body .section-seven.add-animation .dynamic-charts .item:nth-of-type(1) {
    height: 200px; }
  .index-body .section-seven.add-animation .dynamic-charts .item:nth-of-type(2) {
    height: 125px; }
  .index-body .section-seven.add-animation .dynamic-charts .item:nth-of-type(3) {
    height: 165px; }
  .index-body .section-eight .charts-container {
    height: 380px; }
    .index-body .section-eight .charts-container .speaking-men {
      width: 300px;
      height: 250px; }
    .index-body .section-eight .charts-container .large-chart {
      width: 220px;
      height: 310px; }
    .index-body .section-eight .charts-container .border-charts {
      width: 420px;
      height: 380px;
      top: -3px;
      left: 85px; }
  .index-body .section-eight.add-animation .large-chart {
    top: 55px;
    left: 170px; }
  .index-body .section .text-container h2, .index-body .section .text-container h3 {
    font-size: 30px;
    margin: 0 0 20px; }
  .index-body .section .text-container p {
    font-size: 14px;
    margin: 0 0 20px; }
  .index-body .section .text-container .default-button {
    margin-top: 5px;
    padding: 10px 15px; } 

  .index-body .section .section-num {
    font-size: 700px;
  }
}

@media (max-width: 1280px) {
  #fp-nav {
    display: none !important; }
  .index-body .section-one .content-container {
    top: 35%; }
  .index-body .section {
    height: auto !important; }
    .index-body .section .fp-tableCell {
      height: auto !important;
      padding: 150px 0 100px; }
    .index-body .section.section-one .fp-tableCell {
      padding-top: 0; }
  .index-body .section-two .index-header {
    display: block; }
    .index-body .section-two .index-header .nav-toggle {
      position: fixed;
      top: 20px;
      right: 22px; }
  .index-body .section-seven .start-point .line-two {
    top: 80px; }
  .index-body .section-seven .start-point .point-text {
    top: 70px; }
  .index-body .section-seven .start-point .line-three {
    top: 80px; }
  .index-body .section-seven .start-point .line-four {
    top: 80px; }
  .index-body .section-seven .img-container {
    margin-top: -50px; }
  .index-body .section-seven.add-animation .start-point .line-one {
    height: 80px; }
  .index-body .index-header {
    display: none; }
  .index-body #particles-js canvas {
    z-index: 15;
    max-height: 100vh; }
  .index-body .main-footer {
    position: relative;
    margin-top: 100px; }

  .index-body .section-seven .end-point {
    top: 50px;
  }

  .index-body .section-seven .start-point {
    bottom: 20px;
  }

  .index-body .section-eight .fp-tableCell {
    padding: 150px 0 0; }
  .about-content .partners-slider {
    padding: 0 40px; }
    .about-content .partners-slider .slick-arrow.next-arrow {
      right: 0; }
    .about-content .partners-slider .slick-arrow.prev-arrow {
      left: 0; } 

      .index-body .section .section-num {
        font-size: 600px;
        bottom: 75px;
      }
    }

@media (max-width: 1199px) {
  .index-body .section-two .platform-container {
    height: 450px;
    width: 550px; }
    .index-body .section-two .platform-container .laptop-img {
      width: 250px;
      height: 170px;
      top: 50px;
      left: 125px; }
    .index-body .section-two .platform-container .info-sheet-img,
    .index-body .section-two .platform-container .info-table {
      display: none; }
    .index-body .section-two .platform-container .phone-img-1 {
      top: 200px;
      left: 120px; }
    .index-body .section-two .platform-container .phone-img-2 {
      bottom: 120px;
      left: 280px; }
    .index-body .section-two .platform-container .tablet-img-1 {
      bottom: 175px;
      right: 120px; }
    .index-body .section-two .platform-container .tablet-img-2 {
      top: 200px;
      left: 180px; }
  .index-body .section-two .text-container {
    max-width: 350px; }
  .index-body .section-two .end-point .top-line {
    right: 50px;
    top: -430px; }
  .index-body .section-two .img-container .start-point {
    right: 45px;
    bottom: 70px; }
    .index-body .section-two .img-container .start-point .line-two {
      top: 104px;
      right: 7px; }
    .index-body .section-two .img-container .start-point .point-text {
      top: 93px; }
    .index-body .section-two .img-container .start-point .line-three {
      top: 104px; }
    .index-body .section-two .img-container .start-point .line-four {
      top: 105px;
      left: -728px; }
  .index-body .section-two.add-animation .platform-container .laptop-img {
    width: 250px;
    height: 170px;
    top: 50px;
    left: 125px; }
  .index-body .section-two.add-animation .platform-container .phone-img-1 {
    top: 200px;
    left: 120px; }
  .index-body .section-two.add-animation .platform-container .phone-img-2 {
    bottom: 120px;
    left: 280px; }
  .index-body .section-two.add-animation .platform-container .tablet-img-1 {
    bottom: 175px;
    right: 120px; }
  .index-body .section-two.add-animation .platform-container .tablet-img-2 {
    top: 200px;
    left: 180px; }
  .index-body .section-two.add-animation .start-point .line-one {
    height: 100px; }
  .index-body .section-two.add-animation .start-point .line-three {
    width: 391px; }
  .index-body .section-three .fp-tableCell {
    padding: 150px 0; }
  .index-body .section-three .start-point {
    bottom: -70px; }
  .index-body .section-three .end-point .top-line {
    left: 157px; }
  .index-body .section-three .text-container {
    padding-left: 100px; }
  .index-body .section-three .start-point .point-text {
    left: 285px; }
  .index-body .section-three .start-point .line-three {
    left: 440px; }
  .index-body .section-three .start-point .line-four {
    left: 650px; }
  .index-body .section-three.add-animation .start-point .line-two {
    width: 270px; }
  .index-body .section-three.add-animation .start-point .line-three {
    width: 210px; }
  .index-body .section-four .start-point .line-four {
    left: -593px; }
  .index-body .section-four .platform-container {
    margin-left: -50px;
    width: 500px;
    height: 400px; }
    .index-body .section-four .platform-container .connect-cloud {
      top: 130px;
      left: 191px;
      width: 110px;
      height: 120px; }
    .index-body .section-four .platform-container .screen-wifi {
      width: 90px;
      height: 90px;
      top: 80px;
      left: 130px; }
    .index-body .section-four .platform-container .messaging {
      width: 90px;
      height: 90px;
      top: 80px;
      right: 130px; }
    .index-body .section-four .platform-container .social-media {
      width: 50px;
      height: 80px; }
    .index-body .section-four .platform-container .increase-chart {
      width: 50px;
      height: 60px;
      top: 190px;
      left: 130px; }
  .index-body .section-four.add-animation .start-point .line-three {
    width: 272px; }
  .index-body .section-four.add-animation .screen-wifi {
    top: 80px;
    left: 130px; }
  .index-body .section-four.add-animation .messaging {
    top: 80px;
    right: 130px; }
  .index-body .section-four.add-animation .social-media {
    bottom: 130px;
    left: 300px; }
  .index-body .section-four.add-animation .increase-chart {
    top: 190px;
    left: 130px; }
  .index-body .section-four .text-container {
    max-width: 350px; }
  .index-body .section-five .fp-tableCell {
    padding: 150px 0 170px; }
  .index-body .section-five .start-point .point-text {
    left: 270px; }
  .index-body .section-five .start-point .line-three {
    left: 390px;
    width: 200px; }
  .index-body .section-five .start-point .line-four {
    left: 549px; }
  .index-body .section-five .img-container .phone-block {
    top: 75px;
    width: 130px;
    height: 240px; }
  .index-body .section-five .img-container .video-wrap {
    width: 97px;
    padding: 10px 0;
    height: 173px;
    margin-top: -1px; 
  }
    .index-body .section-five .img-container .video-wrap .top-text p,
    .index-body .section-five .img-container .video-wrap .bottom-text p {
      font-size: 14px; }
    .index-body .section-five .img-container .video-wrap .top-text > i {
      height: 20px;
      bottom: -29px; }
  .index-body .section-five.add-animation .start-point .line-two {
    width: 250px; }

    .index-body .section-five .start-point .line-three {
      width: 0;
    } 

  .index-body .section-five.add-animation .start-point .line-three {
    width: 160px; }


  .index-body .section-six .platform-container {
    width: 500px;
    height: 400px;
    margin-left: -80px; }
  .index-body .section-six .text-container {
    max-width: 350px; }
  .index-body .section-six .phone-message {
    width: 120px;
    height: 160px;
    top: -1px;
    left: 100px; }
  .index-body .section-six .connect-lines {
    width: 200px;
    height: 220px;
    top: 40px;
    left: 150px; }
  .index-body .section-six .cube-chart {
    width: 45px;
    height: 55px; }
  .index-body .section-six .notebook-message {
    width: 120px;
    height: 60px;
    bottom: 155px;
    left: 150px; }
  .index-body .section-six .chart-man {
    width: 70px;
    height: 210px;
    top: 40px;
    right: 170px; }
  .index-body .section-six.add-animation .phone-message {
    top: 30px;
    left: 160px; }
  .index-body .section-six.add-animation .cube-chart {
    top: 130px;
    right: 212px; }
  .index-body .section-seven .start-point {
    left: 130px;
    bottom: 0; }
    .index-body .section-seven .start-point .line-four {
      left: 404px; }
  .index-body .section-seven.add-animation .end-point .top-line {
    width: 170px; }
  .index-body .section-seven.add-animation .start-point .line-three {
    width: 245px; }
  .index-body .section-eight .end-point .top-line {
    left: 519px; }

  .index-body .section-seven .end-point {
    top: -16px;
  }

  .service-list {
    padding-left: 50px; }
  .page-content {
    padding: 50px 0; }
  .about-content .our-team {
    margin: 50px 0 0; }
    .about-content .our-team .member-item {
      margin: 0 auto 30px; }
      .about-content .our-team .member-item .member-img {
        margin: 0 auto 15px; }
      .about-content .our-team .member-item .member-name h3 {
        font-size: 16px; }
  .about-content .partners-slider .item {
    height: 320px; }
    .about-content .partners-slider .item p {
      font-size: 14px; }
  .about-content .partners-slider .partners-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px; }
    .about-content .partners-slider .partners-img img {
      max-width: 60px;
      max-height: 60px; } 

      .index-body .section-three {
        background-color: #0b203a;
      }

      .index-body .section-five {
        background-color: #0b203a;
      }

      .index-body .section-seven {
        background-color: #0b203a;
      }

      .main-footer .footer-nav {
        left: 80px;
      }
    }

@media (max-width: 991px) {
  .service-list .service-text > p {
    font-size: 12px!important;
  }

  .service-list .service-dropdown p {
    font-size: 12px;
  }


  .index-header .main-nav {
    margin-right: 50px; }
    .index-header .main-nav ul li {
      display: none; }
  .not-found-404 canvas {
    height: 400px; }
  .not-found-404 .text-wrap {
    margin-top: -100px; }
  .page-banner {
    height: auto;
    padding: 100px 0 50px; }
    .page-banner .banner-text {
      padding-left: 15px; }
    .page-banner .breadcrumb > li > a {
      font-size: 13px; }
    .page-banner h1 {
      font-size: 24px; }
    .page-banner .container {
      top: auto;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .page-banner.contacts-banner {
      padding: 100px 0; }
      .page-banner.contacts-banner .form-wrap {
        margin: 55px 0 0; }
    .page-banner.about-banner {
      height: 250px; }
  .service-list .service-item {
    padding-left: 100px;
    margin: 0 0 40px; }
  .service-list .service-img img {
    max-width: 60px;
    max-height: 60px; }
  .service-list .service-text h2 {
    font-size: 24px; }
  .service-list .service-text > p {
    font-size: 14px; }
  .index-body .section-one .start-point {
    bottom: auto;
    position: relative;
    z-index: 10; }
    .index-body .section-one .start-point .point-text {
      -webkit-transition-delay: initial;
           -o-transition-delay: initial;
              transition-delay: initial;
      bottom: -40px; }
    .index-body .section-one .start-point .line-one,
    .index-body .section-one .start-point .line-two,
    .index-body .section-one .start-point .line-three {
      display: none; }
    .index-body .section-one .start-point .pulse-circles {
      display: none; }
  .index-body .section-one .content-container {
    top: 45%;
    padding: 0 30px; }
    .index-body .section-one .content-container .index-logo img {
      width: 160px; }
    .index-body .section-one .content-container h1 {
      font-size: 22px; }
    .index-body .section-one .content-container p {
      font-size: 14px; }
  .index-body .section .text-container {
    max-width: none;
    margin: 0 0 30px; }
    .index-body .section .text-container h2, .index-body .section .text-container h3 {
      text-align: center;
      margin: 0 0 30px; }
    .index-body .section .text-container .default-button {
      display: block;
      width: 220px;
      margin: 40px auto 0; }
  .index-body .section .start-point,
  .index-body .section .end-point {
    display: none !important; }
  .index-body .section-two .fp-tableCell {
    padding: 120px 0 0; }
  .index-body .section-two.add-animation .platform-container {
    margin: -50px auto 0; }
  .index-body .section-three .fp-tableCell {
    padding: 80px 0 50px; }
  .index-body .section-three .screens-container {
    width: 450px;
    margin: 0 auto; }
  .index-body .section-three .text-container {
    padding-left: 0; }
  .index-body .section-four .fp-tableCell {
    padding: 80px 0 0; }
  .index-body .section-four .platform-container {
    margin: -50px auto 0; }
  .index-body .section-five .fp-tableCell {
    padding: 80px 0 100px; }
  .index-body .section-five .img-container {
    width: 400px;
    margin: 80px auto 0; }
    .index-body .section-five .img-container .video-wrap {
      padding: 14px 0; }
    .index-body .section-five .img-container .phone-block {
      margin-left: 0;
      position: absolute;
      right: 0;
      left: auto; }
  .index-body .section-six {
    padding: 0; }
    .index-body .section-six .fp-tableCell {
      padding: 80px 0 20px; }
    .index-body .section-six .platform-container {
      margin: 0 auto; }
  .index-body .section-seven .fp-tableCell {
    padding: 50px 0; }
  .index-body .section-seven .img-container {
    width: 450px;
    margin: 80px auto 0;
    left: auto; }
  .index-body .section-seven .platform-container {
    margin: 0 auto; }
  .index-body .section-seven .dynamic-charts {
    display: none; }
  .index-body .section-seven .text-container {
    padding-left: 0; }
  .index-body .section-eight .fp-tableCell {
    padding: 50px 0 0; }
  .index-body .section-eight .img-container {
    width: 450px;
    margin-top: 80px;
    padding-left: 80px; }
  .index-body .section-eight .charts-container {
    margin: 0 auto; }
  .about-content {
    padding: 45px 0 55px; }
    .about-content .partners-slider .item {
      height: 350px; }
      .about-content .partners-slider .item p {
        font-size: 13px; }
    .about-content .partners-slider .partners-img {
      width: 100px;
      height: 100px;
      margin: 0 auto 15px; }
      .about-content .partners-slider .partners-img img {
        max-width: 60px;
        max-height: 60px; }
    .about-content .our-team .member-item .member-img {
      height: 200px; }
    .about-content .our-team .member-item .member-name h3 {
      font-size: 14px; } 
      .index-body .section .section-num {
        font-size: 400px;
        left: 0;
      }

      .main-footer .footer-nav {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 auto 20px;
      }
    }

@media (max-width: 800px) {
  .index-header .main-nav .contact-link {
    display: none; } }

@media (max-width: 767px) {
  .index-body .section .text-container {
    padding: 0 40px; }
    .index-body .section .text-container h2, .index-body .section .text-container h3 {
      font-size: 24px; }
  .index-body .section-eight .img-container {
    width: 400px;
    padding: 0; }
  .main-footer {
    padding: 15px 0; }
    .main-footer .footer-nav {
      float: none;
      text-align: center;
      margin: 0 0 10px; }
      .main-footer .footer-nav a {
        margin: 0 5px 5px; }
    .main-footer .footer-developer {
      float: none;
      text-align: center; }
  .not-found-404 canvas {
    height: 400px; }
  .not-found-404 > .container {
    margin-top: -100px; }
  .not-found-404 .text-container h3 {
    font-size: 24px; }
  .not-found-404 .text-wrap {
    margin-top: -150px; }
  .service-list {
    padding: 0; }
    .service-list .service-item {
      padding-left: 60px;
      margin: 0 0 30px; }
    .service-list .service-img img {
      max-width: 40px;
      max-height: 40px; }
    .service-list .service-text h2 {
      font-size: 20px; }
  .page-banner.contacts-banner .form-wrap {
    padding: 30px; }
    .page-banner.contacts-banner .form-wrap .contacts-info {
      margin: 0 -15px; }
      .page-banner.contacts-banner .form-wrap .contacts-info .contact-item p a {
        font-size: 14px; }
      .page-banner.contacts-banner .form-wrap .contacts-info .contact-item svg {
        width: 20px; }
  .page-banner.contacts-banner .translate-content {
    width: auto;
    margin: 0 15px; }
    .page-banner.contacts-banner .translate-content h1 {
      text-align: center;
      font-size: 24px; }
    .page-banner.contacts-banner .translate-content > p {
      text-align: center; }
  .thanks-modal {
    padding: 40px 15px; }
    .thanks-modal .modal-header .close {
      color: #000;
      right: -6px;
      top: -36px; }
    .thanks-modal .modal-body {
      padding: 15px 0; }
  .about-content {
    padding: 35px 0 20px; }
    .about-content h2 {
      font-size: 24px;
      margin: 0 0 30px; }
    .about-content .container hr {
      margin: 30px 0; }
    .about-content .our-partners h2 {
      margin: 0 0 30px; }
    .about-content .our-team {
      margin: 30px 0 0; }
      .about-content .our-team h2 {
        margin: 0 0 30px; }
      .about-content .our-team .member-item .member-img {
        height: 280px; }
    .about-content .partners-slider .item {
      height: 300px; }
    .about-content .partners-slider {
      padding: 0 20px; }
      .about-content .partners-slider .slick-arrow {
        width: 20px;
        height: 100px; } 

        .index-body .section .section-num {
          display: none;
        }

        .main-footer .footer-copyright{
          float: none;
          text-align: center;
        }

        .main-footer .footer-developer {
          float: none;
          text-align: center;
        }
      }

@media (max-width: 600px) {
  .index-body .section-one .content-container {
    top: 40%; }
    .index-body .section-one .content-container .index-logo img {
      width: 140px; }
    .index-body .section-one .content-container p {
      font-size: 13px; }
  .index-body .section-two .platform-container {
    margin: -70px auto 0;
    width: 400px;
    height: 350px; }
    .index-body .section-two .platform-container .laptop-img {
      display: none; }
    .index-body .section-two .platform-container .phone-img-1 {
      top: 136px;
      left: 101px; }
    .index-body .section-two .platform-container .phone-img-2 {
      bottom: 142px;
      left: 250px; }
    .index-body .section-two .platform-container .tablet-img-2 {
      top: 155px;
      left: 120px; }
  .index-body .section-two.add-animation .platform-container {
    margin: -70px auto 0; }
    .index-body .section-two.add-animation .platform-container .phone-img-1 {
      top: 136px;
      left: 101px; }
    .index-body .section-two.add-animation .platform-container .phone-img-2 {
      bottom: 142px;
      left: 250px; }
    .index-body .section-two.add-animation .platform-container .tablet-img-2 {
      top: 155px;
      left: 120px; }
  .index-body .section-three .screens-container {
    width: 400px; }
    .index-body .section-three .screens-container .laptop-img {
      width: 100%; }
      .index-body .section-three .screens-container .laptop-img:after {
        width: 223px;
        height: 141px;
        left: 89px;
        top: 73px; }
  .index-body .section-four .platform-container {
    width: 420px; }
    .index-body .section-four .platform-container .connect-cloud {
      display: none; }
    .index-body .section-four .platform-container .messaging {
      width: 70px;
      height: 80px;
      top: 100px;
      right: 110px; }
    .index-body .section-four .platform-container .social-media {
      bottom: 140px;
      left: 250px; }
  .index-body .section-four.add-animation .social-media {
    bottom: 140px;
    left: 250px; }
  .index-body .section-four.add-animation .messaging {
    width: 70px;
    height: 80px;
    top: 100px;
    right: 110px; }
  .index-body .section-five .fp-tableCell {
    padding: 70px 0 20px; }
  .index-body .section-five .img-container {
    margin: 50px auto 0;
    width: 300px;
    text-align: center; }
    .index-body .section-five .img-container .img-block {
      width: 300px;
      height: 250px;
      display: inline-block;
      float: none; }
    .index-body .section-five .img-container .phone-block {
      width: 90px;
      height: 200px;
      padding-top: 33px;
      top: 50px;
      float: none;
      margin-left: 0; }
    .index-body .section-five .img-container .video-wrap {
      width: 80px;
      padding: 18px 0;
      height: 137px; 
    }
      .index-body .section-five .img-container .video-wrap .top-text p,
      .index-body .section-five .img-container .video-wrap .bottom-text p {
        font-size: 13px; }
      .index-body .section-five .img-container .video-wrap .top-text > i {
        height: 10px;
        background-color: #fdfdfd;
        left: 0;
        bottom: -23px; }
    .index-body .section-five .img-container .video-container {
      margin: 5px 0; }
  .index-body .section-six .platform-container {
    width: 420px; }
  .index-body .section-six .connect-lines {
    display: none; }
  .index-body .section-six .phone-message {
    top: 80px;
    left: 140px;
    width: 80px;
    height: 110px; }
  .index-body .section-six .chart-man {
    top: 60px;
    right: 130px;
    width: 50px;
    height: 170px; }
  .index-body .section-six .notebook-message {
    width: 90px;
    height: 50px; }
  .index-body .section-six .cube-chart {
    width: 30px;
    height: 40px;
    top: 151px;
    right: 180px; }
  .index-body .section-six.add-animation .phone-message {
    top: 80px;
    left: 140px; }
  .index-body .section-six.add-animation .cube-chart {
    top: 151px;
    right: 180px; }
  .index-body .section-seven .fp-tableCell {
    padding: 50px 0 0; }
  .index-body .section-seven .platform-container {
    width: 400px;
    height: 320px; }
    .index-body .section-seven .platform-container .phone-platform {
      width: 320px; }
    .index-body .section-seven .platform-container .planet-1 {
      width: 220px;
      height: 100px;
      bottom: 60px; }
    .index-body .section-seven .platform-container .planet-2 {
      width: 120px;
      height: 50px;
      top: 30px; }
    .index-body .section-seven .platform-container .marker-1 {
      width: 50px;
      height: 80px;
      left: 150px; }
    .index-body .section-seven .platform-container .marker-2 {
      top: 13px;
      left: 95px; }
    .index-body .section-seven .platform-container .marker-3 {
      top: 55px;
      left: 180px; }
  .index-body .section-eight .img-container {
    margin: 0 auto;
    width: 350px; }
  .index-body .section-eight .charts-container {
    width: 100%; }
    .index-body .section-eight .charts-container .border-charts {
      left: 0;
      width: 370px; }
    .index-body .section-eight .charts-container .large-chart {
      left: 70px;
      width: 200px; }
    .index-body .section-eight .charts-container .speaking-men {
      left: 100px; }
  .index-body .section-eight .charts-container {
    width: 400px; } }

@media (max-width: 541px) {
  .page-banner.contacts-banner .form-wrap {
    padding: 25px 20px 20px; }
    .page-banner.contacts-banner .form-wrap .form-col {
      width: 100%;
      padding: 0 !important;
      border: 0 !important; }
    .page-banner.contacts-banner .form-wrap .text-center {
      margin: 25px 0 30px; }
    .page-banner.contacts-banner .form-wrap .contacts-info {
      display: block;
      margin: 0;
      padding: 12px 0 0; }
      .page-banner.contacts-banner .form-wrap .contacts-info .contact-item {
        width: 100%;
        text-align: left;
        margin: 0 0 10px; }
        .page-banner.contacts-banner .form-wrap .contacts-info .contact-item p a {
          font-size: 18px; }
  .thanks-modal .modal-body p {
    font-size: 16px; }
  .thanks-modal .modal-body h2 {
    font-size: 24px;
    margin: 0 0 15px; } }

@media (max-width: 480px) {
  .slide-nav {
    width: 300px;
    padding: 40px 15px 50px; }
  .service-list .dropdown-slider .item {
    height: 180px; }
  .service-list .dropdown-slider .slick-arrow {
    height: 180px; }
  .index-body .section .text-container {
    padding: 0 20px; }
  .index-body .section-two .platform-container {
    width: 280px;
    height: 240px;
    margin: -30px auto 0; }
    .index-body .section-two .platform-container .tablet-img-1 {
      width: 90px;
      height: 80px;
      bottom: 110px;
      right: 109px; }
    .index-body .section-two .platform-container .tablet-img-2 {
      width: 90px;
      height: 80px;
      top: 100px;
      left: 100px; }
    .index-body .section-two .platform-container .phone-img-1 {
      width: 70px;
      height: 50px;
      top: 90px;
      left: 50px; }
    .index-body .section-two .platform-container .phone-img-2 {
      width: 60px;
      height: 50px;
      bottom: 100px;
      left: 170px; }
  .index-body .section-two.add-animation .platform-container {
    margin: -30px auto 0; }
    .index-body .section-two.add-animation .platform-container .tablet-img-1 {
      bottom: 110px;
      right: 109px; }
    .index-body .section-two.add-animation .platform-container .tablet-img-2 {
      top: 100px;
      left: 100px; }
    .index-body .section-two.add-animation .platform-container .phone-img-1 {
      top: 90px;
      left: 50px; }
    .index-body .section-two.add-animation .platform-container .phone-img-2 {
      bottom: 100px;
      left: 170px; }
  .index-body .section-three .screens-container {
    width: 280px; }
    .index-body .section-three .screens-container .laptop-img {
      height: 200px; }
      .index-body .section-three .screens-container .laptop-img:after {
        width: 155px;
        height: 102px;
        left: 63px;
        top: 34px; }
    .index-body .section-three .screens-container .tablet-img {
      width: 180px;
      height: 110px;
      left: -40px !important; }
    .index-body .section-three .screens-container .phone-img {
      width: 80px;
      height: 100px;
      left: 100px; }
  .index-body .section-four .platform-container {
    width: 280px;
    height: 240px;
    margin-top: 10px; }
    .index-body .section-four .platform-container .messaging {
      top: 40px;
      right: 70px; }
    .index-body .section-four .platform-container .screen-wifi {
      width: 70px;
      height: 70px;
      top: 32px;
      left: 60px; }
    .index-body .section-four .platform-container .increase-chart {
      width: 40px;
      height: 50px;
      top: 100px;
      left: 90px; }
    .index-body .section-four .platform-container .social-media {
      width: 40px;
      height: 60px;
      bottom: 75px;
      left: 150px; }
  .index-body .section-four.add-animation .messaging {
    top: 40px;
    right: 70px; }
  .index-body .section-four.add-animation .screen-wifi {
    top: 32px;
    left: 60px; }
  .index-body .section-four.add-animation .increase-chart {
    top: 100px;
    left: 90px; }
  .index-body .section-four.add-animation .social-media {
    bottom: 75px;
    left: 150px; }
  .index-body .section-five .img-container {
    margin: 50px auto 0; }
    .index-body .section-five .img-container .video-wrap {
      padding: 16px 0; }
    .index-body .section-five .img-container .phone-block {
      right: 25px;
      top: 20px; }
    .index-body .section-five .img-container .img-block {
      width: 240px;
      height: 220px; }
  .index-body .section-six .platform-container {
    width: 280px;
    height: 240px; }
    .index-body .section-six .platform-container .chart-man {
      display: none; }
    .index-body .section-six .platform-container .phone-message {
      top: 20px;
      left: 70px; }
    .index-body .section-six .platform-container .notebook-message {
      bottom: 90px;
      left: 100px; }
    .index-body .section-six .platform-container .cube-chart {
      top: 80px;
      right: 120px; }
  .index-body .section-six.add-animation .phone-message {
    top: 20px;
    left: 70px; }
  .index-body .section-six.add-animation .cube-chart {
    top: 80px;
    right: 120px; }
  .index-body .section-seven .img-container {
    width: 280px; }
  .index-body .section-seven .platform-container {
    height: 200px;
    width: 280px; }
    .index-body .section-seven .platform-container .phone-platform {
      height: 180px;
      margin: 0 auto;
      width: 280px; }
    .index-body .section-seven .platform-container .marker-1 {
      left: 140px;
      top: -42px; }
    .index-body .section-seven .platform-container .marker-2 {
      top: -3px;
      left: 85px; }
    .index-body .section-seven .platform-container .marker-3 {
      top: 50px;
      left: 140px; }
    .index-body .section-seven .platform-container .planet-1,
    .index-body .section-seven .platform-container .planet-2 {
      display: none; }
  .index-body .section-seven.add-animation .marker-1 {
    left: 130px;
    top: -42px; }
  .index-body .section-seven.add-animation .marker-2 {
    top: -3px;
    left: 85px; }
  .index-body .section-seven.add-animation .marker-3 {
    top: 50px;
    left: 140px; }
  .index-body .section-eight .img-container {
    width: 280px; }
    .index-body .section-eight .img-container .charts-container {
      width: 280px;
      height: 300px; }
    .index-body .section-eight .img-container .border-charts {
      width: 280px; }
    .index-body .section-eight .img-container .large-chart {
      height: 215px;
      width: 180px;
      top: 84px;
      left: 46px; }
    .index-body .section-eight .img-container .speaking-men {
      width: 230px;
      height: 200px;
      left: 60px; }
  .index-body .main-footer {
    margin-top: 70px; }
  .page-banner.about-banner {
    height: 220px; }
  .about-content .our-team .col-xs-6.col-sm-3 {
    width: 100%; }
  .about-content .our-team .member-item .member-img {
    height: 300px; }
  .about-content .partners-slider .item {
    height: 380px; }
  .about-content .our-partners h2 {
    margin: 0 0 60px; }
  .about-content .partners-slider {
    padding: 0; }
    .about-content .partners-slider .slick-arrow {
      width: 20px;
      height: 30px;
      top: -30px; }
      .about-content .partners-slider .slick-arrow.next-arrow {
        right: 15px; }
      .about-content .partners-slider .slick-arrow.prev-arrow {
        left: 15px; } }

@media (max-height: 320px) {
  .index-body .section-one .content-container {
    top: 5%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .index-body .section-one .start-point .point-text:before {
    display: none; }
  .index-body .section-one .content-container .index-logo img {
    width: 140px; } }


.default-page.contacts-page .main-footer {border-top: 0;}


.service-inner-page .service-list {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.service-inner-page .service-list .service-text h2:before {
  display: none;
}

.service-inner-page .service-item {
  padding: 0;
  margin-bottom: 5px;
  width: 50%;
  padding: 0 15px;
}

.service-inner-page .service-item  iframe {
  width: 100%!important;
}

.service-inner-page .service-list .links-container {
  margin: 0;
}

.service-inner-page .service-list .service-item h2 {
  margin: 0;
}

.service-inner-page .text-center {
  margin-top: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.photo-gallery img {
  display: block;
  width: 100%;
}

.photo-gallery .gallery-item {
  border: 5px solid #071425;
  transition: 0.25s;
}

.photo-gallery .gallery-item:hover {
  opacity: 0.85!important;
}

.photo-gallery .gallery-item a {
  outline: 0;
}

@media(max-width: 767px) {
  .service-inner-page .service-item iframe {
    width: 400px!important;
    margin: 0 auto;
    display: block;
  }

  .service-inner-page .service-item {
    width: 100%;
  }
}

@media(max-width: 480px) {
  .service-inner-page .service-item iframe {
    width: 100%!important;
  }
}

@media(max-width: 400px) {
  .service-inner-page .service-item iframe {
    height: 280px!important;
  }
}

