@charset "UTF-8";
/* IMPORT STYLES */
/* BASE */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900&subset=latin,latin-ext);
html {
  font-size: 62.5%;
  height: 100%; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  height: 100%;
  color: #002562; }

p {
  font-size: 1.4rem; }

a {
  text-decoration: none;
  color: #002562; }

a:hover {
  text-decoration: none;
  color: #3fa9f5; }

	/*
  	Flaticon icon font: Flaticon
  	Creation date: 22/03/2016 16:05
  	*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg"); } }
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-right: 20px;
  display: inline-block; }

.flaticon-danger:before {
  content: "\f100"; }

.flaticon-letter:before {
  content: "\f101"; }

.flaticon-mark:before {
  content: "\f102"; }

.flaticon-technology:before {
  content: "\f103"; }

/* HELPERS */
.height-max-value {
  height: 100%;
  min-height: 100%; }

body {
  overflow: hidden !important; }

body.loaded {
  overflow: visible !important; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  margin: -75px 0 0 -3px;
  border-radius: 50%;
  border: 3px solid transparent;
  background: #3498db;
  z-index: 1001;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

#loader:before {
  content: "";
  position: absolute;
  top: 27px;
  left: 27px;
  right: 27px;
  bottom: 27px;
  border: 3px solid transparent;
  background: #002562;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #000b33;
  z-index: 1000;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

.bg-inner {
  background: #002562; }

.flaticon-danger.form-control-feedback {
  right: 11px;
  top: 8px; }

/* COMPONENTS */
/* LAYOUT */
header.header {
  height: 744px;
  background: url("../img/hero_header.jpg") no-repeat scroll 0 0/cover; }
  header.header .navbar-fixed-top {
    padding-top: 40px;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out,width .5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out, width 0.5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out,width .5s ease-in-out; }
  header.header .navbar-fixed-top.top-nav-collapse {
    background: #002562;
    padding-bottom: 9px;
    padding-top: 9px; }
    header.header .navbar-fixed-top.top-nav-collapse a.logo img {
      width: 220px; }
    header.header .navbar-fixed-top.top-nav-collapse ul.nav__list {
      padding-top: 18px; }
  header.header nav {
    text-align: right;
    width: 1174px;
    margin: 0 auto;
    position: relative; }
    header.header nav a.logo {
      float: left; }
    header.header nav ul.nav__list {
      list-style: none;
      padding: 29px 0 0;
      display: inline-block;
      margin: 0; }
      header.header nav ul.nav__list li {
        display: inline-block;
        position: relative;
        margin-right: 20px; }
        header.header nav ul.nav__list li a {
          color: #fff;
          text-transform: uppercase; }
        header.header nav ul.nav__list li a:hover {
          color: #3fa9f5; }
      header.header nav ul.nav__list li.active a {
        color: #3fa9f5 !important; }
      header.header nav ul.nav__list li:last-of-type {
        margin-right: 0; }
      header.header nav ul.nav__list li:last-of-type:before {
        display: none; }
      header.header nav ul.nav__list li::before {
        content: "/";
        color: #3fa9f5;
        position: absolute;
        right: -15px;
        top: 0;
        font-size: 1.4rem; }
  header.header .header__wall {
    margin-top: 295px; }
    header.header .header__wall h1 {
      font-size: 6rem;
      font-weight: 700;
      margin: 0;
      display: block;
      color: #fff; }
    header.header .header__wall span {
      font-size: 3rem;
      font-weight: 300;
      color: #b7ddf8;
      margin: 24px 0 17px;
      display: block; }
    header.header .header__wall p {
      font-size: 2rem;
      margin: 0;
      color: #b7ddf8;
      font-weight: 300; }
    header.header .header__wall .default-link {
      font-size: 2rem;
      font-weight: 700;
      text-transform: uppercase;
      display: inline-block;
      padding: 9px 14px;
      background: #3fa9f5;
      color: #fff;
      margin-top: 43px; }
      header.header .header__wall .default-link:hover {
        background: #002562; }

footer {
  background: #f8f8f8; }
  footer .footer-content {
    height: 104px;
    position: relative; }
    footer .footer-content p, footer .footer-content span {
      font-size: 1.5rem;
      color: #a5a5a5;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute; }
    footer .footer-content span {
      right: 135px; }
    footer .footer-content a {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      right: 15px; }
  footer .text-right {
    text-align: right; }

/* PAGES */
/* -_G┼é├│wna */
section.first-section {
  padding: 111px 0 80px; }
  section.first-section h2 {
    font-size: 4rem;
    color: #002562;
    font-weight: 900;
    margin: 0 0 60px;
    display: block;
    text-transform: uppercase; }
  section.first-section p {
    font-size: 1.9rem;
    margin-bottom: 30px; }
  section.first-section ul.first-section__list {
    list-style: none;
    margin: 41px 0 50px;
    padding: 0;
    display: block; }
    section.first-section ul.first-section__list li {
      display: inline-block;
      border: 1px solid #d3d3d3;
      padding: 10px;
      text-align: center;
      margin-right: 38px;
      min-height: 124px;
      min-width: 127px;
      position: relative; }
      section.first-section ul.first-section__list li span {
        display: block;
        font-size: 3.5rem;
        margin-bottom: 10px; }
      section.first-section ul.first-section__list li p {
        margin: 0;
        display: block;
        font-size: 1.2rem;
        color: #3fa9f5;
        text-transform: uppercase;
        position: absolute;
        bottom: 17px;
        left: 0;
        right: 0;
        min-height: 40px; }
      section.first-section ul.first-section__list li p.other-text {
        bottom: 5px; }
    section.first-section ul.first-section__list li:last-of-type {
      margin: 0; }

section.second-section {
  background: #f8f8f8; }
  section.second-section .second-section__heading {
    background: #002c4b;
    height: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px; }
    section.second-section .second-section__heading h3 {
      font-size: 3.1rem;
      font-weight: 900;
      display: block;
      margin: 0;
      position: absolute;
      color: #fff;
      text-transform: uppercase;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  section.second-section .second-section__heading::after {
    background: #002c4b none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -101%;
    position: absolute;
    width: 101%;
    top: 0; }
  section.second-section .second-section__features {
    background: #f8f8f8;
    padding-left: 50px;
    padding-top: 80px;
    padding-bottom: 80px; }
    section.second-section .second-section__features ul.second-section__features__list {
      list-style: none;
      padding: 0;
      margin: 0; }
      section.second-section .second-section__features ul.second-section__features__list li {
        display: block;
        font-size: 1.9rem;
        margin-bottom: 10px;
        position: relative;
        padding-left: 27px; }
      section.second-section .second-section__features ul.second-section__features__list li::after {
        border-radius: 50%;
        width: 13px;
        height: 13px;
        background: #3fa9f5;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block; }
    section.second-section .second-section__features p {
      font-size: 1.7rem;
      margin: 54px 0 0; }

section.third-section {
  padding: 108px 0 70px; }
  section.third-section h3 {
    font-size: 4rem;
    color: #002562;
    text-transform: uppercase;
    margin: 0 0 70px;
    display: block;
    font-weight: 900; }
    section.third-section h3 small {
      display: block;
      font-size: 1.4rem;
      color: #002562;
      margin-top: 5px;
      text-transform: initial; }
  section.third-section p {
    font-size: 1.9rem;
    margin-bottom: 35px; }
  section.third-section ul.third-section__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    section.third-section ul.third-section__list h4 {
      font-size: 1.9rem;
      font-weight: 900;
      display: block;
      margin: 0;
      margin-bottom: 20px;
      text-transform: uppercase; }
    section.third-section ul.third-section__list li {
      display: block;
      font-size: 1.9rem;
      margin-bottom: 10px;
      position: relative;
      padding-left: 27px;
      margin-left: 20px; }
    section.third-section ul.third-section__list li::after {
      border-radius: 50%;
      width: 13px;
      height: 13px;
      background: #3fa9f5;
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block; }

section.four-section {
  padding: 50px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0164ad+0,3897db+50,0164ad+100 */
  background: #0164ad;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0164ad 0%, #3897db 50%, #0164ad 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0164ad 0%, #3897db 50%, #0164ad 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0164ad 0%, #3897db 50%, #0164ad 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0164ad', endColorstr='#0164ad',GradientType=1 );
  /* IE6-9 */ }
  section.four-section h5 {
    font-size: 1.9rem;
    color: #fff;
    display: block;
    margin: 0 0 53px;
    font-weight: 900;
    text-transform: uppercase; }
  section.four-section .four-section__img__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; }
    section.four-section .four-section__img__list ul li {
      display: block;
      font-size: 1.5rem;
      color: #fff;
      text-align: center;
      margin-bottom: 16px; }
    section.four-section .four-section__img__list ul li::before {
      content: "1";
      display: block;
      width: 30px;
      height: 30px;
      background: #fff;
      border-radius: 50%;
      margin: 0 auto;
      margin-bottom: 10px;
      color: #002a49;
      text-align: center;
      line-height: 28px; }
    section.four-section .four-section__img__list ul li:nth-child(2):before {
      content: "2"; }
    section.four-section .four-section__img__list ul li:nth-child(3):before {
      content: "3"; }
    section.four-section .four-section__img__list ul li:nth-child(4):before {
      content: "4"; }
    section.four-section .four-section__img__list ul li:nth-child(5):before {
      content: "5"; }
    section.four-section .four-section__img__list ul li:nth-child(6):before {
      content: "6"; }
    section.four-section .four-section__img__list ul li:nth-child(7):before {
      content: "7"; }
    section.four-section .four-section__img__list ul li:nth-child(8):before {
      content: "8"; }

section.five-section {
  padding: 100px 0;
  min-height: 533px;
  background: url("../img/hero_two.jpg") no-repeat scroll 0 0/cover; }
  section.five-section h5 {
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    display: block; }
  section.five-section p {
    font-size: 3rem;
    color: #99d8df;
    font-weight: 300;
    margin: 144px 0 0; }

section.six-section {
  padding: 90px 0; }
  section.six-section h6 {
    font-size: 4rem;
    color: #002562;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 60px; }
  section.six-section fieldset .form-group {
    margin-bottom: 10px; }
    section.six-section fieldset .form-group input, section.six-section fieldset .form-group textarea {
      border: 1px solid #d9d9d9;
      box-shadow: none;
      border-radius: 0;
      font-size: 1.6rem; }
    section.six-section fieldset .form-group input {
      height: 50px; }
  section.six-section fieldset .button-send {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 14px;
    background: #3fa9f5;
    color: #fff;
    margin-top: 5px;
    border: 0; }
    section.six-section fieldset .button-send:hover {
      background: #002562; }
  section.six-section .six-section__contact .six-section__contact__date {
    margin-top: 30px;
    padding-left: 84px; }
    section.six-section .six-section__contact .six-section__contact__date p {
      font-size: 2rem;
      font-weight: 700;
      color: #002562; }
  section.six-section .six-section__contact .link-group:first-of-type {
    margin-top: 30px;
    margin-bottom: 5px; }
  section.six-section .six-section__contact .link-group i.flaticon-technology::before,
  section.six-section .six-section__contact .link-group i.flaticon-letter::before {
    color: #adadad;
    font-size: 3.7rem;
    top: 7px;
    position: relative; }
  section.six-section .six-section__contact .link-group a {
    font-size: 2rem;
    margin-top: 4px; }
  section.six-section .six-section__contact i.flaticon-technology::before {
    color: #adadad;
    font-size: 3.7rem;
    top: 7px;
    position: relative; }
  section.six-section .six-section__contact span {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    margin-top: 30px;
    text-transform: uppercase; }
  section.six-section .six-section__contact a {
    font-size: 2rem;
    margin-top: 4px; }

/*--*/
/* VENDORS */
/* RESPONSIVE */
@media screen and (max-width: 1200px) {
  html {
    font-size: 58%; }

  section.first-section ul.first-section__list li {
    margin-right: 5px; }

  header.header .navbar-fixed-top {
    padding-left: 15px;
    padding-right: 15px; }

  header.header nav {
    width: auto; }

  section.six-section .six-section__contact .six-section__contact__date {
    padding-left: 6px; }

  header.header nav a.logo img {
    width: 270px; } }
@media screen and (max-width: 992px) {
  header.header .header__wall {
    margin-top: 230px; }

  .container {
    width: auto; }

  header.header {
    height: 659px;
    background-position: -506px 0; }

  section.five-section {
    min-height: 321px; }

  section.five-section p {
    margin-top: 60px; }

  .six-section__contact {
    margin-top: 10%;
    text-align: center; }
    .six-section__contact a img {
      margin: 0 auto;
      display: block; }

  footer {
    text-align: center; }

  footer .footer-content a,
  footer .footer-content p, footer .footer-content span {
    left: auto;
    right: auto;
    top: auto;
    transform: translateY(0);
    position: relative;
    display: block;
    text-align: center;
    margin: 0; }
    footer .footer-content a img,
    footer .footer-content p img, footer .footer-content span img {
      display: block;
      text-align: center;
      margin: 10px auto 0; }

  footer .text-right {
    text-align: center; }

  footer .footer-content {
    height: auto;
    padding: 15px 0; }

  header.header .header__wall h1 {
    font-size: 5rem; }

  header.header .header__wall span {
    font-size: 2rem; }

  header.header .header__wall p {
    font-size: 1.7rem; }

  section.first-section ul.first-section__list li {
    margin-bottom: 30px;
    margin-right: 3.2%;
    width: 30.9%; }

  section.first-section ul.first-section__list li:nth-child(6),
  section.first-section ul.first-section__list li:nth-child(3) {
    margin-right: 0; }

  .navbar-toggle {
    position: absolute;
    top: 9px;
    right: -3px;
    display: block;
    z-index: 1000;
    background: #0f456d; }
    .navbar-toggle span {
      background: #fff; }

  header.header .navbar-fixed-top {
    padding: 0; }

  header.header nav {
    padding: 6px 0; }

  header.header nav ul.nav__list {
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    background: #002562;
    padding: 0; }
    header.header nav ul.nav__list li {
      text-align: left;
      display: block;
      margin-bottom: 17px;
      border-top: 1px solid #023f6a;
      margin: 0; }
      header.header nav ul.nav__list li a {
        text-align: left;
        padding: 8px 15px;
        display: block; }
    header.header nav ul.nav__list li:before {
      display: none; }
    header.header nav ul.nav__list li:last-of-type {
      border-top: 1px solid #023f6a;
      border-bottom: 1px solid #023f6a; }

  header.header .navbar-fixed-top.top-nav-collapse ul.nav__list {
    top: 64px;
    padding-top: 0; }

  header.header .navbar-fixed-top.top-nav-collapse {
    padding-top: 0;
    padding-bottom: 0; }

  header.header nav a.logo {
    margin-left: 5px; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px; }

  .navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px; }

  .navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out; }

  .navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg); }

  .navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent; }

  .navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg); } }
@media screen and (max-width: 768px) {
  .four-section__img img {
    display: none; }

  section.four-section .four-section__img__list ul {
    display: block; }

  section.four-section h5 {
    text-align: center; }

  section.second-section .second-section__heading::after {
    display: none; }

  section.second-section .second-section__heading {
    margin: 0 -15px;
    height: auto !important; }

  section.second-section .second-section__heading h3 {
    left: 0;
    right: 0;
    text-align: center; }

  header.header .header__wall h1 {
    font-size: 4rem; }

  section.first-section h2,
  section.third-section h3,
  section.five-section h5,
  section.six-section h6 {
    font-size: 3rem; }

  header.header .header__wall p br {
    display: none; } }
@media screen and (max-width: 600px) {
  section.first-section ul.first-section__list li {
    width: 48%; }

  section.first-section ul.first-section__list li:nth-child(2),
  section.first-section ul.first-section__list li:nth-child(2),
  section.first-section ul.first-section__list li:nth-child(4),
  section.first-section ul.first-section__list li:nth-child(6) {
    margin-right: 0; }

  section.first-section ul.first-section__list li:nth-child(3) {
    margin-right: 3.2%; }

  fieldset {
    text-align: center; }

  header.header .header__wall h1 {
    font-size: 3rem; }

  header.header .header__wall {
    text-align: center; }

  header.header .header__wall {
    margin-top: 196px; }

  header.header {
    height: 549px; } }
@media screen and (max-width: 480px) {
  header.header .header__wall span {
    font-size: 1.7rem; }

  header.header .header__wall h1 {
    font-size: 2.7rem; }

  header.header {
    height: auto;
    padding-bottom: 25px; }

  header.header .header__wall p {
    font-size: 1.6rem; }

  section.first-section p,
  section.second-section .second-section__features ul.second-section__features__list li,
  section.third-section p,
  section.third-section ul.third-section__list li {
    font-size: 1.6rem; }

  section.second-section .second-section__features {
    padding-left: 0; }

  section.third-section,
  section.first-section,
  section.six-section {
    padding: 50px 0; } }
@media screen and (max-width: 340px) {
  section.first-section ul.first-section__list li {
    width: 100%;
    margin: 0 0 15px !important; } }
/*/*/

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