@charset "UTF-8";
@font-face {
  font-family: 'Proxima-Nova-Thin';
  src: url(../assets/fonts/ProximaNova-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Proxima-Nova-Regular';
  src: url(../assets/fonts/ProximaNova-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Proxima-Nova-Light';
  src: url(../assets/fonts/ProximaNova-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Proxima-Nova-Bold';
  src: url(../assets/fonts/ProximaNova-Bold.ttf) format("opentype");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #092056;
  z-index: 9999999;
}

.tirquaz-color {
  /*color: #00ffff;*/
      color:#FFFFFFFF;
}

.font-bold {
  font-family: 'Proxima-Nova-Bold';
}

html {
  font-size: 16px;
}

body {
  color: #fff;
  font-family: 'Proxima-Nova-Light', sans-serif;
      background:#092056;
}

p {
  font-family: 'Proxima-Nova-Light';
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  font-size: 17px;
}

li {
  font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Proxima-Nova-Regular';
}

h3 {
  font-size: 2rem;
}

h1, h2, h3, h4, h5, h6, img, ul, .read-more-btn, .view-our-team-btn, .supported-by-btn,.view-more-btn, .supporting-docs-btn, .executives-btn {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

section.active .view-our-team-btn, .view-our-team-btn,
section.active .supported-by-btn, .supported-by-btn,
section.active .read-more-btn, .read-more-btn, .view-more-btn {
  -webkit-transition: background-color 0.2s,  opacity 1.5s 0.85s ease, color 0.2s !important;
  transition: background-color 0.2s,  opacity 1.5s 0.85s ease, color 0.2s !important;
}

.view-our-team-btn:hover,
.supported-by-btn:hover,
.read-more-btn:hover,
.view-more-btn:hover,
.supporting-docs-btn:hover,
.executives-btn:hover{
  border-color: #00ffff !important;
  color: #00ffff !important;
}

section.active p,
section.active h1,
section.active h3,
section.active h5,
section.active h6,
section.active ul,
section.active .read-more-btn,
section.active .view-more-btn,
section.active .view-our-team-btn,
section.active .supported-by-btn,
section.active .supporting-docs-btn,
section.active .executives-btn,
section.active img,
section.active .bg-opacity-mobile {
  opacity: 1;
  -webkit-transition: opacity 1.5s 0.85s ease;
  transition: opacity 1.5s 0.85s ease;
}

.view-our-team-close-btn,
.supported-by-close-btn,
.supporting-docs-close-btn,
.executives-close-btn,
.articles-close-btn {
  position: fixed;
  top: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10000000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 50%;
  cursor: pointer;
}

.view-our-team-close-btn img,
.supported-by-close-btn img,
.supporting-docs-close-btn img,
.executives-close-btn img,
.articles-close-btn img {
  opacity: 1;
}

.view-our-team-close-btn:hover svg line, .view-our-team-close-btn:hover svg circle,
.supported-by-close-btn:hover svg line, .supported-by-close-btn:hover svg circle,
.supporting-docs-close-btn:hover svg line, .supporting-docs-close-btn:hover svg circle,
.executives-close-btn:hover svg line, .executives-close-btn:hover svg circle,
.articles-close-btn:hover svg line, .articles-close-btn:hover svg circle {
  stroke: aqua;
}

.blue-bg-header {
  position: fixed;
  z-index: 900;
  padding: 14px 0;
  height: 120px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .blue-bg-header {
    background: rgba(9, 32, 86, 0.9);
    height: unset;
    padding: 14px 0;
  }
}

.blue-bg-header .blue-bg-header-inner {
  height: 100%;
  width: 85%;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

#logo {
  z-index: 100;
  height: auto;
}

@media screen and (max-width: 768px) {
  #logo {
    width: 90px;
  }
  #logo svg text {
    font-size: 17px;
  }
}

@media screen and (max-width: 430px) {
  #logo {
    height: 43px;
  }
  #logo svg text {
    font-size: 15px;
  }
}

.contact-menu-btn {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  z-index: 101;
  cursor: pointer;
}

.contact-menu-btn img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  opacity: 1;
  padding: 10px;
}

.contact-menu-btn svg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  opacity: 1;
  padding: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
}

.contact-menu-btn svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
  pointer-events: none;
  cursor: pointer;
}

.contact-menu-btn svg:hover path {
  fill: aqua;
}

.contact-menu-btn svg.contact-menu-close {
  background-color: rgba(255, 255, 255, 0.637);
  border-radius: 50%;
  opacity: 0;
  z-index: 0;
  left: unset;
  right: 58px;
  top: 60px;
  position: fixed;
}

.contact-menu {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #092056;
  z-index: 100;
  padding: 133px 110px 100px 50px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.contact-menu h4 {
  opacity: 1;
}

.contact-menu span {
  display: block;
}

.contact-menu .sep-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.28);
  margin: 22px 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.contact-menu .font-bold {
  font-size: 1.14rem;
}

.contact-menu a {
  color: #fff;
}

.contact-menu a:hover {
  color: #00ffff;
  text-decoration: none;
}

.contact-menu-mobile {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #006797;
  z-index: 10000000000000;
  padding: 40px;
}

.contact-menu-mobile h4 {
  opacity: 1;
}

.contact-menu-mobile span {
  display: block;
}

.contact-menu-mobile .sep-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.28);
  margin: 22px 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.contact-menu-mobile .font-bold {
  font-size: 1.14rem;
}

.contact-menu-mobile .contact-menu-close-mobile {
  background-color: rgba(255, 255, 255, 0.637);
  border-radius: 50%;
  left: 43px;
  opacity: 0;
  width: 40px;
  height: 40px;
  padding: 7px;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  top: 8%;
  left: calc(50% - 20px);
}

.contact-menu-mobile a {
  color: #fff;
}

.contact-menu-mobile a:hover {
  color: #00ffff;
  text-decoration: none;
}

.financial-reports {
  position: relative;
  margin-left: auto;
  z-index: 101;
  color: #fff;
  cursor: pointer;
}

.financial-reports .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.financial-reports .dropdown {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.financial-reports:hover {
  color: #00FFFF;
}

.financial-reports:hover ul {
  opacity: 1 !important;
}

.financial-reports:hover svg path {
  fill: aqua;
}

.financial-reports ul {
  position: absolute;
  right: 25px;
  padding-left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  list-style: none;
  padding-top: 4px;
}

.financial-reports ul li {
  margin-top: 10px;
}

.financial-reports ul li a {
  color: #fff;
  padding: 3px;
}

.financial-reports ul li a:hover {
  text-decoration: none;
  color: #00ffff;
}

.wrapper {
  max-width: 1400px;
  width: 82%;
  height: 100%;
  margin: 0 auto;
}

#fp-nav {
  right: 58px;
  z-index: 1000000;
}

@media screen and (max-width: 768px) {
  #fp-nav {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  #fp-nav {
    right: 30px;
  }
}

#fp-nav::before {
  content: '';
  position: absolute;
  bottom: 107%;
  left: 50%;
  width: 1px;
  height: 50vh;
  background-color: rgba(255, 255, 255, 0.2);
}

#fp-nav::after {
  content: '';
  position: absolute;
  top: 113%;
  left: 50%;
  width: 1px;
  height: 50vh;
  background-color: rgba(255, 255, 255, 0.2);
}

#fp-nav ul {
  opacity: 1 !important;
}

#fp-nav ul li {
  margin: 20px 10px 20px -1px;
}

#fp-nav ul li a span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 12px;
  height: 12px;
  margin: 0 0 0 0;
  background-color: transparent !important;
}

#fp-nav ul li a span::before {
  content: '';
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.36s;
  transition: background-color 0.36s;
}

#fp-nav ul li:hover a span {
  width: 12px;
  height: 12px;
  margin: 0;
}

#fp-nav ul li:hover a.active span {
  margin: 0;
}

#fp-nav ul li a.active span {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 12px;
  height: 12px;
  margin: 0;
}

#fp-nav ul li a.active span::before {
  background-color: white;
}

section {
  min-height: 100vh;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #092056;
}
#nofullpage section{
  padding: 12% 0;
}
@media screen and (min-width: 769px) {
  #nofullpage #section-5:before{
    background-attachment: fixed;
  }
  #nofullpage #section-5:after{
    position: relative;
  }
}

section::before {
  opacity: 0.2;
  -webkit-transition: opacity 1s cubic-bezier(0.45, 0.01, 0.1, 1), -webkit-transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1);
  transition: opacity 1s cubic-bezier(0.45, 0.01, 0.1, 1), -webkit-transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1);
  transition: opacity 1s cubic-bezier(0.45, 0.01, 0.1, 1), transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1);
  transition: opacity 1s cubic-bezier(0.45, 0.01, 0.1, 1), transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1), -webkit-transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section::after {
  opacity: 0.1;
  -webkit-transition: opacity 1s cubic-bezier(0.45, 0.01, 0.1, 1), -webkit-transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1);
  transition: opacity 1s cubic-bezier(0.45, 0.01, 0.1, 1), -webkit-transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1);
  transition: opacity 1s cubic-bezier(0.45, 0.01, 0.1, 1), transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1);
  transition: opacity 1s cubic-bezier(0.45, 0.01, 0.1, 1), transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1), -webkit-transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1);
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

section.active::before {
  opacity: 1;
  -webkit-transition: opacity 3.3s cubic-bezier(0.45, 0.01, 0.1, 1), -webkit-transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1);
  transition: opacity 3.3s cubic-bezier(0.45, 0.01, 0.1, 1), -webkit-transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1);
  transition: opacity 3.3s cubic-bezier(0.45, 0.01, 0.1, 1), transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1);
  transition: opacity 3.3s cubic-bezier(0.45, 0.01, 0.1, 1), transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1), -webkit-transform 3.3s cubic-bezier(0.45, 0.01, 0.1, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}

section.active::after {
  opacity: 1;
  -webkit-transition: -webkit-transform 3.3s;
  transition: -webkit-transform 3.3s;
  transition: transform 3.3s;
  transition: transform 3.3s, -webkit-transform 3.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#section-1::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/svg-1.svg");
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: 0;
  right: -10%;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #section-1::before {
    background-image: url("../assets/images/svg-1-mobile.svg");
    right: 0;
  }
}

#section-1::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/section-1-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}

#section-1 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#section-1 h1, #section-1 .h1 {
  max-width: 670px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 768px) {
  #section-1 h1, #section-1 .h1  {
    font-size: 2rem;
  }
}

#section-1 h1:after, #section-1 .h1:after  {
  content: '';
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #00FFFF;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#section-2::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/svg-2.svg");
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #section-2::before {
    background-image: url("../assets/images/svg-2-mobile.svg");
  }
}

#section-2::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/section-2-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}

#section-2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#section-2 h3 {
  margin-bottom: 37px;
}

#section-2 .investments {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #section-2 .investments {
    margin-top: 30px;
  }
}

#section-2 .investments ul {
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #section-2 .investments ul {
    margin-bottom: 0;
  }
}

#section-2 .investments ul li {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #section-2 .investments ul li {
    margin: 2px 0;
  }
}

#section-2 .investments ul img {
  height: 36px;
}

#section-3::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/svg-3.svg");
  background-position: center center;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #section-3::before {
    background-image: url("../assets/images/svg-3-mobile.svg");
  }
}

#section-3::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/section-3-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}

#section-3 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#section-3 h3 {
  margin-bottom: 37px;
}

#section-3 .view-our-team-btn {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  padding: 9px 22px;
  margin-top: 15px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #section-3 .view-our-team-btn {
    margin-top: 10px;
    font-size: 15px;
    padding: 6px 18px;
  }
}

#section-4::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/svg-4.svg");
  background-position: 22% 51%;
  background-size: 200% 200%;
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
}

#section-4::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/section-4-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}

#section-4 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#section-4 .box {
  margin: 35px 0;
}

@media screen and (max-width: 768px) {
  #section-4 .box {
    margin: 25px 0;
  }
}

#section-4 .box:nth-of-type(1) {
  padding-top: 13px;
}

#section-4 .box:nth-of-type(2) {
  padding-bottom: 13px;
}

#section-4 h3 {
  margin-bottom: 37px;
}

#section-4 h6 {
  font-family: 'Proxima-Nova-Light';
  font-size: 1.2rem;
  margin-bottom: 0px;
}

#section-4 .bg-opacity-mobile {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 0px 17px;
}

@media screen and (min-width: 768px) {
  #section-4 .bg-opacity-mobile {
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
  }
}

#section-4 .supported-by-btn,
#section-4 .supporting-docs-btn,
#section-4 .executives-btn{
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  padding: 9px 22px;
  margin-top: 15px;
  cursor: pointer;
}

.doc-link a{
  font-family: 'Open Sans';    
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.85);
  display: inline-block;
  clear:both;
  padding: 9px 22px;
  margin-top: 15px;
  cursor: pointer;
  text-decoration:none;
}
.doc-link a:hover{
  border: 1px solid rgba(0, 0, 128, 0.8);
  color: rgba(0, 0, 128, 0.85); 
  text-decoration:none;
}

@media screen and (max-width: 768px) {
  #section-4 .supported-by-btn,
#section-4 .supporting-docs-btn,
#section-4 .executives-btn {
    margin-top: 10px;
    font-size: 15px;
    padding: 6px 18px;
  }
}

@media screen and (max-width: 768px) {
  #section-4 br {
    display: none;
  }
}

#section-5::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/svg-5.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #section-5::before {
    background-image: url("../assets/images/svg-5-mobile.svg");
    background-size: cover;
  }
}

#section-5::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#092056), to(#123075));
  background-image: linear-gradient(to top, #092056, #123075);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 10% 10%;
  position: absolute;
  z-index: -5;
}

#section-5 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #section-5 .wrapper {
    padding: 15% 0;
  }
}

#section-5 .wrapper {
  position: relative;
}

#section-5 .box {
  margin: 35px 0;
}

#section-5 h3 {
  margin-bottom: 37px;
  margin-top: 50px;
}

#section-5 h5 {
  font-family: 'Proxima-Nova-Regular';
  font-size: 1.33rem;
  margin-bottom: 16px;
}

#section-5 .read-more-btn, #section-5 .view-more-btn {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 7px 20px;
  margin-top: auto;
  cursor: pointer;
}
#section-5 .view-more-btn a{
text-decoration: none;
color:inherit;
}
@media screen and (max-width: 768px) {
  #section-5 .read-more-btn, #section-5 .view-more-btn {
    margin-top: 5px;
    font-size: 15px;
    padding: 6px 18px;
  }
}

#section-5 .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) and (max-height: 900px){
  #home-page #section-5 .article p,#elikonos-page #section-5 .article p {display:none;}
}

#section-6::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/svg-6.svg");
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #section-6::before {
    background-image: url("../assets/images/svg-6-mobile.svg");
    background-size: cover;
  }
}

#section-6::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#092056), to(#123075));
  background-image: linear-gradient(to top, #092056, #123075);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 10% 10%;
  position: absolute;
  z-index: -5;
}

#section-6 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#section-6 .box {
  margin: 35px 0;
}

#section-6 h3 {
  margin-bottom: 37px;
}

#section-6 h5 {
  font-family: 'Proxima-Nova-Light';
  font-size: 1.3rem;
  margin-bottom: 13px;
}

#section-6 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#section-6 ul li {
  margin-bottom: 4px;
}

#section-6 ul li::before {
  content: "•";
  color: #00FFFF;
  margin-right: 6px;
}

#section-6 img {
  margin-bottom: 22px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #section-6 img {
    width: 190px;
  }
}

div[class^="mask-"] {
  position: absolute;
  background-color: #000;
  z-index: 4;
  -webkit-transition: -webkit-transform 0.77s cubic-bezier(0.435, 0.01, 0.7, 1);
  transition: -webkit-transform 0.77s cubic-bezier(0.435, 0.01, 0.7, 1);
  transition: transform 0.77s cubic-bezier(0.435, 0.01, 0.7, 1);
  transition: transform 0.77s cubic-bezier(0.435, 0.01, 0.7, 1), -webkit-transform 0.77s cubic-bezier(0.435, 0.01, 0.7, 1);
  background-color: #090068;
}

.mask-left {
  width: 75px;
  height: 100vh;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.mask-right {
  width: 75px;
  height: 100vh;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.mask-top {
  width: 100vw;
  height: 75px;
  left: 0;
  top: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.mask-bottom {
  width: 100vw;
  height: 75px;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

@media screen and (max-width: 1050px) {
  .mask-left, .mask-right {
    width: 60px;
  }
  .mask-top, .mask-bottom {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .mask-left, .mask-right {
    width: 40px;
  }
  .mask-top, .mask-bottom {
    height: 50px;
  }
}

@media screen and (max-width: 450px) {
  .mask-left, .mask-right {
    width: 30px;
  }
  .mask-top, .mask-bottom {
    height: 20px;
  }
}

section.active .mask-left,
section.active .mask-right {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 1.73s cubic-bezier(0.435, 0.01, 0.135, 1) 0.36s;
  transition: -webkit-transform 1.73s cubic-bezier(0.435, 0.01, 0.135, 1) 0.36s;
  transition: transform 1.73s cubic-bezier(0.435, 0.01, 0.135, 1) 0.36s;
  transition: transform 1.73s cubic-bezier(0.435, 0.01, 0.135, 1) 0.36s, -webkit-transform 1.73s cubic-bezier(0.435, 0.01, 0.135, 1) 0.36s;
}

section.active .mask-top,
section.active .mask-bottom {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 1.73s cubic-bezier(0.435, 0.01, 0.135, 1) 0.36s;
  transition: -webkit-transform 1.73s cubic-bezier(0.435, 0.01, 0.135, 1) 0.36s;
  transition: transform 1.73s cubic-bezier(0.435, 0.01, 0.135, 1) 0.36s;
  transition: transform 1.73s cubic-bezier(0.435, 0.01, 0.135, 1) 0.36s, -webkit-transform 1.73s cubic-bezier(0.435, 0.01, 0.135, 1) 0.36s;
}

@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6, img, ul, p, .read-more-btn, .view-our-team-btn, .supported-by-btn, .bg-opacity-mobile,.supporting-docs-btn, .executives-btn  {
    opacity: 1;
  }
  .mask-left, .mask-right {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .mask-top, .mask-bottom {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  section::before {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  section::after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#our-team-modal {
  position: fixed;
  top: 75px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1000000000000000;
  padding-right: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow-y: scroll;
}

#our-team-modal .our-team-modal-inner {
  padding: 6% 5% 9%;
  margin: 0 auto;
  max-width: 2000px;
}

@media screen and (max-width: 700px) {
  #our-team-modal .our-team-modal-inner {
    padding: 6% 8% 20%;
  }
}

#our-team-modal h3 {
  color: #102C6D;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 27px;
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  #our-team-modal h3 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 700px) {
  #our-team-modal h3 {
    padding-left: 16px;
    margin-top: 35px;
    margin-bottom: 10px;
  }
}

#our-team-modal .team-member {
  padding-left: 0px;
  padding-right: 21px;
  padding-left: 27px;
  height: 300px;
  margin: 30px 0;
  width: 33%;
  border-left: 1px solid #709BE7;
}

@media screen and (max-width: 1000px) {
  #our-team-modal .team-member {
    width: 50%;
    height: 100%;
  }
}

@media screen and (max-width: 700px) {
  #our-team-modal .team-member {
    width: 100%;
    height: 100%;
    padding-left: 16px;
    margin: 20px 0;
  }
}

#our-team-modal .team-member .team-member-name {
  color: rgba(16, 44, 109, 0.9);
  font-size: 24px;
  margin-bottom: 18px;
  font-family: 'Proxima-Nova-Regular';
}

#our-team-modal .team-member ul {
  padding-left: 8px;
  list-style: none;
  opacity: 1;
}

#our-team-modal .team-member ul li {
  position: relative;
  margin: 1px 0;
  color: #000;
  opacity: 1;
}

#our-team-modal .team-member ul li::before {
  content: "-";
  margin-right: 5px;
  position: absolute;
  left: -8px;
  top: -1px;
}

#our-team-modal .custom-col {
  width: 33%;
}

@media screen and (max-width: 1000px) {
  #our-team-modal .custom-col {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  #our-team-modal .custom-col {
    width: 100%;
  }
}

#our-team-modal .custom-col .team-member.no-border {
  border-left: 0;
}

@media screen and (max-width: 700px) {
  #our-team-modal .custom-col .team-member.no-border {
    border-left: 1px solid #709BE7;
  }
}

#our-team-modal .custom-col .team-member {
  border-left: 1px solid #709BE7;
}

#supported-by-modal, #supporting-docs-modal,#executives-modal {
  position: fixed;
  top: 75px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1000000000000000;
}


#supported-by-modal .supported-by-modal-inner,
#supporting-docs-modal .supporting-docs-modal-inner,
#executives-modal .executives-modal-inner {
  padding: 0 5%;
  max-width: 1515px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#supported-by-modal .title,
#supporting-docs-modal .title,
#executives-modal .title
{
  width: 100%;
  text-align: center;
  color: #102C6D;
  font-family: 'Proxima-Nova-Regular';
  font-size: 2rem;
  margin-bottom: 90px;
}

#executives-modal .subtitle{
   font-family: 'Open Sans';
   color: #102C6D;
   font-size: 1.4rem;
}

@media screen and (max-width: 800px) {
  #supported-by-modal .title,
  #supporting-docs-modal .title,
#executives-modal .title{
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 500px) {
  #supported-by-modal .title,
  #supporting-docs-modal .title,
#executives-modal .title{
    margin-bottom: 30px;
  }
}

#supported-by-modal .xorigoi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 90px;
}

#supported-by-modal .image-wrap {
  width: 16.6%;
}

@media screen and (max-width: 800px) {
  #supported-by-modal .image-wrap {
    width: 33.3%;
  }
}

@media screen and (max-width: 500px) {
  #supported-by-modal .image-wrap {
    width: 50%;
  }
}

#supported-by-modal .image-wrap img {
  opacity: 1;
  max-width: 100%;
  margin: 0 1%;
}

#articles-modal {
  position: fixed;
  top: 75px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding-right: 20px;
  padding-bottom: 75px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 1000000000000000;
  overflow-y: scroll;
}

#articles-modal .articles-modal-inner {
  padding: 0 5%;
  max-width: 900px;
  width: 90%;
  margin: 100px auto 95px;
}

@media screen and (max-width: 768px) {
  #articles-modal .articles-modal-inner {
    width: 86%;
    margin: 70px auto 95px;
  }
}

#articles-modal .articles-modal-inner h1 {
  opacity: 1;
  color: #102C6D;
  font-size: 2.3rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #articles-modal .articles-modal-inner h1 {
    margin-bottom: 35px;
  }
}

#articles-modal .articles-modal-inner p {
  color: #000;
  opacity: 1;
  margin-bottom: 25px;
  font-family: 'Proxima-Nova-Regular';
  line-height: 1.6;
}

#articles-modal .articles-modal-inner a {
  color: #102C6D;
}

.prev-article {
  position: fixed;
  top: 50%;
  left: 5%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  opacity: 0;
  z-index: 0;
}

.prev-article.hide {
  visibility: hidden;
}

@media screen and (max-width: 1100px) {
  .prev-article {
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .prev-article {
    left: 6px;
  }
  .prev-article svg {
    width: 30px;
  }
}

.next-article {
  position: fixed;
  top: 50%;
  right: 5%;
  cursor: pointer;
  opacity: 0;
  z-index: 0;
}

.next-article.hide {
  visibility: hidden;
}

@media screen and (max-width: 1100px) {
  .next-article {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .next-article {
    right: 6px;
  }
  .next-article svg {
    width: 30px;
  }
}

@media screen and (max-width: 500px) {
  .blue-bg-header .blue-bg-header-inner {
    width: 96%;
  }
  .financial-reports .dropdown {
    display: none;
  }
  .financial-reports ul {
    right: 0;
  }
  .contact-menu-btn {
    margin-left: 0px;
  }
  .dropdown {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
  }
  h3.tirquaz-color {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) and (max-height: 850px) {
  .wrapper {
    position: relative;
    right: 0;
    left: 0;
    height: 100%;
    padding: 15% 0;
  }
  .blue-bg-header {
    padding: 8px 0;
  }
  section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 400px) {
  h3 {
    font-size: 1.9rem;
  }
  #section-5 h5 {
    margin-bottom: 15px;
  }
}

.supported-fasa {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1%;
}

.supported-fasa img {
  opacity: 1;
  width: 16.6%;
  max-width: 140px;
}
/*# sourceMappingURL=style.css.map */
@media (min-width: 1360px){
  .mt-xxl-5, .my-xxl-5 {
    margin-top: 3rem!important;
}  
}

table.executives-table {
  font-family: 'Open Sans';
  border: 0px solid #1C6EA4;
  width: 100%;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
}
table.executives-table td, table.executives-table th {
  border: 0px solid #AAAAAA;
  padding: 3px 2px;
  color:#000;
}
table.executives-table tbody td {
  font-size: 15px;
}
table.executives-table tr:nth-child(even) {
  background: #D0E4F5;
}
table.executives-table thead {
  background: #0e2867;
  border-bottom: 0px solid #444444;
}
table.executives-table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 0px solid #D0E4F5;
}
table.executives-table thead th:first-child {
  border-left: none;
}

table.executives-table tfoot td {
  font-size: 14px;
}
.supporting-links{
    text-align:center;
}
