html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

strong {
  font-weight: 700; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

.group:after {
  clear: both; }

a {
  text-decoration: none; }

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

body {
  font-size: 14px;
  font-family: "Lato";
  background-color: #f5f5f5; }

.container {
  margin-right: auto;
  margin-left: auto; }

.drawer-overlay {
  z-index: 3; }

p.btn {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px solid #011d2d;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#208ecf), to(#135379));
  background-image: -webkit-linear-gradient(#208ecf, #135379);
  background-image: -o-linear-gradient(#208ecf, #135379);
  background-image: linear-gradient(#208ecf, #135379);
  font-size: 16px; }
  p.btn.arw:after {
    content: '';
    width: 8px;
    height: 15px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    right: 20px;
    background: url("../img/btn-ico.png") center no-repeat;
    background-size: 100%; }
  p.btn.arw a {
    padding-left: 40px;
    padding-right: 40px; }
  p.btn a {
    padding: 14px 15px;
    position: relative;
    z-index: 2;
    display: block;
    color: #fff; }

/*-----------------------------------------------------------
HEADER
-----------------------------------------------------------*/
header {
  width: 100%;
  position: relative; }
  header .container {
    max-width: 1260px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  header div#header-contact {
    padding: 5px 0;
    background-color: #111;
    color: #fff; }
  header div#header-nav {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 99; }
  header div#header-logo {
    width: 21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header div#header-logo img {
      max-width: 200px;
      display: block; }
  header nav {
    width: 55.14%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header nav ul li {
        padding: 0 11px;
        font-size: 16px;
        font-weight: 700; }
        header nav ul li.cur a:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 3px;
          background-color: #0192cb; }
        header nav ul li i {
          margin-left: 15px;
          padding-left: 2px;
          display: inline-block;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        header nav ul li a {
          padding: 30px 8px;
          position: relative;
          display: block;
          color: #111; }
          header nav ul li a:hover:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 3px;
            background-color: #0192cb; }

/*-----------------------------------------------------------
BANNER
-----------------------------------------------------------*/
section#home-banner {
  height: 88vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/home-hero-bg.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  section#home-banner .container {
    max-width: 1100px;
    padding: 0 20px 40px;
    text-align: center; }
  section#home-banner h1 {
    width: 100%;
    font-family: 'Raleway';
    font-size: 70px;
    font-weight: 700;
    color: #fff; }
  section#home-banner p {
    font-size: 24px;
    color: #fff; }

/*-----------------------------------------------------------
HOME - PROJECTS
-----------------------------------------------------------*/
section#home-projects {
  padding: 50px 0; }
  section#home-projects .container {
    max-width: 1100px;
    padding: 0 20px; }
  section#home-projects h2 {
    padding-bottom: 20px;
    position: relative;
    font-family: 'Raleway';
    font-size: 44px;
    text-align: center;
    color: #111; }
    section#home-projects h2:after {
      content: '';
      height: 5px;
      width: 10%;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 0;
      background-color: #0192cb; }
  section#home-projects ul {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section#home-projects ul li {
      width: 32%; }
      section#home-projects ul li img {
        margin-bottom: 15px; }
      section#home-projects ul li h3 {
        margin-bottom: 10px;
        font-family: 'Raleway';
        font-size: 24px;
        font-weight: 700;
        color: #111; }
      section#home-projects ul li p {
        color: #333;
        line-height: 1.3; }
  section#home-projects p.btn {
    width: 190px; }

/*-----------------------------------------------------------
FOOTER
-----------------------------------------------------------*/
footer {
  padding: 30px 0;
  background-color: #222;
  text-align: center;
  color: #ccc; }
  footer .container {
    max-width: 1260px;
    padding: 0 20px; }
  footer img {
    width: 200px;
    margin-bottom: 5px; }
  footer p {
    font-size: 12px; }
