@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700");
[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
     transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:after, [aria-label=""]:before, [data-hint=""]:after, [data-hint=""]:before {
  display: none !important;
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
      transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -ms-transform: translateX(-50%) translateY(8px);
      transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}

.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px);
}

.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  margin-left: 12px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -ms-transform: translateX(-100%) translateY(-8px);
      transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
  margin-left: -12px;
}

.hint--top-right:hover:after, .hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -ms-transform: translateX(-100%) translateY(8px);
      transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
  margin-left: -12px;
}

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
      transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -ms-transform: translateX(-100%) translateY(-8px);
      transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -ms-transform: translateX(-50%) translateY(8px);
      transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -ms-transform: translateX(-100%) translateY(8px);
      transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:after, .hint--no-animate:before {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s;
}

.hint--bounce:after, .hint--bounce:before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*
Flaticon icon font: Flaticon
Creation date: 27/09/2018 13:33
*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon/Flaticon.eot");
  src: url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon/Flaticon.woff") format("woff"), url("../fonts/flaticon/Flaticon.ttf") format("truetype"), url("../fonts/flaticon/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/Flaticon.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-chevron-left:before {
  content: "";
}

.flaticon-facebook:before {
  content: "";
}

.flaticon-twitter:before {
  content: "";
}

.flaticon-caret-right:before {
  content: "";
}

.flaticon-camera:before {
  content: "";
}

.flaticon-fat-chevron-right:before {
  content: "";
}

.flaticon-pinterest:before {
  content: "";
}

.flaticon-google-plus:before {
  content: "";
}

.flaticon-linkedin:before {
  content: "";
}

.flaticon-instagram:before {
  content: "";
}

.flaticon-youtube:before {
  content: "";
}

.flaticon-chevron-right:before {
  content: "";
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

body, body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 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;
}

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

.nowrap {
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  white-space: nowrap;
}

.responsive-table {
  max-width: 100%;
  overflow-x: scroll;
}

*:active, *:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.clear {
  clear: both;
}

.clearfix:before, .services:before, .vessels:before, .project-updates .update .images:before, .project-single .project-single-right .thumbs:before, .homepage-companies .company .inner:before, .content-listing:before, .homepage-latest-news .news-item:before, .sidebar-latest-news .news-item:before, #gallery:before, .secondary-page-banner ol#breadcrumbs:before, .tab-content:before, .form-group:before, .owl-dots:before, .portal-page table:before, .row:before, .container:before,
.clearfix:after,
.services:after,
.vessels:after,
.project-updates .update .images:after,
.project-single .project-single-right .thumbs:after,
.homepage-companies .company .inner:after,
.content-listing:after,
.homepage-latest-news .news-item:after,
.sidebar-latest-news .news-item:after,
#gallery:after,
.secondary-page-banner ol#breadcrumbs:after,
.tab-content:after,
.form-group:after,
.owl-dots:after,
.portal-page table:after, .row:after, .container:after {
  content: " ";
  display: table;
  width: 0;
  height: 0;
}

.clearfix:after, .services:after, .vessels:after, .project-updates .update .images:after, .project-single .project-single-right .thumbs:after, .homepage-companies .company .inner:after, .content-listing:after, .homepage-latest-news .news-item:after, .sidebar-latest-news .news-item:after, #gallery:after, .secondary-page-banner ol#breadcrumbs:after, .tab-content:after, .form-group:after, .owl-dots:after, .portal-page table:after, .row:after, .container:after {
  clear: both;
}

.clearfix, .services, .vessels, .project-updates .update .images, .project-single .project-single-right .thumbs, .homepage-companies .company .inner, .content-listing, .homepage-latest-news .news-item, .sidebar-latest-news .news-item, #gallery, .secondary-page-banner ol#breadcrumbs, .tab-content, .form-group, .owl-dots, .portal-page table, .row, .container {
  *zoom: 1;
  /* ie6/7 only */
}

img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img {
    height: auto !important;
  }
}

img[align=left],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 5px 40px 30px 0px;
}
@media (max-width: 767px) {
  img[align=left],
img[style*="float: left"],
img[style*="float:left"] {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

img[align=right],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 5px 0px 30px 40px;
}
@media (max-width: 767px) {
  img[align=right],
img[style*="float: right"],
img[style*="float:right"] {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

.hp {
  display: none;
}

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

.small {
  font-size: 0.7em;
  font-family: inherit;
}
.small .clr1 {
  color: #34508F;
  display: inline-block;
  margin-bottom: 15px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}
table tr th, table tr td {
  padding: 10px 15px;
  border: 1px solid #ddd;
  word-break: break-word;
  vertical-align: top;
}
table tr th, table tr .th {
  font-weight: bold;
  text-align: left;
}
@media (max-width: 2000px) {
  .portal-page table {
    display: block;
    max-width: 100% !important;
    width: 100% !important;
  }
}
.portal-page table thead, .portal-page table tbody {
  display: block;
  width: 100% !important;
}
@media (max-width: 2000px) {
  .portal-page table tr {
    background: #eee;
    display: block;
    float: left;
    margin-bottom: 20px;
    width: calc(100% / 3 - 20px);
  }
  .portal-page table tr:first-child {
    display: none;
  }
  .portal-page table tr:nth-child(3n+2) {
    clear: left;
  }
  .portal-page table tr:nth-child(3n), .portal-page table tr:nth-child(3n+1) {
    margin-left: 30px;
  }
  .portal-page table tr.narrow-container {
    width: calc(100% / 2 - 20px);
  }
  .portal-page table tr.narrow-container:nth-child(3n+2) {
    clear: none;
  }
  .portal-page table tr.narrow-container:nth-child(3n), .portal-page table tr.narrow-container:nth-child(3n+1) {
    margin-left: 0;
  }
  .portal-page table tr.narrow-container:nth-child(2n) {
    clear: left;
  }
  .portal-page table tr.narrow-container:nth-child(2n+1) {
    margin-left: 40px;
  }
}
@media (max-width: 1100px) {
  .portal-page table tr {
    width: calc(100% / 2 - 20px);
  }
  .portal-page table tr:nth-child(3n+2) {
    clear: none;
  }
  .portal-page table tr:nth-child(3n), .portal-page table tr:nth-child(3n+1) {
    margin-left: 0;
  }
  .portal-page table tr:nth-child(2n) {
    clear: left;
  }
  .portal-page table tr:nth-child(2n+1) {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .portal-page table tr {
    float: none;
    width: 100%;
  }
  .portal-page table tr:nth-child(2n) {
    clear: none;
  }
  .portal-page table tr:nth-child(2n+1) {
    margin-left: 0;
  }
  .portal-page table tr.narrow-container {
    float: none;
    width: 100%;
  }
  .portal-page table tr.narrow-container:nth-child(2n) {
    clear: none;
  }
  .portal-page table tr.narrow-container:nth-child(2n+1) {
    margin-left: 0;
  }
}
.portal-page table tr th, .portal-page table tr td {
  white-space: nowrap;
}
@media (max-width: 2000px) {
  .portal-page table tr th, .portal-page table tr td {
    border: none;
    display: block;
    font-size: 0.9em;
    height: auto !important;
    padding: 4px 15px 4px 120px;
    position: relative;
    width: 100% !important;
    white-space: normal;
  }
  .portal-page table tr th.mobile-hide, .portal-page table tr td.mobile-hide {
    display: none;
  }
  .portal-page table tr th + th, .portal-page table tr th + td, .portal-page table tr td + th, .portal-page table tr td + td {
    border-top: 1px solid #ddd;
  }
  .portal-page table tr th:before, .portal-page table tr td:before {
    content: attr(data-th);
    font-size: 0.8em;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 100px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    color: #34508F;
    line-height: 1.2;
  }
}

.responsive-embed {
  overflow: hidden;
  position: relative;
  margin: 0 auto 50px;
  width: 100%;
}
.responsive-embed:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 65%;
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row {
  margin: 0 -15px;
}

.col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col.full {
  width: 100%;
}

.col.half {
  width: calc(100% / 2);
}

.col.quarter {
  width: calc(100% / 4);
}

.col.third {
  width: calc(100% / 3);
}

.col.one {
  width: calc(100% / 12);
}

.col.two {
  width: calc(100% / 12 * 2);
}

.col.three {
  width: calc(100% / 12 * 3);
}

.col.four {
  width: calc(100% / 12 * 4);
}

.col.five {
  width: calc(100% / 12 * 5);
}

.col.six {
  width: calc(100% / 12 * 6);
}

.col.seven {
  width: calc(100% / 12 * 7);
}

.col.eight {
  width: calc(100% / 12 * 8);
}

.col.nine {
  width: calc(100% / 12 * 9);
}

.col.ten {
  width: calc(100% / 12 * 10);
}

.col.eleven {
  width: calc(100% / 12 * 11);
}

.col.twelve {
  width: 100%;
}

@media (max-width: 767px) {
  .col {
    float: none !important;
    width: 100% !important;
  }
}
.circle-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.circle-image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.box, .project-updates .update, figure {
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 25px;
}
.box.slim, .project-updates .slim.update, figure.slim {
  padding: 10px;
}
.box > img, .project-updates .update > img, figure > img {
  display: block;
  height: auto !important;
  width: 100% !important;
}

figure {
  padding: 5px;
  text-align: center;
}
figure img {
  height: auto !important;
  width: 100% !important;
}
figure figcaption {
  font-size: 0.9em;
}

/* OWL CAROUSEL */
.owl-prev, .owl-next {
  position: absolute;
  top: calc(50% - 40px);
  height: auto;
  width: 25px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 767px) {
  .owl-prev, .owl-next {
    display: none;
  }
}
.owl-prev i, .owl-next i {
  color: #1C3772;
  font-size: 36px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.owl-prev:hover i, .owl-next:hover i {
  color: #34508F;
}

.owl-prev {
  left: -45px;
}
@media (max-width: 767px) {
  .owl-prev {
    left: -30px;
  }
}
.owl-prev i {
  -webkit-transform: translate3d(0, 54px, 0) rotate(180deg);
  -ms-transform: translate3d(0, 54px, 0) rotate(180deg);
  transform: translate3d(0, 54px, 0) rotate(180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.owl-next {
  right: -45px;
}
@media (max-width: 767px) {
  .owl-next {
    right: -30px;
  }
}

.owl-dots {
  margin-top: 45px;
  text-align: center;
}
.owl-dots .owl-dot {
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin-right: 7px;
  width: 15px;
}
.owl-dots .owl-dot.active {
  background: #34508F;
}

/* COOKIE BAR */
.cookie-bar {
  background: #1C3772;
  color: #fff;
  line-height: 1.3em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  z-index: 999999999999;
}
.cookie-bar .cookie-bar-inner {
  display: table;
  width: 100%;
}
@media (max-width: 500px) {
  .cookie-bar .cookie-bar-inner {
    display: block;
  }
}
.cookie-bar .cookie-bar-inner .cookie-bar-left {
  color: #eee;
  display: table-cell;
  padding: 0 50px 0 0;
  vertical-align: middle;
}
.cookie-bar .cookie-bar-inner .cookie-bar-left * {
  color: #eee;
  font-size: 16px;
}
@media (max-width: 500px) {
  .cookie-bar .cookie-bar-inner .cookie-bar-left {
    display: block;
    padding: 0 0 20px;
    text-align: center;
    width: 100%;
  }
}
.cookie-bar .cookie-bar-inner .cookie-bar-left p {
  line-height: 26px;
}
.cookie-bar .cookie-bar-inner .cookie-bar-left a {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
@media (max-width: 500px) {
  .cookie-bar .cookie-bar-inner .cookie-bar-right {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn {
  font-size: 16px;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary {
  background: #fff;
  border-color: #fff;
  color: #1C3772;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary:hover {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #1C3772;
  text-decoration: none !important;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary:active, .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary:focus {
  background: #e0e0e0;
  border-color: #e0e0e0;
  color: #1C3772;
  text-decoration: none !important;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary i {
  color: #1C3772 !important;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default {
  background: #1C3772;
  border-color: #1C3772;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  font-weight: normal;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default:hover {
  background: #162b59;
  border-color: #162b59;
  color: #fff;
  text-decoration: none !important;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default:active, .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default:focus {
  background: #101f41;
  border-color: #101f41;
  color: #fff;
  text-decoration: none !important;
}

#cookie-bar-show-button {
  background: #34508F;
  border-color: #34508F;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  border-radius: 0;
  font-size: 0.9em;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999999998;
}
#cookie-bar-show-button:hover {
  background: #2c4379;
  border-color: #2c4379;
  color: #fff;
  text-decoration: none !important;
}
#cookie-bar-show-button:active, #cookie-bar-show-button:focus {
  background: #243762;
  border-color: #243762;
  color: #fff;
  text-decoration: none !important;
}

.found-keyword {
  color: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: 700;
}

/* DISPLAY TABLE */
.d-table, .d-t {
  display: table;
  width: 100%;
}
.d-table .d-tr, .d-table .d-table-row, .d-t .d-tr, .d-t .d-table-row {
  display: table-row;
}
.d-table .d-table-cell, .d-table .d-tc, .d-t .d-table-cell, .d-t .d-tc {
  display: table-cell;
}
.d-table .d-table-cell.cbx, .d-table .d-table-cell.rad, .d-table .d-tc.cbx, .d-table .d-tc.rad, .d-t .d-table-cell.cbx, .d-t .d-table-cell.rad, .d-t .d-tc.cbx, .d-t .d-tc.rad {
  padding-right: 10px;
}
.d-table .d-table-cell.cbx input[type=radio], .d-table .d-table-cell.cbx input[type=checkbox], .d-table .d-table-cell.rad input[type=radio], .d-table .d-table-cell.rad input[type=checkbox], .d-table .d-tc.cbx input[type=radio], .d-table .d-tc.cbx input[type=checkbox], .d-table .d-tc.rad input[type=radio], .d-table .d-tc.rad input[type=checkbox], .d-t .d-table-cell.cbx input[type=radio], .d-t .d-table-cell.cbx input[type=checkbox], .d-t .d-table-cell.rad input[type=radio], .d-t .d-table-cell.rad input[type=checkbox], .d-t .d-tc.cbx input[type=radio], .d-t .d-tc.cbx input[type=checkbox], .d-t .d-tc.rad input[type=radio], .d-t .d-tc.rad input[type=checkbox] {
  position: relative;
  top: 4px;
}
.d-table .d-table-cell.nw, .d-table .d-tc.nw, .d-t .d-table-cell.nw, .d-t .d-tc.nw {
  white-space: nowrap;
}
.d-table .d-table-cell.min, .d-table .d-tc.min, .d-t .d-table-cell.min, .d-t .d-tc.min {
  white-space: nowrap;
  width: 1%;
}
.d-table .d-table-cell.top, .d-table .d-tc.top, .d-t .d-table-cell.top, .d-t .d-tc.top {
  vertical-align: top;
}
.d-table .d-table-cell.middle, .d-table .d-tc.middle, .d-t .d-table-cell.middle, .d-t .d-tc.middle {
  vertical-align: middle;
}
.d-table .d-table-cell.bottom, .d-table .d-tc.bottom, .d-t .d-table-cell.bottom, .d-t .d-tc.bottom {
  vertical-align: bottom;
}
.d-table .d-table-cell.igl .form-control, .d-table .d-tc.igl .form-control, .d-t .d-table-cell.igl .form-control, .d-t .d-tc.igl .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 11px 25px 11px 62px;
}
.d-table .d-table-cell.igr button, .d-table .d-tc.igr button, .d-t .d-table-cell.igr button, .d-t .d-tc.igr button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 54px;
  line-height: 54px;
  padding: 0 15px;
}
.d-table .d-table-cell.igr button i, .d-table .d-tc.igr button i, .d-t .d-table-cell.igr button i, .d-t .d-tc.igr button i {
  color: #fff;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.d-table .d-table-cell.igr button i.flaticon-search, .d-table .d-tc.igr button i.flaticon-search, .d-t .d-table-cell.igr button i.flaticon-search, .d-t .d-tc.igr button i.flaticon-search {
  font-size: 23px;
  top: -2px;
  right: -2px;
}
.d-table .d-table-cell.igr button i.fa-times, .d-table .d-tc.igr button i.fa-times, .d-t .d-table-cell.igr button i.fa-times, .d-t .d-tc.igr button i.fa-times {
  font-size: 28px;
  top: -1px;
  left: 3px;
}
@media (max-width: 1000px) {
  .d-table.port-block, .d-t.port-block {
    display: block;
  }
  .d-table.port-block .d-table-cell, .d-table.port-block .d-tc, .d-t.port-block .d-table-cell, .d-t.port-block .d-tc {
    display: block;
    width: 100%;
  }
}

/* BACKGROUND IMAGE DIV */
.img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 100%;
}
.img:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.img[class*="16-9"]:after {
  padding-bottom: 56.25%;
}
.img[class*="4-3"]:after {
  padding-bottom: 75%;
}
.img[class*="1-1"]:after, .img.square:after {
  padding-bottom: 100%;
}
.img.circle {
  border-radius: 50%;
  overflow: hidden;
}
.img.circle:after {
  padding-bottom: 100%;
}

.swipe {
  display: none;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .swipe {
    display: block;
  }
}
.swipe img {
  margin-right: 5px;
  height: 34px !important;
  width: auto;
  vertical-align: middle;
}

.fancybox-slide--iframe .fancybox-content {
  width: 600px;
  height: 620px;
  max-width: calc(100% - 30px);
  max-height: 80%;
  margin: 0;
}

body {
  color: #808080;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

body * {
  color: #808080;
  font-size: 1em;
  font-family: inherit;
  line-height: 1.5;
}

strong {
  font-weight: 700;
  color: #6b6b6b;
}
strong a {
  color: #5474bd;
  font-weight: 700;
}

h1 {
  color: #34508F;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 25px;
  position: relative;
}
@media (max-width: 767px) {
  h1 {
    font-size: 33px;
    line-height: 39px;
    margin: 0 0 20px;
  }
}

h2 {
  color: #34508F;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.3;
  margin: 2.3em 0 0.9em;
  padding: 0;
  position: relative;
}
@media (max-width: 1300px) {
  h2 {
    font-size: 25px;
  }
}
h2:first-child {
  margin-top: 0;
}

h1 + h2 {
  margin: -28px 0 30px;
}

h3 {
  color: #34508F;
  clear: left;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 600;
  margin: 1em 0 0.4em;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 1.05em;
  }
}

h4, h5, h6 {
  color: #808080;
  clear: left;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 1em 0 0.4em;
}
@media (max-width: 1300px) {
  h4, h5, h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h4, h5, h6 {
    font-size: 15px;
  }
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
}

p {
  color: #808080;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 0 1.5em;
}
@media (max-width: 1300px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 23px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p.intro {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 550px) {
  p.intro {
    font-size: 17px;
  }
}

a {
  color: #34508F;
  font-weight: 600;
  text-decoration: none;
}
a[href^=tel] {
  white-space: nowrap;
}
a:hover {
  text-decoration: underline;
}

.page-content a {
  position: relative;
}
.page-content a:after {
  background: #ddd;
  content: "";
  height: 1px;
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: calc(100% - 12px);
}
.page-content a:hover {
  text-decoration: none;
}
.page-content a:hover:after {
  background: #34508F;
  height: 2px;
  width: calc(100% - 8px);
}

.page-content .page-content-right a:after {
  display: none;
}

ul, ol {
  margin: 2.3em 0 2.5em 1em;
  padding: 0;
}
@media (max-width: 767px) {
  ul, ol {
    margin: 1.5em 0 1.5em 0.3em;
  }
}
ul li, ol li {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 12px;
  padding: 0 0 0 30px;
  position: relative;
}
@media (max-width: 1300px) {
  ul li, ol li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  ul li, ol li {
    font-size: 15px;
    line-height: 23px;
  }
}
ul li ul, ol li ul {
  margin-top: 1.5em;
  margin-left: 0;
}
ul li ul li, ol li ul li {
  margin-bottom: 0.6em;
}
ul li ul li:before, ol li ul li:before {
  background: #aaa;
  height: 1px;
  top: 9px;
}

ul li {
  list-style: none;
}
ul li:before {
  color: #34508F;
  content: "";
  font-family: "Flaticon";
  font-size: 0.8em;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 20px;
}

ol {
  counter-reset: li;
}
ol li {
  padding-left: 40px;
}
ol li:before {
  background: #34508F;
  border-radius: 50%;
  color: #fff;
  counter-increment: li;
  content: counter(li);
  font-size: 0.8em;
  position: absolute;
  top: 3px;
  left: 5px;
  text-align: center;
  width: 20px;
}

hr {
  border: none;
  border-top: 1px solid #E4E4E4 !important;
  clear: both;
  margin: 30px 0;
}
@media (max-width: 1100px) {
  hr {
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  hr {
    margin: 20px 0;
  }
}

h1 + hr {
  margin: 20px 0 60px;
}

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

@media (max-width: 767px) {
  .text-center-mob {
    text-align: center;
  }
}

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

@media (max-width: 1100px) {
  body {
    padding-top: 60px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  position: relative;
}
@media (max-width: 1580px) {
  .container {
    max-width: calc(100% - 80px);
  }
}
.container.mw1300 {
  max-width: 1300px;
}
@media (max-width: 1380px) {
  .container.mw1300 {
    max-width: calc(100% - 80px);
  }
}
.container.mw960 {
  max-width: 960px;
}
@media (max-width: 1040px) {
  .container.mw960 {
    max-width: calc(100% - 80px);
  }
}
.container.mw900 {
  max-width: 900px;
}
@media (max-width: 980px) {
  .container.mw900 {
    max-width: calc(100% - 80px);
  }
}
.container.mw800 {
  max-width: 800px;
}
@media (max-width: 880px) {
  .container.mw800 {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 479px) {
  .container {
    max-width: calc(100% - 46px) !important;
  }
}

.main {
  position: relative;
  z-index: 2;
}

.btn {
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
}
.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  text-decoration: none;
}
.btn + .btn {
  margin-left: 10px;
}
.btn.btn-primary {
  background: none;
  border: 1px solid #34508F;
  color: #34508F;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #34508F;
  color: #fff;
}
.btn.btn-primary i {
  color: #fff;
  display: inline-block;
  margin-right: 9px;
}
.btn.btn-secondary {
  background: #1C3772;
  border-color: #1C3772;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.btn.btn-secondary:hover {
  background: #162b59;
  border-color: #162b59;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-secondary:active, .btn.btn-secondary:focus {
  background: #101f41;
  border-color: #101f41;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-secondary i {
  color: #fff;
  display: inline-block;
  margin-right: 9px;
}
.btn.btn-default {
  background: #8f8f8f;
  border-color: #8f8f8f;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.btn.btn-default:hover {
  background: gray;
  border-color: gray;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-default:active, .btn.btn-default:focus {
  background: #707070;
  border-color: #707070;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-default i {
  color: #fff;
  display: inline-block;
  margin-right: 9px;
}
.btn.btn-sm {
  padding: 4px 12px;
}

.form-group {
  margin: 0 0 20px;
  position: relative;
}

label {
  color: #484848;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px;
  text-transform: uppercase;
  text-align: left;
}

.form-control {
  border: 1px solid #ddd;
  display: block;
  font-size: 17px;
  outline: none !important;
  padding: 10px 15px;
  width: 100%;
}
.form-control::-webkit-input-placeholder {
  color: #b8b8b8;
}
.form-control::-moz-placeholder {
  color: #b8b8b8;
}
.form-control:-ms-input-placeholder {
  color: #b8b8b8;
}
.form-control::-ms-input-placeholder {
  color: #b8b8b8;
}
.form-control::placeholder {
  color: #b8b8b8;
}
.form-control:focus {
  border: 1px solid #bbb;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
}
.form-control.error {
  border: 1px solid #CD403C;
}
.form-control.error:focus {
  border: 1px solid #CD403C;
  -webkit-box-shadow: 0 0 3px #CD403C;
          box-shadow: 0 0 3px #CD403C;
}

textarea {
  height: 100px;
}

.alert {
  color: #fff;
  font-size: 0.9em;
  margin: 0 0 20px;
  padding: 10px 15px;
}
.alert * {
  color: inherit;
  font-weight: inherit;
  font-size: 1em;
}
.alert.danger {
  background: #CD403C;
}
.alert.success {
  background: #47B03F;
}
.alert.info {
  background: #eee;
  color: #808080;
}

.checkbox, .radio {
  max-width: 550px;
}
.checkbox label, .radio label {
  color: #808080;
  cursor: pointer;
  display: block;
  font-weight: normal;
  padding-left: 30px;
  position: relative;
}
.checkbox label label, .radio label label {
  padding-left: 0;
}
.checkbox label input, .radio label input {
  position: absolute;
  top: 4px;
  left: 0;
}

label.error {
  color: #CD403C;
  font-size: 12px;
  font-weight: 700;
  padding-top: 5px;
  text-transform: uppercase;
}

.form-control.error {
  border-color: #CD403C !important;
}

/* TABS */
.tabs .tab {
  background: #fff;
  border: none;
  outline: 0;
  margin: 0;
  color: #808080;
  cursor: pointer;
  padding: 15px 20px;
}
.tabs .tab.active {
  background: #eee;
  color: #737373;
}
.tabs .tab:active, .tabs .tab:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.tabs .tab span.hide-on-mobile {
  color: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  font-size: 1em !important;
}
@media (max-width: 479px) {
  .tabs .tab span.hide-on-mobile {
    display: none;
  }
}

.tab-content {
  background: #eee;
  display: none;
  padding: 30px 20px 20px;
}
.tab-content.active {
  display: block;
}
.tab-content .form-control {
  max-width: 100%;
}
.tab-content label input[type=checkbox] {
  border: 1px solid #bbb;
  position: relative;
  top: 4px;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  cursor: pointer;
}
.tab-content > :last-child {
  margin-bottom: 0;
}

.portal-page .tabs {
  position: relative;
  z-index: 2;
}
.portal-page .tabs .tab {
  background: #eee;
  color: #888;
  padding: 14px 20px 16px;
}
@media (max-width: 380px) {
  .portal-page .tabs .tab {
    font-size: 14px;
    padding: 14px 16px 16px;
  }
}
.portal-page .tabs .tab.active {
  background: #fff;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #34508F;
  position: relative;
  bottom: -1px;
}
.portal-page .tab-content {
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
  z-index: 1;
}

/* FANCY PLACEHOLDER LABELS */
label.fancy-label {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #808080;
  cursor: text;
  padding: 2px 5px;
  position: absolute;
  top: 8px;
  left: 30px;
  font-size: 1.1em;
  font-weight: 400;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
label.fancy-label.aside {
  -webkit-box-shadow: inset 0px -9px 0px #fff;
          box-shadow: inset 0px -9px 0px #fff;
  color: #a0a0a0;
  font-size: 0.7em;
  line-height: 1;
  padding: 0 5px !important;
  left: 12px !important;
  top: -9px;
}

.form-group > label.fancy-label {
  left: 15px;
}
.form-group > label.fancy-label.aside {
  left: 9px;
}

.header {
  background: rgba(255, 255, 255, 0);
  border-bottom: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  z-index: 99;
}
@media (max-width: 1100px) {
  .header {
    display: none;
  }
}
.header .header-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: table;
  height: 130px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  width: 100%;
}
.header .header-inner .logo {
  display: table-cell;
  max-width: none;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 1%;
}
.header .header-inner .logo a {
  display: block;
}
.header .header-inner .logo a img {
  display: block;
  height: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0px, 65%, 0px);
  width: 211px;
}
@media (max-width: 1500px) {
  .header .header-inner .logo a img {
    width: 180px;
  }
}
.header .header-inner .logo a img.logo-img-normal {
  opacity: 1;
  visibility: visible;
}
.header .header-inner .logo a img.logo-img-compact {
  opacity: 0;
  visibility: hidden;
}
.header .header-inner .main-nav {
  display: table-cell;
  padding: 0 20px 0 0;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  .header .header-inner .main-nav {
    padding: 0 5px 0 0;
  }
}
.header .header-inner .social {
  color: #34508F;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
@media (max-width: 1100px) {
  .header .header-inner .social {
    display: block;
    position: absolute;
    top: 10px;
    right: 23px;
    width: auto;
  }
}
.header .header-inner .social a {
  font-size: 1.1em;
}
.header .header-inner .social a i {
  color: #fff;
  font-size: 23px;
  vertical-align: middle;
}
.header .header-inner .social a i:hover {
  opacity: 0.8;
}
.header .header-inner .social a + a i {
  margin-left: 10px;
}
.header .header-inner .social * {
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
}
.header .header-bottom {
  margin: 30px auto 0;
}
.header.compact {
  border-bottom: 1px solid #c9c9c9;
  background: #fff;
}
.header.compact .header-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  height: 60px;
}
.header.compact .header-inner .logo a img {
  -ms-transform: translate3d(0px, 35%, 0px);
  width: 138px;
}
.header.compact .header-inner .logo a img.logo-img-normal {
  opacity: 0;
  visibility: hidden;
}
.header.compact .header-inner .logo a img.logo-img-compact {
  opacity: 1;
  visibility: visible;
}
.header.compact .header-inner .social a i {
  color: #34508F;
}
.header.compact .header-inner .social a:hover i {
  color: #1C3772;
}

.mobile-header {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  display: none;
  height: 60px;
  margin-top: -60px;
  position: fixed;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 100%;
  z-index: 9998;
}
@media (max-width: 1100px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header .mobile-logo img {
  height: 36px !important;
  position: absolute;
  top: 12px;
  left: 22px;
  width: auto;
}
@media (max-width: 415px) {
  .mobile-header .mobile-logo img {
    height: 30px !important;
    top: 15px;
  }
}
.mobile-header .menu-button {
  cursor: pointer;
  height: 60px;
  -webkit-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  -o-touch-action: manipulation;
  touch-action: manipulation;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 56px;
}
.mobile-header .menu-button i {
  color: #34508F;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.mobile-header .menu-button i.fa-bars {
  opacity: 1;
  visibility: visible;
}
.mobile-header .menu-button i.fa-times {
  opacity: 0;
  visibility: hidden;
}
.mobile-header .phone-button {
  display: none;
}
@media (max-width: 1100px) {
  .mobile-header .phone-button {
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    top: 0;
    right: 60px;
    width: 56px;
  }
  .mobile-header .phone-button i {
    color: #808080;
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: calc(50% + 2px);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
.mobile-header .search-button {
  display: none;
}
@media (max-width: 1100px) {
  .mobile-header .search-button {
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    top: 0;
    right: 120px;
    width: 56px;
  }
  .mobile-header .search-button i {
    color: #fff;
    font-size: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}

.nav-open .mobile-header .menu-button i.fa-bars {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  visibility: hidden;
}
.nav-open .mobile-header .menu-button i.fa-times {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  visibility: visible;
}

ul.nav {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 1100px) {
  ul.nav.desktop {
    display: none;
  }
}
ul.nav.mobile {
  display: none;
}
@media (max-width: 1100px) {
  ul.nav.mobile {
    background: #fff;
    display: block;
    opacity: 0;
    padding-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 0);
    overflow: auto;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    visibility: hidden;
    z-index: 99;
  }
}
ul.nav li {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  list-style: none;
}
ul.nav li:last-of-type {
  padding-right: 10px;
}
ul.nav li:before {
  display: none;
}
@media (max-width: 1580px) {
  ul.nav li {
    padding: 0 16px;
  }
}
@media (max-width: 1100px) {
  ul.nav li {
    display: block;
    margin: 0 auto;
    padding: 0 !important;
  }
}
ul.nav li a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (max-width: 1500px) {
  ul.nav li a {
    font-size: 16px;
  }
}
ul.nav li a:after {
  background: #fff;
  content: "";
  border-radius: 50%;
  height: 10px;
  opacity: 0;
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  -webkit-transform: translate3d(-50%, 15px, 0);
  -ms-transform: translate3d(-50%, 15px, 0);
  transform: translate3d(-50%, 15px, 0);
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  visibility: hidden;
  width: 10px;
}
@media (max-width: 1100px) {
  ul.nav li a:after {
    display: none;
  }
}
@media (max-width: 1100px) {
  ul.nav li a {
    color: #808080;
    display: block;
    height: auto;
    font-size: 18px;
    line-height: 50px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
  }
}
ul.nav li a:active, ul.nav li a:focus {
  outline: none;
  text-decoration: none;
}
ul.nav li a:hover {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
@media (max-width: 1100px) {
  ul.nav li a:hover {
    color: #808080;
  }
}
ul.nav li a:hover:after {
  background: rgba(255, 255, 255, 0.65);
  opacity: 1;
  text-decoration: none;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  visibility: visible;
}
@media (max-width: 1100px) {
  ul.nav li a:active {
    background: #f3f3f3;
    color: #34508F;
  }
}
ul.nav li a.active {
  color: #fff;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1100px) {
  ul.nav li a.active {
    color: #34508F;
  }
}
ul.nav li a.active:after {
  background: #fff;
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  visibility: visible;
}
@media (max-width: 1580px) {
  ul.nav li a.active:after {
    font-size: 0.9em;
  }
}
@media (max-width: 1100px) {
  ul.nav li a.active:after {
    display: none;
  }
}
ul.nav li a > i.fa-chevron-down {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 400 !important;
  position: relative;
  top: -3px;
  right: -8px;
}
@media (max-width: 1100px) {
  ul.nav li a > i.fa-chevron-down {
    display: none;
  }
}
ul.nav li a[href^="/contact"] {
  border: 1px solid #fff;
  border-radius: 40px;
  line-height: 38px;
  padding: 0 25px;
}
@media (max-width: 1100px) {
  ul.nav li a[href^="/contact"] {
    color: #808080;
    display: block;
    height: auto;
    font-size: 18px;
    line-height: 50px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
  }
}
ul.nav li a[href^="/contact"]:hover {
  background: #fff;
  color: #34508F;
}
ul.nav li a[href^="/contact"]:after {
  display: none !important;
}
ul.nav li.has-submenu a:hover:after {
  display: none;
}
ul.nav li .mobile-social-icons {
  margin-top: 20px;
  text-align: center;
}
ul.nav li .mobile-social-icons a {
  color: #fff;
  display: inline-block;
  padding: 5px;
}
ul.nav li .mobile-social-icons a + a {
  margin-left: 2px;
}
ul.nav li .mobile-social-icons a i {
  color: #fff;
  font-size: 1.7em;
}
ul.nav li .mobile-social-icons a:hover {
  text-decoration: none;
}
ul.nav li ul {
  background: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  display: block;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 5px;
  position: absolute;
  top: calc(100% + 5px);
  left: 4px;
  visibility: hidden;
  width: auto;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  z-index: 99999;
}
@media (max-width: 1100px) {
  ul.nav li ul {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    width: 100%;
  }
}
ul.nav li ul.two-cols {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 30px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 30px;
  /* Firefox */
  column-gap: 30px;
}
ul.nav li ul:before {
  border-right: 10px solid rgba(255, 255, 255, 0);
  border-bottom: 10px solid #fff;
  border-left: 10px solid rgba(255, 255, 255, 0);
  content: "";
  position: absolute;
  top: -9px;
  left: 34px;
}
@media (max-width: 1100px) {
  ul.nav li ul:before {
    display: none;
  }
}
ul.nav li ul:after {
  content: "";
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 1100px) {
  ul.nav li ul:after {
    display: none;
  }
}
ul.nav li ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.nav li ul li:before {
  display: none;
}
ul.nav li ul li:last-of-type {
  padding-right: 0;
}
ul.nav li ul li a {
  color: #34508F;
  display: block;
  font-size: 0.7em;
  margin: 0;
  padding: 0 30px 0 28px;
  position: relative;
  text-align: left;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  ul.nav li ul li a {
    color: #a6a6a6;
    display: block;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3;
    margin: 14px 10px;
    padding: 5px 30px;
    white-space: normal;
    text-align: center;
  }
}
ul.nav li ul li a:before {
  color: #827861;
  content: "";
  font-family: "Flaticon";
  font-size: 0.7em;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@media (max-width: 1100px) {
  ul.nav li ul li a:before {
    display: none;
  }
}
ul.nav li ul li a i {
  color: #1C3772;
  font-size: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
ul.nav li ul li a:hover {
  background: rgba(0, 0, 0, 0.07);
  color: #34508F;
}
@media (max-width: 1100px) {
  ul.nav li ul li a:hover {
    background: none;
    color: #a6a6a6;
  }
}
ul.nav li ul li a:hover:before {
  color: #34508F;
}
ul.nav li ul li a:active {
  background: #f3f3f3;
  color: #545454;
}
ul.nav li ul li a.active {
  background: none;
  color: #34508F;
}
ul.nav li ul li a.active:before {
  color: #545454;
}
ul.nav li ul li a.active:after {
  display: none;
}
ul.nav li ul li ul {
  position: absolute;
  top: -7px;
  left: calc(100% + 7px);
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: translate3d(-10px, 0, 0);
  -ms-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  opacity: 0;
  visibility: hidden;
}
ul.nav li ul li ul:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -7px;
  width: 7px;
}
ul.nav li ul li:hover ul {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
ul.nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header.compact ul.nav > li > a {
  color: #34508F;
}
.header.compact ul.nav > li > a:after {
  background: #34508F;
}
.header.compact ul.nav > li > a.active {
  color: #34508F;
}
.header.compact ul.nav > li > a.active:after {
  background: #34508F;
}
.header.compact ul.nav > li > a[href^="/contact"] {
  border-color: #34508F;
  color: #34508F;
}
.header.compact ul.nav > li > a[href^="/contact"]:hover {
  background: #34508F;
  color: #fff;
}

.nav-open ul.nav.mobile {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.nav-open .cookie-bar, .nav-open #cookie-bar-show-button {
  display: none;
}

.banner-section {
  height: 1080px;
  max-height: 100vh;
  min-height: 800px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1100px) {
  .banner-section {
    height: 630px;
    min-height: 0;
    max-height: none;
  }
}
@media (max-width: 767px) {
  .banner-section {
    height: 400px;
  }
}
@media (max-width: 479px) {
  .banner-section {
    height: 350px;
  }
}
.banner-section .banners {
  background: #1C3772;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 650px) {
  .banner-section .banners {
    position: relative;
  }
}
.banner-section .banners .banner {
  display: block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner-section .banners .banner .banner-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.banner-section .banners .banner .overlay-gradient {
  background: url("/images/banner-top-gradient-overlay.png") top/auto 100% repeat-x;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.banner-section .banners .banner .bottom-curve {
  background: #fff;
  border-radius: 50%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  overflow: hidden;
  -webkit-transform: translate3d(-50%, 50%, 0);
  -ms-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
  width: calc(100vw + 70px);
  z-index: 3;
}
.banner-section .banners .banner .container {
  height: 100%;
  position: relative;
  z-index: 5;
}
@media (max-width: 1240px) {
  .banner-section .banners .banner .container {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1100px) {
  .banner-section .banners .banner .container {
    height: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .banner-section .banners .banner .container .controls {
    display: none;
  }
}
.banner-section .banners .banner .container .controls button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.banner-section .banners .banner .container .controls button.banner-prev {
  left: 0;
}
.banner-section .banners .banner .container .controls button.banner-next {
  right: 0;
}
.banner-section .banners .banner .container .controls button i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 43px;
}
.banner-section .banners .banner .container .controls button:hover i {
  color: #fff;
}
.banner-section .banners .banner .caption-wrap {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  visibility: visible;
  max-width: calc(100% - 260px);
  width: 1200px;
  z-index: 4;
}
@media (max-width: 980px) {
  .banner-section .banners .banner .caption-wrap {
    max-width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .banner-section .banners .banner .caption-wrap {
    top: 50%;
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .banner-section .banners .banner .caption-wrap {
    padding: 25px 0 30px;
    position: relative;
  }
}
.banner-section .banners .banner .caption-wrap .title {
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  margin: 0 0 20px;
}
@media (max-width: 1100px) {
  .banner-section .banners .banner .caption-wrap .title {
    font-size: 38px;
    margin: 0 0 12px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner-section .banners .banner .caption-wrap .title {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  .banner-section .banners .banner .caption-wrap .title {
    font-size: 25px;
    margin: 0 auto 10px;
  }
}
.banner-section .banners .banner .caption-wrap .caption {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
  font-weight: 300;
  line-height: 46px;
  margin: 0 0 35px;
  max-width: calc(100% - 40px);
  position: relative;
  width: 800px;
}
@media (max-width: 1100px) {
  .banner-section .banners .banner .caption-wrap .caption {
    font-size: 22px;
    line-height: 39px;
    margin: 0 auto 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner-section .banners .banner .caption-wrap .caption {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (max-width: 550px) {
  .banner-section .banners .banner .caption-wrap .caption {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}
.banner-section .banners .banner .caption-wrap .buttons {
  position: relative;
  z-index: 6;
}
@media (max-width: 1100px) {
  .banner-section .banners .banner .caption-wrap .buttons {
    text-align: center;
  }
}
.banner-section .banners .banner .caption-wrap .buttons .btn {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  color: #fff;
  height: 54px;
  line-height: 54px;
  padding: 0 60px;
}
@media (max-width: 479px) {
  .banner-section .banners .banner .caption-wrap .buttons .btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.banner-section .banners .banner .caption-wrap .buttons .btn:hover {
  background: #fff;
  color: #34508F;
}

.compact .caption-wrap {
  opacity: 0.5 !important;
  -webkit-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}

.secondary-page-banner {
  background: url("/images/secondary-page-banner-bg.jpg") top/cover repeat-x;
  overflow: hidden;
  padding: 145px 0 16px;
  position: relative;
  width: 100%;
}
.secondary-page-banner table {
  border: none;
}
.secondary-page-banner table tr td {
  border: none;
  padding: 0;
  width: auto;
}
.secondary-page-banner table tr td:first-of-type {
  padding-right: 15px;
  white-space: nowrap;
  width: 1%;
}
.secondary-page-banner table tr td:first-of-type a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 479px) {
  .secondary-page-banner table tr td {
    display: block;
    width: 100%;
  }
  .secondary-page-banner table tr td:first-of-type {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .secondary-page-banner {
    padding: 10px 0;
  }
}
.secondary-page-banner hr.sep {
  display: none;
  margin: 15px 0 25px;
}
@media (max-width: 767px) {
  .secondary-page-banner hr.sep {
    display: block;
  }
}
.secondary-page-banner ol#breadcrumbs {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
}
@media (max-width: 1100px) {
  .secondary-page-banner ol#breadcrumbs {
    white-space: normal;
  }
}
.secondary-page-banner ol#breadcrumbs li {
  float: left;
  margin: 0;
  padding: 0;
}
.secondary-page-banner ol#breadcrumbs li:before {
  display: none;
}
@media (max-width: 767px) {
  .secondary-page-banner ol#breadcrumbs li {
    float: none;
    display: inline-block;
    white-space: normal;
  }
}
.secondary-page-banner ol#breadcrumbs li a {
  color: rgba(255, 255, 255, 0.66);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .secondary-page-banner ol#breadcrumbs li a {
    font-size: 13px;
  }
}
.secondary-page-banner ol#breadcrumbs li a * {
  color: inherit !important;
}
.secondary-page-banner ol#breadcrumbs li a:hover {
  color: #fff;
  text-decoration: none;
}
.secondary-page-banner ol#breadcrumbs li:last-of-type a {
  color: #fff;
  font-weight: 600;
}
.secondary-page-banner ol#breadcrumbs li:last-of-type a * {
  color: inherit;
  font-weight: inherit;
}
.secondary-page-banner ol#breadcrumbs li img {
  height: auto;
  margin: 0 10px;
  width: 11px;
}
.secondary-page-banner ol#breadcrumbs i {
  color: #fff;
  float: left;
  font-size: 12px;
  padding: 10px 9px 9px 12px;
}
@media (max-width: 1300px) {
  .secondary-page-banner ol#breadcrumbs i {
    float: none;
    display: inline-block;
    padding: 5px 9px 3px 12px;
    white-space: normal;
  }
}
.secondary-page-banner .login-section {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@media (max-width: 1100px) {
  .secondary-page-banner .login-section {
    display: none;
    position: relative;
    top: 0;
    text-align: center;
  }
}
.secondary-page-banner .login-section .btn {
  background: #34508F;
  border-color: #34508F;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  padding: 7px 12px;
  font-size: 1em;
  font-weight: 400;
}
.secondary-page-banner .login-section .btn:hover {
  background: #2c4379;
  border-color: #2c4379;
  color: #fff;
  text-decoration: none !important;
}
.secondary-page-banner .login-section .btn:active, .secondary-page-banner .login-section .btn:focus {
  background: #243762;
  border-color: #243762;
  color: #fff;
  text-decoration: none !important;
}
.secondary-page-banner .login-section .btn i {
  color: #fff;
}

.page {
  padding: 50px 0 70px;
}
@media (max-width: 767px) {
  .page {
    padding: 25px 0 35px;
  }
}
.page .page-left {
  float: left;
  width: calc((100% - 1px) - 600px - 130px);
}
@media (max-width: 1500px) {
  .page .page-left {
    width: calc((100% - 1px) - 400px - 130px);
  }
}
@media (max-width: 1100px) {
  .page .page-left {
    float: none;
    width: 100%;
  }
}
.page .page-right {
  float: right;
  width: 600px;
}
@media (max-width: 1500px) {
  .page .page-right {
    width: 400px;
  }
}
@media (max-width: 1100px) {
  .page .page-right {
    float: none;
    margin-top: 40px;
    width: 100%;
  }
}
.page .page-right .sidebar-featured-image {
  margin-bottom: 50px;
}
.page .page-right .sidebar-logos {
  display: table;
  margin-top: 50px;
  table-layout: fixed;
  width: 100%;
}
.page .page-right .sidebar-logos a {
  display: table-cell;
}
.page .page-right .sidebar-logos a img {
  display: inline-block;
  max-width: none;
  max-width: calc(100% - 10px);
  opacity: 0.6;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 180px;
}
.page .page-right .sidebar-logos a.active img, .page .page-right .sidebar-logos a:hover img {
  opacity: 1;
}

.homepage-content, .secondary-page-cta {
  background: #34508F url("/images/homepage-bg-new.jpg") top right/auto 100% no-repeat;
  border-bottom: 8px solid #4265b4;
  padding: 70px 0 75px;
}
@media (min-width: 1920px) {
  .homepage-content, .secondary-page-cta {
    background-size: auto 140%;
    background-position: right center;
  }
}
@media (max-width: 1500px) {
  .homepage-content, .secondary-page-cta {
    background-position: right -100px top 0;
  }
}
@media (max-width: 1300px) {
  .homepage-content, .secondary-page-cta {
    background-position: right -250px top 0;
  }
}
@media (max-width: 767px) {
  .homepage-content, .secondary-page-cta {
    background-position: right -330px top 0;
    padding: 34px 0 45px;
  }
}
@media (max-width: 600px) {
  .homepage-content, .secondary-page-cta {
    background-position: right -500px top 0;
  }
}
.homepage-content h1, .homepage-content h2, .homepage-content h3, .homepage-content strong, .homepage-content p, .secondary-page-cta h1, .secondary-page-cta h2, .secondary-page-cta h3, .secondary-page-cta strong, .secondary-page-cta p {
  color: #fff;
}
.homepage-content .inner, .secondary-page-cta .inner {
  max-width: 70vw;
  width: 870px;
}
@media (max-width: 767px) {
  .homepage-content .inner, .secondary-page-cta .inner {
    max-width: 100%;
  }
}

.secondary-page-cta {
  background-size: 60% auto;
}
@media (max-width: 1080px) {
  .secondary-page-cta {
    background-size: auto 100%;
  }
}
@media (max-width: 600px) {
  .secondary-page-cta {
    background-position: right -250px top 0;
  }
}
.secondary-page-cta h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .secondary-page-cta h2 {
    font-size: 33px;
    line-height: 39px;
    margin: 0 0 20px;
  }
}
@media (max-width: 600px) {
  .secondary-page-cta h2 {
    text-align: center;
  }
}
.secondary-page-cta p {
  font-size: 24px;
  max-width: 100%;
  width: 820px;
}
@media (max-width: 600px) {
  .secondary-page-cta p {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .secondary-page-cta .button-wrap {
    text-align: center;
  }
}
.secondary-page-cta .button-wrap .btn {
  border-color: #fff;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.secondary-page-cta .button-wrap .btn:hover, .secondary-page-cta .button-wrap .btn:active, .secondary-page-cta .button-wrap .btn:focus {
  background-color: #fff;
  color: #34508F;
}

/* SIDEBAR SECTIONS */
.sidebar-section + .sidebar-section {
  margin-top: 50px;
}

/* GALLERY */
#gallery-page .content {
  margin-bottom: 50px;
}

#gallery {
  margin: 0 auto;
  max-width: calc(100% - 100px);
  width: 100%;
}
@media (max-width: 767px) {
  #gallery {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 479px) {
  #gallery {
    max-width: calc(100% - 30px);
  }
}
#gallery .img {
  display: block;
  float: left;
  padding: 0 7px 9px;
  width: calc(100% / 6);
}
@media (max-width: 1700px) {
  #gallery .img {
    width: calc(100% / 5);
  }
}
@media (max-width: 1500px) {
  #gallery .img {
    width: calc(100% / 4);
  }
}
@media (max-width: 1200px) {
  #gallery .img {
    width: calc(100% / 3);
  }
}
@media (max-width: 767px) {
  #gallery .img {
    width: calc(100% / 2);
  }
}

/* IN THIS SECTION */
.related-pages {
  margin: -15px;
}
.related-pages a {
  color: #808080;
  display: block;
  font-size: 1.1em;
  line-height: 1.3em;
  padding: 10px 15px 10px 27px;
  position: relative;
}
.related-pages a:before {
  color: #34508F;
  content: "";
  font-family: "Flaticon";
  font-size: 0.6em;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 20px;
}
.related-pages a:hover {
  background: #e9e9e9;
  text-decoration: none;
}
.related-pages a.active:before {
  color: #34508F;
}

/* BLOG PAGE */
.timestamp {
  color: #ababab;
  font-style: italic;
  margin: -10px 0 10px;
  position: relative;
}

/* HOMEPAGE LATEST NEWS */
.homepage-latest-news, .sidebar-latest-news {
  padding: 55px 0 70px;
}
.homepage-latest-news h2, .sidebar-latest-news h2 {
  font-size: 40px;
  margin: 0 0 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .homepage-latest-news h2, .sidebar-latest-news h2 {
    font-size: 33px;
    line-height: 39px;
    margin: 0 0 40px;
  }
}
.homepage-latest-news .latest-news-col, .sidebar-latest-news .latest-news-col {
  float: left;
  width: calc((100% - 100px) / 3 - 1px);
}
.homepage-latest-news .latest-news-col + .latest-news-col, .sidebar-latest-news .latest-news-col + .latest-news-col {
  margin-left: 50px;
}
@media (max-width: 1250px) {
  .homepage-latest-news .latest-news-col.col1, .homepage-latest-news .latest-news-col.col2, .sidebar-latest-news .latest-news-col.col1, .sidebar-latest-news .latest-news-col.col2 {
    width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 580px) {
  .homepage-latest-news .latest-news-col, .sidebar-latest-news .latest-news-col {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
.homepage-latest-news .news-item .img, .sidebar-latest-news .news-item .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.homepage-latest-news .news-item .img:after, .sidebar-latest-news .news-item .img:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.homepage-latest-news .news-item .title, .sidebar-latest-news .news-item .title {
  color: #34508F;
  font-size: 22px;
  font-weight: 600;
  margin: 18px 0 6px;
  text-align: center;
}
@media (max-width: 767px) {
  .homepage-latest-news .news-item .title, .sidebar-latest-news .news-item .title {
    font-size: 18px;
    margin: 14px 0 3px;
  }
}
.homepage-latest-news .news-item .snippet, .sidebar-latest-news .news-item .snippet {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .homepage-latest-news .news-item .snippet, .sidebar-latest-news .news-item .snippet {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 4px;
  }
}
.homepage-latest-news .news-item.compact + .compact, .sidebar-latest-news .news-item.compact + .compact {
  margin-top: 36px;
}
.homepage-latest-news .news-item.compact .img, .sidebar-latest-news .news-item.compact .img {
  float: left;
  width: 120px;
}
@media (max-width: 479px) {
  .homepage-latest-news .news-item.compact .img, .sidebar-latest-news .news-item.compact .img {
    width: 70px;
  }
}
.homepage-latest-news .news-item.compact .img:after, .sidebar-latest-news .news-item.compact .img:after {
  padding-bottom: 100%;
}
.homepage-latest-news .news-item.compact .details, .sidebar-latest-news .news-item.compact .details {
  float: right;
  width: calc(100% - 120px - 16px);
}
@media (max-width: 479px) {
  .homepage-latest-news .news-item.compact .details, .sidebar-latest-news .news-item.compact .details {
    width: calc(100% - 70px - 20px);
  }
}
.homepage-latest-news .news-item.compact .details .title, .sidebar-latest-news .news-item.compact .details .title {
  margin: -3px 0 6px;
  text-align: left;
}
@media (max-width: 767px) {
  .homepage-latest-news .news-item.compact .details .title, .sidebar-latest-news .news-item.compact .details .title {
    margin: -3px 0 3px;
  }
}
@media (max-width: 479px) {
  .homepage-latest-news .news-item.compact .details .title, .sidebar-latest-news .news-item.compact .details .title {
    margin-top: -6px;
  }
}
.homepage-latest-news .news-item.compact .details .snippet, .sidebar-latest-news .news-item.compact .details .snippet {
  text-align: left;
}
.homepage-latest-news .news-item.compact .details .read-more, .sidebar-latest-news .news-item.compact .details .read-more {
  text-align: left;
}
.homepage-latest-news .news-item .read-more, .sidebar-latest-news .news-item .read-more {
  text-align: center;
}
.homepage-latest-news .news-item .read-more a, .sidebar-latest-news .news-item .read-more a {
  color: #34508F;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .homepage-latest-news .news-item .read-more a, .sidebar-latest-news .news-item .read-more a {
    font-size: 14px;
  }
}
.homepage-latest-news .button-wrap, .sidebar-latest-news .button-wrap {
  clear: both;
  padding-top: 50px;
  text-align: center;
}
.homepage-latest-news .button-wrap .btn, .sidebar-latest-news .button-wrap .btn {
  color: #808080;
  border-color: #808080;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.homepage-latest-news .button-wrap .btn:hover, .sidebar-latest-news .button-wrap .btn:hover {
  background: #34508F;
  border-color: #34508F;
  color: #fff;
}

.sidebar-latest-news {
  padding: 0;
}
.sidebar-latest-news h2 {
  margin: 0 0 30px;
  text-align: left;
}

a.more-articles-link {
  color: #34508F;
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 0;
  display: inline-block;
}

/* SIDEBAR TAGS */
.tags {
  margin: -15px;
}
.tags a {
  background: #e9e9e9;
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
}
.tags a:hover {
  background: #dfdfdf;
  text-decoration: none;
}
.tags a.active {
  background: #34508F;
  color: #fff;
}

/* CONTENT LISTINGS */
.content-listing + .content-listing {
  margin-top: 60px;
}
.content-listing .left {
  float: left;
  width: 150px;
}
@media (max-width: 479px) {
  .content-listing .left {
    float: none;
    width: 100%;
  }
}
.content-listing .right {
  float: right;
  width: calc(100% - 150px - 30px);
}
@media (max-width: 479px) {
  .content-listing .right {
    float: none;
    width: 100%;
  }
}
.content-listing .right h3 {
  color: #34508F;
  font-weight: 900;
}
.content-listing .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
@media (max-width: 479px) {
  .content-listing .img.v1 {
    display: none;
  }
}
.content-listing .img.v2 {
  display: none;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .content-listing .img.v2 {
    display: block;
  }
}
.content-listing .img:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
@media (max-width: 479px) {
  .content-listing .img:after {
    padding-bottom: 60%;
  }
}

/* HOMEPAGE SERVICES */
.homepage-companies {
  padding: 55px 0 110px;
}
@media (max-width: 1000px) {
  .homepage-companies {
    display: table;
    margin: 0 auto;
    width: 700px;
  }
}
@media (max-width: 1000px) and (max-width: 720px) {
  .homepage-companies {
    width: calc(100% - 30px);
  }
}
@media (max-width: 600px) {
  .homepage-companies {
    padding: 0px 0 10px;
  }
}
.homepage-companies .container {
  max-width: 1190px;
}
@media (max-width: 1230px) {
  .homepage-companies .container {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 600px) {
  .homepage-companies .container {
    max-width: 100% !important;
    margin: 0 auto;
  }
}
.homepage-companies .company {
  float: left;
  width: calc((100% - 1px) / 3);
}
@media (max-width: 1000px) {
  .homepage-companies .company {
    float: none;
    width: 100%;
  }
  .homepage-companies .company + .company {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .homepage-companies .company + .company {
    margin-top: 40px;
  }
}
.homepage-companies .company .inner {
  max-width: 100%;
  margin: 0 auto;
  width: 290px;
}
@media (max-width: 1000px) {
  .homepage-companies .company .inner {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .homepage-companies .company {
    float: left;
    width: calc((100% - 40px - 1px) / 3);
  }
  .homepage-companies .company + .company {
    margin-top: 0;
    margin-left: 20px;
  }
}
.homepage-companies .company .logo {
  margin: 0 auto 25px;
  text-align: center;
}
@media (max-width: 1000px) {
  .homepage-companies .company .logo {
    float: left;
    width: 140px;
  }
}
@media (max-width: 600px) {
  .homepage-companies .company .logo {
    width: 80px;
    float: none;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .homepage-companies .company .logo {
    float: none;
    width: 100%;
  }
}
.homepage-companies .company .logo img {
  height: auto;
  max-width: 100%;
  width: 180px;
}
@media (max-width: 1000px) {
  .homepage-companies .company .details {
    float: right;
    width: calc(100% - 160px - 20px);
  }
}
@media (max-width: 600px) {
  .homepage-companies .company .details {
    display: none;
    width: calc(100% - 80px - 20px);
  }
}
@media (max-width: 400px) {
  .homepage-companies .company .details {
    float: none;
    width: 100%;
  }
}
.homepage-companies .company .details .title {
  color: #34508F;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .homepage-companies .company .details .title {
    text-align: left;
  }
}
.homepage-companies .company .details .snippet {
  color: #808080;
  font-size: 18px;
  margin: 0 0 10px;
  text-align: center;
}
@media (max-width: 1000px) {
  .homepage-companies .company .details .snippet {
    max-width: none;
    text-align: left;
  }
}
.homepage-companies .company .details .read-more {
  text-align: center;
}
@media (max-width: 1000px) {
  .homepage-companies .company .details .read-more {
    text-align: left;
  }
}
.homepage-companies .company .details .read-more a {
  color: #34508F;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.homepage-companies .button-wrap {
  text-align: center;
}

.quick-links a {
  background: #34508F;
  border-color: #34508F;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 7px 12px;
}
.quick-links a:hover {
  background: #2c4379;
  border-color: #2c4379;
  color: #fff;
  text-decoration: none !important;
}
.quick-links a:active, .quick-links a:focus {
  background: #243762;
  border-color: #243762;
  color: #fff;
  text-decoration: none !important;
}
.quick-links a + a {
  margin-left: 10px;
}

@media (max-width: 1370px) {
  .page-10 .page-content-left table {
    display: block;
  }
}
@media (max-width: 1370px) {
  .page-10 .page-content-left table tr {
    display: block;
  }
}
.page-10 .page-content-left table tr th, .page-10 .page-content-left table tr td {
  border: none;
}
@media (max-width: 1370px) {
  .page-10 .page-content-left table tr th, .page-10 .page-content-left table tr td {
    display: block;
  }
}
.page-10 .page-content-left table tr th ul, .page-10 .page-content-left table tr td ul {
  margin: 20px 0 0;
  padding: 0;
}
.page-10 .page-content-left table tr th ul li, .page-10 .page-content-left table tr td ul li {
  padding-left: 40px;
}

.service-logo {
  color: #34508F;
  font-size: 3.2em;
  margin: -20px 0 -10px;
}

/* PROJECTS */
.projects, .project-updates {
  background: #f3f3f3;
  padding: 60px 0 80px;
}
@media (max-width: 850px) {
  .projects, .project-updates {
    padding: 50px 0;
  }
}
.projects.top-border, .project-updates.top-border {
  border-top: 8px solid #fff;
}
@media (max-width: 1000px) {
  .projects .container, .project-updates .container {
    max-width: calc(100% - 22px) !important;
  }
}
.projects .view-all-projects, .project-updates .view-all-projects {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 1100px) {
  .projects .view-all-projects, .project-updates .view-all-projects {
    margin-top: 30px;
  }
}

.project {
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
@media (max-width: 1000px) {
  .project {
    padding: 16px;
  }
}
.project + .project {
  margin-top: 60px;
}
@media (max-width: 1100px) {
  .project + .project {
    margin-top: 30px;
  }
}
.project .project-inner {
  display: table;
  width: 100%;
}
@media (max-width: 1000px) {
  .project .project-inner {
    display: block;
  }
}
.project .project-inner .project-left {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  .project .project-inner .project-left {
    display: block;
    width: 100%;
  }
}
.project .project-inner .project-left .img {
  min-height: 100%;
  position: relative;
}
@media (max-width: 1000px) {
  .project .project-inner .project-left .img {
    display: none;
  }
}
.project .project-inner .project-left .img:after {
  padding-bottom: 56% !important;
}
.project .project-inner .project-right {
  display: table-cell;
  padding: 30px 30px 30px 45px;
  text-align: center;
  vertical-align: middle;
  width: 530px;
}
@media (max-width: 1350px) {
  .project .project-inner .project-right {
    padding: 20px 20px 20px 35px;
    width: 450px;
  }
}
@media (max-width: 1000px) {
  .project .project-inner .project-right {
    display: block;
    padding: 0;
    width: 100%;
  }
}
.project .project-inner .project-right .img {
  display: none;
  min-height: 100%;
  margin: 20px 0;
  position: relative;
}
@media (max-width: 1000px) {
  .project .project-inner .project-right .img {
    display: block;
  }
}
.project .project-inner .project-right .img:after {
  padding-bottom: 66%;
}
.project .project-inner .project-right .title {
  color: #34508F;
  font-size: 1.9em;
  font-weight: 900;
  margin: 0 0 5px;
  text-transform: uppercase;
}
@media (max-width: 1350px) {
  .project .project-inner .project-right .title {
    font-size: 1.6em;
  }
}
.project .project-inner .project-right .title * {
  color: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
}
.project .project-inner .project-right .location {
  color: #545454;
  font-size: 1.5em;
  font-style: italic;
}
@media (max-width: 1350px) {
  .project .project-inner .project-right .location {
    font-size: 1.4em;
  }
}
.project .project-inner .project-right hr {
  max-width: calc(100% - 60px);
  margin: 30px auto;
}
@media (max-width: 1000px) {
  .project .project-inner .project-right hr {
    display: none;
  }
}
.project .project-inner .project-right .snippet {
  color: #888;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 0 40px;
}
@media (max-width: 1350px) {
  .project .project-inner .project-right .snippet {
    font-size: 1.1em;
  }
}
@media (max-width: 1000px) {
  .project .project-inner .project-right .snippet {
    margin: 0 0 20px;
  }
}
.project .project-inner .project-right .snippet * {
  font-size: 1em;
  color: inherit;
  line-height: inherit;
}
.project .project-inner .project-right .view-details-wrap {
  text-align: center;
}
.project .project-inner .project-right .view-details-wrap a {
  background: #F9F8F7;
  border-color: #F9F8F7;
  color: #A9A290;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  display: inline-block;
  font-size: 1.3em;
  font-weight: 900;
  padding: 20px 60px;
}
.project .project-inner .project-right .view-details-wrap a:hover {
  background: #ece9e6;
  border-color: #ece9e6;
  color: #A9A290;
  text-decoration: none !important;
}
.project .project-inner .project-right .view-details-wrap a:active, .project .project-inner .project-right .view-details-wrap a:focus {
  background: #dfd9d4;
  border-color: #dfd9d4;
  color: #A9A290;
  text-decoration: none !important;
}
@media (max-width: 1000px) {
  .project .project-inner .project-right .view-details-wrap a {
    padding: 15px 40px;
  }
}

/* SINGLE PROJECT */
.project-single {
  display: table;
  padding: 70px 0;
  width: 100%;
}
@media (max-width: 850px) {
  .project-single {
    display: block;
    padding: 30px 0 45px;
  }
}
.project-single .project-single-left {
  display: table-cell;
  padding-right: 30px;
  vertical-align: top;
  width: 50%;
}
@media (max-width: 850px) {
  .project-single .project-single-left {
    display: block;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 850px) {
  .project-single .project-single-left .content-v1 {
    display: none;
  }
}
.project-single .project-single-left h1 {
  color: #34508F;
  margin: 0;
}
.project-single .project-single-left .location {
  color: #545454;
  font-size: 1.4em;
  font-style: italic;
}
@media (max-width: 479px) {
  .project-single .project-single-left .location {
    font-size: 1.2em;
  }
}
.project-single .project-single-left hr {
  margin: 20px 0;
  width: calc(100% - 50px);
}
.project-single .project-single-right {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
  width: 50%;
}
@media (max-width: 850px) {
  .project-single .project-single-right {
    display: block;
    margin: 30px 0;
    padding-left: 0;
    width: 100%;
  }
}
.project-single .project-single-right .main-image {
  margin-bottom: 10px;
}
.project-single .project-single-right .thumbs {
  margin-left: -5px;
  margin-right: -5px;
}
.project-single .project-single-right .thumbs .thumb {
  float: left;
  margin: 0 5px 10px;
  width: calc(100% / 3 - 10px);
}
.project-single .content-v2 {
  display: none;
}
@media (max-width: 850px) {
  .project-single .content-v2 {
    display: block;
  }
}

.project-updates .timeline-intro-text {
  margin: 0 auto 60px;
  max-width: calc(100% - 90px);
  text-align: center;
}
@media (max-width: 479px) {
  .project-updates .timeline-intro-text {
    max-width: calc(100% - 20px);
  }
}
.project-updates .update {
  margin-bottom: 0;
  padding: 45px;
}
@media (max-width: 767px) {
  .project-updates .update {
    padding: 25px;
  }
}
@media (max-width: 479px) {
  .project-updates .update {
    padding: 20px;
  }
}
.project-updates .update + .update {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .project-updates .update + .update {
    margin-top: 40px;
  }
}
.project-updates .update h2.title {
  color: #34508F;
  margin: 0 0 10px;
  text-align: center;
}
@media (max-width: 1100px) {
  .project-updates .update h2.title {
    font-size: 1.5em;
  }
}
@media (max-width: 479px) {
  .project-updates .update h2.title {
    font-size: 1.4em;
    margin: 0;
  }
}
.project-updates .update .subtitle {
  color: #545454;
  font-size: 1.4em;
  font-style: italic;
  text-align: center;
}
@media (max-width: 1100px) {
  .project-updates .update .subtitle {
    font-size: 1.3em;
  }
}
@media (max-width: 479px) {
  .project-updates .update .subtitle {
    font-size: 1.1em;
  }
}
.project-updates .update hr {
  margin-left: auto;
  margin-right: auto;
  width: 300px !important;
}
.project-updates .update .content {
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 1100px) {
  .project-updates .update .content {
    margin: 30px 0;
  }
}
@media (max-width: 479px) {
  .project-updates .update .content {
    margin: 25px 0;
  }
}
.project-updates .update .images {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .project-updates .update .images {
    margin: 0 -5px;
  }
}
.project-updates .update .images .image {
  float: left;
  padding: 0 15px;
  width: calc(100% / 4);
}
@media (min-width: 1300px) {
  .project-updates .update .images .image:nth-child(1n+5) {
    margin-top: 30px;
  }
}
@media (max-width: 1300px) {
  .project-updates .update .images .image {
    width: calc(100% / 3);
  }
  .project-updates .update .images .image:nth-child(1n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .project-updates .update .images .image {
    padding: 0 5px;
  }
  .project-updates .update .images .image:nth-child(1n+4) {
    margin-top: 10px;
  }
}

/* VESSELS */
.vessels-page-left {
  float: left;
  width: calc(40% - 50px);
}

.vessels-page-right {
  float: right;
  width: calc(60% - 30px);
}

.vessels {
  margin: 0 -15px 50px;
}
@media (max-width: 767px) {
  .vessels {
    margin: 0 0 40px;
  }
}
.vessels .vessel {
  float: left;
  margin: 0 0 40px;
  padding: 15px;
  width: calc((100% - 1px) / 2);
}
@media (max-width: 767px) {
  .vessels .vessel {
    float: none;
    width: 100%;
  }
}
.vessels .vessel .img {
  margin-bottom: 20px;
}
.vessels .vessel .img:after {
  padding-bottom: 60%;
}
.vessels .vessel h3 {
  font-size: 22px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .vessels .vessel h3 {
    font-size: 18px;
    text-align: center;
  }
}
.vessels .vessel .content {
  font-size: 16px;
}
@media (max-width: 767px) {
  .vessels .vessel .content {
    text-align: center;
  }
}
.vessels .vessel .content p {
  font-size: inherit;
  line-height: 1;
  margin: 0 0 10px;
}
.vessels .vessel .attachment {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .vessels .vessel .attachment {
    text-align: center;
  }
}

/* SERVICES PAGE */
.services {
  margin-top: 50px;
}
.services .service {
  float: left;
  margin: 0 15px 30px;
  width: calc((100% - 1px) / 3 - 30px);
}
.services .service .title {
  color: #34508F;
  font-size: 22px;
  font-weight: 600;
  padding-top: 10px;
  text-align: center;
}

/* OUR WORK PAGE */
.our-work {
  margin: 50px 0 0;
}
.our-work .work-item {
  float: left;
  margin: 0 0 20px;
  padding: 0 30px 20px;
  text-align: center;
  width: calc((100% - 1px) / 3);
}
@media (max-width: 1200px) {
  .our-work .work-item {
    width: calc((100% - 1px) / 2);
  }
}
@media (max-width: 650px) {
  .our-work .work-item {
    float: none;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
  }
}
.our-work .work-item .title {
  color: #34508F;
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0 5px;
}
@media (max-width: 1200px) {
  .our-work .work-item .title {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .our-work .work-item .title {
    font-size: 18px;
  }
}
.our-work .work-item .caption {
  color: #808080;
  font-size: 16px;
}
@media (max-width: 650px) {
  .our-work .work-item .caption {
    font-size: 15px;
  }
}
.our-work .work-item .caption * {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* testimonials */
.testimonial {
  padding-left: 50px;
  position: relative;
}
.testimonial:before {
  content: "";
  width: 30px;
  height: 50px;
  background: url("/images/quotation-mark.svg") top center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial .comment {
  font-style: italic;
}
.testimonial .name {
  font-weight: bold;
  margin-top: 5px;
  color: #34508F;
}

.accreditations {
  background: #eee;
  padding: 40px 0;
}
.accreditations .trusted-by {
  color: #808080;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.accreditations .d-table {
  table-layout: fixed;
}
@media (max-width: 1320px) {
  .accreditations .d-table {
    margin-left: 0;
    width: 100%;
  }
}
.accreditations .cell img {
  max-height: 59px;
  max-width: 100%;
  opacity: 0.63;
  padding: 0 10px;
}
@media (max-width: 479px) {
  .accreditations .cell img {
    max-height: 30px;
    padding: 0 4px;
  }
}

.footer {
  background: #1C3772;
  padding: 45px 0 50px;
  position: relative;
}
.footer .inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 1500px) {
  .footer .inner {
    display: block;
  }
}
.footer .inner .logo {
  display: table-cell;
  vertical-align: top;
  width: 550px;
}
@media (max-width: 1500px) {
  .footer .inner .logo {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.footer .inner .logo a img {
  display: block;
  height: auto;
  margin-bottom: 20px;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 210px;
}
@media (max-width: 1500px) {
  .footer .inner .logo a img {
    display: inline-block;
  }
}
.footer .inner .logo p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 23px;
  max-width: calc(100% - 30px);
  padding: 0;
  width: 400px;
}
@media (max-width: 1500px) {
  .footer .inner .logo p {
    display: none;
  }
}
.footer .inner .logo p + p {
  margin: 10px 0 0;
}
.footer .inner .logo p strong {
  color: #fff;
  font-size: 18px;
}
.footer .inner .logo p a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: inherit;
}
.footer .inner .links {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 1500px) {
  .footer .inner .links {
    display: table;
    margin: 15px auto 0;
  }
}
@media (max-width: 1500px) {
  .footer .inner .links .d-t {
    width: auto;
  }
}
.footer .inner .links .cell {
  display: table-cell;
  vertical-align: top;
}
.footer .inner .links .cell.cell1 {
  width: 32%;
}
.footer .inner .links .cell.cell2 {
  width: 37%;
}
@media (max-width: 1500px) {
  .footer .inner .links .cell {
    white-space: nowrap;
  }
  .footer .inner .links .cell + .cell {
    padding-left: 120px;
  }
  .footer .inner .links .cell.cell1 {
    width: 40%;
  }
  .footer .inner .links .cell.cell2 {
    width: 33%;
  }
}
@media (max-width: 1030px) {
  .footer .inner .links .cell {
    border-bottom: none;
    display: block;
    padding: 15px 0 !important;
    text-align: center;
    width: 100%;
  }
  .footer .inner .links .cell.cell1, .footer .inner .links .cell.cell2 {
    border-bottom: none;
    display: block;
    padding: 15px 0 !important;
    text-align: center;
    width: 100%;
  }
}
.footer .inner .links .cell h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 1180px) {
  .footer .inner .links .cell h3 {
    font-size: 1.5em;
  }
}
.footer .inner .links .cell ul + h3 {
  margin-top: 25px;
}
.footer .inner .links .cell ul {
  margin: 0;
  padding: 0;
}
.footer .inner .links .cell ul li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.footer .inner .links .cell ul li:before {
  display: none;
}
.footer .inner .links .cell ul li a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
  margin: 0;
  padding: 0;
}
.footer .inner .links .cell ul li ul li {
  list-style: none;
}
.footer .inner .links .cell ul li ul li:before {
  background: none;
  color: rgba(255, 255, 255, 0.5);
  content: "-";
  display: inline-block;
  height: auto;
  line-height: 33px;
  padding-right: 10px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  vertical-align: middle;
}
@media (max-width: 1030px) {
  .footer .inner .links .cell ul li ul li:before {
    display: none;
  }
}
.footer .inner .links .cell ul li ul li a {
  color: rgba(255, 255, 255, 0.5);
  line-height: 33px;
  vertical-align: middle;
}
.footer .inner .social-icons {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .footer .inner .social-icons {
    text-align: center;
  }
}
.footer .inner .social-icons a {
  font-size: 1.1em;
}
.footer .inner .social-icons a i {
  color: #fff;
  font-size: 23px;
  vertical-align: middle;
}
.footer .inner .social-icons a i:hover {
  opacity: 0.8;
}
.footer .inner .social-icons a + a i {
  margin-left: 10px;
}
.footer .inner .social-icons * {
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
}

.legals {
  background: #fff;
  color: #808080;
  display: none;
  font-size: 13px;
  padding: 14px 20px 30px;
  text-align: center;
}
@media (max-width: 1030px) {
  .legals {
    display: block;
  }
}
.legals .container {
  width: 1000px;
}
.legals p {
  font-size: 13px;
  margin: 0 0 5px;
}