@font-face {
  font-family: "Mark Pro";
  src: url(/styles/fonts/MARKPROLIGHT.OTF);
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Mark Pro";
  src: url(/styles/fonts/MARKPRO.OTF);
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Mark Pro";
  src: url(/styles/fonts/MARKPROMEDIUM.OTF);
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Mark Pro";
  src: url(/styles/fonts/MARKPROHEAVY.OTF);
  font-weight: 700;
  font-style: normal; }

body {
  font-family: "Mark Pro", sans-serif;
  color: #0b3152;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 80px;
  margin-bottom: 482px; }
  @media only screen and (max-width: 767px) {
  body {
    font-size: 16px; } }

.body-index {
  padding-top: 70px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #0b3152;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

h1, .h1 {
  font-size: clamp(3.4rem, 5vw, 5rem); }

h2, .h2 {
  font-size: clamp(3rem, 4vw, 4rem); }

h3, .h3 {
  font-size: clamp(2.6rem, 3.4vw, 3.4rem); }

h4, .h4 {
  font-size: clamp(2.2rem, 2.6vw, 2.6rem); }

h5, .h5 {
  font-size: clamp(2rem, 2.4vw, 2.4rem); }

h6, .h6 {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem); }

a {
  color: #0b3152;
  text-decoration: underline; }
  a:hover {
    color: rgba(11, 49, 82, .8); }

.wrap, .navbar {
  max-width: 1920px;
  margin: 0 auto; }

@media only screen and (min-width: 1499px) {
  .container {
    width: 1370px; } }

.custom-button {
  display: inline-block;
  background: #0b3152;
  border: 2px solid #0b3152;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none !important;
  padding: 0.5em 1em;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s; }
  .custom-button:hover, .custom-button:focus {
    color: #f4e22f; }
  @media only screen and (max-width: 991px) {
  .custom-button {
    font-size: 18px; } }

.custom-button-invert {
  background: #f4e22f;
  border-color: #f4e22f;
  color: #0b3152;
  /* ------------------------- */
  /* -------- NAVBAR --------- */
  /* ------------------------- */ }

.navbar {
  min-height: 40px;
  background-color: #f4e22f;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
  z-index: 9999;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s; }

.navbar-brand {
  width: auto;
  height: 40px;
  padding: 0;
  margin-bottom: 0; }
  .navbar-brand img {
    height: 40px; }

.navbar-nav > li > a {
  font-size: 18px;
  font-weight: 600;
  text-transform: lowercase;
  padding: 5px 20px; }

.navbar-nav > li {
  border-bottom: none; }
  .navbar-nav > li:hover {
    border-bottom: none; }

.navbar-nav {
  border-top: none;
  padding-top: 0;
  padding-right: 0; }
  .navbar-nav li a {
    color: #0b3152 !important;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
    .navbar-nav li a:hover, .navbar-nav li a:focus {
      color: #0b3152 !important;
      text-decoration: underline; }

.navbar-default .navbar-toggle {
  border: none;
  margin-right: 0; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #0b3152; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    border-color: transparent;
    background-color: transparent; }
  .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
    background-color: #0b3152; }

@media only screen and (min-width: 992px) {
  .navbar-nav > li.active {
    border-bottom: none; }
    .navbar-nav > li.active a {
      color: #0b3152 !important;
      background: none;
      text-decoration: underline; }
    .navbar-nav > li.active .submenu a {
      color: #0b3152 !important;
      font-weight: 400; } }

@media only screen and (min-width: 992px) {
  .navbar-nav > li > .submenu {
    min-width: 220px; }
    .navbar-nav > li > .submenu > .inner {
      padding: 8px 12px;
      font-size: 15px;
      font-weight: 500; }
      .navbar-nav > li > .submenu > .inner a {
        padding-right: 0; }
    .navbar-nav > li:hover .submenu {
      min-width: 220px;
      top: 30px; } }

@media only screen and (max-width: 991px) {
  .navbar {
    background-color: #f4e22f; }
    .navbar .navbar-collapse {
      text-align: left;
      border-color: #0b3152;
      padding: 0 15px; }

  .navbar-header {
    display: block;
    padding: 8px 0; }

  .navbar-brand {
    width: auto;
    height: 54px;
    padding: 12px 0 12px 15px; }
    .navbar-brand img {
      height: 30px; }

  .navbar-collapse {
    border-top: none; }
    .navbar-collapse ul li a {
      border-bottom: 1px solid #0b3152;
      font-size: 18px;
      font-weight: 600; }
      .navbar-collapse ul li a:before {
        color: #0b3152; }
      .navbar-collapse ul li a:hover {
        background: rgba(244, 226, 47, 0.9) !important;
        border-bottom: 1px solid #0b3152;
        color: #0b3152 !important; }
      .navbar-collapse ul li a:hover:before {
        color: #0b3152 !important; }
    .navbar-collapse .submenu ul li a {
      font-size: 15px;
      font-weight: 400; }

  .navbar-nav {
    padding-right: 0; }

  .navbar-nav > li.active a {
    background: #f4e22f !important;
    border-bottom: 1px solid #0b3152;
    color: #0b3152 !important;
    text-decoration: underline; }
    .navbar-nav > li.active a:before {
      color: #0b3152; } }

.body-index .navbar-brand {
  display: none; }

.navbar-scroll {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
  /* Hamburger X animation */ }

.navbar-default {
  /* ------------------------- */
  /* ----- CONTACT FORM ------ */
  /* ------------------------- */ }
  .navbar-default .navbar-toggle {
    margin: 5px 0; }
  .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .navbar-default .navbar-toggle .icon-bar {
    display: block;
    background-color: #0b3152;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    -webkit-transform-origin: center left;
    transform-origin: center left; }
  .navbar-default .navbar-toggle .icon-bar:nth-child(1) {
    margin-top: 0.3em; }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
    -webkit-transform: translate(15%, -33%) rotate(45deg);
    transform: translate(15%, -33%) rotate(45deg); }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0; }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    -webkit-transform: translate(15%, 33%) rotate(-45deg);
    transform: translate(15%, 33%) rotate(-45deg); }
  .navbar-default .navbar-toggle .icon-bar:nth-child(1) {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
    transform: translate(0%, 0%) rotate(0deg); }
  .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
    opacity: 1; }
  .navbar-default .navbar-toggle .icon-bar:nth-child(3) {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
    transform: translate(0%, 0%) rotate(0deg); }

.contact-form {
  /* ------------------------- */
  /* -------- CUSTOM --------- */
  /* ------------------------- */ }
  .contact-form .custom-label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 4px; }
  .contact-form .custom-label span {
    font-size: 15px;
    padding-left: 0; }
  .contact-form input {
    height: 50px;
    background: #eee;
    border: 0;
    border-bottom: 3px solid transparent; }
  .contact-form textarea {
    min-height: 200px;
    background: #eee;
    border: 0;
    border-bottom: 3px solid transparent; }
  .contact-form input:focus, .contact-form textarea:focus {
    border-color: #0b3152; }
  .contact-form a {
    color: #0b3152;
    text-decoration: underline; }
  .contact-form .g-recaptcha > div {
    margin: 20px auto; }
  @media only screen and (max-width: 1399px) {
  .contact-form input {
    height: 45px; } }

.custom-navbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0; }
  @media only screen and (max-width: 991px) {
  .custom-navbar-wrapper {
    display: block;
    padding: 0; } }

.custom-hp-intro {
  background-color: #f4e22f;
  padding: 10px 0; }
  .custom-hp-intro .custom-hp-intro-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .custom-hp-intro .custom-hp-intro-content .heading-wrapper .custom-button {
    background: #f4e22f;
    border-width: 3px;
    color: #0b3152;
    font-weight: 600; }
    .custom-hp-intro .custom-hp-intro-content .heading-wrapper .custom-button:hover {
      background: #0b3152;
      color: #f4e22f;
      border-color: #0b3152; }
  @media only screen and (max-width: 1199px) {
    .custom-hp-intro .custom-hp-intro-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .custom-hp-intro .custom-hp-intro-content .heading-wrapper {
        margin-bottom: 30px; }
        .custom-hp-intro .custom-hp-intro-content .heading-wrapper h1, .custom-hp-intro .custom-hp-intro-content .heading-wrapper p {
          text-align: center; } }

.custom-footer-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0b3152;
  color: #fff; }
  .custom-footer-wrapper h2, .custom-footer-wrapper p, .custom-footer-wrapper a {
    color: #fff; }
  .custom-footer-wrapper .footer-icons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .custom-footer-wrapper .footer-icons-wrapper .footer-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background: rgba(204, 204, 204, 0.2);
    border-radius: 50%;
    color: #ccc;
    font-size: 36px;
    text-decoration: none;
    margin: 10px; }
    .custom-footer-wrapper .footer-icons-wrapper .footer-icon .fa-instagram {
      color: #ccc; }
    .custom-footer-wrapper .footer-icons-wrapper .footer-icon:hover, .custom-footer-wrapper .footer-icons-wrapper .footer-icon .fa-instagram:hover {
      color: #f4e22f;
      text-decoration: none; }

footer {
  position: static;
  background: transparent; }
  footer a {
    text-decoration: none; }

.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 0 !important;
  margin-bottom: 30px !important; }
  .nav-tabs a {
    border: none;
    border-bottom: 2px solid transparent;
    color: #0b3152;
    font-size: 22px;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.5em 2.5em; }
  .nav-tabs a:hover {
    background: #fff;
    border-bottom-color: #0b3152;
    color: #0b3152;
    text-decoration: none; }
  .nav-tabs a:hover, .nav-tabs a:focus {
    text-decoration: none; }
  .nav-tabs .active, .nav-tabs .active:hover, .nav-tabs .active:focus {
    background: #fff;
    border: none;
    border-bottom: 2px solid #0b3152;
    color: #0b3152;
    font-weight: 600;
    text-decoration: none; }
  @media only screen and (max-width: 575px) {
  .nav-tabs a {
    font-size: 18px;
    padding: 0.5em 1em; } }

.tab-content {
  border: none;
  border-radius: none;
  padding: 0;
  margin-top: 20px; }

.custom-button.label-button {
  background: #fff;
  border: 1px solid #0b3152;
  color: #0b3152;
  font-size: 16px;
  padding: 0.2em 0.6em;
  margin: 5px 3px; }
  .custom-button.label-button.active, .custom-button.label-button:hover {
    background: #0b3152;
    color: #fff; }

.custom-button.detail-label {
  background: #f4e22f;
  border-color: #f4e22f;
  font-size: 24px; }

.custom-button.detail-label.tag {
  background: #0b3152;
  border-color: #0b3152;
  color: #f4e22f; }

.project-tiles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -10px; }
  .project-tiles-wrapper .project-tile {
    width: calc(33.3333% - 20px);
    overflow: hidden;
    margin: 10px; }
  .project-tiles-wrapper .project-tile .project-tile-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: saturation;
    text-decoration: none;
    padding: 30px;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
    .project-tiles-wrapper .project-tile .project-tile-content .status-label {
      position: absolute;
      top: 20px;
      right: 20px;
      font-weight: 500;
      padding: 5px 10px; }
    .project-tiles-wrapper .project-tile .project-tile-content .status-label.completed {
      background: #f4e22f;
      color: #0b3152; }
    .project-tiles-wrapper .project-tile .project-tile-content .status-label.inprogress {
      background: #0b3152;
      color: #f4e22f; }
    .project-tiles-wrapper .project-tile .project-tile-content .city-label {
      display: block;
      font-weight: 600;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .project-tiles-wrapper .project-tile .project-tile-content .city-label.inprogress {
      color: #0b3152; }
    .project-tiles-wrapper .project-tile .project-tile-content h4, .project-tiles-wrapper .project-tile .project-tile-content h6 {
      color: #fff;
      margin: 0; }
    .project-tiles-wrapper .project-tile .project-tile-content h6 {
      font-weight: 400; }
    .project-tiles-wrapper .project-tile .project-tile-content:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
      text-decoration: none; }
  @media only screen and (max-width: 1199px) {
  .project-tiles-wrapper .project-tile {
    width: calc(50% - 20px); } }
  @media only screen and (max-width: 575px) {
  .project-tiles-wrapper .project-tile {
    width: calc(100% - 20px); } }

.project-tile.completed .project-tile-content {
  -webkit-box-shadow: inset 0 1000px 1000px rgba(11, 49, 82, 0.7);
  box-shadow: inset 0 1000px 1000px rgba(11, 49, 82, 0.7);
  color: #f4e22f; }

.project-tile.inprogress .project-tile-content {
  -webkit-box-shadow: inset 0 1000px 1000px rgba(244, 226, 47, 0.7);
  box-shadow: inset 0 1000px 1000px rgba(244, 226, 47, 0.7); }

.project-detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }
  .project-detail-wrapper .project-side-content {
    min-width: 300px;
    text-align: center;
    margin-left: 100px; }
  .project-detail-wrapper .project-side-content .fa-instagram {
    color: #0b3152;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
    .project-detail-wrapper .project-side-content .fa-instagram:hover {
      color: #f4e22f; }
  .project-detail-wrapper .project-main-content {
    border-top: 1px solid #0b3152;
    padding-top: 30px;
    margin-top: 20px; }
  .project-detail-wrapper .project-main-content p {
    margin-bottom: 20px; }
  .project-detail-wrapper .project-main-content img {
    margin-bottom: 40px; }
  .project-detail-wrapper .project-main-content a {
    display: inline-block;
    color: #0b3152;
    text-decoration: underline;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
    .project-detail-wrapper .project-main-content a:hover {
      color: #1767ac; }
  @media only screen and (max-width: 1199px) {
  .project-detail-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .project-detail-wrapper .project-main-content {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }

    .project-detail-wrapper .project-side-content {
      min-width: auto;
      max-width: 100%;
      margin-left: 0; } }

.dropdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .dropdown-wrapper .dropdown {
    margin-top: 10px;
    margin-right: 20px; }
  .dropdown-wrapper .dropdown .dropdown-toggle {
    background: #f4e22f;
    border: 2px solid #0b3152;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600; }
    .dropdown-wrapper .dropdown .dropdown-toggle:hover, .dropdown-wrapper .dropdown .dropdown-toggle:focus {
      background: #f4e22f;
      border: 2px solid #0b3152; }
  .dropdown-wrapper .dropdown .dropdown-menu {
    max-height: 400px;
    background: #f4e22f;
    border: 2px solid #0b3152;
    border-radius: 0;
    list-style: none;
    overflow-y: scroll;
    padding: 5px; }
    .dropdown-wrapper .dropdown .dropdown-menu li {
      color: #0b3152;
      font-size: 16px; }
    .dropdown-wrapper .dropdown .dropdown-menu li a {
      font-weight: 600;
      text-decoration: none;
      padding: 3px 5px; }
      .dropdown-wrapper .dropdown .dropdown-menu li a:hover {
        background: #f4e22f;
        text-decoration: underline; }
  .dropdown-wrapper .reset-button .custom-button {
    font-size: 16px;
    padding: 5px 10px;
    margin-top: 10px; }
    .dropdown-wrapper .reset-button .custom-button:hover, .dropdown-wrapper .reset-button .custom-button:focus {
      color: red; }
  @media only screen and (max-width: 575px) {
  .dropdown-wrapper .dropdown {
    width: 100%;
    margin-right: 0; }
    .dropdown-wrapper .dropdown .dropdown-toggle {
      display: block; }

    .dropdown-wrapper .dropdown .dropdown-menu {
      max-width: 100%; } }

.ambassador-tiles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px; }
  .ambassador-tiles-wrapper .ambassador-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: calc(25% - 60px);
    border-radius: 30px;
    text-decoration: none;
    padding: 20px 20px 10px;
    margin: 30px;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
  .ambassador-tiles-wrapper .ambassador-tile .tile-description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .ambassador-tiles-wrapper .ambassador-tile:hover, .ambassador-tiles-wrapper .ambassador-tile:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 1199px) {
  .ambassador-tiles-wrapper .ambassador-tile {
    width: calc(33.3333% - 60px); } }
  @media only screen and (max-width: 991px) {
  .ambassador-tiles-wrapper {
    margin: 0 -15px; }
    .ambassador-tiles-wrapper .ambassador-tile {
      width: calc(50% - 30px);
      margin: 15px; } }
  @media only screen and (max-width: 575px) {
  .ambassador-tiles-wrapper {
    margin: 0; }
    .ambassador-tiles-wrapper .ambassador-tile {
      width: 100%;
      margin: 15px 0; } }

.ambassador-tile {
  text-align: center;
  margin-top: 10px; }
  .ambassador-tile h5 {
    margin-bottom: 0; }
  .ambassador-tile a {
    color: #0b3152;
    text-decoration: none;
    word-wrap: break-word; }
  .ambassador-tile .ambassador-image {
    width: 200px;
    border-radius: 50%; }
  .ambassador-tile .custom-button {
    color: #fff;
    font-size: 16px; }
  .ambassador-tile .custom-button:hover {
    color: #f4e22f; }
  .ambassador-tile i {
    font-weight: 700; }
  .ambassador-tile .ambassador-links a {
    color: #0b3152;
    font-size: 24px;
    text-decoration: none;
    padding: 4px;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
    .ambassador-tile .ambassador-links a:first-of-type {
      padding-left: 0; }
    .ambassador-tile .ambassador-links a:hover {
      color: #f4e22f; }
  .ambassador-tile .arrow-down {
    position: relative;
    margin-top: 20px; }
  .ambassador-tile .arrow-down a {
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-bottom: 2px solid #0b3152;
    border-left: 2px solid #0b3152;
    text-decoration: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
    .ambassador-tile .arrow-down a:hover {
      border-color: #f4e22f; }
  @media only screen and (max-width: 1199px) {
  .ambassador-tile a {
    white-space: normal;
    word-wrap: break-word; }
  .ambassador-tile .arrow-down {
    display: none; } }

.ambassadors-wrapper {
  max-width: 1370px;
  margin: 0 auto;
  padding: 30px 40px 80px; }
  @media only screen and (max-width: 991px) {
  .ambassadors-wrapper {
    padding: 30px 10px 80px; } }
  @media only screen and (max-width: 575px) {
  .ambassadors-wrapper {
    padding-bottom: 90px; } }

.ambassadors-owl-carousel {
  padding: 0 100px;
  margin: 0; }
  .ambassadors-owl-carousel .owl-stage-outer .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    padding: 20px;
    margin: 15px;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
    .ambassadors-owl-carousel .owl-stage-outer .item .image-wrapper img {
      width: 100%;
      border-radius: 50%;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .ambassadors-owl-carousel .owl-stage-outer .item .description-wrapper .heading {
      font-weight: 700;
      text-align: center;
      margin: 30px 0 0; }
    .ambassadors-owl-carousel .owl-stage-outer .item:hover {
      text-decoration: none;
      -webkit-box-shadow: 0 0 15px rgba(11, 49, 82, 0.4);
      box-shadow: 0 0 15px rgba(11, 49, 82, 0.4); }
  .ambassadors-owl-carousel .owl-nav button.owl-prev, .ambassadors-owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 60px);
    width: 120px;
    height: 120px; }
    .ambassadors-owl-carousel .owl-nav button.owl-prev:before, .ambassadors-owl-carousel .owl-nav button.owl-next:before, .ambassadors-owl-carousel .owl-nav button.owl-prev:after, .ambassadors-owl-carousel .owl-nav button.owl-next:after {
      position: absolute;
      content: "";
      width: 70px;
      height: 2px;
      background: #0b3152; }
    .ambassadors-owl-carousel .owl-nav button.owl-prev:hover, .ambassadors-owl-carousel .owl-nav button.owl-next:hover, .ambassadors-owl-carousel .owl-nav button.owl-prev:focus, .ambassadors-owl-carousel .owl-nav button.owl-next:focus {
      background: transparent; }
    .ambassadors-owl-carousel .owl-nav button.owl-prev:hover:before, .ambassadors-owl-carousel .owl-nav button.owl-next:hover:before, .ambassadors-owl-carousel .owl-nav button.owl-prev:focus:before, .ambassadors-owl-carousel .owl-nav button.owl-next:focus:before, .ambassadors-owl-carousel .owl-nav button.owl-prev:hover:after, .ambassadors-owl-carousel .owl-nav button.owl-next:hover:after, .ambassadors-owl-carousel .owl-nav button.owl-prev:focus:after, .ambassadors-owl-carousel .owl-nav button.owl-next:focus:after {
      background: #0b3152; }
  .ambassadors-owl-carousel .owl-nav button.owl-prev {
    left: 0; }
    .ambassadors-owl-carousel .owl-nav button.owl-prev:before {
      top: calc(50% + 25px);
      left: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .ambassadors-owl-carousel .owl-nav button.owl-prev:after {
      top: calc(50% - 24px);
      left: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .ambassadors-owl-carousel .owl-nav button.owl-next {
    right: 0; }
    .ambassadors-owl-carousel .owl-nav button.owl-next:before {
      top: calc(50% - 24px);
      right: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .ambassadors-owl-carousel .owl-nav button.owl-next:after {
      top: calc(50% + 25px);
      right: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media only screen and (max-width: 991px) {
  .ambassadors-owl-carousel {
    padding: 0 50px; }
    .ambassadors-owl-carousel .owl-stage-outer .item {
      margin: 20px 40px; } }
  @media only screen and (max-width: 575px) {
  .ambassadors-owl-carousel {
    padding: 20px; }
    .ambassadors-owl-carousel .owl-stage-outer .item {
      margin: 20px; }

    .ambassadors-owl-carousel .owl-nav {
      display: none; } }

.ambassador-detail-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .ambassador-detail-header .ambassador-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin: 40px 0;
    margin-right: 30px; }
  .ambassador-detail-header .ambassador-info .ambassador-image {
    min-width: 200px; }
  .ambassador-detail-header .ambassador-info .ambassador-header-title {
    margin-top: 20px;
    margin-left: 50px; }
    .ambassador-detail-header .ambassador-info .ambassador-header-title h1, .ambassador-detail-header .ambassador-info .ambassador-header-title h4 {
      margin: 0; }
    .ambassador-detail-header .ambassador-info .ambassador-header-title .ambassador-links a {
      color: #0b3152;
      font-size: 28px;
      padding: 5px;
      -webkit-transition: all 0.15s ease-in-out 0s;
      transition: all 0.15s ease-in-out 0s; }
      .ambassador-detail-header .ambassador-info .ambassador-header-title .ambassador-links a i {
        font-weight: 600; }
      .ambassador-detail-header .ambassador-info .ambassador-header-title .ambassador-links a .fa-instagram {
        color: #0b3152; }
      .ambassador-detail-header .ambassador-info .ambassador-header-title .ambassador-links a:first-of-type {
        padding-left: 0; }
      .ambassador-detail-header .ambassador-info .ambassador-header-title .ambassador-links a:hover {
        color: #f4e22f; }
        .ambassador-detail-header .ambassador-info .ambassador-header-title .ambassador-links a:hover .fa-instagram {
          color: #f4e22f; }
  .ambassador-detail-header .ambassador-info .ambassador-image img {
    border-radius: 50%; }
  .ambassador-detail-header .ambassador-motto {
    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;
    width: 50%;
    font-size: 26px;
    font-weight: 600;
    font-style: italic; }
  @media only screen and (max-width: 1199px) {
  .ambassador-detail-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ambassador-detail-header .ambassador-info, .ambassador-detail-header .ambassador-motto {
      width: 100%; }

    .ambassador-detail-header .ambassador-motto {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 20px 0 60px; } }
  @media only screen and (max-width: 767px) {
  .ambassador-detail-header .ambassador-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ambassador-detail-header .ambassador-info .ambassador-header-title {
      width: 100%;
      margin-left: 0; }

    .ambassador-detail-header .ambassador-info .ambassador-image img {
      max-width: 150px; } }

.ambassador-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ambassador-body .ambassador-projects {
    width: 50%;
    border-right: 1px solid #0b3152;
    padding-right: 80px; }
  .ambassador-body .ambassador-projects .project-tiles-wrapper {
    max-width: 430px;
    margin: 30px 0; }
    .ambassador-body .ambassador-projects .project-tiles-wrapper .project-tile {
      width: 100%;
      height: auto;
      margin: 0;
      margin-bottom: 20px; }
    .ambassador-body .ambassador-projects .project-tiles-wrapper .h6 {
      margin: 0;
      -webkit-transition: all 0.15s ease-in-out 0s;
      transition: all 0.15s ease-in-out 0s; }
    .ambassador-body .ambassador-projects .project-tiles-wrapper .h6:hover {
      text-decoration: none; }
    .ambassador-body .ambassador-projects .project-tiles-wrapper .project-arrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%;
      margin-bottom: 50px; }
  .ambassador-body .ambassador-content {
    width: 50%;
    padding-left: 80px; }
  .ambassador-body .ambassador-content strong {
    display: block;
    margin-top: 30px; }
  @media only screen and (max-width: 991px) {
  .ambassador-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ambassador-body .ambassador-projects {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      border-right: none;
      padding-right: 0; }

    .ambassador-body .ambassador-content {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      border-top: 1px solid #0b3152;
      border-bottom: 1px solid #0b3152;
      padding: 40px 0;
      margin: 40px 0; } }

.responsive-video {
  max-width: 560px;
  height: auto; }

.quotes-owl-carousel {
  padding: 0 50px; }
  .quotes-owl-carousel .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .quotes-owl-carousel .item img {
    width: 46px;
    height: 40px;
    margin-right: 10px; }
  @media only screen and (max-width: 991px) {
  .quotes-owl-carousel {
    padding: 0; } }

.stats-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px; }
  .stats-wrapper .stats-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.3333%;
    border-right: solid 1px #0b3152;
    text-align: center;
    padding: 0 30px; }
  .stats-wrapper .stats-tile:last-of-type {
    border-right: none; }
  .stats-wrapper .stats-tile .ico-wrapper img {
    max-height: 60px;
    width: auto; }
  .stats-wrapper .stats-tile .tile-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    margin: 20px 0; }
    .stats-wrapper .stats-tile .tile-title .subtitle {
      font-weight: 400; }
  .stats-wrapper .stats-tile .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: #0b3152;
    color: #f4e22f;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 12px 0; }
  @media only screen and (max-width: 991px) {
  .stats-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0; }
    .stats-wrapper .stats-tile {
      width: 100%;
      max-width: 600px;
      border: none;
      padding: 0;
      margin: 15px 0; }
      .stats-wrapper .stats-tile .number {
        font-size: 30px;
        padding: 8px 0; } }

@media only screen and (max-width: 767px) {
    .responsive-logo {
      max-height: 45px;
      width: auto; } }

.q-big {
  display: inline-block;
  width: 46px;
  height: 40px;
  margin-right: 10px; }

.custom-arrow {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 1px;
  background-color: #0b3152;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s; }
  .custom-arrow:before, .custom-arrow:after {
    content: "";
    background: #0b3152;
    position: absolute;
    height: 1px;
    width: 10px; }
  .custom-arrow:before {
    right: -2px;
    bottom: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .custom-arrow:after {
    right: -2px;
    top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.custom-project-award-wrap {
  background: #eee;
  border-radius: 15px;
  padding: 30px; }

.custom-project-award-image {
  width: auto !important;
  height: 80px;
  margin-bottom: 15px !important; }

.projects-map {
  height: 600px; }
  @media only screen and (max-width: 991px) {
  .projects-map {
    height: 500px; } }
  @media only screen and (max-width: 767px) {
  .projects-map {
    height: 60vw; } }

.smap .cluster div {
  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;
  background: rgba(255, 255, 255, .8) !important;
  border: 5px solid #00407a !important;
  color: #00407a !important;
  font-size: 18px !important; }
  .smap .cluster div img {
    display: none; }

.projects-filter-box {
  background: rgba(11, 49, 82, .12);
  padding: 20px;
  margin-bottom: 40px; }
  .projects-filter-box .heading {
    margin-top: 0;
    margin-bottom: 5px; }
