html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  color: #273F5C;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
wrapper {
  position: relative;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
  color: #273F5C;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #325C94;
  text-decoration: none;
}
h3 {
  font-weight: 400;
  margin-bottom: 1.5rem;
}
h4 {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 3.75rem;
}
h5, h6, p, ul {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
address {
  font-size: 1rem;
  line-height: 1.5;
}
.f80 {
  font-size: clamp(2rem, 4.44vw - 0.64rem, 5rem);
}
.f78 {
  font-size: clamp(2rem, 4.44vw - 0.64rem, 4.875rem);
}
.f67 {
  font-size: clamp(1.75rem, 5vw + 1rem, 4.1875rem);
}
.f64 {
  font-size: clamp(1.75rem, 5vw + 1rem, 4rem);
}
.f55 {
  font-size: clamp(1.75rem, calc(2.634vw + 1.13265rem), 3.4375rem);
}
.f52 {
  font-size: clamp(1.75rem, calc(2.341vw + 1.20125rem), 3.25rem);
}
.f50 {
  font-size: clamp(1.75rem, calc(2.341vw + 1.20125rem), 3.125rem);
}
.f48 {
  font-size: clamp(1.5rem, 3.125vw, 3rem);
}
.f44 {
  font-size: clamp(2rem, 3vw, 2.75rem);
}
.f40 {
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.f36 {
  font-size: clamp(1.375rem, 3vw, 2.25rem);
}
.f32 {
  font-size: clamp(1.375rem, 3.125vw, 2rem);
}
.f31 {
  font-size: clamp(1.375rem, 3.125vw, 1.9375rem);
}
.f30 {
  font-size: clamp(1.375rem, 3.125vw, 1.8125rem);
}
.f27 {
  font-size: clamp(1.125rem, 1.22vw + .667rem, 1.6875rem);
}
.f26 {
  font-size: clamp(1.125rem, 1.47vw + 0.43rem, 1.625rem);
}
.f24 {
  font-size: clamp(1.125rem, 1.22vw + .667rem, 1.5rem);
}
.f22 {
  font-size: clamp(1.0625rem, 1vw + .5rem, 1.375rem);
}
.f20 {
  font-size: clamp(1rem, 1vw + .5rem, 1.25rem);
}
.f18 {
  font-size: clamp(1rem, 1vw + .5rem, 1.125rem);
}
.f16 {
  font-size: clamp(.875rem, 1vw + .5rem, 1rem);
}
.f15 {
  font-size: clamp(.875rem, 1vw + .25rem, .9375rem);
}
.f14 {
  font-size: clamp(.75rem, 1vw + .25rem, .875rem);
}
.f12 {
  font-size: .75rem
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trans {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-anchor {
  z-index: -99;
  position: relative;
  padding-top: 4rem;
  margin-top: -4rem;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (min-width: 1520px) {
  .container {
    max-width: 1290px;
  }
}
@media (max-width: 991px) {
  h5, h6, p, ul {
    font-size: 1rem;
  }
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
  z-index: 999;
  background: #F2F2ED;
  padding: 1.25rem 0;
}
.navbar .navbar-brand {
  display: flex;
  justify-content: center;
  width: 15.3125rem;
  padding: 0;
  margin: 0 .9375rem;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .navbar-toggler {
  z-index: 9;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar svg {
  width: 1.5rem!important;
  height: 1.5rem!important;
}
.navbar svg path {
  stroke: #273F5C!important;
}
.navbar .nav-link {
  position: relative;
  color: #273F5C;
  font-size: 1.25rem;
  font-weight: 400;
  margin: auto 1rem;
}
.navbar .nav-link:hover {
  /* color: #fff; */
}
@media (min-width: 992px) {
  .navbar.navbar-min {
    padding: .75rem 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  }
  .navbar .nav-link.nav-contact {
    color: #5C4033;
    padding: .875rem 1.875rem;
    border-radius: .625rem;
    border: 2px solid #757C5E;
    transition: all .3s ease-out;
  }
  .navbar .nav-link.nav-contact:hover {
    color: #fff;
    background-color: #757C5E;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    width: 10rem;
  }
  .navbar-nav {
    text-align: center;
    padding: 1rem 0 .5rem;
  }
  .navbar .nav-link {
    font-size: .875rem;
    padding: .375rem 0;
  }
}





/*------------------------------
            Home
------------------------------*/
.home {
  position: relative;
}
.home .carousel {
  z-index: 3;
  position: relative;
}
.home .content {
  justify-content: center;
  height: 100vh;
  min-height: 40rem;
  padding: 8rem 0 4rem;
}
.home h1 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
  max-width: 32rem;
  margin-bottom: 1rem;
}
.home h2 {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  max-width: 30rem;
  margin-bottom: 1.5rem;
}
.home a {
  display: inline-block;
  color: #D2BCA2;
  font-weight: 400;
  letter-spacing: .1rem;
  padding: 1.125rem 1.875rem;
  border: 2px solid #757C5E;
  border-radius: .625rem;
  margin: 0 auto 0 0;
}
.home a:hover {
  color: #757C5E;
  background-color: #fff;
  border-color: #fff;
}
.home .video {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  height: calc(100% - 5rem);
  overflow: hidden;
}
.home .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .home-cover-1 {
  z-index: -2;
  position: absolute;
  top: 0;
  right: 37%;
  height: 100%;
  min-height: 23rem;
}
.home .home-cover-2 {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 12rem;
}
@media (min-width: 768px) {
  .home::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30vw;
    height: 100%;
    content: '';
    background-color: #253c59;
  }
}
@media (min-width: 992px) {
  .home .video {
    display: flex;
    justify-content: flex-end; /* pushes child to the right */
  }
  .home .video video {
    width: auto;
    background-position: right;
  }
}
@media (max-width: 991px) {
  .home .video {
    top: 3rem;
    height: calc(100% - 3rem);
  }
}
@media (max-width: 767px) {
  .home .content {
    justify-content: flex-start;
    padding: 4rem 0;
  }
  .home .info {
    position: relative;
    padding: 3rem 0 1.5rem;
  }
  .home .info::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -50vw;
    display: block;
    width: 200vw;
    height: 100%;
    content: '';
    background: #253c59;
  }
  .home a {
    font-size: .75rem;
    padding: .75rem 1rem;
  }
  .home .video {
    top: 16rem;
    height: calc(100% - 16rem);
  }
  .home .home-cover-1 {
    display: none;
  }
  .home .home-cover-2 {
    bottom: -1.5rem;
    right: -25%;
    width: 28rem;
  }
}





/*------------------------------
          Criteria
------------------------------*/
.criteria {
  padding: 6rem 0 5rem;
}
.criteria .content {
  color: #fff;
  background: linear-gradient(0deg, #02192F 0.46%, #5F7B93 99.54%);
  height: calc(100% - 1rem);
  padding: 2.875rem 1.875rem;
  border-radius: .625rem;
  margin-bottom: 1rem;
}
.criteria .num {
  margin: 0;
}
.criteria hr {
  margin: 1.375rem 0 1.5rem;
}
.criteria .desc {
  margin: 0;
}
@media (max-width: 767px) {
  .criteria .content {
    text-align: center;
  }
}





/*------------------------------
            About
------------------------------*/
.about {
  color: #fff;
  background-color: #02192F;
  padding: 6rem 0;
}
.about .content {
  padding: 2rem 3.5rem;
  border: 2px solid #757C5E;
  border-radius: .625rem;
  margin-bottom: 1rem;
}
.about .content .logo-container {
  width: 8.25rem;
  margin-bottom: 2.25rem;
}
.about .img-container {
  height: calc(100% - 1rem);
  min-height: 24rem;
  background: url(../images/art/about-us.jpg) center bottom 20% no-repeat;
  background-size: cover;
  border-radius: .625rem;
}
@media (max-width: 767px) {
  .about .content {
    padding: 2rem 1rem 1rem;
    border: 1px solid #757C5E;
  }
  .about .content .logo-container {
    width: 7rem;
    margin-bottom: 2rem;
  }
}





/*------------------------------
            Team
------------------------------*/
.team {
  text-align: center;
  background-color: #F2F2ED;
  padding: 6rem 0 3rem;
}
.team h3 {
  margin-bottom: 2.5rem;
}
.team .main {
  padding: 2.5rem;
  background: rgba(242, 242, 237, 0.80);
  border: 1px solid rgba(2, 25, 47, 0.10);
  border-radius: .625rem;
  box-shadow: 0 14.391px 119.923px 0 rgba(0, 0, 0, 0.16), 0 0.871px 3.482px 0 rgba(0, 0, 0, 0.20);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.team .name {
  font-weight: 500;
  padding-top: 1.875rem;
  border-top: 1px solid #5C4033;
  margin-bottom: 0.5rem;
}
.team .title {
  margin-bottom: 1.0625rem;
}
.team .bio {
  padding: 2.25rem 0;
  flex-grow: 1;
}
.team .bio p:last-child {
  margin: 0;
}
.team .linkedin img {
  width: 2.8125rem;
}
.team .col-lg-6 {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .team .main {
    padding: 2rem 1rem;
  }
}





/*------------------------------
          At A Glance
------------------------------*/
.at-a-glance {
  background: linear-gradient(270deg, #5F7B93 0%, #02192F 100%);
  padding: 6rem 0 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.at-a-glance h3 {
  color: #fff;
  margin-bottom: 2.5rem;
}
.at-a-glance .content {
  height: calc(100% - 1rem);
  background-color: #fff;
  padding: 3rem 1.875rem;
  border-radius: .625rem;
  margin-bottom: 1rem;
}
.at-a-glance .content .num {
  margin: 0;
}
.at-a-glance .content hr {
  opacity: 1;
  border-top: 1px solid #5C4033;
  margin: 1.25rem 0 1.5rem;
}
.at-a-glance .content .desc {
  margin: 0;
}





/*------------------------------
            Modal
------------------------------*/
.modal .modal-header {
  border-bottom: none;
}
.modal .modal-footer {
  border-top: none;
}
.modal .btn:hover {
  background-color: #757C5E;
}
.modal a {
  color: #757C5E;
}





/*------------------------------
              Footer
------------------------------*/
footer {
  background-color: #F2F2ED;
  padding: 2.5rem 0 2rem;
}
footer img {
  width: 12.5rem;
  margin-bottom: 1.5rem;
}
footer .col-lg-6 p {
  max-width: 18rem;
  margin: 0 0 1rem;
}
footer h5 {
  font-weight: 500;
  margin-bottom: .75rem;
}
footer h5 a {
  display: inline-block;
}
footer address .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #fff;
  padding: .75rem;
  border-radius: 100%;
}
footer hr {
  border-top: 1px solid #5C4033;
  margin: 1.75rem 0;
}
footer p {
  margin: 0;
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .col-lg-6 p {
    margin: 0 auto 1.375rem;
  }
  footer .nav.nav-social {
    justify-content: center;
    margin-bottom: 1.375rem;
  }
  footer .nav.nav-main {
    justify-content: center;
    margin-bottom: 1.375rem;
  }
  footer h5 {
    margin: 1rem 0 .25rem;
  }
  footer address {
    padding: 0;
  }
  footer address .img-container {
    position: relative;
    margin: 0 auto .75rem;
  }
  footer hr {
    margin: 1rem 0 1.5rem;
  }
}
