body {
  font-family: 'Roboto',sans-serif;
  font-size: 12px;
  line-height: 1.3em;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: 1px;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
nav {
  width: 100%;
  height: auto;
  position: fixed;
  top:0;
  left:0;
  padding: 15px 0;
  color: white;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6788ea+0,68bcf7+100 */
  background: #6788ea; /* Old browsers */
  background: -moz-linear-gradient(45deg, #6798ee 0%, #68bcf7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #6798ee 0%,#68bcf7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #6798ee 0%,#68bcf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6798ee', endColorstr='#68bcf7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
nav .logo {
  font-weight: 700;
  font-size: 22px;
  font-family: 'Open Sans',sans-serif;
  line-height: normal;
  display: inline-block;
}
nav .logo a:hover{
  text-decoration: none;
}
nav ul.menu {
  list-style: none;
  display: none;
  margin: 0;
  padding-left: 15px;
}
nav ul.menu li {
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
}
nav ul.menu li a::after {
  content: " ]";
}
nav ul.menu li a::before {
  content: "[ ";
}
section {
  padding: 60px 0;
}
section.home {
  min-height: 525px;
  position: relative;
  color: white;
  overflow-x: hidden;
}
section.home:before {
}
section.home h1 {
  font-weight: 300;
  font-size: 2.6em;
  line-height: 1.6em;
  padding-top: 2em;
  max-width: 380px;
  padding-bottom: 1.2em;
}
section.home h1 big {
  font-size: 1.7em;
  vertical-align: middle;
  font-weight: 100;
}
section.home p {
  font-size: 1.2em;
  font-weight: 400;
  max-width: 300px;
  line-height: 1.7em;
}
section.home .circle-shape {
  overflow: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6788ea+0,68bcf7+100 */
  background: #6788ea; /* Old browsers */
  background: -moz-linear-gradient(45deg, #6788ea 0%, #68bcf7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #6788ea 0%,#68bcf7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #6788ea 0%,#68bcf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6788ea', endColorstr='#68bcf7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
section.home .laptop-img-wrapper {
  display: none;
  position: absolute;
  right:0;
  width: 530px;
  top:185px;
  z-index: -1;
}
section.home .laptop-img-wrapper img {
  max-width: 100%;
}
section h2 {
  font-weight: 100;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 25px;
}
section.portfolio {
  position: relative;
  overflow-x: hidden;
  background-color: #F0F0F0;
  -webkit-clip-path: polygon(0 0, 45% 0%, 50% 25px, 55% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 45% 0%, 50% 25px, 55% 0, 100% 0, 100% 100%, 0 100%);
}
section.equipment {}
section.equipment .devicons {

  color:#333;
  text-align: center;
  line-height: 1.5em;
}
section.equipment .devicons i {
  transition: transform .8s ease-in-out 0s;
  padding: 10px;
  font-size: 50px;
  display: inline-block;
}
section.equipment .devicons i:hover {

  -moz-transform:scale(1.5);
  -webkit-transform:scale(1.5);
  -o-transform:scale(1.5);
  -ms-transform:scale(1.5);
  transform:scale(1.5);
}
section.contacts {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191919+0,0c0c0c+100 */
background: #191919; /* Old browsers */
background: -moz-linear-gradient(45deg, #191919 0%, #0c0c0c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #191919 0%,#0c0c0c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #191919 0%,#0c0c0c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#0c0c0c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: white;
}
/* PORTFOLIO
-----------------*/
section.portfolio .container {
  max-width: 720px;
}
#portfolio-carousel {
  position: relative;
  padding: 10px 30px;
  /*border-top: 1px solid grey;
  border-bottom: 1px solid grey;*/
}
/*section.portfolio #portfolio-carousel::before {
  content: "Portfolio is being updated.";
  white-space: pre;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}*/
section.portfolio #portfolio-carousel .owl-nav .owl-prev, section.portfolio #portfolio-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 5px;
  background: #333;
  color: white;
  border-radius: 2px;
  font-family: "FontAwesome";
  text-align: center;

}
section.portfolio #portfolio-carousel .owl-nav .owl-prev {
  left: 0;
}
section.portfolio #portfolio-carousel .owl-nav .owl-next {
  right: 0;
}
#portfolio-carousel .portfolio-img-container img {
  width: 100%;
  border-radius: 4px;
  max-width: 400px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
#portfolio-carousel .portfolio-desc-container p {
  text-align: justify;
}

/* Icon-Box
-----------------*/
.icon-box{
    margin:0 0 20px;
    padding:15px;
    text-align:center
}
.icon-box:hover{
    background:#f8f8f8
}
.icon-box .icon{
    position:relative;
    text-align:center;
    transition:all .8s ease-in-out 0s;
    margin-bottom:20px;
    color:#1d1d1d;
    font-size:50px;
    text-shadow:0 6px 12px rgba(0,0,0,.176);
    transition:all .3s ease-in-out 0s
    -moz-transform:scale(.8) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -webkit-transform:scale(.8) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -o-transform:scale(.8) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -ms-transform:scale(.8) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    transform:scale(.8) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0)
}
.icon-box:hover .icon{
    -moz-transform:scale(1.2) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -webkit-transform:scale(1.2) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -o-transform:scale(1.2) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -ms-transform:scale(1.2) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    transform:scale(1.2) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0)
}
.icon-box h3 {
    padding:0 20px;
    margin-bottom:10px;
    text-align:center;
    font-size:1.2em;
    font-weight:400;
}
.icon-box p {
  font-size: 1em;
  line-height: 1.6em;
  color: #8f8f8f;
  letter-spacing: normal;
}

/* Circle Shape
-----------------*/
@keyframes pound {
  from { transform: scale(.2); }
  50% { transform: scale(1); }
  to { transform: scale(.2); }
}
.circle-shape .dot {
  animation: 10s ease 0s normal none infinite running pound;
  transform-origin: center center 0;
}
.circle-shape .dot {
    background: #000;
    border-radius: 50%;
    position: absolute;
  opacity: 0.04;
}
.circle-shape .c11 {
  opacity: 0.02;
}
.circle-shape .c12,
.circle-shape .c13,
.circle-shape .c14,
.circle-shape .c15 {
  opacity: 0.05;
}

.c34{
  width: 34px;
  height: 34px;
}
.c44{
  width: 44px;
  height: 44px;
}
.c53{
  width: 53px;
  height: 53px;
}
.c84{
  width: 84px;
  height: 84px;
}
.c100{
  width: 100px;
  height: 100px;
}
.c140{
  width: 140px;
  height: 140px;
}
.c172{
  width: 172px;
  height: 172px;
}
.c206{
  width: 206px;
  height: 206px;
}
.c355{
  width: 355px;
  height: 355px;
}
.c393{
  width: 393px;
  height: 393px;
}

.c1{
  top: 4.8%;
  left: 6.6%;
  animation-delay: 3s;
}
.c2{
  top: 11.5%;
  left: 8.7%;
  animation-delay: 3.5s;
}
.c3{
  bottom: 0;
  left: -202px;
  animation-delay: 3.4s;
}
.c4{
  top: 39.9%;
  left: 4.7%;
  animation-delay: 4s;
}
.c5{
  bottom: 32.4%;
  left: 8%;
  animation-delay: 4.2s;
}
.c6{
  bottom: 49.02%;
  left: 13.1%;
  animation-delay: 4.5s;
}
.c7{
  top: 25.7%;
  left: 10.9%;
}
.c8{
  top: 25.8%;
  left: 20.2%;
}
.c9{
  top: 23.3%;
  left: 22.3%;
}
.c10{
  bottom: 22.2%;
  left: 30.7%;
}
.c11{
  top: 18.8%;
  left: 34.1%;
}
.c12{
  top: 24.1%;
  right: 43.7%;
}
.c13{
  bottom: 26.6%;
  right: 37.7%;
}
.c14{
  top: 1.8%;
  right: 7.3%;
}
.c15{
  top: 5.3%;
  right: 3.6%;
}
.c16{
  top: 30.4%;
  right: -280px;
}
/* Blink
-----------------*/
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
/* Responsive
-----------------*/
@media (min-width: 576px) {

}
@media (min-width: 768px) {
  nav ul.menu {
    display: inline-block;
  }
  section.home .container {
    position: relative;
  }
  section.home .laptop-img-wrapper {
    display: block;
  }
  section.equipment .devicons i {
    font-size: 60px;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  section.home .laptop-img-wrapper {
    width: 760px;
    top:60px;
  }
  section.home .circle-shape {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
  }
}
@media (min-width: 1200px) {
  section.home .laptop-img-wrapper {
    width: 840px;
    top:45px;
  }
  section.equipment .devicons i {
    font-size: 80px;
    padding: 15px;
  }
}
