@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=latin-ext");
html, body {
  height: 100%; }

html {
  box-sizing: border-box;
  font-size: 0.625em;
  line-height: 1.2;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: 'Roboto', sans-serif;
  color: #e6f0fa;
  background-color: #100820;
  letter-spacing: 0.05em; }

img {
  max-width: 100%; }

.ui-center {
  text-align: center; }

[class*="icon-"] {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 100%; }
  [class*="icon-"].icon-chart {
	margin-top:30px;
    background-image: url(../img/icon/icon-chart.svg); }
  [class*="icon-"].icon-cyber {
	margin-top:30px;
    background-image: url(../img/icon/icon-cyber.svg); }
  [class*="icon-"].icon-checkboard {
	  margin-top:30px;
    background-image: url(../img/icon/icon-checkboard.svg); }
  [class*="icon-"].icon-developing {
	margin-top:30px;
    background-image: url(../img/icon/icon-developing.svg); }
  [class*="icon-"].icon-envelope {
    background-image: url(../img/icon/icon-envelope.svg);
    width: 50px;
    height: 50px; }
  [class*="icon-"].icon-magnifier {
    background-image: url(../img/icon/icon-magnifier.svg); }
  [class*="icon-"].icon-map {
    background-image: url(../img/icon/icon-map.svg);
    width: 50px;
    height: 50px; }
  [class*="icon-"].icon-pencil {
	margin-top:30px;
    background-image: url(../img/icon/icon-pencil.svg); }
  [class*="icon-"].icon-phone {
    background-image: url(../img/icon/icon-phone.svg);
    width: 50px;
    height: 50px; }

header {
  position: absolute;
  width: 100%;
  height: 80px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.02); }
  
@media (max-width: 768px) {
      header {
		  background-color: #100820} }  
  
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .container .logo {
      margin: 27px 30px; }
      header .container .logo img {
        height: 26px; }
    header .container .menu li {
	  padding: 0 30px;
      display: inline-block; }
      header .container .menu li a {
        font-size: 17px;
        color: #e6f0fa;
        letter-spacing: normal;
        text-decoration: none; }
        header .container .menu li a:hover {
          color: #01c2d1; }
    @media (max-width: 768px) {
      header .container .menu {
        display: none; } }
    header .container .navbar-toggle {
      display: none; }
      @media (max-width: 768px) {
        header .container .navbar-toggle {
          display: block;
          position: relative;
          margin: 0 30px;
          background: none;
          border: none;
          cursor: pointer; }
          header .container .navbar-toggle .icon-bar {
            background-color: #9bafc3;
            display: block;
            width: 28px;
            height: 4px;
            border-radius: 2px;
            margin: 4px 0; }
          header .container .navbar-toggle:hover .icon-bar {
            background-color: #01c2d1; } }
  @media (max-width: 768px) {
    header.expanded {
      background-color: #100820; }
      header.expanded .menu {
        display: block;
        position: absolute;
        z-index: 100;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: #100820;
        transition: all ease-in-out 0.5s; }
        header.expanded .menu li {
          display: block;
          font-size: 17px;
          line-height: 60px;
          text-transform: capitalize;
          text-align: center; } }

footer {
  background-color: #100820;
  height: 80px;
  text-align: right; }
  footer .copyright {
    color: #9bafc3;
    font-size: 14px;
    padding: 33px 20px; }
  @media (max-width: 992px) {
    footer {
      text-align: center; } }

section {
  padding-bottom: 60px; }
  @media (max-width: 992px) {
    section {
      padding-bottom: 40px; } }
  section#visual {
    padding-bottom: 0; }
    @media (max-width: 768px) {
      section#visual {
        padding-top: 80px; } }
		
		
    section#visual .item {
		max-height: 800px;
      position: relative; }
      section#visual .item p {
        position: absolute;
        top: 150px;
        left: 30px; 
		
		/*width: 100%;
		text-align: center; */
        
		font-weight: 400;
        font-size: 22px;
        text-transform: none;
        letter-spacing: 1px; }
        section#visual .item p strong {
          display: block;
          font-weight: 600;
		  line-height: 1.2;
          font-size: 55px; }
        @media (max-width: 1200px) {
          section#visual .item p strong {
            font-size: 75px; } }
        @media (max-width: 992px) {
          section#visual .item p {
            top: 120px;
            left: 0; }
            section#visual .item p strong {
              font-size: 35px;
              padding: 20px 30px; }
            section#visual .item p span {
              display: none; } }
        @media (max-width: 768px) {
          section#visual .item p {
            top: 40px; } }
  section .title > span {
    margin: 60px auto 20px auto;
    font-size: 40px;
	font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    display: inline-block; }
    @media (max-width: 992px) {
      section .title > span {
        margin: 40px auto; } }
  section.about {
    height: 600px;
    position: relative; }
    section.about.parallax-window {
      min-height: 400px;
      background: transparent; }
    section.about .text {
      width: 70%;
      margin-left: 20px;
      font-size: 18px;
      line-height: 30px;
      font-weight: 300;
      color: #e6f0fa;
      text-align: justify; }
      section.about .text p {
        margin: 1em 0; }
    @media (max-width: 992px) {
      section.about {
        height: auto;
        background-image: none; }
        section.about .text {
          width: calc(100% - 40px);
          margin-left: 20px;
          margin-right: 20px;
          text-align: justify;
          font-size: 16px; } }
  section.services {
    background-color: #0b0716; }
    section.services ul {
      overflow: hidden;
      width: 100%;
      display: block; }
      section.services ul li {
        width: 25%;
        float: left;
        text-align: center; }
        section.services ul li h1 {
          margin: 3em 0 1em;
          font-size: 24px;
          font-weight: 400; }
        section.services ul li p {
          color: #9bafc3;
          font-size: 16px;
          font-weight: 300;
          margin: 1em 0;
          line-height: 1.75; }
      @media (max-width: 768px) {
        section.services ul {
          padding-bottom: 40px; }
          section.services ul li {
            width: 100%;
            float: none; }
            section.services ul li h1 {
              margin: 1em 0 1em; }
            section.services ul li p {
              line-height: 1.4; }
            section.services ul li i {
              width: 70px;
              height: 70px; } }
  section.portfolio ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    section.portfolio ul.menu li {
      padding: 10px 35px;
      font-size: 18px;
      color: #2d3741;
      cursor: pointer; }
      section.portfolio ul.menu li:hover, section.portfolio ul.menu li.active {
        color: #01c2d1; }
      @media (max-width: 768px) {
        section.portfolio ul.menu li {
          padding: 10px 20px; } }
      @media (max-width: 480px) {
        section.portfolio ul.menu li {
          font-size: 16px;
          padding: 10px; } }
  section.portfolio ul.list {
    padding-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 1180px) {
      section.portfolio ul.list {
        margin: 0 -10px; } }
    @media (max-width: 768px) {
      section.portfolio ul.list {
        padding-top: 30px;
        justify-content: space-evenly; } }
    section.portfolio ul.list li {
      display: none;
      padding: 10px;
      font-size: 18px;
      color: #2d3741;
      cursor: pointer;
      position: relative; }
      section.portfolio ul.list li.mix {
        display: none; }
      @media (max-width: 768px) {
        section.portfolio ul.list li {
          max-width: 46vw;
          padding: 2vw 0; } }
      section.portfolio ul.list li img {
        display: block; }
      section.portfolio ul.list li:after {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        content: "";
        background-image: url(../img/icon/icon-magnifier.svg);
        background-size: 60px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-color: rgba(0, 174, 239, 0.75);
        opacity: 0;
        transition: all 0.36s ease-in-out 0s; }
        @media (max-width: 768px) {
          section.portfolio ul.list li:after {
            left: 0;
            right: 0;
            top: 2vw;
            bottom: 2vw; } }
      section.portfolio ul.list li:hover:after {
        opacity: 1; }
  section.portfolio .more {
    padding-top: 45px; }
    @media (max-width: 992px) {
      section.portfolio .more {
        padding-top: 35px; } }
    section.portfolio .more button {
      display: inline-block;
      background-color: #01c2d1;
      font-size: 18px;
      font-weight: 300;
      border-radius: 3px;
      height: 60px;
      line-height: 60px;
      padding: 0 36px;
      color: #fff;
      text-decoration: none;
      border: 0;
      cursor: pointer; }
      section.portfolio .more button:hover {
        opacity: 0.75; }
  section.realizations {
    background-color: #100820; }
    section.realizations ul {
      display: flex;
	  margin-top:30px;
      flex-wrap: wrap;
      justify-content: center; }
      section.realizations ul li {
        width: 140px;
        margin: 20px 30px; }
        @media (min-width: 1201px) {
          section.realizations ul li {
            margin: 20px 28px; } }
      @media (max-width: 768px) {
        section.realizations ul {
          padding-bottom: 40px; }
          section.realizations ul li {
            margin: 5px auto; } }

  section.contact {
    background-color: #0b0716; }
	
  section.contact .text {
    font-size: 18px;
    font-weight: 300;
    color: #9bafc3;
    line-height: 1.5;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      section.contact .text {
        font-size: 16px;
        margin-bottom: 40px;
        padding: 0 20px; } }
  section.contact ul {
    display: flex;
    justify-content: center;
	gap: 140px; }
    section.contact ul li {
      position: relative ; }
      section.contact ul li i {
        position: absolute;
        top: 10px;
        left: 0; }
      section.contact ul li b {
        margin-left: 70px;
        font-size: 16px;
        font-weight: 300;
        color: #9bafc3;
        padding-bottom: 15px;
        display: block; }
      section.contact ul li p {
        margin-left: 70px;
        font-size: 20px;
        line-height: 1.3; }
    @media (max-width: 768px) {
      section.contact ul {
        padding-bottom: 40px; }
        section.contact ul li {
          display: block;
          width: 270px;
          margin: 0 auto; }
          section.contact ul li p, section.contact ul li b {
		margin-left: 90px; } }

.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    display: table; }
  .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

.none {
  display: none; }

.container {
  margin: 0 auto;
  position: relative;
  min-width: 360px;
  max-width: 1180px;
  width: 100%; }

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%); }
  .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    border: 1px solid #01c2d1;
    background: rgba(1, 194, 209, 0.1); }
  .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: rgba(1, 194, 209, 0.5); }

.realizations .owl-carousel .owl-item {
  text-align: center; }
@media (max-width: 768px) {
  .realizations .owl-carousel .owl-dots {
    bottom: -10px;
    width: 100%; } }

.services .owl-carousel .owl-item {
  text-align: center; }
@media (max-width: 768px) {
  .services .owl-carousel .owl-dots {
    bottom: -5px;
    width: 100%; } }

@media (max-width: 768px) {
  .contact .owl-carousel .owl-dots {
    bottom: -10px; } }

.featherlight .featherlight-content {
  padding: 20px 20px 0;
  border-bottom: 20px solid transparent;
  overflow: inherit; }
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: -15px;
  right: -15px;
  line-height: 40px;
  width: 50px;
  cursor: pointer;
  text-align: center;
  font-family: Arial,sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  border: 5px solid #fff;
  background: #01c2d1;
  color: #fff; }

/*# sourceMappingURL=style.css.map */
