body {
  font-family: 'Open Sans', sans-serif; }

a {
  color: #2751cb; }

a:hover {
  color: #de000b; }

header {
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  padding: 16px;
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 99; }
  @media screen and (max-width: 480px) {
    header {
      background-color: #fff;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
      padding: 8px 16px; } }
  header .logo {
    display: block; }
    @media screen and (max-width: 480px) {
      header .logo {
        max-width: 80px; } }
  @media screen and (max-width: 480px) {
    header nav {
      -webkit-align-items: flex-start;
      align-items: flex-start;
      background-color: rgba(0, 0, 0, 0.45);
      height: 100%;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      left: 0;
      opacity: 0;
      position: fixed;
      top: 50px;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      width: 100%;
      z-index: 98; } }
  @media screen and (max-width: 480px) {
    header nav .nav-wrapper {
      background-color: #ce000b;
      max-width: 50%;
      padding: 16px 0 24px;
      position: absolute;
      right: -100%;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      width: 50%; } }
  header nav a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 16px;
    text-transform: uppercase; }
    @media screen and (max-width: 480px) {
      header nav a {
        border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
        color: #fff;
        font-size: 1em;
        letter-spacing: 1px;
        margin: 0;
        opacity: 0;
        padding: 16px 24px;
        text-align: left;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        -webkit-transition: 0.4s;
        transition: 0.4s; } }
  header nav a.slide-in {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  header nav.active {
    opacity: 1; }
  header nav.active .nav-wrapper {
    right: 0; }

header.scroll {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  padding: 8px 16px; }
  header.scroll nav a {
    color: #0054a6; }
    @media screen and (max-width: 480px) {
      header.scroll nav a {
        color: #fff; } }

.menu-button {
  background-color: transparent;
  display: none;
  height: 32px;
  margin-right: 8px;
  padding-top: 8px;
  position: relative;
  max-width: 30px;
  z-index: 99; }
  @media screen and (max-width: 480px) {
    .menu-button {
      display: block;
      flex: 1; } }
  .menu-button span {
    background-color: #0054a6;
    display: block;
    height: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .menu-button span:after, .menu-button span:before {
    background-color: #0054a6;
    content: "";
    display: block;
    height: 2px;
    top: 7px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .menu-button span:before {
    top: 17px; }

.menu-button.active span {
  background-color: transparent; }
.menu-button.active span:after {
  height: 2px;
  transform: rotate(45deg) translate(4px, -4px);
  background-color: #0054a6; }
.menu-button.active span:before {
  height: 2px;
  transform: rotate(-45deg) translate(10px, -2px);
  background-color: #0054a6; }

@media screen and (max-width: 480px) {
  main {
    margin-top: 50px; } }

.banner-wrapper {
  position: relative; }
  .banner-wrapper .banner-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .banner-wrapper .banner-overlay .title {
      display: block;
      font-family: 'Raleway', sans-serif;
      font-size: 3.5em;
      font-weight: 700;
      margin-bottom: 16px;
      padding-top: 48px;
      text-transform: uppercase; }
      @media screen and (max-width: 480px) {
        .banner-wrapper .banner-overlay .title {
          font-size: 2.5em; } }
    .banner-wrapper .banner-overlay p {
      font-size: 1.2em; }
  .banner-wrapper .banner-overlay.inner.scroll {
    height: 200px;
    position: fixed;
    background-color: #20409a; }
    @media screen and (max-width: 480px) {
      .banner-wrapper .banner-overlay.inner.scroll {
        height: 100%;
        position: absolute; } }
  .banner-wrapper .banner img {
    width: 100%; }
  .banner-wrapper .banner .overlay {
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-weight: 300;
    line-height: 1.4em;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 72px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11; }
    @media screen and (max-width: 480px) {
      .banner-wrapper .banner .overlay {
        padding-bottom: 24px; } }
    .banner-wrapper .banner .overlay h3 {
      font-size: 2.6em;
      font-weight: 600;
      margin-bottom: 24px;
      max-width: 50%; }
      @media screen and (max-width: 768px) {
        .banner-wrapper .banner .overlay h3 {
          max-width: 90%; } }
      @media screen and (max-width: 480px) {
        .banner-wrapper .banner .overlay h3 {
          font-size: 1.5em;
          margin-bottom: 8px; } }
    .banner-wrapper .banner .overlay p {
      font-size: 1.2em;
      line-height: 1.4em;
      max-width: 50%; }
      @media screen and (max-width: 768px) {
        .banner-wrapper .banner .overlay p {
          max-width: 90%; } }
      @media screen and (max-width: 480px) {
        .banner-wrapper .banner .overlay p {
          font-size: 0.85em;
          line-height: 1.3em; } }

.banner-wrapper.inner {
  background: url("../images/inner/about-banner.jpg");
  background-size: cover;
  max-height: 400px;
  z-index: 12; }
  .banner-wrapper.inner .banner-overlay {
    padding-top: 48px;
    position: relative;
    z-index: 11; }

.text-banner {
  background-color: #2c334b;
  color: #fff;
  font-size: 3em;
  padding: 128px 0 24px;
  text-align: center;
  text-transform: uppercase; }

#BlueTextArea {
  background-color: #20409a;
  color: #fff;
  padding: 48px 16px; }
  #BlueTextArea p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em; }
    @media screen and (max-width: 480px) {
      #BlueTextArea p {
        font-size: 1em;
        line-height: 1.6em; } }
  #BlueTextArea a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 32px;
    text-transform: uppercase; }
    #BlueTextArea a span {
      display: block;
      margin-top: 8px; }
    #BlueTextArea a img {
      max-width: 30px; }

.content {
  padding: 48px 16px; }

@media screen and (max-width: 480px) {
  .text-60-xs {
    -webkit-flex: 1 1 90% !important;
    flex: 1 1 90% !important; } }
.gradient-text {
  background: -webkit-linear-gradient(left, #20409a, #71c9f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.gradient-text:after {
  content: "";
  background: linear-gradient(left, #20409a, #71c9f1);
  background: -webkit-linear-gradient(left, #20409a, #71c9f1);
  display: inline-block;
  height: 2px;
  width: 40%; }
  @media screen and (max-width: 768px) {
    .gradient-text:after {
      display: block;
      margin-top: 16px; } }

#Services h2 small {
  color: #ed1c24;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase; }
#Services span {
  background: -webkit-linear-gradient(0deg, #20409a, #71c9f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.1em; }
#Services .services-tiles {
  margin-top: 72px; }
  #Services .services-tiles .card {
    margin: 0 48px 72px 0; }
    @media screen and (max-width: 768px) {
      #Services .services-tiles .card {
        margin: 0 0 36px; } }
    #Services .services-tiles .card .icon {
      margin-right: 16px;
      max-width: 64px; }
    #Services .services-tiles .card h4 {
      color: #20409a;
      font-size: 1.2em;
      margin-bottom: 8px; }
    #Services .services-tiles .card p {
      color: #888;
      font-size: 12px;
      line-height: 1.4em; }

#GradientBg {
  background: #20409a;
  background: linear-gradient(left, #20409a, #71c9f1);
  background: -webkit-linear-gradient(left, #20409a, #71c9f1);
  color: #fff;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4em;
  padding: 48px 16px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #GradientBg {
      font-size: 1.5em;
      padding: 30px 16px; } }

#Partners {
  text-align: center; }
  #Partners .card {
    margin: 24px 0; }
    @media screen and (max-width: 480px) {
      #Partners .card {
        margin: 16px 24px; } }

#LatestNews {
  background: url("../images/home/news-bg.jpg") no-repeat;
  background-size: cover; }
  #LatestNews .h2 {
    color: #fff;
    font-size: 2.3em;
    font-weight: 300;
    margin-bottom: 48px; }
    #LatestNews .h2 small {
      display: block;
      margin-top: 12px; }
  #LatestNews .h2::after {
    background: linear-gradient(left, #20409a, #71c9f1);
    background: -webkit-linear-gradient(left, #20409a, #71c9f1);
    content: "";
    display: inline-block;
    height: 2px;
    width: 30%;
    max-width: 200px; }
  #LatestNews .card {
    background-color: #fff;
    height: calc(100% - 32px);
    margin: 16px;
    padding: 48px 24px; }
    #LatestNews .card h3 {
      font-family: 'Bree Serif', serif;
      font-size: 1.6em;
      line-height: 1.3em;
      margin-bottom: 16px; }
    #LatestNews .card p {
      font-size: 0.9em;
      line-height: 1.4em;
      margin-bottom: 16px; }
    #LatestNews .card a {
      font-size: 0.9em; }

.table {
  font-size: 13px;
  margin-top: 24px;
  width: 100%; }
  .table thead th {
    background-color: #20409a;
    color: #fff;
    font-weight: 600;
    padding: 12px 16px;
    text-align: left; }
  .table tbody td {
    border: 1px #eeeeee solid;
    padding: 8px; }

.footer-top h3 {
  color: #9E9E9E;
  font-family: 'Teko', sans-serif;
  font-size: 5em; }
.footer-top p {
  font-size: 14px;
  line-height: 1.5em; }

footer {
  background: url("../images/home/footer-bg.jpg");
  background-size: cover;
  border-top: 2px #20409a solid;
  position: relative; }
  footer .overlay {
    background-color: rgba(28, 36, 39, 0.9);
    color: #fff;
    font-weight: 300;
    padding: 48px; }
    footer .overlay .address {
      text-align: center; }
      @media screen and (max-width: 480px) {
        footer .overlay .address aside {
          margin-bottom: 16px; } }
      footer .overlay .address .icon {
        display: block;
        margin-bottom: 8px; }
      footer .overlay .address .title {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
        text-transform: uppercase; }
      footer .overlay .address .text {
        display: block;
        font-size: 13px;
        line-height: 1.5em; }
    footer .overlay .social-links {
      font-size: 24px;
      margin-top: 32px; }
      footer .overlay .social-links a {
        background-color: #9E9E9E;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        margin: 0 4px;
        text-align: center;
        width: 40px; }
      footer .overlay .social-links a:nth-of-type(1) {
        background-color: #0054a6; }
      footer .overlay .social-links a:nth-of-type(2) {
        background-color: #20409a; }
      footer .overlay .social-links a:nth-of-type(3) {
        background-color: #00aeef; }
    footer .overlay .footer-logo {
      padding: 48px 0 24px; }
    footer .overlay .footer-btm {
      border-top: 1px rgba(255, 255, 255, 0.15) solid;
      color: #9E9E9E;
      font-size: 12px;
      padding-top: 16px; }
      @media screen and (max-width: 480px) {
        footer .overlay .footer-btm {
          text-align: center; } }
      footer .overlay .footer-btm a {
        color: #1ebf9d; }
        @media screen and (max-width: 480px) {
          footer .overlay .footer-btm a {
            display: block;
            margin-top: 8px; } }

#clientOver {
  margin: 24px 0; }
  #clientOver article {
    background-color: #f9f9f9;
    margin: 0 0 2px;
    padding: 0 !important; }
  #clientOver section {
    padding: 0  24px; }
  #clientOver h2 {
    background-color: #20409a;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 12px 16px; }
  #clientOver h2.active {
    background-color: #ed1c24; }
  #clientOver h3 {
    color: #20409a;
    font-weight: 600;
    margin: 16px 0 8px;
    text-transform: uppercase; }
  #clientOver ul {
    font-size: 14px;
    list-style: disc;
    margin-bottom: 24px;
    padding-left: 24px; }
    #clientOver ul li {
      line-height: 1.4em;
      margin-bottom: 4px; }

.inner-banner {
  background-color: #20409a;
  color: #fff;
  padding: 128px 0 6px;
  text-align: center; }

#inner .card.no-margin {
  margin: 0;
  padding: 16px 0; }
#inner .h2 {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: uppercase; }
#inner .not-click {
  cursor: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
#inner .link-btn {
  background-color: #20409a;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 8px 12px;
  text-transform: uppercase;
  transition: 0.4s; }
#inner .link-btn:hover {
  background-color: #ed1c24;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
#inner article {
  padding: 48px 16px; }
  #inner article p, #inner article li {
    font-size: 0.9em;
    line-height: 1.6em;
    margin-bottom: 24px;
    text-align: justify; }
  #inner article ul {
    list-style: disc;
    margin-bottom: 24px;
    padding-left: 24px; }
    #inner article ul li {
      margin-bottom: 4px; }
  #inner article .links a {
    color: #2751cb; }
  #inner article .links a:hover {
    color: #de000b; }
  #inner article .card {
    padding: 16px; }
#inner .services-tiles {
  margin-top: 72px; }
  #inner .services-tiles .card {
    margin: 0 48px 24px 0; }
    @media screen and (max-width: 768px) {
      #inner .services-tiles .card {
        margin: 0 16px 24px 0; } }
    #inner .services-tiles .card .icon {
      max-width: 72px;
      margin-right: 16px; }
      #inner .services-tiles .card .icon span {
        border: 2px #48c9e6 solid;
        border-radius: 50%;
        box-shadow: inset 0 0 16px rgba(69, 185, 213, 0.35);
        display: block;
        height: 72px;
        padding: 16px;
        width: 72px; }
    #inner .services-tiles .card h4 {
      color: #20409a;
      font-size: 1.2em;
      margin-bottom: 8px; }
    #inner .services-tiles .card p {
      font-size: 14px;
      line-height: 1.4em; }
#inner .contact-address {
  margin-top: 16px;
  padding: 12px 8px;
  text-align: center; }
  #inner .contact-address span {
    display: block;
    font-size: 0.85em;
    line-height: 1.5em; }
#inner .contact-social-links {
  font-size: 24px;
  margin-top: 32px; }
  #inner .contact-social-links h4 {
    font-size: 0.8em;
    font-weight: 600;
    margin-right: 24px;
    text-transform: uppercase; }
  #inner .contact-social-links a {
    background-color: #9E9E9E;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 8px;
    text-align: center;
    width: 40px; }
  #inner .contact-social-links a:nth-of-type(1) {
    background-color: #0054a6; }
  #inner .contact-social-links a:nth-of-type(2) {
    background-color: #20409a; }
  #inner .contact-social-links a:nth-of-type(3) {
    background-color: #00aeef; }
#inner .filters {
  position: relative; }
  #inner .filters input {
    border: none;
    outline: none; }
  #inner .filters a {
    font-size: 12px; }
  #inner .filters select {
    border: none;
    font-family: inherit;
    outline: none;
    margin: 0; }
    #inner .filters select option {
      font-size: 0.75em; }
  #inner .filters .dropdown {
    background-color: #fff;
    bottom: -65%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 16px 0;
    position: absolute; }
    #inner .filters .dropdown li {
      border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
      cursor: pointer;
      list-style: none;
      line-height: 1em;
      margin: 0;
      padding: 10px 16px;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      min-width: 200px; }
    #inner .filters .dropdown :hover {
      background-color: rgba(0, 0, 0, 0.05); }
#inner .flags {
  list-style: none;
  margin-top: 24px;
  padding: 0; }
  #inner .flags li {
    background-color: #fff;
    box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    flex: 1;
    margin: 0 4px;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  #inner .flags li.active,
  #inner .flags li:hover {
    background-color: #20409a;
    color: #fff; }
  #inner .flags small {
    display: block; }
#inner .project-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  #inner .project-list li {
    font-size: 0.9em;
    line-height: 1.2em;
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
    max-width: 25%;
    width: 100%; }
    #inner .project-list li .card {
      border: 1px #eee solid; }
    #inner .project-list li p {
      color: #20409a;
      font-size: 1em;
      font-weight: bold;
      margin-bottom: 0; }
    #inner .project-list li p.red {
      color: #ed1c24; }
    #inner .project-list li span {
      color: #999999;
      display: block;
      font-size: 0.75em;
      font-weight: bold;
      margin-top: 8px;
      text-transform: uppercase; }
  #inner .project-list li:hover {
    background-color: #f9f9f9; }

.input-container {
  margin: 16px 0 8px; }

.input-container label {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600; }

.input-container .input {
  border: 2px #b3c5da solid;
  background-color: #f0f0f0;
  padding: 2px 8px;
  border-radius: 2px; }

.input-container .input * {
  outline: none;
  border: none;
  min-height: 30px;
  color: #473e35;
  display: block;
  width: 100%;
  background-color: transparent;
  font-size: 1.1em;
  font-family: inherit; }

.input-container .input input,
.input-container .input textarea {
  font-family: inherit;
  font-size: 13px; }

.input-container .input textarea {
  min-height: 72px;
  padding-top: 8px; }

.input-container button {
  background-color: #26348d;
  outline: none;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  font-family: inherit;
  color: #fff;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.messages {
  padding: 12px 8px;
  color: #fff;
  text-align: center;
  font-size: 14px; }

.messages.success {
  background-color: #00CC00; }

.messages.error {
  background-color: red; }

.input-message-animation {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  opacity: 1;
  margin-top: 0;
  padding-top: 5px;
  color: red; }

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