*, *:before, *:after {
  box-sizing: inherit; }

.group:before,
.group:after {
  content: " ";
  display: table; }

.group:after {
  clear: both; }

html {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 100%;
  color: #3C3C3C;
  letter-spacing: 0.15em;
  line-height: 2.75em; }
  @media screen and (min-width: 1701px) {
    body {
      font-size: 115%; } }
  @media screen and (min-width: 1450px) and (max-width: 1700px) {
    body {
      font-size: 107.5%; } }
  @media screen and (max-width: 1250px) {
    body {
      font-size: 95%; } }
  @media screen and (max-width: 1000px) {
    body {
      font-size: 90%; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 85%; } }
  @media screen and (max-width: 400px) {
    body {
      font-size: 80%; } }
  @media screen and (max-width: 290px) {
    body {
      font-size: 75%; } }
  @media screen and (max-width: 250px) {
    body {
      font-size: 70%; } }

div.container {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding: 3em 0; }
  @media screen and (max-width: 1150px) {
    div.container {
      width: 80%; } }
  @media screen and (max-width: 1000px) {
    div.container {
      width: 85%; } }
  @media screen and (max-width: 767px) {
    div.container {
      width: 80%; } }

section {
  margin-bottom: 0.5em;
  background-color: #F6F6F6;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center; }
  section h1 {
    position: relative;
    margin-bottom: 1.75em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto Slab', serif;
    font-size: 4em;
    font-weight: 700; }
    section h1::after {
      display: block;
      height: 1px;
      margin-left: 0.5em;
      content: "";
      background-color: red;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1; }
    @media screen and (max-width: 1150px) {
      section h1 {
        margin-bottom: 1.25em; } }
  section h3 {
    margin: 2em 0;
    font-family: 'Roboto Slab', serif;
    font-size: 2.2em;
    font-weight: 700; }
  section p, section li, section a, section input, section textarea {
    font-size: 1.6em;
    line-height: 1.8em; }
  section p {
    margin-bottom: 1em; }
    section p.no-mb {
      margin-bottom: 0; }
  section div.section-content {
    font-size: 0;
    letter-spacing: 0; }

div.contact-item {
  float: none;
  display: inline-block;
  width: 48.7%;
  margin-left: 0; }
  div.contact-item p:nth-child(2),
  div.contact-item a {
    position: relative;
    left: 2em;
    margin-right: 2em; }
  div.contact-item i {
    width: 2em; }
    div.contact-item i.fa-globe, div.contact-item i.fa-home {
      font-size: 1.2em;
      width: 1.6em; }
  div.contact-item b {
    line-height: 1.5em; }
  @media screen and (max-width: 767px) {
    div.contact-item {
      width: 100%; } }
  div.contact-item:nth-child(odd) {
    margin-right: 2%; }
    @media screen and (max-width: 767px) {
      div.contact-item:nth-child(odd) {
        margin-right: 0%; } }

header {
  position: relative;
  width: 100%;
  margin: 0 auto 0.5em;
  background: #fff;
  background: url("../img/generic.jpg") 50% top no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  header div.container {
    padding-top: 0;
    min-height: 65em;
    min-height: 100vh; }
  header h1 {
    position: relative;
    top: 45vh;
    font-size: 3.2em;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    line-height: 1.3em; }
  header div.nav-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-color: white; }

div.language {
  position: fixed;
  top: 0;
  right: 10%;
  z-index: 9999999; }
  div.language a {
    padding: 0.5em;
    font-size: 1.5em;
    color: #3C3C3C;
    background-color: rgba(255, 255, 255, 0.2); }
    div.language a:hover, div.language a:focus {
      text-decoration: none;
      color: #fff;
      background-color: #000;
      transition: all 0.4s ease; }
  @media screen and (max-width: 1000px) {
    div.language {
      right: 7.5%; } }
  @media screen and (max-width: 767px) {
    div.language {
      top: 1.75em;
      right: 6em; } }

nav.navbar {
  min-height: 3em;
  padding: 0 15%;
  background-color: transparent;
  border: 0;
  z-index: 100000; }
  @media screen and (max-width: 1150px) {
    nav.navbar {
      padding: 0 10%; } }
  @media screen and (max-width: 1000px) {
    nav.navbar {
      padding: 0 7.5%; } }
  @media screen and (max-width: 767px) {
    nav.navbar {
      position: fixed;
      padding: 0; } }
  nav.navbar div.navbar-header {
    display: inline-block;
    width: 182px; }
    nav.navbar div.navbar-header a.navbar-brand {
      float: none !important;
      display: inline-block;
      height: auto;
      padding: 0;
      background-color: #fff;
      font-size: initial; }
    nav.navbar div.navbar-header div#logo-container {
      margin: 5em 1em 1em; }
      @media screen and (max-width: 767px) {
        nav.navbar div.navbar-header div#logo-container {
          position: absolute;
          top: 0;
          margin: 8px 0 0 0.7em;
          padding: 0.5em;
          background-color: #fff;
          z-index: 1; } }
      @media screen and (max-width: 767px) {
        nav.navbar div.navbar-header div#logo-container img {
          width: 5em; } }
      @media screen and (max-width: 450px) {
        nav.navbar div.navbar-header div#logo-container img {
          width: 3em; } }
    @media screen and (max-width: 1450px) {
      nav.navbar div.navbar-header {
        width: 18em; } }
    @media screen and (max-width: 1250px) {
      nav.navbar div.navbar-header {
        width: 16em; } }
    @media screen and (max-width: 1000px) {
      nav.navbar div.navbar-header {
        width: 13em; } }
    @media screen and (max-width: 767px) {
      nav.navbar div.navbar-header {
        display: block;
        width: auto;
        background-color: #fff; } }
  nav.navbar div.navbar-collapse {
    width: calc(100% - 182px);
    float: right;
    position: relative;
    top: 8.1em;
    padding: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 1450px) {
      nav.navbar div.navbar-collapse {
        width: calc(100% - 18em);
        top: 8.9em; } }
    @media screen and (max-width: 1250px) {
      nav.navbar div.navbar-collapse {
        width: calc(100% - 16em);
        border-bottom: 2.5px solid rgba(0, 0, 0, 0.15);
        top: 8em; } }
    @media screen and (max-width: 1000px) {
      nav.navbar div.navbar-collapse {
        width: calc(100% - 13em);
        border-bottom: 2px solid rgba(0, 0, 0, 0.15);
        top: 7.4em; } }
    @media screen and (max-width: 767px) {
      nav.navbar div.navbar-collapse {
        width: 100%;
        top: 0;
        border-bottom: none;
        background-color: rgba(255, 255, 255, 0.7); } }
  nav.navbar ul.navbar-right {
    margin: 0.25em 0 0 0;
    text-align: right; }
    @media screen and (max-width: 767px) {
      nav.navbar ul.navbar-right {
        margin-top: 0;
        background-color: transparent; } }
    nav.navbar ul.navbar-right li {
      margin-bottom: 0; }
      nav.navbar ul.navbar-right li.active a {
        background-color: red;
        color: #fff; }
      @media screen and (max-width: 767px) {
        nav.navbar ul.navbar-right li {
          border-bottom: 0.05em solid rgba(255, 255, 255, 0.15); }
          nav.navbar ul.navbar-right li:nth-child(1) {
            border-top: 0.05em solid rgba(255, 255, 255, 0.4); }
          nav.navbar ul.navbar-right li:last-child {
            border-bottom: none; } }
      nav.navbar ul.navbar-right li a {
        background-color: transparent;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'Roboto Slab', serif;
        font-size: 1.5em;
        color: #3C3C3C;
        padding: 1.6em 1.3em 1.4em;
        transition: 0.4s all ease; }
        nav.navbar ul.navbar-right li a:hover, nav.navbar ul.navbar-right li a:focus {
          background-color: red;
          color: #fff;
          transition: all 0.4s ease; }
        @media screen and (max-width: 1000px) {
          nav.navbar ul.navbar-right li a {
            font-size: 1.4em;
            padding: 1.5em 1em 1.3em; } }
        @media screen and (max-width: 767px) {
          nav.navbar ul.navbar-right li a {
            padding-top: 1.35em;
            padding-bottom: 1.2em; } }
      nav.navbar ul.navbar-right li.active > a {
        transition: all 0.4s ease; }
  nav.navbar button {
    margin-right: 0.7em; }
    @media screen and (max-width: 400px) {
      nav.navbar button {
        font-size: 105%; } }
    @media screen and (max-width: 290px) {
      nav.navbar button {
        font-size: 110%; } }
    @media screen and (max-width: 250px) {
      nav.navbar button {
        font-size: 120%; } }
    nav.navbar button span.icon-bar {
      height: 0.35em;
      background-color: red; }

section#development div.container {
  padding-bottom: 0; }
section#development div.section-content div.devel-item:not(:last-child) {
  margin-right: 2%; }
@media screen and (max-width: 1150px) {
  section#development div.section-content div.devel-item:nth-child(odd) {
    margin-right: 2%; } }
@media screen and (max-width: 768px) {
  section#development div.section-content div.devel-item:nth-child(odd) {
    margin-right: 0; } }
@media screen and (max-width: 1150px) {
  section#development div.section-content div.devel-item:nth-child(even) {
    margin-right: 0; } }
section#development div.devel-item {
  display: inline-block;
  width: 23.5%;
  margin-bottom: 5em;
  font-size: 10px;
  text-align: center;
  vertical-align: top; }
  @media screen and (max-width: 1150px) {
    section#development div.devel-item {
      width: 49%; } }
  @media screen and (max-width: 767px) {
    section#development div.devel-item {
      width: 100%; } }
section#development ul.os {
  margin: 1.6em 0; }
  section#development ul.os li {
    display: inline-block;
    margin: 0 0.5em; }

section#admin div.container {
  padding-bottom: 0; }
section#admin div.section-content div.admin-item:not(:last-child) {
  margin-right: 2%; }
  @media screen and (max-width: 1000px) {
    section#admin div.section-content div.admin-item:not(:last-child) {
      margin-right: 0; } }
section#admin div.admin-item {
  display: inline-block;
  width: 32%;
  margin-bottom: 5em;
  font-size: 10px;
  text-align: center;
  vertical-align: top; }
  @media screen and (max-width: 1000px) {
    section#admin div.admin-item {
      width: 100%; } }

section#solutions {
  letter-spacing: 0; }
  section#solutions ul {
    text-align: left;
    list-style-type: disc;
    list-style-position: inside; }

section#contact div {
  margin-bottom: 2em;
  vertical-align: top; }
  section#contact div.content-box {
    display: inline-block;
    width: 48.7%;
    letter-spacing: 0; }
    section#contact div.content-box:first-of-type {
      margin-right: 2%; }
      @media screen and (max-width: 1000px) {
        section#contact div.content-box:first-of-type {
          margin-right: 0;
          margin-bottom: 4em; } }
    @media screen and (max-width: 1000px) {
      section#contact div.content-box {
        display: block;
        width: 100%; } }
  section#contact div p {
    margin-bottom: 0.25em; }
section#contact a {
  color: #3C3C3C;
  text-decoration: underline; }
  section#contact a:hover, section#contact a:focus {
    color: #3C3C3C;
    text-decoration: none; }
@media screen and (max-width: 1000px) {
  section#contact form {
    width: 55%;
    margin: 0 auto; } }
@media screen and (max-width: 900px) {
  section#contact form {
    width: 70%; } }
@media screen and (max-width: 767px) {
  section#contact form {
    width: 80%; } }
@media screen and (max-width: 600px) {
  section#contact form {
    width: 85%; } }
@media screen and (max-width: 500px) {
  section#contact form {
    width: 100%; } }
section#contact form input,
section#contact form textarea {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.25em;
  border: 0.5px solid rgba(0, 0, 0, 0.15); }
  section#contact form input:focus,
  section#contact form textarea:focus {
    border: 0.5px solid rgba(0, 0, 0, 0.3);
    outline: none; }
section#contact form input[type=submit] {
  font-weight: 600;
  border: none; }
  section#contact form input[type=submit]:hover, section#contact form input[type=submit]:focus {
    background-color: red;
    color: #fff;
    transition: all 0.4s ease; }

footer {
  background-color: #3C3C3C;
  color: #fff;
  font-size: 1.4em;
  line-height: 1em; }
  footer div.container {
    padding: 1em 0 0.25em; }
    footer div.container a {
      color: #fff; }
      footer div.container a:hover, footer div.container a:focus {
        color: #fff;
        text-decoration: none; }

/*# sourceMappingURL=style.css.map */
