/*  
    H2 BLUE - #003b7e
    FOOTER BLUE - #1C3471 
*/

@font-face {
  font-family: GothamBook;
  src: url(../fonts/Gotham-Book.otf) format("opentype");
}

@font-face {
  font-family: GothamLight;
  src: url(../fonts/Gotham-Light.otf) format("opentype");
}

@font-face {
  font-family: GothamMedium;
  src: url(../fonts/Gotham-Medium.otf) format("opentype");
}

@font-face {
  font-family: GothamThin;
  src: url(../fonts/Gotham-Thin.otf) format("opentype");
}

@font-face {
  font-family: GothamUltra;
  src: url(../fonts/Gotham-Ultra.otf) format("opentype");
}

@font-face {
  font-family: GothamNarrowBlack;
  src: url(../fonts/GothamNarrow-Black.otf) format("opentype");
}

@font-face {
  font-family: GothamNarrowBook;
  src: url(../fonts/GothamNarrow-Book.otf) format("opentype");
}

@font-face {
  font-family: GothamNarrowThin;
  src: url(../fonts/GothamNarrow-Thin.otf) format("opentype");
}

@font-face {
  font-family: GothamNarrowUltra;
  src: url(../fonts/GothamNarrow-Ultra.otf) format("opentype");
}


body {
    overflow-x: hidden;
    position: relative;
}

body:after {
    background: rgba(0,59,126,0);
    content: '';
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transition: .5s background,0s visibility .5s;
    transition: .5s background,0s visibility .5s;
    width: 100%;
    z-index: 900;
}

body.fixed-nav {
    padding-top: 100px;
}

body.darkened:after {
    background: rgba(0,59,126,.8);
    -webkit-transition: .5s background,0s visibility 0s;
    transition: .5s background,0s visibility 0s;
}

.icon-arrow {
  margin-left: 0.5rem;
  color: #70aedf;
  font-size: 20px;
}

.icon-globe {
  margin-left: auto;
  align-self: center;
  color: #70aedf;
  margin-right: 1rem;
  font-size: 30px;
}

.col {
  margin: 0;
  padding: 0 !important;
}

.row {
  width: 100%;
  margin: 0 auto;
}

.sub--heading, .h1-head {
  color: #003b7e;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 36px;
  line-height:45px;
}

.sub--paragraph, .h4_subtitle {
  color: #272727;
  font-weight: 500;
  font-size: 24px;
  line-height:34px;
}

.site--heading{
    font-size:30px;
    font-weight:700;
    line-height:38px;
    color:#003b7e;
}

.quote-text{
    font-size:24px;
    line-height:30px;
    color: #666666;
    font-weight:300;
}

.partial {
  margin-top: 5rem;
}

.main {
  margin-top: 8rem;
  position: relative;
}

.main__container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
  padding-top: 5rem;
}

.main_image {
  position: absolute;
/*  width: 45%;*/
  height: 100%;
}

.main_image_sm {
  display: none;
}

* {
  box-sizing: border-box;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
}
.nav-desktop {
  display: flex;
  box-shadow: 1px 2px 3px #f1f1f1;
}

nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  /*margin-right: 25%;*/
}

nav ul li, nav ul li a, nav ul li a:hover{
    color: #003b7e;
    font-weight: 700;
    font-size: 19px;
    line-height: 95px;
    text-decoration:none;
}

nav ul li {
  
  padding: 0 25px;
  box-shadow: 0px 0px 3px #f1f1f1;
  display: flex;
  align-items: center;
  
}

.menu-wrapper {
    backface-visibility: hidden;
    background: #fff;
    border-top: 5px solid #f1f1f1;
    height: 505px;
    left: 0;
    position: absolute;
    right: 0;
    top: 105px;
    visibility: hidden;
}

.menu-wrapper.visible{
    visibility:visible;
}

.menu-wrapper#oNas{
    height:530px;
}

.logo {
 /* padding: 5px;
  height: 90px;
  margin-left: auto;
  margin-right: 2%;*/
}

.metro-blue {
color: #70aedf;
}

footer .logo {
  margin-left: 0;
  margin-right: 0;
}

.link {
  color: #003b7e;
  font-weight: bold;
}

.left {
  position: relative;
  z-index: 30;
}

.left__block {
  position: absolute;
  height: 100%;
  width: 180%;
  background: #f1f1f1;
  left: -100%;
}

.right {
  position: relative;
  z-index: 20;
}

.backgroundm {
  position: absolute;
  margin-left: -230px;
  margin-top: -100px;
  z-index: -5;
  top: -215px;
  height: 600px;
}

.background {
  width: 100%;
  height: 100%;
}

.box {
   border-top: 0.5px solid #d4d4d4; 
   border-bottom: 0.5px solid #d4d4d4;
   border-left: 0.5px solid #d4d4d4;
   border-right: 0.5px solid #d4d4d4;
  width: 96%;
  margin-bottom: 2rem;
}

.box__content,
.box__footer {
  padding: 15px 20px;
}

.box__content__paragraph {
  font-size: 16px;
    color: #676767;
}

.box__footer {
   border-top: 0.5px solid #d4d4d4; 
       padding: 15px 20px;
/*   border-bottom: 0.5px solid #a9a9a9;
   border-left: 0.5px solid #a9a9a9;
   border-right: 0.5px solid #a9a9a9;*/
/*  box-shadow: 0 -0.5px 1px #a9a9a9;*/
}

.box__header {
  font-size: 25px;
  font-weight: bold;
}

.center {
  width: 90%;
  margin: 0 auto;
}

footer {
  background: #003b7e;
  padding: 1rem 0 0 0;
  margin-top: 3rem;
}

footer ul {
  list-style: none;
  color: #fff;
}

footer ul a {
  color: #fff;
}

.nav__links {
  text-decoration: underline;
}

.footer__nav ul li:first-child {
  margin-bottom: 1rem;
  font-weight: bold;
}

.footer__nav .container {
  padding: 2rem 0;
  display: flex;
  text-decoration: underline;
  flex-wrap: wrap;
}

.footer__footer {
  -webkit-box-shadow: 0 -10px 50px rgba(0,0,0,.2);
  box-shadow: 0 -10px 50px rgba(0,0,0,.2);
  display: flex;
  justify-content: center;
      background-color: #003b7e;
}

.footer__footer ul {
  display: flex;
  align-items: center;
  margin: 0;
  color: #a9a9a9;
}

.footer__footer ul li {
  padding: 0 15px;
}

.footer__icon {
  width: 2rem;
  height: 2rem;
}

.half {
  padding: 0;
}

.nav__socialmedias li i {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.underline {
  display: block;
  width: 150px;
}

/* HAMBURGER */

.button_container {
  right: 85%;
  top: 50%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  right: 2%;
  transform: translateY(-50%);
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: #003b7e;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 10px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  z-index: 50;
}
.overlay:before {
  content: "";
  background: #003b7e;
  left: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: left 0.35s ease;
}
.overlay:after {
  content: "";
  background: #003b7e;
  right: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: all 0.35s ease;
}
.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.overlay.open:before {
  left: 0;
}
.overlay.open:after {
  right: 0;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  text-align: center;
  z-index: 100;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.35s;
}

.nav__hamburger {
  display: none;
  position: relative;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@media (max-width: 1076px) {
  .logo {
    margin: 0 auto;
    width: 100px;
  }

  .row {
    margin: 0 auto;
  }

  nav ul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 12px;
  }

  nav ul li {
    padding: 0 10px;
  }


  .footer__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 15px 0;
        background-color: #003b7e;
  }

  .footer__footer ul {
    display: initial;

  }

  footer .logo {
    width: 130px;
  }

  ul.nav__socialmedias {
    margin-left: 5%;
  }

  ul.nav__socialmedias li {
    padding: 8px 0;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .logo {
    margin: 0 auto;
    /*width: 80px;*/
  }

  .main_image {
    display: none;
  }

  .main_image_sm {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }

  .center {
    width: 100%;
  }

  .backgroundm {
    top: -35px;
    right: 0;
    width: 300px;
    height: 300px;
  }

  .main__container {
    margin-top: 0;
    padding-top: 0;
  }

  .nav__hamburger {
    display: block;
    width: 100%;
    background: #fff;
    height: 80px;
    box-shadow: 1px 2px 11px #000;
  }
  .nav__hamburger ul li {
    font-weight: normal;
    font-size: 12px;
    padding: 0 25px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }

  .nav-desktop {
    display: none !important;
  }

  .logo__hamburger {
    margin-left: 5%;
  }
}

.content-inject {
  margin-top: 110px;
}


.content-text, .content-txt {
    color: #272727;
    line-height:21px;
    font-size:15px !important;
    font-weight:300 !important;
}
.content-bg {
    background: #ffffff;
}

.box-content {
    font-size: 15px;
}

.box-content-bold {
    font-weight: bold;
}

.box-black-heading {
    font-size: 21px !important;
    font-weight: 700;
    color: #010101;
}

.menu-box--paragraph{
    font-size: 13px;
    line-height: 19px;
    color: #272727;
}