@font-face {
  font-family: 'HelveticaNeueLTStd-MdIt';
  src: url('../fonts/HelveticaNeueLTStd-MdIt.woff2') format('woff2'),
  url('../fonts/HelveticaNeueLTStd-MdIt.woff') format('woff'),
  url('../fonts/HelveticaNeueLTStd-MdIt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
em {
  font-family: 'HelveticaNeueLTStd-MdIt';
  /* color: #000; */
}

#about .strong,
#team .strong {
  /* color: #00ffff; */
  color: #00d009;
}
#about .paragraph {
  /*     display: none; */
  word-wrap: break-word;
}
/* h2 sup {
font-size: 40px;
} */
.mr-top-sm {
  margin-top: 40px;
}

p {
  line-height: 24px;
  font-size: 14px;
  color: #555555;
}

#about section {
  margin-top: 60px;
}
#about p,
#application p {
  margin-top: 16px;
  /* text-align: justify; */
}
#about p {
  font-size: 18px;
}
#application h2 {
  font-size: 22px;
}
#about h4 {
  font-size: 22px;
}
#application p {
  font-size: 16px;
}
#about h2 {
  font-size: 40px;
  cursor: pointer;transition: opacity .3s;
}
/* #about h2:not(.active):hover {
opacity: 0.4;
} */
#about h2 span {
  width: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 8px;

  transition: transform .3s;
}
#about h2.active span {
  transform: rotate(45deg);
}
#about h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 40px;
  margin-left: 40px;
}
.data-id {
  position: absolute;
  top: 0px;
  left: -12px;
  font-size: 250px;
  z-index: -1;
  opacity: 0.1;
  color: #666;
}
.data-id.active {
  /* color: #00ffff; */
  color: #00d009;
}
.sub-navigation {
  position: fixed;
  top: 0px;
  left: -200px;
  line-height: 36px;
  color: #ccc;
  font-size: 14px;
  transition: left .3s;
  min-height: 780px;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}
.sub-navigation a {
  color: #999;
}
.sub-navigation li.active a {
  color: #000;
}
.sub-navigation li {
  position: relative;
  text-align: left;
  padding-left: 35px;
  font-size: 16px;
}
.sub-navigation.active {
  left: 0px;
}
.sub-navigation.active li.active a:after,
.responsive-toogle-nav li.active a:after {
  width: 40px;
}
.sub-navigation li a:after,
.responsive-toogle-nav li a:after {
  content: "";
  width: 0px;
  height: 1px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  background: #000;
  transition: width .5s;
  transition-delay: .3s;
}
/* .sub-navigation.active li:before {
width: 56px;
}
.sub-navigation li, .sub-navigation li:before {
transition: all .5s;
-webkit-transition-delay: .2s;
transition-delay: .2s;
*/
}
.sub-navigation li:before {
  content: "";
  width: 0px;
  height: 1px;
  background: #000;
  margin-right: 4px;
  position: absolute;
  left: 0px;
  top: 15px;
}
.sub-navigation li.active:before {
  background: #000;
}
.sub-navigation li.active {
  color: #000;
}
article ul {
  margin: 20px 40px;
  font-size: 14px;
}
article ul li {
  margin-bottom: 12px;
}
article li span {
  font-size: 22px;
  color: #000;
}
article li  {
  line-height: 18px;
  color: #555555;
}
