@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/fira-sans-condensed-300.eot');
  src: local(''),
    url('./fonts/fira-sans-condensed-300.eot?#iefix') format('embedded-opentype'),
    url('./fonts/fira-sans-condensed-300.woff2') format('woff2'),
    url('./fonts/fira-sans-condensed-300.woff') format('woff'),
    url('./fonts/fira-sans-condensed-300.ttf') format('truetype'),
    url('./fonts/fira-sans-condensed-300.svg#FiraSansCondensed') format('svg');
}
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/fira-sans-condensed-600.eot');
  src: local(''),
    url('./fonts/fira-sans-condensed-600.eot?#iefix') format('embedded-opentype'),
    url('./fonts/fira-sans-condensed-600.woff2') format('woff2'),
    url('./fonts/fira-sans-condensed-600.woff') format('woff'),
    url('./fonts/fira-sans-condensed-600.ttf') format('truetype'),
    url('./fonts/fira-sans-condensed-600.svg#FiraSansCondensed') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/roboto-300.eot');
  src: local(''),
    url('./fonts/roboto-300.eot?#iefix') format('embedded-opentype'),
    url('./fonts/roboto-300.woff2') format('woff2'),
    url('./fonts/roboto-300.woff') format('woff'),
    url('./fonts/roboto-300.ttf') format('truetype'),
    url('./fonts/roboto-300.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/roboto-500.eot');
  src: local(''),
    url('./fonts/roboto-500.eot?#iefix') format('embedded-opentype'),
    url('./fonts/roboto-500.woff2') format('woff2'),
    url('./fonts/roboto-500.woff') format('woff'),
    url('./fonts/roboto-500.ttf') format('truetype'),
    url('./fonts/roboto-500.svg#Roboto') format('svg');
}

html, body, div, span,
h1, h2, h3, p, a,
em, img, strong,
ol, ul, li,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  line-height: 1;
  font-size: 62.5%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000;
  background-color: #fff;
}

h1, h2, h3 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 600;
  color: #194366;
}
h1 {
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 1em;
}
h2 {
  font-size: 4em;
  margin-bottom: .75em;
}
h3 {
  font-size: 2.75em;
  margin-bottom: 1em;
}

p {
  font-size: 2em;
  line-height: 1.25em;
  padding: 0 0 1em;
}

strong {
  font-weight: 500;
}

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

a {
  color: #000;
  text-decoration:none;
}
a:hover {
  text-decoration: underline;
}

strong a {
  color: #00b9ee;
  font-weight: 700;
}

.hide {
  display: none;
}

.panel li {
  position: relative;
  font-size: 1.866em;
  line-height: 1.25em;
  margin-left: 1.5em;
  padding-bottom: .75em;
  list-style: none;
}
  .panel li::before {
    position: absolute;
    content: ' ';
    top: .25em;
    left: -1em;
    width: .5em;
    height: .5em;
    border-radius: .5em;
    background: #194366;
  }


.panel {
  position: relative;
  z-index: 8;
  padding: 0;
  background: rgba(255,255,255, .25);
  background: linear-gradient(0deg, rgba(255,255,255, .25) 0%, rgba(255,255,255, .25) 35%, rgba(245,245,245, 1) 90%, rgba(255,255,255, .25) 100%);
}

@media screen and (max-width: 767px) {
  .panel {
    height: auto !important;
  }
}

.inner {
  position: relative;
  z-index: 3;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 17em;
  padding-bottom: 1em;
}
  .home .inner {
    height: 100%;
  }


@media screen and (min-width: 768px) {
  .middler {
    display: flex;
    align-items: center;
    height: 100%;
  }
    .middler .inner {
      margin-left: auto;
      margin-right: auto;
      padding-top: 0;
    }
    .contact .middler {
      height: auto;
    }
    .contact .inner {
      padding-top: 20em;
    }
}


header {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  top: 0;
  z-index: 19;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 5%;
  padding-right: 5%;
  background: #fff;
  border-bottom: 5px solid #194366;
}

.logo {
  flex: 2;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (min-width: 768px) {
  .logo {
    flex: 1;
    margin-bottom: 0;
  }
  .inner {
    margin-left: 10%;
    margin-right: 10%;
  }
  header {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .inner {
    margin-left: 15%;
    margin-right: 15%;
  }
  header {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (min-width: 1368px) {
  .inner {
    margin-left: 20%;
    margin-right: 20%;
  }
  header {
    padding-left: 20%;
    padding-right: 20%;
  }
}


.slogans {
  background-image: url('images/bg1.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-bottom: 5px solid #194366;
}

  .slogans .inner {
    padding-top: 15em;
  }

  .slogan1 {
    position: relative;
    font-size: 2.33em;
    padding-bottom: .5em;
  }

  .slogan2 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 2.33em;
    font-weight: 600;
    color: #194366;
    margin-bottom: .5em;
  }

@media screen and (min-width: 768px) {
  .slogan1 {
    font-size: 2.5vw;
    align-self: flex-start;
  }
  .slogan2 {
    font-size: 2.5vw;
    align-self: center;
  }
}
@media screen and (min-width: 962px) {
  .slogans .inner {
    padding-top: 16em;
  }
  .slogan1,
  .slogan2 {
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 1200px) {
  .slogans .inner {
    padding-top: 18em;
  }
  .slogan1,
  .slogan2 {
    font-size: 1.866vw;
  }
}
@media screen and (min-width: 1368px) {
  .slogans .inner {
    padding-top: 20em;
  }
}

.col {
  position: relative;
  width: 100%;
  padding-bottom: 1em;
}


@media screen and (max-width: 767px) {
  .who .col-1-5 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .cols {
    display: flex;
    justify-content: flex-start; /* space-between */
    align-content: flex-start;
    flex-flow: row wrap;
  }
  .col {
    display: flex;
    flex-flow: column;
    padding: .5em 1em .5em 0;
    position: relative;
    width: 100%;
  }
  .col-1-2 {
    width: 50%;
  }
  .col-3-4 {
    width: 75%;
  }
  .col-4-5 {
    width: 80%;
  }
  .col-1-5 {
    width: 20%;
  }
  .col-1-4 {
    width: 25%;
  }
  .col-1-3 {
    width: 33.33%;
  }
  .col-2-3 {
    width: 66.66%;
  }

  .what .col:first-child,
  .how .col:first-child {
    padding-right: 2em;
  }

  .who .col + .col {
    align-self: center;
    padding-left: 2em;
  }
}

.scroll {
  display: none;
}

@media screen and (min-width: 768px) {
  .scroll:not(.hide) {
    position: fixed;
    display: block;
    z-index: 25;
    right: 2em;
    bottom: 2em;
    font-size: 1.3em;
    color: #fff;
    width: 120px;
    height: 120px;
    padding-top: 35px;
    border-radius: 120px;
    text-align: center;
    background: rgba(0,0,0, 0.25);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
    .scroll:hover {
      text-decoration: none;
      background: rgba(0,0,0, 0.5);
    }
    .scroll:after {
      position: absolute;
      content: '';
      width: 40px;
      height: 40px;
      margin: 30px auto 0;
      top: 0;
      right: 0;
      left: 0;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-animation: 3s arrow infinite ease-in-out;
      animation: 3s arrow infinite ease-in-out;
    }
}

@-webkit-keyframes arrow {
  0%, 100% {
    top: 10px;
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  50% {
    top: 30px;
    -webkit-transform: rotate(45deg) scale(.8);
    transform: rotate(45deg) scale(.8);
  }
}
@keyframes arrow {
  0%, 100% {
    top: 10px;
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  50% {
    top: 30px;
    -webkit-transform: rotate(45deg) scale(.8);
    transform: rotate(45deg) scale(.8);
  }
}

.pagination {
  display: none;
}

@media screen and (min-width: 768px) {
  .pagination {
    position: fixed;
    display: block;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    font-size: 1.4em;
    z-index: 10;
  }
    .pagination a {
      position: relative;
      display: block;
      margin-bottom: 12px;
      width: 15px;
      height: 15px;
      border: 1px solid #000;
      border-radius: 15px;
      background: url('images/ball.png') no-repeat 50% 50%;
      -webkit-transform: scale(0.99);
      transform: scale(0.99);
    }
    .pagination a.active {
      background-image: url('images/ball-active.png');
    }
}

.toggle {
  flex: 1;
  display: block;
  position: relative;
  background-color: #fff;
  padding: .33em 0;
  font-size: 2.5em;
  color: #000;
  margin-top: auto;
  margin-bottom: auto;
  text-align: right;
}
  .toggle span {
    display: none;
  }
  .toggle .icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    width: 36px;
    height: 24px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
  }
  .toggle .icon::before {
    position: absolute;
    top: 6px;
    left: 0;
    content: ' ';
    width: 100%;
    border-top: 4px solid #000;
  }

.menu {
  width: 100%;
  z-index: 9;
  font-size: 1.75em;
  text-align: center;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
  .menu.active {
    padding-top: 1em;
  }
  .menu ul {
    display: none;
    width: 100%;
    padding: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  .menu.active ul {
    display: block;
  }
  .menu li {
    display: block;
  }
  .menu a {
    display: block;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    color: #555;
    padding: .5em 3px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  .menu:hover a:not(:hover),
  header.hover .menu a:not(.active) {
    font-size: 1em;
  }
  .menu a:hover,
  .menu a.active {
    opacity: 1;
    font-size: 1.25em;
    text-decoration: none;
  }

@media screen and (min-width: 480px) {
  .toggle span {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .toggle {
    display: none;
  }
  .menu {
    display: flex;
    flex: 2;
    padding-left: 3em;
  }
  .menu ul {
    display: flex;
    height: 100%;
  }
  .menu li {
    display: flex;
    height: 100%;
    margin: auto;
    padding: 0;
    list-style: none;
  }
  .menu a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 3px;
  }
  .menu:hover a:not(:hover),
  header.hover .menu a:not(.active) {
    opacity: .25;
  }
}


#bg1 {
  position: fixed;
  z-index: 1;
  top: 0;
  margin-top: 0;
  width: 100vw;
  height: 100vh;

  -webkit-backface-visibility: hidden;

  background-image: url('images/511572637.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  z-index: 1;
  width: 100%;
  min-height: 300px;
}
  #slider-1 {
    margin-top: 5vh;
  }
