html {   
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
wrapper {
    position: relative;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}
.container {
    max-width: 1680px;
}





/*------------------------------
            Global        
------------------------------*/
a {
    color: #000;
    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: #ECD4B6;
    text-decoration: none;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.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: 0;
    margin-top: 0;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
h4 {
    font-weight: 600;
    letter-spacing: -1.26px;
    margin-bottom: 2rem;
}
h5 {
    font-size: 1.125rem;
    font-weight: 400;
}
p {
    font-size: 1.125rem;
}
ul, ol, address {
    font-size: 1.125rem;
}
.f60 {
    font-size: 3.75rem;
}
.f48 {
    font-size: 3rem;
}
.f42 {
    font-size: 2.625rem;
}
.f32 {
    font-size: 2rem;
}
.f30 {
    font-size: 1.875rem;
}
.f26 {
    font-size: 1.625rem;
}
.f24 {
    font-size: 1.5rem;
}
.f20 {
    font-size: 1.25rem;
}
.f16 {
    font-size: 1rem;
}
@media (max-width: 1499px) {
    .f60 {
        font-size: 2.25rem;
    }
    .f48 {
        font-size: 2rem;
    }
    .f42 {
        font-size: 1.75rem;
    }
    .f32 {
        font-size: 1.375rem;
    }
    .f30 {
        font-size: 1.25rem;
    }
    .f26 {
        font-size: 1.25rem;
    }
    .f24 {
        font-size: 1.125rem;
    }
    .f20 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    h5 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }
    ul, ol {
        font-size: 1rem;
    }
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    padding: 2rem 0;
}
.navbar .navbar-brand {
    width: 20rem;
    margin: 0 .9375rem;
}
.navbar .navbar-toggler {
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}
.navbar .fas {
    color: #fff;
    transform: scale(1.5, 1.5);
    padding: 0.5rem;
}
.navbar .nav-item {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .36px;
    text-transform: uppercase;
    margin: 0 .75rem;
}
.navbar .nav-item:hover,
.navbar .nav-item.active {
    color: #ECD4B6;
}
.navbar .nav-item:last-child {
    cursor: pointer;
}
@media (min-width: 992px) {
    .navbar.navbar-min {
        background-color: #1A3952;
        padding: .5rem 0;
    }
    .navbar.navbar-min .navbar-brand {
        width: 16rem;
    }
    .navbar.navbar-min .nav-item {
        font-size: 1rem;
        margin: 0 .625rem;
    }
}
@media (max-width: 1499px) {
    .navbar .nav-item {
        font-size: 1rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: #1A3952;
        padding: .5rem 0;
    }
    .navbar .navbar-brand {
        width: 10rem;
    }
    .navbar .navbar-nav{
        text-align: center;
        padding: 1rem 0 .5rem;
    }
    .navbar .nav-item {
        font-size: .875rem;
        line-height: 2;
    }
}





/*------------------------------
            Header      
------------------------------*/
header {
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)), url(../images/art/landing.jpg) center no-repeat;
    background-size: cover;
    padding: 4rem 0 2rem;
}
header .content {
    min-height: 30rem;
    justify-content: center;
}
header h1 {
    margin: 0;
}





/*------------------------------
            Home      
------------------------------*/
.home {
    position: relative;
}
.home .container {
    z-index: 3;
    position: relative;
}
.home .content {
    justify-content: center;
    text-align: center;
    min-height: 100vh;
}
.home h1 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1125rem;
    text-transform: uppercase;
    max-width: 80rem;
    margin: 2rem auto 0;
    transition: all 1s ease-out;
    opacity: 0;
}
.home .active h1 {
    opacity: 1;
    margin-top: 0;
}
.home .active h1.init {
    opacity: 0;
    margin-top: 3rem;
}
.home .carousel-inner {
    height: 100%;
}
.home .carousel-item {
    height: 100%;
}
.home .video  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home .video::after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4));
    background-size: cover;
}
.home video {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-lg {
    padding: 0;
}
.btn-lg span {
    display: inline-block;
    color: #fff;
    background-color: #D7A96C;
    font-weight: 600;
    text-transform: uppercase;
    padding: .75rem 2rem;
    border-radius: 6.25rem;
}
.btn-lg i {
    display: inline-block;
    width: 3.25rem;
    height: 3.25rem;
    color: #fff;
    background-color: #D7A96C;
    font-size: 110%;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: .9375rem;
    border-radius: 6.25rem;
    margin-left: .5rem;
    transform: rotate(-45deg);
    transition: all .3s ease-out;
}
.btn-lg:hover > i {
    transform: rotate(0deg);
}
@media (max-width: 1499px) {
    .home h1 {
        max-width: 50rem;
    }
    .home h2 {
        max-width: 38rem;
    }
    .btn-lg {
        font-size: .75rem;
    }
    .btn-lg span {
        padding: .5rem 1.75rem;
    }
    .btn-lg i {
        width: 2rem;
        height: 2rem;
        font-size: 100%;
        padding: .6rem;
    }
}





/*------------------------------
            Value       
------------------------------*/
.value {
    text-align: center;
    padding: 5rem 0;
}
.value .content {
    display: flex;
    flex-direction: column;
    background: #FFF7ED;
    min-height: 22rem;
    padding: 2rem 1rem;
    margin-bottom: 1rem;
    transition: all .3s ease-out;
}
.value .content:hover {
    color: #fff;
    background-color: #1A3952;
}
.value .img-container {
    width: 8rem;
    height: 5.375rem;
    margin: 8% auto 2rem;
}
.value .title {
    color: #0A0C12;
    font-weight: 600;
    letter-spacing: -0.72px;
    margin-bottom: 1rem;
    transition: all .3s ease-out;
}
.value .content:hover > .title {
    color: #fff;
}
.value .desc {
    color: #434749;
    max-width: 18rem;
    margin: 0 auto;
    transition: all .3s ease-out;
}
.value .content:hover > .desc {
    color: #fff;
}
@media (max-width: 1499px) {
    .value .img-container {
        width: 5rem;
        height: 4rem;
        margin: 10% auto 1.75rem;
    }
}
@media (max-width: 991px) {
    .value .content {
        min-height: 16rem;
    }
    .value .img-container {
        margin: 0 auto 1rem;
    }
}






/*------------------------------
            About       
------------------------------*/
.about {
    margin-bottom: 2.5rem;
}
.about .nav {
    justify-content: space-between;
    padding: .5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.33);;
    border-bottom: 1px solid rgba(0, 0, 0, 0.33);;
    margin: 0 0 2rem;
}
.about .nav .nav-link {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border: none;
}
.about .nav .nav-link.active {
    color: #D7A96C;
}
.about .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background-color: #F4F4F4;
    padding: 5rem;
}
.about .content.blue {
    color: #fff;
    background-color: #1A3952;
}
.about .content.yellow {
    background-color: #FFF7ED;
}
.about .title {
    font-weight: 600;
    letter-spacing: -0.78px;
}
.about p {
    text-align: justify;
}
.about p:not(:last-child) {
    margin-bottom: 2rem;
}
.about .img-container {
    height: 100%;
    min-height: 38rem;
    overflow: hidden;
}
.about ul {
    padding-left: 1.3rem;
}
.about ul li::marker {
    color: #D7A96C;
}
@media (min-width: 1200px) {
    .about.reverse .row:last-child .col-lg-6:first-child {
        order: 2;
    }
    .about.reverse .row:last-child .col-lg-6:last-child {
        order: 1;
    }
}
@media (max-width: 1499px) {
    .about .nav .nav-link {
        font-size: .75rem;
    }
    .about .img-container {
        min-height: 30rem;
    }
}
@media (max-width: 991px) {
    .about .content {
        padding: 2rem 1rem;
    }
    .about .img-container {
        min-height: 18rem;
    }
}





/*------------------------------
           Advantage        
------------------------------*/
.advantage {
    color: #fff;
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(../images/art/advantage.jpg) center no-repeat;
    background-size: cover;
    padding: 11rem 0;
    margin-bottom: 5rem;
}
.advantage h4 {
    max-width: 20rem;
}
.advantage .title {
    font-weight: 600;
    letter-spacing: -0.9px;
    margin-bottom: 1rem;
}
.advantage p {
    text-align: justify;
}





/*------------------------------
            Team        
------------------------------*/
.team {
    color: #fff;
    background-color: #1A3952;;
    padding: 5rem 0 3rem;
}
.team .content {
    margin-bottom: 3rem;
}
.team .content h5 {
    max-width: 56rem;
    margin: 0 auto;
}
.team .person {
    height: calc(100% - 2rem);
    background-color: #E8DCCE;
    margin-bottom: 2rem;
}
.team .person:hover {
    background-color: #D7A96C;
}
.team .info {
    color: #000;
    background-color: #E8DCCE;
    padding: 1rem;
    transition: all .3s ease-out;
}
.team .name {
    font-weight: 700;
    margin-bottom: .375rem;
}
.team .title {
    letter-spacing: -0.48px;
    margin: 0;
}
.team .team-info {
    max-width: 83rem;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .team .col:nth-child(odd) {
        padding-right: .5rem;
    }
    .team .col:nth-child(even) {
        padding-left: .5rem;
    }
}





/*------------------------------
           Team Modal        
------------------------------*/
.modal .nav {
    z-index: 1;
    position: absolute;
    top: -4rem;
    right: -8.5rem;
    background-color: #1A3952;
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
    padding: 0 .5rem;
  }
  .modal .nav .nav-item {
    background-color: #1A3952;
    padding: 1.5rem .75rem;
    border: none;
    margin: 0 .25rem;
  }
  .modal .nav .nav-item:nth-child(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .modal .nav .nav-item:hover {
    opacity: .75;
  }
  .modal .nav .nav-item img {
    width: 1.5rem;
    height: 1.75rem;
  }
  .modal .modal-dialog {
    margin-top: 10vh;
  }
  .modal .modal-body {
    background-color: #fff;
    padding: 4rem;
  }
  .modal .content {
    padding: 0 2rem;
  }
  .modal .name {
    color: #C79046;
    font-weight: 700;
  }
  .modal .title {
    color: #5E5E5E;
  }
  .modal hr {
    opacity: 1;
    border-top: 1px solid #D3DBE1;
    margin: 2rem 0;
  }
  .modal p {
    text-align: justify;
  }
  .modal-backdrop {
    background-color: #000;
  }
  .modal-backdrop.show {
    opacity: .9;
  }
  @media (max-width: 991px) {
    .modal .modal-dialog {
      margin-top: 1rem;
    }
    .modal .nav {
      top: -5rem;
      right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .modal .nav .nav-item {
      padding: 1rem .75rem;
    }
    .modal .nav .nav-item:nth-child(2) {
      border-top: none;
      border-bottom: none;
    }
    .modal .modal-body {
      padding: 5rem 1rem 2rem;
    }
    .modal .content {
      padding: 1rem 0 0;
    }
  }
  




/*------------------------------
          Insights        
------------------------------*/
.insights {
    padding: 5rem 0;
}
.insights .main {
    text-align: center;
    margin-bottom: 3rem;
}
.insights .content {
    margin-bottom: 3rem;
}
.insights .img-container {
    aspect-ratio: 1.3/1;
    overflow: hidden;
    margin-bottom: 1rem;
}
.insights .title {
    font-weight: 700;
    letter-spacing: -0.72px;
}
.insights .desc {
    color: #434749;
    letter-spacing: -0.54px;
    margin: 0;
}
@media (max-width: 991px) {
    .insights .img-container {
        margin-bottom: .5rem;
    }
}





/*------------------------------
        Insights Article        
------------------------------*/
.insights-article {
    padding: 5rem 0;
}
.insights-article .nav {
    margin-bottom: 3rem;
}
.insights-article .nav-item i {
    color: #D7A96C;
    font-size: 75%;
}
.insights-article .title {
    font-weight: 700;
    letter-spacing: -0.72px;
}
.insights-article .desc {
    color: #434749;
    letter-spacing: -0.54px;
    margin-bottom: 3rem;
}






/*------------------------------
           Newsletter        
------------------------------*/
.newsletter {
    background-color: #F7F7F7;
    padding: 3.5rem 0 2.5rem;
}
.newsletter h4 {
    font-weight: 700;
}
.newsletter .input-group {
    border-radius: 9rem;
    border: 1px solid #D7A96C;
    background-color: #FFF;
    padding: .75rem 1rem;
}
.newsletter .form-control {
    border: none;
}
.newsletter .form-control::placeholder {
    color: #8C8C8C;
    font-size: 1.25rem;
}
.newsletter .form-control:focus {
   outline: none;
   box-shadow: none;
}






/*------------------------------
            Contact        
------------------------------*/
.contact {
    color: #fff;
    background-color: #D7A96C;
    padding: 6rem 0 4rem;
}
.contact h3 {
    text-align: center;
    max-width: 50rem;
    margin: 0 auto 3rem;
}
.contact .form-control,
.contact .form-select {
    padding: .875rem 2.25rem;
    border: none;
    border-radius: 0;
}
.contact .btn {
    color: #fff;
    background-color: #1A3952;
    font-weight: 600;
    text-transform: uppercase;
    padding: .625rem 2.5rem;
    border-radius: 2rem;
    margin: 2rem auto 0;
}
@media (max-width: 991px) {
    .contact .form-control, .contact .form-select {
        font-size: .75rem;
        padding: .625rem 1.125rem;
    }
    .contact .btn {
        font-size: .75rem;
    }
}





/*------------------------------
            Terms        
------------------------------*/
.terms h5 {
    color: #263d51;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.75rem;
}
.terms h5:not(:first-child) {
    padding-top: 2rem;
}
.terms p {
    color: #86878A;
    margin-bottom: 1.75rem;
}





/*------------------------------
            Footer        
------------------------------*/
footer {
    z-index: 99;
    color: #fff;
    background: #000;
    font-size: 0.875rem;
    padding: 1.5rem 0;
}
footer img {
    width: 16rem;
}
footer .nav {
    height: 100%;
}
footer .nav-item {
    color: #fff;
    margin: auto 1.5rem;
}
footer .nav-item-social {
    color: #fff;
    font-size: 1.375rem;
    text-align: center;
    width: 3.25rem;
    height: 3.25rem;
    padding: .5rem;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: auto .375rem;
}
footer hr {
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 2rem 0 1rem;
}
footer p {
    font-size: 1rem;
    margin: 0;
}
@media (max-width: 991px) {
    footer img {
        width: 10rem;
        margin-bottom: 1rem;
    }
}