@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  font-family: "Roboto", sans-serif;
}

.bg_blue {
  background-color: #1b5083;
}
.bg_blue h2 {
  color: white;
}

.bg_light_gray {
  background-color: #f1f5f7;
}
.bg_light_gray h2 {
  color: #1b5083;
}

.bg_white {
  background-color: #ffffff;
}
.bg_white h2 {
  color: #1b5083;
}

.sec_container {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .sec_container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.sec_container h2 {
  text-align: center;
}
.sec_container .lead {
  text-align: center;
}

.img_border_style {
  background: #c4c4c4;
  -webkit-box-shadow: -15px 15px 0px #1b3358;
          box-shadow: -15px 15px 0px #1b3358;
}

.reveal {
  z-index: 9999 !important;
}

.sec_divider img {
  width: 100%;
}

/*

  0 - 600px:          Phone
  600 - 900px:        Tablet Portrait
  900 - 1200px:       Tablet Landscape
  [1200px - 1800px]:  Normal Styles
  1800px + :          Big Desktops

*/
/*

  - Phone
  - tab-port
  - tab-land
  - big-desktops

*/
.social_accounts {
  padding: 0.6rem;
  text-align: right;
  background-color: #f1f1f1;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
.social_accounts i {
  color: #1B3358;
  padding: 0 0.2rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 64em) {
  .social_accounts {
    display: none;
  }
}

#header_sticky {
  z-index: 1 !important;
}
#header_sticky .logo {
  margin: 0.6rem;
}
#header_sticky .social-profiles {
  margin: 0 0.9rem 0 0.3rem;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
#header_sticky .social-profiles a {
  margin: 0 0.3rem;
}
@media screen and (max-width: 39.9375em) {
  #header_sticky .social-profiles {
    display: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #header_sticky .social-profiles {
    display: none;
  }
}
#header_sticky .sticky {
  /* Small Only */
  /* Medium only */
  /* Large and up */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 39.9375em) {
  #header_sticky .sticky {
    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: 40em) and (max-width: 63.9375em) {
  #header_sticky .sticky {
    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: 64em) {
  #header_sticky .sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#header_sticky .is-stuck .header_branding img {
  height: 80px;
}
#header_sticky .header_navigation {
  width: 100%;
  /* Large and up */
}
@media screen and (min-width: 64em) {
  #header_sticky .header_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#header_sticky .title-bar {
  background-color: #1B3358;
}
#header_sticky .top-bar {
  background-color: transparent;
}
#header_sticky .top-bar .menu {
  background-color: transparent;
}
#header_sticky .top-bar .menu ul {
  background-color: white;
  border: none;
}
#header_sticky .top-bar li {
  margin-right: 0.3rem;
}
#header_sticky .top-bar a {
  color: #1b3358;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  #header_sticky .top-bar a {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #header_sticky .top-bar a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 64em) {
  #header_sticky .top-bar a {
    font-size: 1.3rem;
  }
}
#header_sticky .top-bar a:hover {
  background-color: #1b3358;
  color: white;
}
#header_sticky .top-bar .is-dropdown-submenu-parent > a::after {
  border-color: #436ca8 transparent transparent;
}
#header_sticky .top-bar .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: #436ca8 transparent transparent;
}

.main_header {
  width: 100vw;
  /* Large and up */
}
@media screen and (min-width: 64em) {
  .main_header {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  }
}

.navigation__checkbox {
  display: none;
}
.navigation__background {
  background: #f2f2f2;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (max-width: 56.25em) {
  .navigation__background {
    top: 35px;
    right: 35px;
  }
}
@media (max-width: 37.5em) {
  .navigation__background {
    top: 35px;
    right: 35px;
  }
}
.navigation__nav {
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: -500px;
  z-index: 1500;
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navigation__button {
  background-color: #fff;
  height: 70px;
  width: 70px;
  position: fixed;
  top: 30px;
  right: 15px;
  border-radius: 50%;
  z-index: 2000;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}
@media (max-width: 56.25em) {
  .navigation__button {
    top: 30px;
    right: 15px;
  }
}
@media (max-width: 37.5em) {
  .navigation__button {
    top: 30px;
    right: 15px;
  }
}
.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
}
.navigation__list .active a {
  color: #c8a891;
}
.navigation__list .active a:hover {
  color: #131313;
}
.navigation__item {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .navigation__item {
    margin: 3px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .navigation__item {
    margin: 5px;
  }
}
@media screen and (min-width: 64em) {
  .navigation__item {
    margin: 8px;
  }
}
.navigation__link:link, .navigation__link:visited {
  font-size: 28px;
  font-weight: 300;
  padding: 8px 20px;
  color: #1B3358;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #1B3358 50%);
  background-size: 250%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}
@media (max-width: 56.25em) {
  .navigation__link:link, .navigation__link:visited {
    font-size: 24px;
  }
}
@media (max-width: 37.5em) {
  .navigation__link:link, .navigation__link:visited {
    font-size: 20px;
  }
}
.navigation__link:hover, .navigation__link:active {
  color: #ffffff;
  background-position: 100%;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.navigation__checkbox:checked ~ .navigation__background {
  -webkit-transform: scale(80);
          transform: scale(80);
}
.navigation__checkbox:checked ~ .navigation__nav {
  opacity: 1;
  width: 100%;
  margin-left: 0px;
}
.navigation__icon {
  position: relative;
  margin-top: 35px;
}
.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 30px;
  height: 2px;
  background-color: #333;
  display: inline-block;
}
.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navigation__icon::before {
  top: -8px;
}
.navigation__icon::after {
  top: 8px;
}
.navigation__button:hover .navigation__icon::before {
  top: -10px;
}
.navigation__button:hover .navigation__icon::after {
  top: 10px;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon:before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.sec_hero {
  /* Container holding the image and the text */
}
.sec_hero .msg_container {
  position: relative;
}
.sec_hero .text-block {
  position: absolute;
  color: #1B3358;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_hero .text-block {
    min-width: 300px;
    padding: 0.5rem 1rem;
    left: 8%;
    /* horizontal alignment */
    top: 35%;
    /* vertical alignment */
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_hero .text-block {
    padding: 1.5rem 2.5rem;
    left: 8%;
    /* horizontal alignment */
    top: 20%;
    /* vertical alignment */
  }
}
@media screen and (min-width: 64em) {
  .sec_hero .text-block {
    padding: 3rem 5rem;
    left: 5%;
    /* horizontal alignment */
    top: 35%;
    /* vertical alignment */
  }
}
.sec_hero h3 {
  color: white;
  font-weight: 500;
  text-shadow: 0px 6px 7px rgba(0, 0, 0, 0.5), 0px 11px 15px rgba(0, 0, 0, 0.25), 0px 4px 20px rgba(0, 0, 0, 0.8);
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_hero h3 {
    font-size: 1.15rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_hero h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 64em) {
  .sec_hero h3 {
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.sec_hero .button {
  background-color: #1B3358;
  -webkit-box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.2), 0px 11px 15px rgba(0, 0, 0, 0.14), 0px 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.2), 0px 11px 15px rgba(0, 0, 0, 0.14), 0px 4px 20px rgba(0, 0, 0, 0.12);
  margin-right: 0.3rem;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_hero .button {
    padding: 0.6rem 0.9rem;
  }
}
@media screen and (min-width: 64em) {
  .sec_hero .button {
    font-size: 1.15rem;
  }
}
.sec_hero .button:hover {
  color: #1B3358;
  background-color: #ffe285;
}
.sec_hero .btn-cta {
  border: 1px solid #1B3358;
  background-color: #1B3358;
  color: white;
}
.sec_hero .btn-cta:hover {
  border: 1px solid #1B3358;
  background-color: white;
  color: #1B3358;
}
.sec_hero .btn-normal {
  border: 1px solid #1B3358;
  background-color: white;
  color: #1B3358;
}
.sec_hero .btn-normal:hover {
  background-color: #1B3358;
  color: white;
}
.sec_hero img {
  width: 100%;
  border-bottom: 5px solid #1B3358;
}

:root {
  --animate-duration: 2000ms;
  --animate-delay: 0.9s;
}

.sec_message h2,
.sec_message h5 {
  color: #1B3358;
  font-weight: bold;
  text-transform: uppercase;
}
.sec_message h5 {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_message h5 {
    font-size: 1.15rem;
    margin-top: 3rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_message h5 {
    font-size: 1.35rem;
    margin-top: 3rem;
    margin-bottom: 0;
  }
}
.sec_message h2 {
  text-align: left;
  font-weight: normal;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_message h2 {
    font-size: 2rem;
    font-weight: bold;
  }
}
.sec_message p {
  font-size: 1.3125rem;
}
.sec_message img {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_message img {
    width: 92.5%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_message img {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
}
.sec_message .item {
  background: -webkit-gradient(linear, left top, left bottom, from(#0d3b84), to(#0f3671));
  background: linear-gradient(180deg, #0d3b84 0%, #0f3671 100%);
  -webkit-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: white;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.sec_message .item ul {
  padding: 6px 16px;
  color: white;
  margin-bottom: 0;
  list-style-type: none;
  margin-left: 0;
  line-height: 1.75rem;
}
.sec_message .item ul img {
  margin-right: 0.5rem;
}
.sec_message .item ul .sub_title {
  color: #ffe285;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.sec_activities h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}
.sec_activities .card {
  border-radius: 8px;
  overflow: hidden;
  border: none;
}
.sec_activities .card h4 {
  padding: 0.6rem 1rem;
  font-size: 1.5rem;
  background-color: #ffe285;
  color: #1B3358;
  font-weight: bold;
  /* Small Only */
}
@media screen and (max-width: 39.9375em) {
  .sec_activities .card h4 {
    font-weight: bold;
    text-transform: uppercase;
  }
}
.sec_activities .activity_item:hover {
  cursor: pointer;
}
.sec_activities .activity_item:hover h4 {
  background-color: #152844;
  color: white;
}

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

.img_horizontal {
  margin-bottom: 1rem;
}

.multi_columns {
  display: block;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .multi_columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .multi_columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media screen and (min-width: 64em) {
  .multi_columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.multi_columns h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.sec_equipment h2,
.sec_equipment h4,
.sec_equipment h5 {
  text-align: left;
  color: #1B3358;
}
.sec_equipment h2,
.sec_equipment h5 {
  text-transform: uppercase;
}
.sec_equipment h2,
.sec_equipment h4 {
  font-weight: bold;
}
.sec_equipment h2 {
  font-size: 32px;
  margin-bottom: 0;
}
.sec_equipment h5 {
  margin-top: 0.6rem;
  margin-bottom: 0;
}
.sec_equipment p {
  font-size: 1.3125rem;
}
.sec_equipment .desc {
  background-color: #1B3358;
  color: white;
  padding: 0.3rem 0.6rem;
}
.sec_equipment img {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_equipment img {
    width: 100%;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_equipment img {
    width: 100%;
  }
}
.sec_equipment .assets .assets_img {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_equipment .assets .assets_img {
    margin-top: 2.5rem;
  }
}
.sec_equipment .assets .assets_sub-title {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_equipment .assets .assets_sub-title {
    font-size: 1.15rem;
    margin-top: 3rem;
    font-weight: bold;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_equipment .assets .assets_sub-title {
    font-size: 1.35rem;
    margin-top: 3rem;
    font-weight: bold;
    margin-bottom: 0;
  }
}
.sec_equipment .assets .assets_title {
  text-align: left;
  font-weight: normal;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_equipment .assets .assets_title {
    font-size: 2rem;
    font-weight: bold;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 64em) {
  .sec_equipment .assets .assets_title {
    font-weight: bold;
  }
}
.sec_equipment .assets .assets_desc {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
.sec_equipment .operations_range h4 {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_equipment .operations_range h4 {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_equipment .operations_range h4 {
    font-size: 1.35rem;
    font-weight: bold;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 64em) {
  .sec_equipment .operations_range h4 {
    font-size: 1.65rem;
    font-weight: bold;
    text-transform: uppercase;
  }
}

.about_us {
  background-color: #1b3358;
}
.about_us h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.about_us .card {
  background-color: #1b5083;
  border: none;
  text-align: center;
  color: white;
  padding: 4rem 0;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.about_us .card img {
  height: 96px;
  margin-bottom: 20px;
}
.about_us .card h4 {
  font-size: 24px;
  color: #ffe285;
}
.about_us .card:hover {
  background-color: #2877c2;
}

.sec_certificates h2 {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}
.sec_certificates .lead {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_certificates .lead {
    text-align: left;
    padding: 0 0.3rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_certificates .lead {
    text-align: left;
    padding: 0 0.3rem;
  }
}
@media screen and (min-width: 64em) {
  .sec_certificates .lead {
    text-align: center;
  }
}
.sec_certificates .card {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.sec_certificates .card h5 {
  background-color: #1B3358;
  color: #ffe285;
  padding: 0.6rem 1rem;
  text-transform: uppercase;
  font-weight: bold;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_certificates .card h5 {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_certificates .card h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .sec_certificates .card h5 {
    font-size: 1.25rem;
  }
}

.card:hover h5 {
  background-color: #2877c2;
  color: white;
}

.sec_competences h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_competences h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_competences h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .sec_competences h2 {
    font-size: 32px;
    margin-bottom: 1.5rem;
  }
}
.sec_competences img {
  display: block;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_competences img {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_competences img {
    width: 92.5%;
    margin: 0 auto;
    margin-bottom: 3.5rem;
  }
}
.sec_competences .accordion .accordion-item .accordion-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.sec_competences .accordion .accordion-item .accordion-content {
  background-color: #002f5c;
  border-color: #002f5c;
  color: white;
  padding: 1.5rem;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_competences .accordion .accordion-item .accordion-content {
    font-size: 18px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_competences .accordion .accordion-item .accordion-content {
    font-size: 18px;
  }
}
@media screen and (min-width: 64em) {
  .sec_competences .accordion .accordion-item .accordion-content {
    font-size: 21px;
  }
}
.sec_competences .accordion .accordion-item .accordion-content .card {
  background-color: #1b5083;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
  border: none;
}
.sec_competences .accordion .accordion-item .accordion-content .card h4 {
  font-size: 1rem;
  color: white;
  padding: 0.6rem 1rem;
}

.sec_camps {
  text-align: center;
}
.sec_camps h2 {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  /* Small Only */
}
@media screen and (max-width: 39.9375em) {
  .sec_camps h2 {
    margin-bottom: 1rem;
  }
}
.sec_camps .item {
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_camps .item {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.sec_camps .item .camp_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #1B3358;
}
.sec_camps .item .camp_desc .camp_desc_number {
  padding: 0.6rem;
  font-weight: bold;
  color: #1B3358;
  background-color: #ffe285;
}
.sec_camps .item .camp_desc .camp_desc_title {
  width: 100%;
  text-align: left;
  color: white;
  padding-left: 0.6rem;
  /* Small Only */
}
@media screen and (max-width: 39.9375em) {
  .sec_camps .item .camp_desc .camp_desc_title {
    font-weight: bold;
  }
}
.sec_camps .item .camp_desc .camp_location {
  padding: 0.6rem;
  font-weight: bold;
  color: white;
  background-color: #1c7ed6;
}
.sec_camps .item .camp_desc .camp_location:hover {
  cursor: pointer;
  color: #1B3358;
  background-color: #ffe285;
}
.sec_camps .item .camp_desc .camp_gallery {
  padding: 0.6rem;
  font-weight: bold;
  color: #1B3358;
  background-color: orangered;
}
.sec_camps .item .camp_desc .camp_gallery:hover {
  cursor: pointer;
  background-color: #ffe285;
}
.sec_camps .sec_showcase {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_camps .sec_showcase {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_camps .sec_showcase {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .sec_camps .sec_showcase {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.sec_camps .sec_showcase .showcase__cell {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_camps .sec_showcase .showcase__cell:hover {
  background-color: black;
}
.sec_camps .sec_showcase .showcase__cell img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.sec_camps .sec_showcase .showcase__cell img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.reveal {
  background-color: #f1f5f7;
}
.reveal .close-button {
  font-size: 3rem;
  color: red;
  /* Small Only */
  /* Medium only */
}
@media screen and (max-width: 39.9375em) {
  .reveal .close-button {
    padding: 2.5rem;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0.5rem;
    background-color: #f1f5f7;
    border-radius: 50%;
    cursor: pointer;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .reveal .close-button {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0.5rem;
    background-color: #f1f5f7;
    border-radius: 50%;
    cursor: pointer;
  }
}
.reveal h5 {
  text-transform: uppercase;
  color: black;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  margin-top: 1rem;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .reveal h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .reveal h5 {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 64em) {
  .reveal h5 {
    font-size: 1.2rem;
  }
}
.reveal h3 {
  color: #1B3358;
  font-weight: bold;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .reveal h3 {
    font-size: 2rem;
  }
}
.reveal img {
  -webkit-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
}
.reveal .lead {
  margin-bottom: 0;
  color: gray;
}

.camps_location_map {
  margin-top: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
.camps_location_map img {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .camps_location_map img {
    width: 90%;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .camps_location_map img {
    width: 92.5%;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 64em) {
  .camps_location_map img {
    width: 97.5%;
    margin-left: 1rem;
  }
}

.sec_hesq h2 {
  color: #1B3358;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_hesq h2 {
    font-size: 2rem;
    font-weight: bold;
  }
}
.sec_hesq h3 {
  color: #189fd6;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 0;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_hesq h3 {
    font-size: 24px;
    font-weight: bold;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_hesq h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 64em) {
  .sec_hesq h3 {
    font-size: 32px;
  }
}
.sec_hesq p {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_hesq p {
    font-size: 1.15rem;
  }
}
.sec_hesq ul {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_hesq ul {
    margin-left: 2rem;
    font-size: 1.15rem;
  }
}
.sec_hesq .full_img_height {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_hesq .full_img_height {
    margin-bottom: 3rem;
  }
}
.sec_hesq .full_img_height img {
  height: 100%;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_hesq .full_img_height img {
    width: 92.5%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_hesq .full_img_height img {
    width: 92.5%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .sec_hesq .full_img_height img {
    width: 95%;
    display: block;
    margin: 0 auto;
    height: 95%;
  }
}

.sec_references h2 {
  text-transform: uppercase;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_references h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_references h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .sec_references h2 {
    font-size: 32px;
    margin-bottom: 1.5rem;
  }
}
.sec_references .card {
  border: none;
  background-color: #1B3358;
  color: white;
  border-radius: 8px;
  overflow: hidden;
}
.sec_references .card h4 {
  padding: 0.6rem 1rem;
  font-size: 1.25em;
  font-weight: normal;
  /* Small Only */
}
@media screen and (max-width: 39.9375em) {
  .sec_references .card h4 {
    font-size: 18px;
  }
}

.sec_projects .panel {
  border-left: 8px solid #ffe285;
  background-color: #1b5083;
  padding: 2rem 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: white;
  border-radius: 8px;
}
.sec_projects .panel ul {
  margin-bottom: 0;
}
.sec_projects .accordion .accordion-item .accordion-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.sec_projects .accordion .accordion-item .accordion-content {
  background-color: #002f5c;
  border-color: #002f5c;
}
.sec_projects .accordion .accordion-item .accordion-content .item {
  background-color: #1b5083;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.sec_projects .accordion .accordion-item .accordion-content .item ul {
  padding: 1rem;
  color: white;
  margin-bottom: 0;
  list-style-type: none;
  margin-left: 0;
  line-height: 1.75rem;
}
.sec_projects .accordion .accordion-item .accordion-content .item ul img {
  margin-right: 0.5rem;
}
.sec_projects .accordion .accordion-item .accordion-content .item ul .project_title {
  color: #ffe285;
}
.sec_projects .accordion .accordion-item .accordion-content .item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_portfolio {
  background-color: #f1f5f7;
}
.sec_portfolio h5 {
  font-weight: bold;
  color: #189fd6;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sec_portfolio .portfolio_item h1,
.sec_portfolio .portfolio_item h2,
.sec_portfolio .portfolio_item h3,
.sec_portfolio .portfolio_item h4,
.sec_portfolio .portfolio_item h5,
.sec_portfolio .portfolio_item h6 {
  text-align: left;
}
.sec_portfolio .portfolio_item .lead {
  text-align: left;
}
.sec_portfolio img {
  border: none;
}
.sec_portfolio .item {
  background: -webkit-gradient(linear, left top, left bottom, from(#0d3b84), to(#0f3671));
  background: linear-gradient(180deg, #0d3b84 0%, #0f3671 100%);
  -webkit-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: white;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.sec_portfolio .item ul {
  padding: 6px 16px;
  color: white;
  margin-bottom: 0;
  list-style-type: none;
  margin-left: 0;
  line-height: 1.75rem;
}
.sec_portfolio .item ul img {
  margin-right: 0.5rem;
}
.sec_portfolio .item ul .project_title {
  color: #ffe285;
}
.sec_portfolio .portfolio_client {
  color: #1B3358;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
}
.sec_portfolio .portfolio_project {
  color: #1B3358;
  text-transform: uppercase;
  font-size: 32px;
}
.sec_portfolio .portfolio_thumbnail {
  background: #c4c4c4;
  -webkit-box-shadow: -15px 15px 0px #1b3358;
          box-shadow: -15px 15px 0px #1b3358;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_portfolio .portfolio_thumbnail {
    width: 92.5%;
    display: block;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_portfolio .portfolio_thumbnail {
    width: 95%;
    display: block;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .sec_portfolio .portfolio_thumbnail {
    width: 95%;
    display: block;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
}
.sec_portfolio .accordion .accordion-item .accordion-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.sec_portfolio .accordion .accordion-item .accordion-content {
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
  padding-top: 2rem;
}
.sec_portfolio .accordion .accordion-item .accordion-content .item {
  background-color: #1b5083;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.sec_portfolio .accordion .accordion-item .accordion-content .item ul {
  padding: 1rem;
  color: white;
  margin-bottom: 0;
  list-style-type: none;
  margin-left: 0;
  line-height: 1.75rem;
}
.sec_portfolio .accordion .accordion-item .accordion-content .item ul img {
  margin-right: 0.5rem;
}
.sec_portfolio .accordion .accordion-item .accordion-content .item ul .project_title {
  color: #ffe285;
}
.sec_portfolio .accordion .accordion-item .accordion-content .item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_portfolio .project_label {
  color: gray;
  text-transform: uppercase;
  margin-right: 0.3rem;
}

#gallery {
  /* Main CSS */
}
#gallery h2 {
  text-align: center;
}
#gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
#gallery .grid-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-rows: 160px;
  grid-auto-flow: dense;
}
#gallery .grid-wrapper div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 5px;
}
#gallery .grid-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#gallery .grid-wrapper .wide {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#gallery .grid-wrapper .tall {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
#gallery .grid-wrapper .big {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.sec_careers h2,
.sec_careers h5 {
  color: #1B3358;
  font-weight: bold;
  text-transform: uppercase;
}
.sec_careers h5 {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_careers h5 {
    font-size: 1.15rem;
    margin-top: 3rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_careers h5 {
    font-size: 1.35rem;
    margin-top: 3rem;
    margin-bottom: 0;
  }
}
.sec_careers h2 {
  text-align: left;
  font-weight: normal;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_careers h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_careers h2 {
    margin-top: 3rem;
  }
}
.sec_careers p {
  font-size: 1.15rem;
}
.sec_careers img {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_careers img {
    width: 92.5%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_careers img {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
}
.sec_careers .item {
  background: -webkit-gradient(linear, left top, left bottom, from(#0d3b84), to(#0f3671));
  background: linear-gradient(180deg, #0d3b84 0%, #0f3671 100%);
  -webkit-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: white;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.sec_careers .item ul {
  padding: 6px 16px;
  color: white;
  margin-bottom: 0;
  list-style-type: none;
  margin-left: 0;
  line-height: 1.75rem;
}
.sec_careers .item ul img {
  margin-right: 0.5rem;
}
.sec_careers .item ul .sub_title {
  color: #ffe285;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.sec_clients {
  background-color: white;
}
.sec_clients h2 {
  color: #1B3358;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 0;
}
.sec_clients .lead {
  margin-bottom: 3rem;
}
.sec_clients .owl-carousel {
  z-index: 0;
}
.sec_clients .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_footer {
  background-color: #1B3358;
}
.sec_footer h2 {
  color: white;
  text-transform: uppercase;
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_footer h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_footer h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .sec_footer h2 {
    font-size: 32px;
    margin-bottom: 3rem;
  }
}
.sec_footer h4 {
  color: #ffe285;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.sec_footer ul {
  list-style-type: none;
  margin-left: 0;
  font-size: 1rem;
  color: white;
}
.sec_footer .address_details {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
.sec_footer .address_details i {
  color: #ffe285;
  margin-right: 0.3rem;
  font-size: 1.15rem;
}
@media screen and (max-width: 39.9375em) {
  .sec_footer .address_details {
    text-align: center;
  }
}
.sec_footer .sec_copyright {
  background-color: white;
  font-weight: bold;
  color: #1b3358;
  font-size: 0.875rem;
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_footer .sec_copyright {
    padding: 0.75rem 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_footer .sec_copyright {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 64em) {
  .sec_footer .sec_copyright {
    padding: 0.3rem 0;
  }
}
.sec_footer .info_copyright {
  /* Small Only */
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 39.9375em) {
  .sec_footer .info_copyright {
    text-align: center;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sec_footer .info_copyright {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .sec_footer .info_copyright {
    text-align: left;
  }
}
.sec_footer a {
  color: white;
}
.sec_footer a:hover {
  color: #ffe285;
}