@font-face {
  font-family: Orbitron-Black;
  src: url(../fonts/Orbitron/Orbitron-Black.ttf); }

@font-face {
  font-family: Orbitron-Bold;
  src: url(../fonts/Orbitron/Orbitron-Bold.ttf); }

@font-face {
  font-family: Orbitron-ExtraBold;
  src: url(../fonts/Orbitron/Orbitron-ExtraBold.ttf); }

@font-face {
  font-family: Orbitron-Medium;
  src: url(../fonts/Orbitron/Orbitron-Medium.ttf); }

@font-face {
  font-family: Orbitron-Regular;
  src: url(../fonts/Orbitron/Orbitron-Regular.ttf); }

@font-face {
  font-family: Orbitron-SemiBold;
  src: url(../fonts/Orbitron/Orbitron-SemiBold.ttf); }

@font-face {
  font-family: Roboto-Black;
  src: url(../fonts/Roboto/Roboto-Black.ttf); }

@font-face {
  font-family: Roboto-BlackItalic;
  src: url(../fonts/Roboto/Roboto-BlackItalic.ttf); }

@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto/Roboto-Bold.ttf); }

@font-face {
  font-family: Roboto-BoldItalic;
  src: url(../fonts/Roboto/Roboto-BoldItalic.ttf); }

@font-face {
  font-family: Roboto-Italic;
  src: url(../fonts/Roboto/Roboto-Italic.ttf); }

@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto/Roboto-Light.ttf); }

@font-face {
  font-family: Roboto-LightItalic;
  src: url(../fonts/Roboto/Roboto-LightItalic.ttf); }

@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto/Roboto-Medium.ttf); }

@font-face {
  font-family: Roboto-MediumItalic;
  src: url(../fonts/Roboto/Roboto-MediumItalic.ttf); }

@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto/Roboto-Regular.ttf); }

@font-face {
  font-family: Roboto-Thin;
  src: url(../fonts/Roboto/Roboto-Thin.ttf); }

@font-face {
  font-family: Roboto-ThinItalic;
  src: url(../fonts/Roboto/Roboto-ThinItalic.ttf); }

  .loading-line {
    top: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    z-index: 99999;
    background-image: linear-gradient(to top, #F78F20, #FFC709, #FFDE02);
    animation: loading 2s linear;
    animation-iteration-count: 1;
  }

  @keyframes loading {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }

  
  /*===Particles====*/
  #particle-img {
    display: none;
  }
  
  .mia-particles {
    height: 900px;
    position: absolute;
    top: -50%;
    left: 50%;
    margin-left: 400px;
    margin-top: -200px;
    opacity: 0;
    -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

  canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


  /*===Particles====*/

.more-button {margin-top: 60px;}

.more-button a {
 font-family: 'Orbitron-Black';
    font-size:20px;
    line-height: 30px;
    color: #FFFFFF;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    width: 100%;
    letter-spacing: 3.5px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.more-button:hover a svg{
 margin-left:10px;
     -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 transition: all 0.5s ease;
 }
.more-button a:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  margin-top: -18px;
  margin-left: -50px;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
 }

 .more-button:hover a:after {
  margin-top: -18px;
  margin-left: -80px;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
 }
html {
  overflow: hidden; }
  html.init {
    overflow: auto;
    overflow-x: hidden; }

body {
  background-color: #07031A;
  font-weight: normal;
  overflow: hidden; }
  body.init {
    overflow: auto;
    overflow-x: hidden; }

.moving-ball {
  position: absolute;
  opacity: 1;
  pointer-events: none;
  width: 114px;
  height: 114px;
  z-index: -1; }
  .moving-ball div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(to top, #F78F20, #FFC709, #FFDE02); }

.moving-image {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.big-ball {
  width: 150vw;
  height: 150vw;
  min-height: 150vh;
  min-width: 150vh;
  border-radius: 100%;
  background-image: linear-gradient(to top, #F78F20, #FFC709, #FFDE02);
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

.loading-percent {
  font-size: 38px;
  font-family: 'Orbitron-SemiBold';
  color: #FFFFFF;
  position: fixed;
  right: 50px;
  bottom: 60px;
  z-index: 1001; }

.logo {
  position: fixed;
  left: 50px;
  z-index: 100;
  top: 0;
  opacity: 0;
  pointer-events: none; }
  .logo img {
    height: 55px; }

 
    .coming-soon .moving-head-wrapper {
      top: 20vh!important;
      left: 50%!important;
      margin-left: 0px!important;
      position: relative;
    }

    .coming-soon .moving-head-wrapper canvas {
      height: 550px;
  }

  .coming-soon .section-1__box h1 {
    z-index: 2;
    text-align: center;
    margin-top: -35vh;
    padding-left: 0;
  }

.moving-head-wrapper {
  position: absolute;
  top: 50vh;
  left: 50%;
  margin-left: 400px!important;
  height: 900px;
  width: calc(1.7710371819960861056751467710372 * 1000px);
  max-width: calc(1.7710371819960861056751467710372 * calc(100vh - 60px - 60px));
  max-height: calc(100vh - 60px - 60px);
  margin-left: calc(275px + 377px);
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -moz-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; 
}
  
  
  .moving-head-wrapper .moving-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .moving-head-wrapper canvas {
    height: 900px;
    max-height: calc(100vh - 60px - 60px) !important;
    width: auto !important; }

  
.health-changing {
  height: 900px;
  position: absolute;
  left: 50%;
  margin-left: 400px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}


.tech-particle {
  height: 900px;
  position: absolute;
  left: 50%;
  margin-left: 400px;
  opacity: 0;
  -webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
 }


.particlehead-wrapper-2 {
  height: 900px;
  position: absolute;
  right: calc(-50px - 50px);
  opacity: 1;
  pointer-events: none; 

}
  .particlehead-wrapper-2 .particlehead {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.particlehead-wrapper-3 {
  height: 900px;
  position: absolute;
  right: calc(-50px - 50px);
  opacity: 1;
  pointer-events: none; }
  .particlehead-wrapper-3 .particlehead {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.stars {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0; }
  .stars > div {
    position: absolute;
    width: 100%;
    height: 100%; }
  .stars img {
    max-height: 65%;
    height: 100%; }

.scroll-line {
  position: fixed;
  left: 50px;
  z-index: 100;
  bottom: 0;
  opacity: 0;
  pointer-events: none; }
  .scroll-line .text {
    font-size: 14px;
    font-family: 'Roboto-Regular';
    color: #FFFFFF;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: rotate(90deg) translate(-100%, -50%);
    -moz-transform: rotate(90deg) translate(-100%, -50%);
    -ms-transform: rotate(90deg) translate(-100%, -50%);
    -o-transform: rotate(90deg) translate(-100%, -50%);
    transform: rotate(90deg) translate(-100%, -50%);
    transform-origin: left top;
    line-height: 1; }
  .scroll-line .line {
    height: 49px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.29); }
    .scroll-line .line div {
      height: 0;
      width: 1px;
      background-color: white; }

.menu-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: fixed;
  right: 50px;
  z-index: 100;
  top: 0;
  opacity: 0;
  pointer-events: none; }

  .menu-links li {
    list-style: none;
    padding-left: 25px;
  }
  .menu-links a {
    font-size: 14px;
    font-family: 'Roboto-Regular';
    color: #FFFFFF;
    letter-spacing: 1.4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .menu-links a:hover {
      color: #FFC709; }
    .menu-links .current-menu-item a {
      color: #FFC709; 
    }

 
    
    .menu-links a:not(:last-child) {
      margin-right: 44px; }

.contact-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: fixed;
  right: 50px;
  z-index: 100;
  bottom: 0;
  opacity: 0;
  pointer-events: none; }
  .contact-links a {
    font-size: 14px;
    font-family: 'Roboto-Medium';
    color: #FFFFFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .contact-links a img {
      margin-right: 8px;
      position: relative;
      top: -1px; }
    .contact-links a:not(:last-child) {
      margin-right: 44px; }

.nav-dots {
  position: fixed;
  top: 50%;
  z-index: 100;
  right: 0;
  opacity: 0;
  pointer-events: none; }
  .nav-dots .rb {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg) translate(50%, 0);
    -moz-transform: rotate(90deg) translate(50%, 0);
    -ms-transform: rotate(90deg) translate(50%, 0);
    -o-transform: rotate(90deg) translate(50%, 0);
    transform: rotate(90deg) translate(50%, 0);
    transform-origin: right top;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .nav-dots .rb .text {
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 0;
      pointer-events: none; }
    .nav-dots .rb .dot {
      margin: 0;
      position: absolute;
      top: 3px;
      right: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .nav-dots .rb.rb-1 .text__1 {
      right: 35px;
      opacity: 1;
      pointer-events: auto; }
    .nav-dots .rb.rb-1 .dot__1 {
      right: 19px; }
    .nav-dots .rb.rb-1 .dot__2 {
      right: 3px; }
    .nav-dots .rb.rb-1 .dot__3 {
      right: -13px; }
    .nav-dots .rb.rb-1 .dot__4 {
      right: -29px; }
    .nav-dots .rb.rb-1 .dot__5 {
      right: -45px; }
    .nav-dots .rb.rb-1 .dot__6 {
      right: -61px; }
    .nav-dots .rb.rb-1 .dot__7 {
      right: -77px; }
    .nav-dots .rb.rb-2 .text__2 {
      right: 18px;
      opacity: 1;
      pointer-events: auto; }
    .nav-dots .rb.rb-2 .dot__1 {
      right: 70px; }
    .nav-dots .rb.rb-2 .dot__2 {
      right: 3px; }
    .nav-dots .rb.rb-2 .dot__3 {
      right: -13px; }
    .nav-dots .rb.rb-2 .dot__4 {
      right: -29px; }
    .nav-dots .rb.rb-2 .dot__5 {
      right: -45px; }
    .nav-dots .rb.rb-2 .dot__6 {
      right: -61px; }
    .nav-dots .rb.rb-2 .dot__7 {
      right: -77px; }
    .nav-dots .rb.rb-3 .text__3 {
      right: -33px;
      opacity: 1;
      pointer-events: auto; }
    .nav-dots .rb.rb-3 .dot__1 {
      right: 105px; }
    .nav-dots .rb.rb-3 .dot__2 {
      right: 89px; }
    .nav-dots .rb.rb-3 .dot__3 {
      right: -50px; }
    .nav-dots .rb.rb-3 .dot__4 {
      right: -66px; }
    .nav-dots .rb.rb-3 .dot__5 {
      right: -82px; }
    .nav-dots .rb.rb-3 .dot__6 {
      right: -98px; }
    .nav-dots .rb.rb-3 .dot__7 {
      right: -114px; }
    .nav-dots .rb.rb-4 .text__4 {
      right: -50px;
      opacity: 1;
      pointer-events: auto; }
    .nav-dots .rb.rb-4 .dot__1 {
      right: 106px; }
    .nav-dots .rb.rb-4 .dot__2 {
      right: 90px; }
    .nav-dots .rb.rb-4 .dot__3 {
      right: 74px; }
    .nav-dots .rb.rb-4 .dot__4 {
      right: -66px; }
    .nav-dots .rb.rb-4 .dot__5 {
      right: -82px; }
    .nav-dots .rb.rb-4 .dot__6 {
      right: -98px; }
    .nav-dots .rb.rb-4 .dot__7 {
      right: -114px; }
    .nav-dots .rb.rb-5 .text__5 {
      right: -74px;
      opacity: 1;
      pointer-events: auto; }
    .nav-dots .rb.rb-5 .dot__1 {
      right: 114px; }
    .nav-dots .rb.rb-5 .dot__2 {
      right: 98px; }
    .nav-dots .rb.rb-5 .dot__3 {
      right: 82px; }
    .nav-dots .rb.rb-5 .dot__4 {
      right: 66px; }
    .nav-dots .rb.rb-5 .dot__5 {
      right: -91px; }
    .nav-dots .rb.rb-5 .dot__6 {
      right: -107px; }
    .nav-dots .rb.rb-5 .dot__7 {
      right: -123px; }
    .nav-dots .rb.rb-6 .text__6 {
      right: -57px;
      opacity: 1;
      pointer-events: auto; }
    .nav-dots .rb.rb-6 .dot__1 {
      right: 81px; }
    .nav-dots .rb.rb-6 .dot__2 {
      right: 65px; }
    .nav-dots .rb.rb-6 .dot__3 {
      right: 49px; }
    .nav-dots .rb.rb-6 .dot__4 {
      right: 33px; }
    .nav-dots .rb.rb-6 .dot__5 {
      right: 17px; }
    .nav-dots .rb.rb-6 .dot__6 {
      right: -73px; }
    .nav-dots .rb.rb-6 .dot__7 {
      right: -89px; }
    .nav-dots .rb.rb-7 .text__7 {
      right: -85px;
      opacity: 1;
      pointer-events: auto; }
    .nav-dots .rb.rb-7 .dot__1 {
      right: 93px; }
    .nav-dots .rb.rb-7 .dot__2 {
      right: 77px; }
    .nav-dots .rb.rb-7 .dot__3 {
      right: 61px; }
    .nav-dots .rb.rb-7 .dot__4 {
      right: 45px; }
    .nav-dots .rb.rb-7 .dot__5 {
      right: 29px; }
    .nav-dots .rb.rb-7 .dot__6 {
      right: 13px; }
    .nav-dots .rb.rb-7 .dot__7 {
      right: -102px; }
    .nav-dots .rb.rb-8 .text__8 {
      right: -141px;
      opacity: 1;
      pointer-events: auto; }
    .nav-dots .rb.rb-8 .dot__1 {
      right: 133px; }
    .nav-dots .rb.rb-8 .dot__2 {
      right: 117px; }
    .nav-dots .rb.rb-8 .dot__3 {
      right: 101px; }
    .nav-dots .rb.rb-8 .dot__4 {
      right: 85px; }
    .nav-dots .rb.rb-8 .dot__5 {
      right: 69px; }
    .nav-dots .rb.rb-8 .dot__6 {
      right: 53px; }
    .nav-dots .rb.rb-8 .dot__7 {
      right: 37px; }
  .nav-dots .vb {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg) translate(50%, 0);
    -moz-transform: rotate(90deg) translate(50%, 0);
    -ms-transform: rotate(90deg) translate(50%, 0);
    -o-transform: rotate(90deg) translate(50%, 0);
    transform: rotate(90deg) translate(50%, 0);
    transform-origin: right top;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    display: none; }
  .nav-dots .text {
    font-size: 14px;
    font-family: "Orbitron-Regular";
    color: #ffffff;
    margin-right: 8px;
    white-space: nowrap; }
    .nav-dots .text:last-child {
      margin-right: 0; }
  .nav-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #ffffff;
    margin-right: 8px; }
    .nav-dots .dot:last-child {
      margin-right: 0; }

.section-1.blog {height: 100%!important; margin-top: 250px;}
.section-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh; }
  .section-1__box {
    width: 966px;
    position: relative;
    display: block;
    justify-content: center; }
    .section-1__box .small-ball {
      position: absolute;
      left: calc(-9px - 30px);
      top: 13px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 114px;
      height: 114px;
      border-radius: 100%;
      background-image: linear-gradient(to top, #F78F20, #FFC709, #FFDE02);
      opacity: 0;
      pointer-events: none; }
    .section-1__box h1 {
      position: relative;
      z-index: 2;
      font-family: 'Orbitron-Black';
      font-size: 50px;
      line-height: 63px;
      padding-left: 15px;
      color: #FFFFFF;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #fff;
      width: 100%;
      letter-spacing: 2.5px;
      -webkit-transform: translateX(-377px);
      -moz-transform: translateX(-377px);
      -ms-transform: translateX(-377px);
      -o-transform: translateX(-377px);
      transform: translateX(-377px);
      opacity: 0;
      pointer-events: none; }

.section-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 100px 0;
  position: relative; }
  .section-2__box {
    width: 966px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative; }
    .section-2__box .content {
      min-width: 518px;
      max-width: 518px;
      -webkit-transform: translateY(286px);
      -moz-transform: translateY(286px);
      -ms-transform: translateY(286px);
      -o-transform: translateY(286px);
      transform: translateY(286px);
      opacity: 0; }
      .section-2__box .content h1 {
        font-size: 38px;
        font-family: 'Orbitron-SemiBold';
        color: #FFFFFF;
        line-height: 47px;
        letter-spacing: 1.9px; }
      .section-2__box .content .text {
        font-size: 18px;
        font-family: 'Roboto-Regular';
        color: #FFFFFF;
        line-height: 30px; 
        margin-top: 36px;}
        .section-2__box .content .text span {
          color: #FEC20B; }
     
      .section-2__box .content .ok-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-top: 36px;
        align-items: flex-start; }
        .section-2__box .content .ok-box .arrow {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          margin: 40px 18px 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          min-width: 103.81px;
          max-width: 103.81px;
          opacity: 0; }
          .section-2__box .content .ok-box .arrow div {
            min-width: 0;
            max-width: 0;
            height: 2px;
            background-color: #FEC20B;
            margin-right: -5px;
            border-radius: 2px; }
          .section-2__box .content .ok-box .arrow img {
            min-width: 6.828px;
            max-width: 6.828px; }
        .section-2__box .content .ok-box .item {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 80px;
          opacity: 0;
          -webkit-transform: translateY(50%);
          -moz-transform: translateY(50%);
          -ms-transform: translateY(50%);
          -o-transform: translateY(50%);
          transform: translateY(50%); }
          .section-2__box .content .ok-box .item__top {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            border-radius: 100%;
            border: 2px solid #FEC20B; }
          .section-2__box .content .ok-box .item__bottom {
            color: #FEC20B;
            font-size: 16px;
            font-family: 'Roboto-Medium';
            line-height: 19px;
            text-align: center;
            margin-top: 22px;
            white-space: nowrap; }

.section-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 100px 0; }
  .section-3__box {
    width: 966px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative; }
    .section-3__box .content {
      min-width: 518px;
      max-width: 518px;
      -webkit-transform: translateY(286px);
      -moz-transform: translateY(286px);
      -ms-transform: translateY(286px);
      -o-transform: translateY(286px);
      transform: translateY(286px);
      opacity: 0; }
      .section-3__box .content h1 {
        font-size: 28px;
        font-family: 'Orbitron-Medium';
        color: #FFFFFF;
        letter-spacing: 1.9px; }
      .section-3__box .content h2 {
        margin-top: 12px;
        font-size: 20px;
        font-family: 'Roboto-Light';
        color: #FEC20B;
        letter-spacing: 6px;
        text-transform: uppercase;
        line-height: 32px; }
      .section-3__box .content .text {
        margin-top: 36px;
        font-size: 18px;
        font-family: 'Roboto-Regular';
        color: #FFFFFF;
        line-height: 30px; }
    .section-3__box .image {
      position: relative;
      z-index: -1;
      margin-bottom: auto;
      -webkit-transform: translate(586px, 586px);
      -moz-transform: translate(586px, 586px);
      -ms-transform: translate(586px, 586px);
      -o-transform: translate(586px, 586px);
      transform: translate(586px, 586px);
      opacity: 0; }
      .section-3__box .image img {
        position: absolute;
        left: -167px;
        top: -178px;
        opacity: 0.13; }

.section-4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 100px 0; }

  .section-4__box .content h2,
  .tech .content h2 {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: -15px;
    font-family: 'Roboto-Regular';
    color: #FEC20B;
    letter-spacing: 1px;
    line-height: 30px; }
  .section-4__box {
    width: 966px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    align-items: center; }
    .section-4__box .content{
      min-width: 518px;
      max-width: 518px;
      -webkit-transform: translateY(286px);
      -moz-transform: translateY(286px);
      -ms-transform: translateY(286px);
      -o-transform: translateY(286px);
      transform: translateY(286px);
      opacity: 0; }
      .section-1__box .content {
        min-width: 518px;
        max-width: 518px;
        -webkit-transform: translateX(-377px);
        -moz-transform: translateX(-377px);
        -ms-transform: translateX(-377px);
        -o-transform: translateX(-377px);
        transform: translateX(-377px);
        opacity: 0; }
      .section-4__box .content h1 {
        font-size: 28px;
        font-family: 'Orbitron-Medium';
        color: #FFFFFF;
        letter-spacing: 1.9px; }
      .section-4__box .content .text, .section-1__box .content .text {
        margin-top: 43px;
        font-size: 18px;
        font-family: 'Roboto-Regular';
        color: #FFFFFF;
        line-height: 30px; }
        .section-4__box .content .text span, .section-1__box .content .text span {
          color: #FEC20B; }

.section-5, .section-2.tech {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 100px 0; }
  .section-5__box, .section-2.tech .section-2__box {
    width: 966px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .section-5__box .content, .section-2.tech .section-2__box .content {
      min-width: 518px;
      max-width: 518px;
      -webkit-transform: translateY(286px);
      -moz-transform: translateY(286px);
      -ms-transform: translateY(286px);
      -o-transform: translateY(286px);
      transform: translateY(286px);
      opacity: 0; }

      
      .section-5__box .content h1, .section-2.tech .section-2__box .content h1 {
        font-size: 28px;
        font-family: 'Orbitron-Medium';
        color: #FFFFFF;
        letter-spacing: 1.9px; }
      .section-5__box .content h2, .section-2.tech .section-2__box .content h2 {
        margin-top: 19px;
        font-size: 20px;
        font-family: 'Roboto-Light';
        color: #FEC20B;
        letter-spacing: 6px;
        text-transform: uppercase;
        line-height: 32px; }
      .section-5__box .content .text, .section-2.tech .section-2__box .content .text {
        margin-top: 23px;
        font-size: 18px;
        font-family: 'Roboto-Regular';
        color: #FFFFFF;
        line-height: 30px; }
    .section-5__box .image {
      width: 174px;
      height: 174px;
      position: relative;
      margin-left: 130px;
      margin-top: 61px; }

     .section-2.tech .section-2__box .image {
        width: 174px;
        height: 174px;
        position: absolute;
        margin-top: 0px;
        right: 20%;
        top: 0;
    }
      .section-5__box .image .circle {
        width: 35%;
        height: 35%;
        border-radius: 100%;
        background-image: linear-gradient(to top, #F78F20, #FFC709, #FFDE02);
        -webkit-transform: translateY(113.28px);
        -moz-transform: translateY(113.28px);
        -ms-transform: translateY(113.28px);
        -o-transform: translateY(113.28px);
        transform: translateY(113.28px);
        opacity: 0;
        position: relative; }
       .section-2.tech .section-2__box .image .circle {
          width: 174px;
          height: 174px;
          border-radius: 100%;
          background-image: linear-gradient(to top, #F78F20, #FFC709, #FFDE02);
          opacity: 0;
          position: relative; }

      .section-5__box .image img, .section-2.tech .section-2__box .image img {
        position: absolute;
        top: 44px;
        left: -28px; }
        .section-5__box .image img.m1, .section-2.tech .section-2__box .image img.m1 {
          -webkit-transform: translateY(289.28px);
          -moz-transform: translateY(289.28px);
          -ms-transform: translateY(289.28px);
          -o-transform: translateY(289.28px);
          transform: translateY(289.28px);
          opacity: 0; }
        .section-5__box .image img.m2, .section-2.tech .section-2__box .image img.m2 {
          -webkit-transform: translateY(497.97px);
          -moz-transform: translateY(497.97px);
          -ms-transform: translateY(497.97px);
          -o-transform: translateY(497.97px);
          transform: translateY(497.97px);
          opacity: 0; }
        .section-5__box .image img.m3, .section-2.tech .section-2__box .image img.m3  {
          -webkit-transform: translateY(535.23px);
          -moz-transform: translateY(535.23px);
          -ms-transform: translateY(535.23px);
          -o-transform: translateY(535.23px);
          transform: translateY(535.23px);
          opacity: 0; }

.section-6, .section-3.tech {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 100px 0; }
  .section-6__box, .section-3.tech .section-3__box{
    width: 966px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .section-6__box .content, .section-3.tech .section-3__box .content {
      min-width: 518px;
      max-width: 518px;
      -webkit-transform: translateY(286px);
      -moz-transform: translateY(286px);
      -ms-transform: translateY(286px);
      -o-transform: translateY(286px);
      transform: translateY(286px);
      opacity: 0; }
      .section-6__box .content h1, .section-3.tech .section-3__box .content h1 {
        font-size: 28px;
        font-family: 'Orbitron-Medium';
        color: #FFFFFF;
        letter-spacing: 1.9px; }
      .section-6__box .content h2, .section-3.tech .section-3__box .content h2 {
        margin-top: 19px;
        font-size: 20px;
        font-family: 'Roboto-Light';
        color: #FEC20B;
        letter-spacing: 6px;
        text-transform: uppercase;
        line-height: 32px; }
      .section-6__box .content .text-box, .section-3.tech .section-3__box .content .text-box {
        width: 100%;
        border: 1px solid #FEC20B;
        padding: 25px 25px 30px;
        font-size: 16px;
        font-family: 'Roboto-Light';
        line-height: 25px;
        color: #FFFFFF;
        position: relative;
        margin-top: 28px; }
        .section-6__box .content .text-box a, .section-3.tech .section-3__box .content .text-box a {
          color: #FEC20B;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          padding: 0 15px;
          background-color: #07031A;
          position: absolute;
          bottom: 0;
          left: 10px;
          -webkit-transform: translateY(50%);
          -moz-transform: translateY(50%);
          -ms-transform: translateY(50%);
          -o-transform: translateY(50%);
          transform: translateY(50%);
          line-height: 1; }
          .section-6__box .content .text-box a img, .section-3.tech .section-3__box .content .text-box a img {
            margin-left: 15px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
          .section-6__box .content .text-box a:hover img, .section-3.tech .section-3__box .content .text-box a:hover img {
            margin-left: 25px; }
      .section-6__box .content .text, .section-3.tech .section-3__box .content .text {
        margin-top: 52px;
        font-size: 18px;
        font-family: 'Roboto-Regular';
        color: #FFFFFF;
        line-height: 30px; }
    .section-6__box .image {
      width: 174px;
      height: 174px;
      position: relative;
      left: 296px;
      margin-top: 376px; }

     .section-3.tech .section-3__box .image {
      width: 100%;
      max-width: 535px;
      max-height: 445px;
      position: absolute;
      left:30px;
      margin-top: 30px; 
      z-index: 0;}

      .section-6__box .image .circle {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-image: linear-gradient(to top, #F78F20, #FFC709, #FFDE02);
        opacity: 0; }

        .section-3.tech .section-3__box .circle {
          max-width: 100%;
          max-height: 100%;
          width: 174px;
          height: 174px;
          border-radius: 100%;
          background-image: linear-gradient(to top, #F78F20, #FFC709, #FFDE02);
          opacity: 0;
          position: absolute;
          z-index: -1;
          margin-top: -50px;
          right: 0;
          margin-right: -150px;}

      .section-6__box .image img {
        position: absolute;
        left: -223px;
        bottom: 28px;
        opacity: 0; }

        .section-3.tech .section-3__box .image img {
          position: absolute;
          left: 0;
          bottom: 0;
          top: 0;
          opacity: 1;
          }

     
.section-7 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 100px 0; }
  .section-7__box {
    width: 966px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .section-7__box .content {
      min-width: 518px;
      max-width: 518px;
      -webkit-transform: translateY(286px);
      -moz-transform: translateY(286px);
      -ms-transform: translateY(286px);
      -o-transform: translateY(286px);
      transform: translateY(286px);
      opacity: 0; }
      .section-7__box .content h1 {
        font-size: 28px;
        font-family: 'Orbitron-SemiBold';
        color: #FFFFFF;
        letter-spacing: 1.9px; }
      .section-7__box .content .text {
        margin-top: 31px;
        font-size: 16px;
        font-family: 'Roboto-Regular';
        color: #FFFFFF;
        line-height: 30px; }
    .section-7__box .faramarz-farhoodi {
      position: relative;
      width: 360px;
      height: 360px;
      left: 130px; }
      .section-7__box .faramarz-farhoodi .circle {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-image: linear-gradient(to top, #F78F20, #FFC709, #FFDE02);
        opacity: 0; }
      .section-7__box .faramarz-farhoodi img {
        position: absolute;
        bottom: -1px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: bottom;
        opacity: 0; }
      .section-7__box .faramarz-farhoodi h1 {
        position: absolute;
        right: -139px;
        top: 132px;
        font-size: 35px;
        font-family: 'Orbitron-SemiBold';
        line-height: 44px;
        color: #FFFFFF;
        letter-spacing: 2.45px;
        -webkit-transform: translateX(-80px);
        -moz-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        -o-transform: translateX(-80px);
        transform: translateX(-80px);
        opacity: 0; }

.home .section-8-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh; }

  
.section-8-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: auto; }

.section-8 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto; }
  .section-8 .left-bg {
    height: 885px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: -642px;
    opacity: 0;
    margin-right: auto; }
  .section-8 .right-bg {
    height: 885px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-right: -642px;
    opacity: 0;
    margin-left: auto; }
  .section-8__box {
    width: 966px;
    margin-left: 180px;
    margin-right: 180px; }
    .section-8__box .content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      .section-8__box .content h1 {
        font-size: 28px;
        font-family: 'Orbitron-SemiBold';
        color: #FFFFFF;
        letter-spacing: 1.9px;
        opacity: 0;
        -webkit-transform: translateY(222px);
        -moz-transform: translateY(222px);
        -ms-transform: translateY(222px);
        -o-transform: translateY(222px);
        transform: translateY(222px); }
      .section-8__box .content .circle-boxes {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-top: 107px;
        justify-content: center; }
        .section-8__box .content .circle-boxes > div:not(:last-child) {
          margin-right: 70px; }
        .section-8__box .content .circle-boxes .circle-box {
          opacity: 0;
          -webkit-transform: translateY(222px);
          -moz-transform: translateY(222px);
          -ms-transform: translateY(222px);
          -o-transform: translateY(222px);
          transform: translateY(222px);
          min-width: 230px;
          max-width: 230px;
          height: 230px;
          border: 2px solid #FFFFFF;
          border-radius: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          position: relative; }
          .section-8__box .content .circle-boxes .circle-box::before {
            content: "";
            position: absolute;
            top: -3px;
            left: -3px;
            width: 232px;
            height: 232px;
            border: 4px solid #FFDB03;
            border-radius: 100%;
            filter: blur(2px);
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
          .section-8__box .content .circle-boxes .circle-box:hover::before {
            opacity: 0.88; }
          .section-8__box .content .circle-boxes .circle-box__left {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            background-color: #07031A;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            padding: 20px 0; }
          .section-8__box .content .circle-boxes .circle-box__right {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column; }
            .section-8__box .content .circle-boxes .circle-box__right .f1 {
              font-size: 16px;
              font-family: 'Orbitron-Medium';
              line-height: 22px;
              color: #FFFFFF; }
            .section-8__box .content .circle-boxes .circle-box__right .f2 {
              font-size: 14px;
              font-family: 'Roboto-Regular';
              line-height: 18px;
              color: rgba(255, 255, 255, 0.7);
              margin-top: 3px; }

.footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 59px;
  opacity: 0;
  margin-top: 100px; }
  .footer__box {
    width: 966px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .footer__box .top {
      font-size: 28px;
      font-family: 'Orbitron-SemiBold';
      color: #FFFFFF;
      letter-spacing: 1.9px; }
    .footer__box .location-1 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      color: #FFFFFF;
      font-size: 14px;
      font-family: 'Roboto-Regular';
      margin-top: 60px; }
      .footer__box .location-1 img {
        margin-right: 8px;
        position: relative;
        top: -1px; }
    .footer__box .location-2 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      color: #FFFFFF;
      font-size: 14px;
      font-family: 'Roboto-Regular';
      margin-top: 30px; }
      .footer__box .location-2 img {
        margin-right: 8px;
        position: relative;
        top: -1px; }
    .footer__box .link-1 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      color: #FFFFFF;
      font-size: 14px;
      font-family: 'Roboto-Regular';
      margin-top: 30px; }
      .footer__box .link-1 img {
        margin-right: 8px;
        position: relative;
        top: -1px; }
    .footer__box .link-2 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      color: #FFFFFF;
      font-size: 14px;
      font-family: 'Roboto-Regular';
      margin-top: 30px; }
      .footer__box .link-2 img {
        margin-right: 8px;
        position: relative;
        top: -1px; }
    .footer__box .bottom {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      margin-top: 60px;
      padding-top: 60px; }
      .footer__box .bottom .left {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        color: #FFFFFF;
        font-size: 14px;
        font-family: 'Roboto-Regular'; }
      .footer__box .bottom .right {
        opacity: 0 !important;
        pointer-events: none !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-left: 40px; }
        .footer__box .bottom .right a:not(:last-child) {
          margin-right: 35px; }

/*======contact====*/
.section-1.contact {
  height: 100%!important;
  margin-top: 250px;
}

.contact-container {
  margin-top: 60px;
  margin-bottom: 60px;
    padding: 60px;
    background: #1e1b2d;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.contact-container .contact-details {
  display: flex;
  margin-bottom: 60px;
  color: #fff;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    letter-spacing: 1.4px;
    line-height: 22px;
}

.contact-container .contact-details .location {
margin-right: 20px;
padding-right: 20px;
border-right: 2px solid rgba(255,255,255,0.2);
max-width: 250px;
display: flex;
}

.contact-container .contact-details svg {
    min-width: 24px;
    min-height: 24px;
    margin-right: 15px;
}

.contact-container .contact-details .email {
  margin-bottom: 15px;
}

.contact-container #contact_form input,  .contact-container #contact_form textarea {
  color: #fff;
  font-size: 14px;
  min-height: 60px;
  font-family: 'Roboto-Regular';
  font-weight: 700;
  letter-spacing: 1.4px;
  background: rgba(255,255,255,0.1);
  padding: 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
width: 100%;
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
}

.contact-container #contact_form input:focus,  .contact-container #contact_form textarea:focus {
  color: #07031A;
  border: none;
  outline: none;
  background: rgba(255,255,255,1);
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
}

.contact-container #contact_form textarea {min-height: 250px;}

.contact-container #contact_form button {
  position: relative;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  padding: 0 35px;
  min-width: 350px;
  text-align: center;
  font-family: 'Orbitron-Black';
  letter-spacing: 1.9px;
  float: right;
  display: block;
  color: #07031A;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-image: linear-gradient(to left, #F78F20, #FFC709, #FFDE02);
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
}

.contact-container #contact_form  button:hover {
opacity:0.5;
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
}

.contact-container #contact_form  button span {
  position: relative;
  z-index: 1;
}

.contact-container #contact_form #send-mail span:last-child,
.contact-container #contact_form #send-mail.sending span:first-child {
  display: none;
  align-items: center;
}

.contact-container #contact_form #send-mail.sending span:last-child {
  display: flex;
  align-items: center;
}

.contact-container .response-alert.success {
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin-top: 30px;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  letter-spacing: 1.4px;
  line-height: 22px;
  background: #d6fff5;
  color: #11a683;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
}


.contact-container .response-alert.red {
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin-top: 30px;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  letter-spacing: 1.4px;
  line-height: 22px;
  background: #fcbbbb;
  color: #ff032d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
}


.contact-container .response-alert.red {
  background: #fcbbbb;
  color: #ff032d;
  -webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
}

/*======blog====*/

.small-ball-only.hide {opacity: 0!important;}

.small-ball-only {
  position: absolute;
  left: calc(30px - 10px);
  top: 50px;
  width: 1px;
  height: 1px;
  border-radius: 100%;
  background-image: linear-gradient(to top, #F78F20, #FFC709, #FFDE02);
  opacity: 0;
  pointer-events: none; }
  

.search-news {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2;
    -webkit-transform: translateX(-377px);
    -moz-transform: translateX(-377px);
    -ms-transform: translateX(-377px);
    -o-transform: translateX(-377px);
    transform: translateX(-377px);
    opacity: 0;
    pointer-events: none;
}

.search-news form div {
  height: 45px;
  width: 100%;
  min-width: 250px;
  background: #1e1b2d;
  -webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
}

.search-news form div input {
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  letter-spacing: 1.4px;
  min-width: 210px;
  -webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
}

.search-news form div input:focus {
  border: none!important;
  outline: none!important;
  min-width: 290px;
  -webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
}

.search-news form div button {
  position: absolute;
  right: 15px;
  top: 10px;
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
}

.blog-container {
  margin-top:120px;
}

.blog-container .blog-item {
  margin-bottom:60px;
  padding: 30px;
  background:#1e1b2d ;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
display: flex;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
opacity: 0;
}

.blog-container .blog-item .blog-cover {
  margin-top:-60px;
  overflow: hidden;
  margin-right:30px;
  max-width: 300px;
  max-height: 350px;
  width: 100%;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;

-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.press-releases .blog-container .blog-item .blog-cover {
  margin-top:0;
  overflow: hidden;
  margin-right:30px;
  max-width: 300px;
  max-height: 300px;
  width: 100%;
  position: relative;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;

-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.press-releases .blog-container .blog-item:hover .blog-cover {
  margin-top:-60px;
  margin-bottom: 60px;
  max-width: 300px;
  max-height: 300px;
  width: 100%;
}

.press-releases .blog-container .blog-item:hover .blog-cover img {
  width: auto;
  max-width: 350px;
  height: 100%;
}

.press-releases .blog-container .blog-item h2 {
  font-size: 20px;
  padding-top: 0px;
  font-weight: 800;
  line-height: 28px;
}

.press-releases .blog-container .blog-item p {
  margin-top:15px;
  margin-bottom: 30px;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: rgba(255,255,255,0.8);
  letter-spacing: 1px;
  line-height: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.press-releases .blog-container .blog-item .more {
  margin-top: 0px;
}

.blog-container .blog-item:hover .blog-cover {
  margin-top:0px;
  overflow: hidden;
  margin-right:30px;
  max-width: 300px;
  max-height: 350px;
  width: 100%;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;

-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.blog-container .blog-item .blog-cover img {
  width: auto;
  max-width: 350px;
  height: 100%;
  -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.blog-container .blog-item:hover .blog-cover img {
  width: auto;
  max-width: 350px;
  height: 100%;
  -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.blog-container .blog-item .date {
  font-size: 12px;
  font-family: 'Roboto-Regular';
  color: rgba(255,255,255,0.5);
  letter-spacing: 1.8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-container .blog-item .text-box {
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
.blog-container .blog-item h2 {
    font-size: 18px;
    padding-top: 15px;
    font-family: 'Roboto-Regular';
    color: #FFFFFF;
    letter-spacing: 1.2px;
    line-height: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-container .blog-item .more {
    float: right;
    margin-top: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-container .blog-item .more:hover {
  float: right;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


/*--awards--*/

.section-1.blog.awards  {
  margin-top: 350px;
}

.awards .moving-head-wrapper {
  position: absolute;
  top: 100px;
  left: 50%;
  height: 500px;
  width: calc(1.7710371819960861056751467710372 * 1000px);
  max-width: calc(1.7710371819960861056751467710372 * calc(100vh - 60px - 60px));
  max-height: calc(100vh - 60px - 60px);
  margin-left: calc(275px + 377px);
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -moz-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}


.awards .blog-container .blog-item {
  padding: 0;
  background:transparent;
  -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
opacity: 1;
margin-bottom: 90px;
display: flow-root;
}


.awards .blog-container .blog-item .text-box {
  padding: 30px;
  background:#1e1b2d ;
  text-align: center;
  width: 80%;
  max-width: 600px;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-transform: translateX(-200px);
-moz-transform: translateX(-200px);
-ms-transform: translateX(-200px);
-o-transform: translateX(-200px);
transform: translateX(-200px);
opacity: 0;
position: absolute;
z-index: 2;
margin-top: -50%;
right: 0;
}

.awards .blog-container .blog-item:nth-child(even) .text-box {
  padding: 30px;
  background:#1e1b2d ;
  text-align: center;
  width: 80%;
  max-width: 600px;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-transform: translateX(200px);
-moz-transform: translateX(200px);
-ms-transform: translateX(200px);
-o-transform: translateX(200px);
transform: translateX(200px);
opacity: 0;
position: absolute;
z-index: 2;
margin-top: 60px;
left: 0;
}

.awards .blog-container .blog-item h2 {
  font-size: 20px;
  padding-top: 15px;
  font-weight: 800;
  line-height: 28px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.awards .blog-container .blog-item p {
  margin-top:15px;
  margin-bottom: 30px;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: rgba(255,255,255,0.8);
  letter-spacing: 1px;
  line-height: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.awards .blog-container .blog-item .read-more {
  float: left;
  margin-top: 30px;
}

.awards .blog-container .blog-item .read-more a {
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0px 40px;
  font-family: 'Roboto-Regular';
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
background: -moz-linear-gradient(90deg, #FFDE02 0, #FFC709 100%);
background: -webkit-gradient(linear, 90deg, color-stop(0, FFDE02), color-stop(100%, FFC709));
background: -webkit-linear-gradient(90deg, #FFDE02 0, #FFC709 100%);
background: -o-linear-gradient(90deg, #FFDE02 0, #FFC709 100%);
background: -ms-linear-gradient(90deg, #FFDE02 0, #FFC709 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); 
background: linear-gradient(90deg, #FFDE02 0, #FFC709 100%);
}

.awards .blog-container .blog-item .read-more a:hover {
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0px 40px;
  font-family: 'Roboto-Regular';
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
opacity:0.7;
}


.awards .blog-container .blog-item .blog-cover {
  margin-top:0;
  overflow: hidden;
  margin-right:0;
  max-width: 800px;
  max-height: 800px;
  width: 90%;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;

-webkit-transform: translateX(200px);
-moz-transform: translateX(200px);
-ms-transform: translateX(200px);
-o-transform: translateX(200px);
transform: translateX(200px);
opacity: 0;
position: relative;
z-index: 0;
}

.awards .blog-container .blog-item:nth-child(even) .blog-cover {

-webkit-transform: translateX(-200px);
-moz-transform: translateX(-200px);
-ms-transform: translateX(-200px);
-o-transform: translateX(-200px);
transform: translateX(-200px);
opacity: 0;
z-index: 0;
float: right;
}

.awards .blog-container .blog-item .blog-cover img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}


.misha_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.misha_loadmore:hover{
	background-color: #767676;
	color: #fff;
}

/*---single-post----*/

.single-post .blog-container {
  margin-top:60px;
}

.single-post .blog-container .blog-content {
  margin-bottom:60px;
}

.single-post .blog-container .blog-content .blog-header {
  margin-top:30px;
  margin-bottom: 30px;
  -webkit-transform: translateX(-200px);
-moz-transform: translateX(-200px);
-ms-transform: translateX(-200px);
-o-transform: translateX(-200px);
transform: translateX(-200px);
opacity: 0;
}

.single-post .blog-container .blog-content .blog-header .date {
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: rgba(255,255,255,0.5);
  letter-spacing: 1.9px;
 
}

.single-post .blog-container .blog-content h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  font-family: 'Roboto-Regular';
  padding-left: 0px;
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  letter-spacing: 1.5px;
  margin-top:15px;
}

.single-post .blog-container .blog-content  .blog-cover {
  overflow: hidden;
  max-width: 966px;
  width: 100%;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}

.single-post .blog-container .blog-content  .blog-cover img {
  width: 100%;
  max-width: 966px;
  height: auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.single-post .blog-container .blog-content .text-box {
  margin-top:30px;
  margin-bottom: 30px;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}

.single-post .blog-container .blog-content p {
  margin-top:15px;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: rgba(255,255,255,0.9);
  letter-spacing: 1px;
  line-height: 22px;
}

/*======submenu====*/

.submenu-container {
  z-index: 9998;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  top: 0;
  right: 0;
  left: 0;
  opacity:0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition:    all .4s ease-in-out;
  -o-transition:      all .4s ease-in-out;
  -ms-transition:     all .4s ease-in-out;
  transition:         all .4s ease-in-out;
}

.submenu-container .submenu-content {
  position: fixed;
  z-index: 9999;
  width: 300px;
  max-width: 35%;
  height: 100vh;
  background: #fff;
  top: 0;
  right: -300px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition:    all .4s ease-in-out;
  -o-transition:      all .4s ease-in-out;
  -ms-transition:     all .4s ease-in-out;
  transition:         all .4s ease-in-out;
}

.open-submenu .submenu-container {
  opacity:1;
  visibility: visible;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition:    all .5s ease-in-out;
  -o-transition:      all .5s ease-in-out;
  -ms-transition:     all .5s ease-in-out;
  transition:         all .5s ease-in-out;
}

.open-submenu .submenu-container .submenu-content {
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition:    all .5s ease-in-out;
  -o-transition:      all .5s ease-in-out;
  -ms-transition:     all .5s ease-in-out;
  transition:         all .5s ease-in-out;
}

.submenu-container .submenu-content .close-submenu {
  top: 30px;
  margin-left:-70px;
  opacity: 0.7;
  position: absolute;
  cursor:pointer;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition:    all .5s ease-in-out;
  -o-transition:      all .5s ease-in-out;
  -ms-transition:     all .5s ease-in-out;
  transition:         all .5s ease-in-out;
}

.submenu-container .submenu-content .close-submenu:hover{
  top: 30px;
  margin-left:-70px;
  opacity: 1;
  position: absolute;
  cursor:pointer;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition:    all .5s ease-in-out;
  -o-transition:      all .5s ease-in-out;
  -ms-transition:     all .5s ease-in-out;
  transition:         all .5s ease-in-out;
}

.submenu-container .submenu-content ul.submenu-links {
 padding: 0;
 margin:30px;
}

.submenu-container .submenu-content ul.submenu-links li {
  list-style: none;
  display: flex;
  line-height: 40px;
 }

 .submenu-container .submenu-content ul.submenu-links li a {
  color: #191A1E;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  letter-spacing: 1.4px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition:    all .4s ease-in-out;
  -o-transition:      all .4s ease-in-out;
  -ms-transition:     all .4s ease-in-out;
  transition:         all .4s ease-in-out;
 }

 .submenu-container .submenu-content ul.submenu-links li a:hover,
 .submenu-container .submenu-content ul.submenu-links li.current-menu-item a {
  color: #FFCD07;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition:    all .4s ease-in-out;
  -o-transition:      all .4s ease-in-out;
  -ms-transition:     all .4s ease-in-out;
  transition:         all .4s ease-in-out;
 }

 .submenu-container .submenu-content ul.submenu-links li a:after {
 content:"";
 position: absolute;
 background: url(../images/yellow-arrow.svg) no-repeat right;
    height: 24px;
    width: 24px;
    margin-top: 9px;
    margin-left: -20px;
    opacity:0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition:    all .4s ease-in-out;
  -o-transition:      all .4s ease-in-out;
  -ms-transition:     all .4s ease-in-out;
  transition:         all .4s ease-in-out;
 }

 .submenu-container .submenu-content ul.submenu-links li a:hover:after {
     margin-left: 10px;
     opacity:1;
   -webkit-transition: all .4s ease-in-out;
   -moz-transition:    all .4s ease-in-out;
   -o-transition:      all .4s ease-in-out;
   -ms-transition:     all .4s ease-in-out;
   transition:         all .4s ease-in-out;
  }

/* ============navmenu============ */
.mobile-menu {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none; }

.mobile-menu #dropDown {
  pointer-events: none; }

.mobile-menu.is-opened #dropDown {
  pointer-events: auto; }

.logo-hamburger {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px; }

.logo-hamburger .logo-m img {
  height: 29px; }

.mobile-menu #header {
  height: 45px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #07031A; }

.mobile-menu #hamburger {
  min-height: 45px;
  max-height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.mobile-menu .strip {
  width: 25px;
  height: 2px;
  background-color: #fff; }

.mobile-menu #top {
  margin-top: 17px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.mobile-menu #top.topRotate {
  transform-origin: center;
  transform: translateY(4px) rotateZ(45deg); }

.mobile-menu #bottom {
  margin-bottom: 17px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.mobile-menu #bottom.bottomRotate {
  transform-origin: center;
  transform: translateY(-5px) rotateZ(-45deg); }

.mobile-menu #background {
  width: 100%;
  height: 0;
  background-color: #9b9b9b;
  position: absolute;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease; }

.mobile-menu #background.expand {
  height: 550px; }

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.mobile-menu ul li {
  display: none;
  background-color: #07031A;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  letter-spacing: 1.4px;
  padding: 15px 15px;
  text-align: left; }
  .mobile-menu ul li:nth-child(1) {
    padding-top: 30px; }

.mobile-menu ul li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  display: none; }

.mobile-menu ul li:last-child:after {
  width: 0; }

.mobile-menu li:nth-child(1) {
  animation-name: fold;
  animation-duration: 401ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

.mobile-menu li.anim:nth-child(1) {
  animation-name: drop;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

.mobile-menu li:nth-child(2) {
  animation-name: fold;
  animation-duration: 321ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

.mobile-menu li.anim:nth-child(2) {
  animation-name: drop;
  animation-duration: 200ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

.mobile-menu li:nth-child(3) {
  animation-name: fold;
  animation-duration: 241ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

.mobile-menu li.anim:nth-child(3) {
  animation-name: drop;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

.mobile-menu li:nth-child(4) {
  animation-name: fold;
  animation-duration: 161ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

.mobile-menu li.anim:nth-child(4) {
  animation-name: drop;
  animation-duration: 400ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

.mobile-menu li:nth-child(5) {
  animation-name: fold;
  animation-duration: 81ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

.mobile-menu li.anim:nth-child(5) {
  animation-name: drop;
  animation-duration: 500ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

.mobile-menu li:nth-child(6) {
  animation-name: fold;
  animation-duration: 1ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

.mobile-menu li.anim:nth-child(6) {
  animation-name: drop;
  animation-duration: 600ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

@-webkit-keyframes drop {
  0% {
    opacity: 0;
    transform: scale(1.3); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes drop {
  0% {
    opacity: 0;
    transform: scale(1.3); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes fold {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.7); } }

@keyframes fold {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.7); } }

@media (max-width: 1599px) {
  .logo {
    left: 30px; }
  .scroll-line {
    left: 30px; }
  .contact-links {
    right: 30px; }
  .menu-links {
    right: 30px; }
  .section-7__box .faramarz-farhoodi {
    left: 100px; } }

@media (max-width: 1399px) {
  .particlehead-wrapper-2 {
    right: calc(-228.5px - 50px); }
  .particlehead-wrapper-3 {
    right: calc(-228.5px - 50px); }
  .section-5__box .image {
    margin-left: 100px; }
  .section-6__box .image {
    left: 266px; }
  .nav-dots {
    display: none !important; }
  .section-7__box .faramarz-farhoodi {
    left: 50px; }
  .section-8__box .content .circle-boxes > div:not(:last-child) {
    margin-right: 50px; }
  .section-8 .left-bg {
    display: none !important; }
  .section-8 .right-bg {
    display: none !important; }
  .section-8 {
    padding: 100px 0; } 
   canvas {height: 700px !important;}
      
  
  }

@media (max-width: 1199px) {

  .moving-head-wrapper, .health-changing, .mia-particles, .tech-particle {
    margin-left: 300px!important;
    }


  .small-ball-only {
    left: -60px!important;
    top: -50px!important;
  }
  .search-news {
    right: 15px;
  }
  .awards .blog-container .blog-item .text-box {
    margin-top: -40%;
    right: 15px;
  }
  .awards .blog-container .blog-item:nth-child(even) .text-box{left: 15px;}

  .logo {
    left: 15px; }
  .scroll-line {
    left: 15px; }
  .contact-links {
    right: 15px; }
  .menu-links {
    right: 15px; }
  .section-1__box {
    width: 100%;
    padding: 0 15px; }
  .section-2__box {
    width: 100%;
    padding: 0 15px; }
  .section-3__box {
    width: 100%;
    padding: 0 15px; }
  .section-4__box {
    width: 100%;
    padding: 0 15px; }
  .section-5__box {
    width: 100%;
    padding: 0 15px; }
  .section-6__box {
    width: 100%;
    padding: 0 15px; }
  .section-7__box {
    width: 100%;
    padding: 0 15px; }
  .section-8__box {
    width: 100%;
    padding: 0 15px;
    margin: 0 !important; }
  .section-8__box .content .circle-boxes {
    flex-wrap: wrap;
    margin-bottom: -60px !important; }
  .section-8__box .content .circle-boxes > div {
    width: 50%;
    margin: 0 !important;
    margin-bottom: 60px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center; }
  .footer__box {
    width: 100%;
    padding: 0 15px; }
  .scroll-line {
    display: none !important; }
  .section-7__box .faramarz-farhoodi {
    margin-bottom: 94px; }
  .section-7__box .faramarz-farhoodi h1 {
    right: 75px;
    top: 375px;
    text-align: center; }
  .particlehead-wrapper-2 {
    right: calc(-228.5px - 0px); }
  .particlehead-wrapper-3 {
    right: calc(-228.5px - 0px); }
  .section-1__box .small-ball {
    left: calc(-9px - 8px); }
  .section-5__box .image {
    margin-left: 50px; }
  .section-6__box .image {
    left: 216px; } }

@media (max-width: 991px) {
  .moving-head-wrapper, .health-changing, .mia-particles, .tech-particle {
    margin-left: 300px!important;
    }

   canvas {height: 600px!important;}

  .awards .blog-container .blog-item .text-box {
    margin-top: -50%;
    right: 15px;
}
  .section-7__box {
    flex-direction: column; }
  .section-7__box .faramarz-farhoodi {
    order: -1;
    left: 0; }
  .section-7__box .content {
    margin-top: 60px;
    min-width: 100%;
    max-width: 100%; }
  .contact-links {
    display: none !important; }
  .footer__box .bottom {
    width: 100%; }
  .menu-links a:not(:last-child) {
    margin-right: 30px; } 
    .blog-container .blog-item .blog-cover {
      max-width: 200px;
      max-height: 250px;
      width: 70%;
 
  }
  }

  @media (max-width: 850px) {
     
     canvas {height: 500px!important;}
    }

  @media (max-width: 449px) {
    .awards .blog-container .blog-item {
      margin-bottom: 260px;
  }
  .awards .blog-container .blog-item .text-box p {display: none!important;}
}


  @media (max-width: 679px) {
    .awards .blog-container .blog-item {
      margin-bottom: 230px;
  }
  .awards .blog-container .blog-item .text-box p {display: none!important;}
}


@media (max-width: 490px) {
  .small-ball-only {
    margin-left: -50px!important;
    top: 50px!important;
}
.submenu-container .submenu-content {
    max-width: 70%!important;
    width: 400px;
}

.section-3.tech .section-3__box .image {
  left: -100%!important;
}
}

@media (max-width: 767px) {
  .small-ball-only {
    left: 0!important;
    margin-left: 150px;
    top: 50px!important;
}

  .section-1__box h1.text-align-center-mobile {
  padding-top: 90px;
  text-align: center; }

  .section-1__box h1 {
    font-size: 33px;
    line-height: 47px;
    letter-spacing: 1.9px;
 }

  .tech .moving-head-wrapper {
    margin-left: -100px!important;
    top: 25vh;
    left: 100%;
  }

  .awards .moving-head-wrapper {margin-left: 100px!important;}
  .moving-head-wrapper {margin-left: 0px!important; top:35vh;}

  .health-changing, .mia-particles, .tech-particle {
    margin-left: 0px!important;
    top: -350px;
    position: relative;
    left: -50%;

    }
    

   canvas {height: 400px!important;}


  .submenu-container .submenu-content {max-width: 50%;}

  .search-news {
    position: relative;
    right: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    top: 30px;
  }

  .search-news form div input {
    max-width: 100%;
    width: 85%;
  }

  .section-1.blog {
    margin-top: 150px;
}

.section-1.blog.awards {
  margin-top: 200px;
}

  .awards .blog-container .blog-item {
    display: flex!important;
    margin-bottom: 200px;
}
  .awards .blog-container .blog-item .blog-cover {width: 100%;}
  .awards .blog-container .blog-item .text-box,
  .awards .blog-container .blog-item:nth-child(even) .text-box {
    margin-top: 35%;
    right: 10%;
    left: 10%;
    max-width: 700px;
  }
  .blog-container .blog-item {display: block!important;}

  .blog-container .blog-item .blog-cover, .blog-container .blog-item:hover .blog-cover,
  .press-releases .blog-container .blog-item .blog-cover, .press-releases .blog-container .blog-item:hover .blog-cover{
    max-width: 700px;
    max-height: 350px;
    width: 100%;
    margin-right: 0px!important;
    margin-bottom: 30px;

}

.press-releases .blog-container .blog-item:hover .blog-cover{margin-top: 0!important;}

  .blog-container .blog-item .blog-cover img, .blog-container .blog-item:hover .blog-cover img,
  .press-releases .blog-container .blog-item .blog-cover img, .press-releases .blog-container .blog-item:hover .blog-cover img {
    width: auto;
    max-width: 100%;
    height: 100%;
}
.blog-container .blog-item .text-box {
  display: inline-block;
}

.contact-container {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  width: 100%;
}

.contact .small-ball-only {
  left: -60px!important;
  top: -50px!important;
  margin-left: 0;
}

.contact-container .contact-details {
  display: inline-block;
}

.contact-container .contact-details .location {
margin-right: 0px;
padding-right: 0px;
margin-bottom: 20px;
border-right: 0px solid rgba(255,255,255,0);
max-width: 100%;
width: 100%;
}


.contact-container .contact-details .email {
  margin-bottom: 20px;
}

.section-2.tech .section-2__box .content {
  min-width: 100%;
  max-width: 100%;
  margin-top: -30vh;
}

.section-1.tech .section-1__box .content {
  min-width: 100%;
  max-width: 100%;
}


.section-2.tech .section-2__box .image {
  width: 120px;
  height: 120px;
  position: relative;
  margin-top: 70%;
  right: inherit;
  left: -100%;
  top: 0;
}

.section-5__box .image img, .section-2.tech .section-2__box .image img {
  position: absolute;
  top: 44px;
  left: 0;
  max-width: 450px;
}

.section-2.tech .section-2__box .image .circle {
  width: 120px;
  height: 120px;
}

 .section-3.tech .section-3__box .content {
  min-width: 100%;
  max-width: 100%;
}

.section-3.tech .section-3__box .image {
  width: 90%;
  position: absolute;
  left: -50%;
  margin-left: 0;
  margin-top: 0;
  z-index: 0;
  top: 100%;
}

.section-3.tech .section-3__box .image img {
  top: 50px;
  max-width: 350px;
  width: 100%;
}

.section-3.tech .section-3__box .circle {

  margin-top: 50px;
  right: 10%;
  top: 100%;
  margin-right: 0;
}

  .section-8__box .content .circle-boxes > div {
    width: 100%; }

    .section-1__box h1 br {
      display: none; }


  .section-5__box .image {
    display: none !important; }
  .section-6__box .image {
    display: none !important; }

  .section-2__box .content .ok-box {
    display: none !important; }
  .section-2 {
    min-height: 0;
    padding: 50px 0; }
  .section-3 {
    min-height: 0;
    padding: 50px 0; }
  .section-4 {
    min-height: 0;
    padding: 50px 0; }
  .section-5 {
    min-height: 0;
    padding: 50px 0; }
  .section-6 {
    min-height: 0;
    padding: 50px 0; }
  .section-7 {
    min-height: 0;
    padding: 50px 0; }
  .section-8 {
    padding: 50px 0; }
  .section-8-footer {
    min-height: 0; }
  .footer {
    margin-top: 50px;
    margin-bottom: 50px; }
  .footer__box .location-1 {
    margin-top: 50px; }
  .footer__box .bottom {
    flex-direction: column;
    padding-top: 50px;
    margin-top: 50px; }
  .footer__box .bottom .left {
    text-align: center; }
  .footer__box .bottom .right {
    display: none !important; }
  .section-8__box .content .circle-boxes {
    margin-top: 50px;
    margin-bottom: -50px !important; }
  .section-8__box .content .circle-boxes > div {
    margin-bottom: 50px !important; }
  .section-2__box .content {
    min-width: 100%;
    max-width: 100%; }
  .section-3__box .content {
    min-width: 100%;
    max-width: 100%; }
  .section-4__box .content {
    min-width: 100%;
    max-width: 100%; }
  .section-5__box .content {
    min-width: 100%;
    max-width: 100%; }
  .section-6__box .content {
    min-width: 100%;
    max-width: 100%; }
  .section-7__box .content {
    margin-top: 0; }
  .section-2__box .content h1 {
    font-size: 28px;
    line-height: 37px; }
  .section-3__box .content h1 {
    font-size: 28px;
    line-height: 37px; }
  .section-4__box .content h1 {
    font-size: 28px;
    line-height: 37px; }
  .section-5__box .content h1 {
    font-size: 28px;
    line-height: 37px; }
  .section-6__box .content h1 {
    font-size: 28px;
    line-height: 37px; }
  .section-7__box .content h1 {
    font-size: 28px;
    line-height: 37px; }

  .section-8__box .content h1 {
    font-size: 28px;
    line-height: 37px; }
  .footer__box .top {
    font-size: 28px;
    line-height: 37px; }
  .loading-percent {
    font-size: 28px;
    right: 15px;
    bottom: 50px; }
  .section-1__box .small-ball {
    left: calc(-9px - 18px); }
  .logo {
    display: none !important; }
  .menu-links {
    display: none !important; }
  .section-6__box .content .text-box {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 768px) {
  .mobile-menu {
    display: none !important; } }

@media (min-width: 992px) {
  .footer__box .link-1 {
    display: none !important; }
  .footer__box .link-2 {
    display: none !important; } }
