@import url('https://fonts.googleapis.com/css?family=Sanchez:400italic,400');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,800italic,400,300,600,700,800');
html, body, div, span, applet, object, iframe,
h1,
.content h2, h2, h3, h4, h5, h6, p, .content ul li, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASIC STYLE START */
body {
  font-family: Sanchez, sans-serif;
  background: url(../img/bg.jpg) no-repeat center bottom;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  counter-reset: heading;
  position: relative;
}

.home {
  padding-bottom: 30px;
}

.inner-page {
  background-image: url("../img/about-us-bg.jpg");
}
@media (max-width: 768px) {
  .inner-page {
    background: url("../img/pattern.png") center top;
    -moz-background-size: auto;
    -o-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    background-attachment: fixed;
  }
}
.page-about-us {
  background-image: url("../img/about-us-bg.jpg");
}

.learn1 {
  background-image: url("../img/about-us-bg.jpg");
}

.learn2 {
  background-image: url("../img/about-us-bg.jpg");
}

.our-clients {
  background-image: url("../img/about-us-bg.jpg");
}

.prototyping {
  background-image: url("../img/about-us-bg.jpg");
}
menu {
  list-style: none;
}

a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
a:hover {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.container {
  width: 100%;
  max-width: 960px;
}

.orange {
  color: #eecc78 !important;
}

/* BASIC STYLE END */
/* HEADER STYLE START */
header .navbar-default {
  background-color: inherit;
  border: none;
  margin-top: 25px;
}
header .navbar-default .navbar-collapse {
  border: none;
  box-shadow: none;
  margin-top: 9px;
  text-align: center;
}
@media (max-width: 768px) {
  header .navbar-default .navbar-collapse {
    text-align: left;
  }
}
header .navbar-default .navbar-toggle {
  border: none;
}
header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus {
  background-color: #eecc78;
}
header .navbar-default .navbar-toggle:hover .icon-bar, header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #FFF;
}
header .navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
header .navbar-default .navbar-header {
  margin-left: -25px;
  margin-right: 25px;
}
@media (max-width: 954px) {
  header .navbar-default .navbar-header {
    width: 254px;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 768px) {
  header .navbar-default .navbar-header {
    float: left;
    width: 100%;
  }
}
header .navbar-default .navbar-brand {
  display: block;
  width: 645px;
  height: 210px;
  background: url("../img/logobulb.png") no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
header .navbar-default .navbar-nav li a {
  font-size: 16px;
  color: #eecc78;
  text-transform: uppercase;
}
header .navbar-default .navbar-nav li a:hover {
  color: #fff;
}
header .navbar-default .navbar-nav li.active > a {
  background: none;
  color: #fff;
  cursor: default;
}
header .navbar-default .navbar-nav li.active > a:hover {
  background: none;
  color: #fff;
}
header .navbar-default .navbar-nav li.active > a:focus {
  background: none;
  color: #fff;
}
@media (max-width: 954px) {
  header .navbar-default .navbar-nav {
    margin-top: 25px;
    float: none;
    display: inline-block;
  }
}
header .navbar-default .learn-menu {
  margin-top: -20px;
  margin-left: 6px;
}
header .navbar-default .learn-menu li a {
  font-size: 14px;
}
header .navbar-default .learn-menu li.active a {
  background: none;
  color: #fff;
  cursor: default;
}
header .navbar-default .learn-menu li.active a:hover {
  background: none;
  color: #fff;
}
header .navbar-default .learn-menu li.active a:focus {
  background: none;
  color: #fff;
}
@media (max-width: 768px) {
  header .navbar-default .learn-menu {
    margin: 0;
  }
}

/* HEADER STYLE END */
/* CONTENT STYLE START */
.content {
  padding: 50px 0;
}
.content h1, .content h2 {
  font-size: 35px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 0px 1px rgba(26, 26, 26, 0.75);
}
.content h2 {
  color: #eecc78;
  text-shadow: none;
  text-transform: none;
  margin-bottom: 50px;
}
.content h4 {
  color: #eecc78;
  font-size: 40px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  margin-bottom: 20px;
}
.content p, .content ul li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 26px;
}
.content a {
  color: #eecc78;
}
@media (max-width: 768px) {
  .content {
    padding: 25px 0;
  }
  .content h1, .content h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .content {
    padding: 0;
  }
  .content h1, .content h2 {
    font-size: 18px;
  }
}

.information {
  padding: 0 0px;
}

.information h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 30px;
}

.information:after {
  display: block;
  content: "";
  width: 100%;
  max-width: 250px;
  height: 2px;
  background-color: #FFF;
  margin: 30px auto 70px;
}

.image {
  margin-bottom: 30px;
}
.image img {
  max-width: 100%;
}

ul.steps5 li {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
@media (max-width: 768px) {
  ul.steps5 li {
    display: block;
  }
}
ul.steps5 li:last-child {
  margin-right: 0;
}
ul.steps5 li:before {
  counter-increment: heading;
  content: counter(heading);
  color: #000;
  font-size: 18px;
  background-color: #eecc78;
  padding: 3px 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}

.about-us {
  margin-top: 50px;
  margin-bottom: 170px;
}
.about-us h2 {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: left;
}
.about-us h3 {
  font-size: 18px;
  color: #eecc78;
  margin-bottom: 25px;
}

.clients {
  margin-top: 30px;
  margin-bottom: 50px;
}
.clients h2 {
  font-size: 34px;
  color: #fff;
  border-bottom: 5px solid #fff;
  text-align: left;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 25px;
}
.clients h4 {
  font-size: 17px;
  color: #fff;
  border-bottom: 0px solid #fff;
  text-align: left;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  font-style:italic;
}
.clients ul li {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.prototyping .content {
  padding-top: 0;
}
.prototyping h2 {
  font-size: 30px;
}

.ipad {
  width: 645px;
  height: 445px;
  margin: 0 auto;
  padding: 40px 0 0 95px;
  background-image: url(../img/ipad.png);
}
.ipad .slider-container {
  outline: 1px solid #000;
  width: 440px;
  height: 330px;
}
@media (max-width: 768px) {
  .ipad {
    display: none;
  }
}
.ipad .carousel-control {
  background: none;
  top: auto;
  bottom: 20%;
  z-index: 999999;
  width: 11px;
  height: 24px;
  display: block;
}
.ipad .carousel-control.left {
  left: 15px;
  background-image: url(../img/left.png);
}
.ipad .carousel-control.right {
  right: 15px;
  background-image: url(../img/right.png);
}
.ipad .carousel-caption {
  height: 145px;
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 25px;
  background-color: rgba(0, 0, 0, 0.5);
}
.ipad .carousel-indicators {
  bottom: 10px;
}
.ipad .carousel-indicators .active {
  background-color: red;
  border-color: #000;
  margin: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgzODM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #838383));
  background-image: -moz-linear-gradient(top, #ffffff, #838383);
  background-image: -webkit-linear-gradient(top, #ffffff, #838383);
  background-image: linear-gradient(to bottom, #ffffff, #838383);
}
.ipad .carousel-indicators li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4MzgzOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgzODM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #383838), color-stop(100%, #838383));
  background-image: -moz-linear-gradient(top, #383838, #838383);
  background-image: -webkit-linear-gradient(top, #383838, #838383);
  background-image: linear-gradient(to bottom, #383838, #838383);
  border-color: #000;
  width: 12px;
  height: 12px;
  margin: 0;
}
.ipad .c-name, .ipad .c-caption {
  display: inline-block;
  width: 130px;
}
.ipad .c-name h2, .ipad .c-caption h2 {
  font: 16px Open Sans;
  margin-bottom: 0;
  color: #fff;
  text-align: left;
}
.ipad .c-name h3, .ipad .c-caption h3 {
  font: 30px Open Sans;
  margin-bottom: 0;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}
.ipad .c-name .park2, .ipad .c-caption .park2 {
  font-size: 14px;
}
.ipad .c-name .park, .ipad .c-caption .park {
  font-size: 18px;
}
.ipad .c-caption {
  width: 220px;
  vertical-align: top;
}
.ipad .c-caption p, .ipad .c-caption .content ul li, .content ul .ipad .c-caption li {
  font: 12px Open Sans;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: left;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 12px;
}
.ipad .c-caption p:after, .ipad .c-caption .content ul li:after, .content ul .ipad .c-caption li:after {
  width: 135px;
  display: block;
  border-bottom: 2px solid #fff;
  content: "";
  margin-bottom: 10px;
  margin-top: 5px;
}

.rapport1 {
  margin-left: -86px;
}
@media (max-width: 700px) {
  .rapport1 {
    margin-left: 0;
  }
}

.rapport2 {
  margin-left: 82px;
}
@media (max-width: 700px) {
  .rapport2 {
    margin-left: 0;
  }
}

/* CONTENT STYLE END */
/* FOOTER STYLE START */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
footer p, footer .content ul li, .content ul footer li {
  text-align: center;
  color: #eecc78;
  padding: 10px 0;
  font-size: 17px;
}
@media (max-width: 480px) {
  footer p, footer .content ul li, .content ul footer li {
    font-size: 14px;
  }
}

/* FOOTER STYLE END */
