@font-face {
  font-family: 'Satoshi-Light';
  src: url(../fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Light.woff);
}

@font-face {
  font-family: 'Satoshi';
  src: url(../fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Regular.woff);
}

@font-face {
  font-family: 'Satoshi-Medium';
  src: url(../fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Medium.woff);
}

html {
  scroll-behavior: smooth;
}

body {
  color: #76818b;
  font-family: 'Satoshi-Light', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

wrapper {
  min-height: 100vh;
  overflow: hidden;
}

.aw-conqueror-didot {
  font-family: 'aw-conqueror-didot', serif;
}

/*------------------------------
            Global        
------------------------------*/
a {
  color: #4fbfc9;
  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: #2e8fb8;
  text-decoration: none;
}

a.learn-more {
  display: inline-block;
  color: #fff;
  background-color: #003764;
  font-family: 'Satoshi-Medium';
  padding: 0.75rem 4rem;
  border-radius: 15rem;
}

h2 {
  position: relative;
  font-weight: 300;
  line-height: 1.4;
}

h3 {
  color: #01203a;
  font-family: 'aw-conqueror-didot', serif;
  line-height: 1;
  letter-spacing: -0.72px;
  margin-bottom: 3rem;
}

h4 {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}

p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.75rem;
}

p:last-child {
  margin-bottom: 0;
}

p b {
  font-weight: 700;
}

ul {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

address {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.75rem;
}

.f90 {
  font-size: 5.625rem;
}

.f85 {
  font-size: 5.3125rem;
}

.f72 {
  font-size: 4.5rem;
}

.f70 {
  font-size: 4.375rem;
}

.f62 {
  font-size: 3.875rem;
}

.f60 {
  font-size: 3.75rem;
}

.f52 {
  font-size: 3.25rem;
}

.f50 {
  font-size: 3.125rem;
}

.f48 {
  font-size: 3rem;
}

.f42 {
  font-size: 2.625rem;
}

.f40 {
  font-size: 2.5rem;
}

.f38 {
  font-size: 2.375rem;
}

.f36 {
  font-size: 2.25rem;
}

.f35 {
  font-size: 2.1875em;
}

.f32 {
  font-size: 2rem;
}

.f30 {
  font-size: 1.875rem;
}

.f28 {
  font-size: 1.75rem;
}

.f26 {
  font-size: 1.625rem;
}

.f24 {
  font-size: 1.5rem;
}

.f24 {
  font-size: 1.5rem;
}

.f22 {
  font-size: 1.375rem;
}

.f20 {
  font-size: 1.25rem;
}

.f18 {
  font-size: 1.125rem;
}

.f16 {
  font-size: 1rem;
}

.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;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-anchor {
  z-index: -1;
  position: relative;
  padding-top: 4rem;
  margin-top: -4rem;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1680px;
  }
}

@media (max-width: 1399px) {
  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  ul {
    font-size: 1rem;
  }

  address {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  a.learn-more {
    font-size: 1rem;
    padding: 0.5rem 3rem;
  }

  .f90,
  .f85 {
    font-size: 4.5rem;
  }

  .f72,
  .f70 {
    font-size: 3rem;
  }

  .f62,
  .f60 {
    font-size: 2.25rem;
  }

  .f52,
  .f50,
  .f42,
  .f40,
  .f38 {
    font-size: 2rem;
  }

  .f36,
  .f35,
  .f32,
  .f30,
  .f28 {
    font-size: 1.375rem;
  }

  .f26,
  .f24 {
    font-size: 1.25rem;
  }

  .f22 {
    font-size: 1.125rem;
  }

  .f20,
  .f18 {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }

  h4 {
    font-size: 1.0625rem;
  }

  .f90,
  .f85 {
    font-size: 2.5rem;
  }

  .f70 {
    font-size: 2rem;
  }

  .f42 {
    font-size: 1.5rem;
  }

  .f28 {
    font-size: 1.25rem;
  }

  .anchor {
    padding-top: 3rem;
    margin-top: -3rem;
  }
}

/*------------------------------
            Navbar
------------------------------*/
.navbar {
  z-index: 999;
  background: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
  padding: 2rem 0;
}

.navbar .navbar-brand {
  width: 15.625rem;
  padding: 0;
}

.navbar .navbar-brand img {
  width: 100%;
}

.navbar .navbar-toggler {
  cursor: pointer;
  border: none;
  outline: none;
}

.navbar .fas {
  color: #fff;
  transform: scale(1.5, 1.5);
  padding: 0.5rem;
}

.navbar .nav-link {
  position: relative;
  color: #fff;
  font-size: 1.375rem;
  padding: 0.25rem 0 !important;
  border-bottom: 1px solid transparent;
  margin: auto 2rem;
}

.navbar .nav-link:has(i) {
  padding: 0.5rem 1.5rem !important;
  border: 1px solid #fff;
  border-radius: 15rem;
}

.navbar .nav-link:has(i):hover {
  background-color: #b0c1cf;
}

@media (min-width: 992px) {
  .navbar.navbar-min {
    background: #003764;
    padding: 1rem 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .navbar.navbar-min .navbar-brand img {
    width: 12rem;
  }

  .navbar .nav-link:not(.nav-inv):hover,
  .navbar .nav-link.active:not(.nav-inv) {
    border-color: #b0c1cf;
  }
}

@media (max-width: 1499px) {
  .navbar .navbar-brand {
    width: 12rem;
    padding-left: 0.9375rem;
  }

  .navbar .nav-link {
    font-size: 1rem;
    margin: auto 0.625rem;
  }
}

@media (max-width: 991px) {
  .navbar {
    background: #003764;
    padding: 0.75rem 0;
  }

  .navbar .navbar-brand {
    width: 12rem;
    padding-left: 0.9375rem;
  }

  .navbar .navbar-nav {
    text-align: center;
    padding: 1rem 0 0.5rem;
    margin: 0;
  }

  .navbar .nav-item.nav-link {
    font-size: 1.125rem;
    padding: 0.125rem;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    width: 8rem;
  }
}

/*------------------------------
            Header      
------------------------------*/
header {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../images/header/about.jpg) center no-repeat;
  background-size: cover !important;
}

#investments_page header {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../images/header/investments.jpg) center no-repeat;
}

#team_page header {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../images/header/team.jpg) center no-repeat;
}

#contact_page header {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../images/header/contact.jpg) center no-repeat;
}

#contact_page header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/c-logo.png) left 50% center no-repeat;
  background-size: contain;
  opacity: 0.25;
}

header .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 30rem;
  text-align: center;
  padding: 8rem 0 2rem;
}

header .content h1 {
  color: #fff;
  font-family: 'aw-conqueror-didot', serif;
  margin: 0 auto;
}

@media (max-width: 991px) {
  header .content {
    min-height: 24rem;
  }
}

/*------------------------------
            Home      
------------------------------*/
.home {
  position: relative;
}

.home .carousel-item {
  position: relative;
  background-size: cover !important;
}

.home .content {
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  padding: 4.75rem 0;
}

.home h1 {
  color: #fff;
  font-size: 3.125rem;
  line-height: 1.1;
  max-width: 80rem;
  margin: 0 auto 3rem;
}

.home h2 {
  color: #fff;
  font-weight: 300;
  max-width: 56rem;
  margin: 0 auto;
}

.home .scroll-down {
  z-index: 99;
  position: absolute;
  bottom: 4rem;
  left: calc(50% - 1.875rem);
  color: #fff;
  text-align: center;
}

.home .scroll-down img {
  width: 2.75rem;
}

.home .scroll-down p {
  margin: 0.25rem 0 0;
}

.home .video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-1 {
  color: #fff;
  background-color: #003764;
  text-align: center;
  padding: 4rem 0;
}

.section-1 h4 {
  max-width: 78rem;
  margin: 0 auto;
}

.section-2 {
  padding-top: 2rem;
}

.section-2 h3 {
  text-align: center;
  margin: 2.75rem auto;
}

.section-2 .title {
  color: #003764;
  font-family: 'Satoshi-Medium';
}

.section-2 .content {
  padding: 6rem 0;
}

.section-2 .content p {
  margin-bottom: 3rem;
}

.section-2 .content-inner {
  width: 12rem;
}

.section-2 .img-container {
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  overflow: hidden;
}

.section-2 .desc {
  color: #003764;
  font-family: 'Satoshi';
  text-align: center;
  margin: 0.5rem auto 0;
}

.snapshot {
  color: #fff;
  background: linear-gradient(#00000069, #00000069), url(../images/art/home-snapshot.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 12.5rem 0;
}

.snapshot h4 {
  margin: 3rem auto 0;
}

.snapshot .content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.snapshot .num {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
}

.snapshot .num span {
  font-weight: 500;
  margin-bottom: 0;
}

.snapshot .desc {
  line-height: 1;
  margin: 0.5rem auto 0;
}

.core-principles {
  background: url(../images/art/home-core-principles.png) center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 4rem 0 3rem;
}

.core-principles h3 {
  margin-bottom: 3rem;
}

.core-principles .content {
  position: relative;
  color: #fff;
  background-size: cover !important;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 1rem;
  margin-bottom: 1rem;
}

.core-principles .content::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #01203a;
  opacity: 0.25;
}

.core-principles .content:hover > div p {
  opacity: 1;
  max-height: 10rem;
}

.core-principles .content:hover > .img-container {
  max-height: 0;
  opacity: 0;
}

.core-principles .img-container {
  position: relative;
  z-index: 2;
  max-height: 9rem;
  transition: all 0.3s ease-out;
  margin: 0 auto;
}

.core-principles .info {
  z-index: 3;
  position: relative;
}

.core-principles h5 {
  line-height: 1.1;
  margin: 1rem auto 0;
}

.core-principles p {
  opacity: 0;
  max-height: 0;
  line-height: 1.1;
  margin: 1rem auto 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

@media (min-width: 992px) {
  .section-2 .content {
    position: relative;
  }

  .section-2 .col-lg-6:nth-child(1) .content {
    padding-right: 6rem;
  }

  .section-2 .col-lg-6:nth-child(1) .content::after {
    position: absolute;
    top: 0;
    right: -0.75rem;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #00376433;
  }

  .section-2 .col-lg-6:nth-child(2) .content {
    padding-left: 7rem;
  }

  .section-2 .col-lg-6:nth-child(2) .content::after {
    position: absolute;
    top: 0;
    right: -50vw;
    width: 200vw;
    height: 1px;
    content: '';
    background-color: #00376433;
  }

  .snapshot .col-md-3:not(:last-child) .content::after {
    position: absolute;
    top: 0;
    right: -0.75rem;
    width: 1px;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 1400px) {
  .section-2 p {
    font-size: 1.5rem;
  }
}

@media (max-width: 1399px) {
  .section-1 h4.f42 {
    font-size: 1.5rem;
  }

  .section-2 .img-container {
    width: 8rem;
    height: 8rem;
  }

  .core-principles .img-container {
    max-height: 7rem;
  }
}

@media (max-width: 1199px) {
  .section-2 .img-container {
    width: 6rem;
    height: 6rem;
    margin: auto;
  }

  .section-2 .content-inner {
    width: auto;
  }

  .core-principles .img-container {
    max-height: 5rem;
  }
}

@media (max-width: 991px) {
  .section-2 .content {
    padding: 0;
    margin-bottom: 4rem;
  }

  .section-2 .content p {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .home h1 {
    font-size: 1.625rem;
  }

  .section-2 .img-container {
    width: 5rem;
    height: 5rem;
  }

  .section-2 .desc {
    font-size: 1rem;
  }

  .snapshot {
    padding: 8rem 0 5rem;
  }

  .snapshot .content {
    margin-bottom: 3rem;
  }
}

/*------------------------------
            About        
------------------------------*/
.about {
  padding: 6rem 0;
}

.about p {
  line-height: 1.6;
}

.about p b {
  font-family: 'Satoshi-Medium';
}

.about .img-container {
  aspect-ratio: 1/0.7;
  overflow: hidden;
}

.about .carousel-indicators {
  bottom: -2.5rem;
}

.about .carousel-indicators button {
  border: 1px solid #00223f;
}

.about .carousel-indicators button.active {
  background-color: #00223f;
}

.values {
  background: linear-gradient(#f1f2f5, #fff);
  padding: 5rem 0;
}

.values .video {
  overflow: hidden;
  margin-top: 3rem;
}

.values .video video {
  width: 100%;
}

.values .core-container {
  position: relative;
  padding: 8rem 0 14rem;
}

.values .info {
  position: absolute;
  top: 10rem;
  left: -14rem;
  width: 23.375rem;
  max-width: 100%;
}

.values .info.info-2 {
  top: 38rem;
  left: -14rem;
}

.values .info.info-3 {
  left: auto;
  right: -14rem;
  text-align: right;
}

.values .info.info-4 {
  left: auto;
  top: 38rem;
  right: -14rem;
  text-align: right;
}

.values .info.info-5 {
  width: 36rem;
  left: 17rem;
  top: 55rem;
  text-align: center;
}

.values .title {
  color: #003764;
  font-family: 'Satoshi-Medium';
  text-transform: uppercase;
  line-height: 1.1;
}

.values p {
  line-height: 1.1;
  margin: 0;
}

.stratey {
  text-align: center;
  padding: 2rem 0 4rem;
}

.stratey .content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 1rem);
  border: 1px solid #e3e9ee;
  margin-top: 1rem;
}

.stratey .img-container {
  aspect-ratio: 1 / 1.1;
}

.stratey .info {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1rem;
}

.stratey .title {
  color: #003764;
  font-family: 'aw-conqueror-didot', serif;
  line-height: 1.1;
  margin: 0 auto;
}

.stratey p {
  margin-bottom: 3rem;
}

.sterling-info {
  background: url(../images/art/about-new-york-skyline.jpg) center no-repeat;
  background-size: cover;
}

.sterling-info .content {
  justify-content: center;
  min-height: 42rem;
  padding: 4rem 0;
}

.sterling-info .content h3 {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  max-width: 44rem;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .about .content {
    padding-right: 4.5rem;
  }

  .about p {
    font-size: 1.625rem;
  }

  .values p {
    font-size: 1.625rem;
  }

  .stratey p {
    font-size: 1.625rem;
  }
}

@media (max-width: 1699px) {
  .values .info.info-5 {
    left: 9rem;
    top: 48rem;
  }
}

@media (max-width: 991px) {
  .about .img-container {
    margin-top: 2rem;
  }

  .values {
    padding: 4rem 0 2rem;
  }

  .values .core-container {
    padding: 0;
  }

  .values .core-container img {
    margin-bottom: 2rem;
  }

  .values .info {
    position: static;
    text-align: left;
    width: 100%;
  }

  .values .info.info-3,
  .values .info.info-4,
  .values .info.info-5 {
    text-align: left;
  }

  .values .title {
    margin-bottom: 0.5rem;
  }

  .values p {
    margin-bottom: 2rem;
  }
}

/*------------------------------
            Team        
------------------------------*/
.team {
  padding: 5rem 0;
}

.team h4 {
  color: #76818b;
  line-height: 1.6;
  text-align: center;
  max-width: 51rem;
  margin: 0 auto 4rem;
}

.team .person {
  cursor: pointer;
  margin-bottom: 4.5rem;
  transition: all 0.3s ease-out;
}

.team .person:not(:hover) {
  filter: grayscale(1);
}

.team .img-container {
  position: relative;
  border: 1px solid #00223f;
  overflow: hidden;
}

.team .img-container img:nth-child(2) {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.team .person:hover > .img-container img:nth-child(2) {
  opacity: 1;
}

.team .info {
  padding: 1.5rem 0 0;
  margin-top: auto;
}

.team .name {
  color: #003764;
  font-family: 'aw-conqueror-didot', serif;
  line-height: 1.1;
  margin: 0;
}

.team .title {
  color: #76818b;
  line-height: 1.3;
  margin: 0;
}

@media (max-width: 991px) {
  .team {
    padding: 4rem 0;
  }

  .team .info {
    padding: 0.5rem 0 0;
  }

  .team .person {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 575px) {
  .team .col-6:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .team .col-6:nth-child(even) {
    padding-left: 0.5rem;
  }
}

/*------------------------------
          Team Modal
------------------------------*/
.modal .nav {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.modal .nav .nav-item:first-child {
  background-color: #003764;
}

.modal .nav .nav-item {
  background-color: rgb(64 64 64 / 70%);
  padding: 1.125rem;
  margin: 0;
  border: none;
}

.modal .nav .nav-item:hover {
  opacity: 0.8;
}

.modal .nav .nav-item img {
  width: 1.375rem;
  height: 1.625rem;
}

.modal .modal-content {
  padding: 2.5rem;
}

.modal .img-container {
  overflow: hidden;
  margin-bottom: 1rem;
}

.modal .info {
  min-height: 40rem;
  padding: 0 3rem;
}

.modal .name {
  color: #003764;
  font-family: 'aw-conqueror-didot', serif;
  line-height: 1;
}

.modal .title {
  color: #003764;
  margin: 0;
}

.modal hr {
  opacity: 1;
  background-color: #76818b;
  margin: 2rem 0 3rem;
}

.modal-backdrop {
  background-color: #000;
}

.modal-backdrop.show {
  opacity: 0.65;
}

body.modal-open .team {
  filter: blur(5px);
}

@media (min-width: 992px) {
  .modal .nav {
    top: -6.5rem;
    right: -2.625rem;
  }

  .modal p {
    font-size: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .modal-xl {
    max-width: 1430px;
  }
}

@media (max-width: 1199px) {
  .modal .info {
    padding: 1rem;
  }
}

@media (max-width: 991px) {
  .modal .nav .nav-item {
    background-color: #2e3d52;
    padding: 0.875rem;
  }

  .modal .nav .nav-item img {
    width: 1.25rem;
    height: 1.5rem;
  }

  .modal .modal-content {
    padding: 0;
  }

  .modal .carousel-item {
    padding: 1rem;
  }

  .modal .info {
    min-height: auto;
    padding: 0;
    margin-bottom: 1rem;
  }

  .modal .info ul li:not(:last-child) {
    margin: 0;
  }

  .modal .name {
    margin: 0;
  }

  .modal .title {
    margin-bottom: 1.5rem;
  }
}

/*------------------------------
            Portfolio        
------------------------------*/
#categoryFilter {
  color: #a9b0b7;
  width: auto;
  font-family: 'Satoshi-Medium';
  text-transform: uppercase;
  /* background-position: right .125rem center; */
  padding: 0.75rem 1rem;
  border: none;
  border-bottom: 1px solid #003764;
  border-radius: 0;
  margin-bottom: 1rem;
}

#categoryFilter:focus {
  box-shadow: none;
  outline: none;
}

.portfolio .nav-item.active {
  color: #003764;
  border-color: #003764;
}

.portfolio .hidden {
  display: none;
}

.portfolio {
  padding: 5rem 0;
}

.portfolio h3 {
  text-align: center;
  margin-bottom: 1rem;
}

.portfolio .row:not(:first-child) h3 {
  margin-top: 2rem;
}

.portfolio .port {
  position: relative;
  aspect-ratio: 1/0.7;
  margin-bottom: 3rem;
}

.portfolio .port:hover > .info {
  opacity: 1;
}

.portfolio .info {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 34 63 / 88%);
  padding: 2rem 2.75rem;
  opacity: 0;
}

.portfolio .info h5 {
  color: #fff;
  font-family: 'aw-conqueror-didot', serif;
}

.portfolio .info ul li {
  color: #007dff;
}

.portfolio .info .status {
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 0.5rem;
  margin: auto 0 0;
}

.portfolio .info-2 {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  color: #fff;
  background-color: rgb(0 34 63 / 35%);
  text-align: center;
  padding: 0.5rem 2.75rem;
  transition: all 0.3s ease-out;
}

.portfolio .info-2 {
  display: block;
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  color: #fff;
  background-color: rgb(0 34 63 / 35%);
  text-align: center;
  padding: 0.5rem 2.75rem;
  transition: all 0.3s ease-out;
}

.portfolio .port:hover > .info-2 {
  opacity: 0;
}

.portfolio .info-2 h5 {
  margin: 0;
}
.portfolio .disclaimer {
  text-align: center;
  font-style: italic;
  margin: 1rem 0 0;
}

@media (max-width: 991px) {
  .portfolio .port {
    margin-bottom: 1rem;
  }

  .portfolio .info {
    padding: 0.875rem;
  }

  .portfolio .info h5 {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
  }

  .portfolio .info ul li {
    font-size: 0.75rem;
  }
}

@media (max-width: 575px) {
  .portfolio .col-6:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .portfolio .col-6:nth-child(even) {
    padding-left: 0.5rem;
  }
}

/*------------------------------
        Portfolio Modal
------------------------------*/
.modal .port-container {
  position: relative;
  height: 31rem;
  margin-bottom: 3rem;
}

.modal .port-name {
  line-height: 1.3;
  margin: 0;
}

.modal .port-desc {
  color: #003764;
}

.modal .port-desc span {
  color: #c2c7cc;
}

.modal .port-title {
  margin: 0;
}

.modal .port-info-2 {
  background-color: #f2f2f2;
  padding: 3.5rem;
}

.modal .port-info-2 h5 {
  color: #003764;
  font-family: 'aw-conqueror-didot', serif;
}

.modal .port-info-2 h5:not(:first-child) {
  padding-top: 1.75rem;
  border-top: 1px solid #76818b8c;
  margin-top: 2rem;
}

.modal .port-info-2 ul li span {
  display: inline-block;
  min-width: 70%;
}

.modal .port-info-2 p b {
  color: #003764;
  font-family: 'Satoshi-Medium';
}

.modal .port-info-2 a {
  color: #003764;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 5rem auto;
  }
}

/*------------------------------
            Contact        
------------------------------*/
.contact {
  padding: 5rem 0;
}

.contact h3 {
  color: #003764;
  font-family: 'aw-conqueror-didot', serif;
  margin-bottom: 4rem;
}

.contact address {
  position: relative;
  color: #003764;
  font-family: 'Satoshi';
  line-height: 1.6;
  padding-left: 5rem;
  margin-bottom: 3rem;
}

.contact address img {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.375rem;
  height: 2.375rem;
}

.contact address a {
  color: #007dff;
}

.contact .form-control {
  padding: 0.75rem 1.25rem;
}

.contact .btn {
  display: inline-block;
  color: #fff;
  background-color: #003764;
  font-family: 'Satoshi-Medium';
  padding: 0.75rem 5rem;
  border-radius: 15rem;
  margin-right: auto;
}

.map {
  height: 36rem;
}

/*------------------------------
            Terms        
------------------------------*/
.terms {
  padding: 5rem 0;
}
.terms h5 {
  color: #003764;
  font-weight: 600;
  margin-bottom: 1.75rem;
}

.terms p b {
  color: #003764;
}

.terms b {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .terms h5 {
    font-size: 2rem;
  }
}

/*------------------------------
            Footer        
------------------------------*/
footer {
  z-index: 99;
  color: #003764;
  font-size: 1rem;
  padding: 2.375rem 0 1.5rem;
}

footer img {
  width: 12rem;
}

footer .nav-menu .nav-item {
  margin: auto 1rem;
}

footer .nav-menu .nav-item:first-child {
  margin-left: 0;
}

footer .nav-social .nav-item:not(:last-child) {
  margin-right: 1.5rem;
}

footer hr {
  background-color: #003764;
  margin: 2rem 0;
}

footer p {
  margin: 0;
}

footer a {
  color: #003764;
}

@media (max-width: 1199px) {
  .nav-menu {
    margin: 1rem 0;
  }

  footer .nav-menu .nav-item {
    margin: 0 1rem;
  }
}

@media (max-width: 767px) {
  footer img {
    width: 8rem;
  }

  footer p {
    text-align: left;
  }

  footer p span {
    display: block;
    opacity: 0;
    line-height: 0;
    margin-top: 1rem;
  }
}
