p {
  font-family: "Arial", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial", sans-serif !important;
}

body {
  overflow-x: hidden;
  width: 100%;
}

.form-control:focus, .form-select:focus {
  box-shadow: unset !important;
  border-color: #AC5830;
}

.form-control, .form-select {
  border-radius: 0;
}

a {
  color: #AC5830;
}

.custom-text-primary {
  color: #AC5830 !important;
}

.container {
  max-width: 1200px;
}

.custom-bg-primary {
  background-color: #AC5830 !important;
}

.hamburger .transform1 {
  margin-bottom: 2px !important;
  transform: rotate(45deg) translateY(2px);
}

.hamburger .transform3 {
  margin-bottom: 2px !important;
  transform: rotate(-45deg) translateY(-2px);
}

a.custom-link {
  color: #AC5830;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 0;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

a.custom-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  margin: auto;
  right: 0;
  background-color: #AC5830;
  width: 100%;
  height: 2px;
}

a.custom-link:hover::after {
  animation: linkLine 0.5s ease;
}

@keyframes linkLine {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
span.share-icon {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  color: #AC5830;
  cursor: pointer;
}
span.share-icon:hover {
  background-color: #A3AAAE;
}
span.share-icon i {
  position: absolute;
  color: #AC5830;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.link-with-share {
  display: flex;
  align-items: center;
  gap: 16px;
}
.link-with-share a {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .border-md-end {
    border-right: 1px solid rgb(170, 170, 170);
  }
}

.horizontal-line-centered {
  margin: 0 auto;
  width: 80px;
  height: 1px;
  margin-bottom: 2rem;
  background: rgba(0, 0, 0, 0.8156862745);
}

.horizontal-line-start {
  width: 80px;
  height: 1px;
  margin-bottom: 2rem;
  background: rgba(0, 0, 0, 0.8156862745);
}

.heading-main-top-small {
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 90px;
  font-size: 16px;
}

header {
  height: 90px;
  position: relative;
  width: 100%;
  position: fixed;
  left: 0;
  transition: 0.3s ease;
  right: 0;
  z-index: 1000;
  padding: 25px 0;
}
header .blockstone-navbar {
  height: 90px;
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
  transition: 0.3s ease;
}
@media screen and (max-width: 992px) {
  header .blockstone-navbar {
    padding: 0 10px;
    padding-top: 25px;
  }
}
header .blockstone-navbar .logo {
  max-width: 150px;
}
header .blockstone-navbar .logo img {
  width: 100%;
}
header .blockstone-navbar .hamburger {
  display: inline-block;
  width: 50px;
  padding: 10px;
}
header .blockstone-navbar .hamburger div {
  margin-bottom: 5px;
  display: block;
  width: 100%;
  height: 2px;
  background: white;
}
@media screen and (min-width: 992px) {
  header .blockstone-navbar .hamburger {
    display: none;
  }
}
header .blockstone-navbar .menu {
  transition: 0.3s ease;
  display: flex;
  min-height: 90px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  header .blockstone-navbar .menu {
    display: none;
    max-height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    align-items: start;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    padding-top: 120px;
    background-color: white;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.127);
  }
}
header .blockstone-navbar .menu .main-ul {
  display: flex;
  height: 90px;
  align-items: center;
  margin-bottom: 0;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  header .blockstone-navbar .menu .main-ul {
    flex-direction: column;
    height: auto;
    align-items: center;
    max-height: 100vh;
    width: 100%;
    padding: 0;
    gap: 0;
  }
}
header .blockstone-navbar .menu .main-ul .main-li {
  list-style: none;
  color: white;
  font-size: 17px;
}
@media screen and (max-width: 992px) {
  header .blockstone-navbar .menu .main-ul .main-li {
    width: 100%;
    position: relative;
  }
}
header .blockstone-navbar .menu .main-ul .main-li .main-link {
  display: inline-block;
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 992px) {
  header .blockstone-navbar .menu .main-ul .main-li .main-link {
    color: black !important;
    padding: 10px 20px;
    width: 100%;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
header .blockstone-navbar .menu .main-ul .main-li .main-link:hover {
  color: #AC5830;
}
header .blockstone-navbar .menu .main-ul .main-li .main-link i {
  font-size: 13px;
}
header .blockstone-navbar .menu .main-ul .main-li .main-link i.fa-magnifying-glass {
  font-size: 1.2rem;
  color: black !important;
}
header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom {
  transition: 0.3s ease;
  display: none;
  position: absolute;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.242);
  padding: 140px 20px 20px 20px;
  background-color: white;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom {
    z-index: 2;
    padding-top: 20px !important;
    box-shadow: unset;
    position: unset;
  }
}
header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom .menu-dropdown h4 {
  font-size: 1.7rem;
  margin-bottom: 20px;
  color: black;
}
header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom .menu-dropdown ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom a.dropdown-link-effective {
  color: #AC5830;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 0;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom a.dropdown-link-effective::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  margin: auto;
  right: 0;
  background-color: #AC5830;
  width: 100%;
  height: 2px;
}
header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom a.dropdown-link-effective:hover::after {
  animation: linkLine 0.5s ease;
}
@keyframes linkLine {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom .custom-card {
  background-color: #f8f8f8;
}
header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom .custom-card .box {
  padding: 20px;
  display: flex;
}
header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom .custom-card .box .image {
  width: 40%;
}
header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom .custom-card .box .image img {
  width: 100%;
}
header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom .custom-card .box .content {
  width: 60%;
  padding: 10px;
  margin-left: 10px;
}
header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom .custom-card .box .content h5 {
  color: black;
}
header .blockstone-navbar .menu .main-ul .main-li .dropdown-custom .custom-card .box .content p {
  color: rgb(41, 41, 41);
}
header .blockstone-navbar .menu .search .fa-magnifying-glass {
  color: #fff;
}
@media screen and (max-width: 992px) {
  header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

#banner {
  position: relative;
  background-color: #000;
}
#banner img {
  opacity: 0.4;
  object-fit: cover;
  height: 641px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #banner img {
    min-height: 641px;
    height: 100vh;
  }
}
#banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  padding-top: 130px;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}
#banner .content h1 {
  font-weight: 500;
  font-size: 50px;
  color: #ffffff;
  margin: 22px 0;
}
@media screen and (max-width: 768px) {
  #banner .content h1 {
    font-size: 35px;
  }
}
#banner .content h4 {
  font-family: "Sanomat Web", serif;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  padding: 18px 0px;
}
@media screen and (max-width: 768px) {
  #banner .content h4 {
    font-size: 18px;
  }
}
#banner .content .vertical-line {
  width: 2px;
  height: 100px;
  background-color: #fff;
  margin: 35px auto;
}
#banner .content a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

.nobanner {
  position: relative;
  background: rgba(0, 0, 0, 0.9215686275);
  height: 140px;
  width: 100%;
}

.nobannerdark {
  position: relative;
  background: #000;
  height: 140px;
  width: 100%;
}

#insights {
  padding: 40px 0;
  background-color: #DCDBDC;
}
#insights .item {
  border-bottom: 4px solid black;
  min-height: 200px;
  padding-top: 20px;
}
#insights .item h1 {
  font-weight: 500;
  color: #000000;
  line-height: 57px;
  font-size: 47px;
  padding-bottom: 11px;
}
@media screen and (max-width: 320px) {
  #insights .item h1 {
    font-size: 35px;
  }
}
#insights .item p {
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  font-size: 23px;
  padding-bottom: 20px;
}

#what-we-do {
  padding: 80px 0px;
}
#what-we-do .what-text {
  padding: 50px 0px;
}
#what-we-do h6 {
  font-family: "Guardian TextSans Web", sans-serif;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
#what-we-do h1 {
  padding-top: 10px;
  font-family: "Sanomat Web", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #what-we-do h1 {
    font-size: 30px;
  }
}
#what-we-do h3 {
  font-family: "Sanomat Web", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #000000;
}
#what-we-do p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #313131;
  padding: 10px 5px;
  padding-bottom: 20px;
}
#what-we-do .what-we-do-text {
  border-bottom: 1px solid #000000;
  padding-top: 40px;
}
#what-we-do img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 320px) {
  #what-we-do img {
    height: 500px;
  }
}

#video video {
  width: 100%;
}

#Our-Strategies {
  margin-top: 80px;
  margin-bottom: 50px;
}
#Our-Strategies h1 {
  text-align: center;
  font-size: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #Our-Strategies h1 {
    font-size: 37px;
  }
}
#Our-Strategies .accordion {
  padding-bottom: 90px;
}
#Our-Strategies .accordion-item {
  border: 1px solid #ddd;
  border-radius: 0px;
  margin-bottom: 30px;
}
#Our-Strategies .accordion-item .accordion-button:focus {
  box-shadow: unset !important;
  border-color: unset !important;
}
#Our-Strategies .accordion-item .accordion-button:not(.collapsed) {
  background-color: unset !important;
}
#Our-Strategies .accordion-item .accordion-button h2 {
  display: block !important;
  color: black !important;
  font-size: 1.6rem;
  margin-bottom: 0;
}
#Our-Strategies .accordion-item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #313131;
}
@media screen and (max-width: 768px) {
  #Our-Strategies .accordion-item p {
    font-size: 17px;
  }
}

#strategic-partners-quote {
  position: relative;
  min-height: 620px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 100px 0px;
}
#strategic-partners-quote .content h1 {
  font-size: 40px;
  color: #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #strategic-partners-quote .content h1 {
    font-size: 38px;
  }
}
#strategic-partners-quote .content p {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #strategic-partners-quote .content p {
    font-size: 18px;
  }
}
#strategic-partners-quote .content h5 {
  font-family: "Guardian TextSans Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
}

#strategic-partners-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: url("../images/tmc3.png") no-repeat center center/cover;
}

#our_clients_investor {
  position: relative;
  min-height: 620px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 100px 0px;
}
#our_clients_investor .content h1 {
  font-size: 40px;
  color: #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #our_clients_investor .content h1 {
    font-size: 38px;
  }
}
#our_clients_investor .content p {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #our_clients_investor .content p {
    font-size: 18px;
  }
}
#our_clients_investor .content h5 {
  font-family: "Guardian TextSans Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
}

#our_clients_investor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: url("../images/ba3.png") no-repeat center center/cover;
}

#Still002 {
  position: relative;
  min-height: 620px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6705882353);
  padding: 100px 0px;
}
#Still002 .content h1 {
  font-size: 40px;
  color: #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #Still002 .content h1 {
    font-size: 38px;
  }
}
#Still002 .content p {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #Still002 .content p {
    font-size: 18px;
  }
}
#Still002 .content h5 {
  font-family: "Guardian TextSans Web", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
}

#Still002::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: url("../images/pe3.png") no-repeat center center/cover;
}

#press-releases {
  padding-top: 90px;
}
#press-releases .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
#press-releases .release-content {
  height: 100%;
}
#press-releases .release-content span {
  color: rgb(155, 155, 155);
  font-size: 17px;
  font-weight: 100;
  padding: 10px 0px;
}
#press-releases .release-content h3 {
  padding: 15px 0px;
}
#press-releases .release-content p {
  color: rgb(104, 104, 104);
  font-size: 18px;
  font-weight: lighter;
  padding-bottom: 40px;
}

#in-the-news {
  padding: 90px 0px;
}
#in-the-news .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
#in-the-news .card {
  border-radius: 0;
  border: none;
}
#in-the-news .card .card-body {
  padding: 24px 0px;
  padding-right: 8px;
}
#in-the-news .card .card-body span {
  font-family: "Guardian TextSans Web", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: #a3aaae;
}
#in-the-news .card .card-body h4 {
  padding: 15px 0px;
  font-size: 25px;
}
#in-the-news .card .card-body .card-text {
  color: rgb(104, 104, 104);
  font-size: 18px;
  font-weight: lighter;
}

#portfolios {
  padding: 60px 0px;
}
#portfolios .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
#portfolios .header h1 {
  margin-bottom: 0;
}
#portfolios .portfolio-content {
  padding-top: 60px;
}
#portfolios .portfolio-content span {
  font-family: "Guardian TextSans Web", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: #a3aaae;
}
#portfolios .portfolio-content h3 {
  padding: 15px 0px;
}
#portfolios .portfolio-content p {
  color: rgb(104, 104, 104);
  font-size: 18px;
  font-weight: lighter;
  padding-bottom: 40px;
}
#portfolios .portfolio-content h4 {
  padding-top: 15px;
  padding-bottom: 30px;
}

#stay-up-to-date {
  padding: 90px 0px;
  background-color: #DCDBDC;
}
#stay-up-to-date .sign-up-to-date-text h1 {
  padding-bottom: 40px;
}
#stay-up-to-date .sign-up-to-date-text button {
  padding: 7px 18px;
  background-color: #A95228;
  border: none;
}
#stay-up-to-date .sign-up-to-date-text button a {
  text-decoration: none;
  color: #fff;
}
#stay-up-to-date .sign-up-to-date-text button a:hover {
  color: #A95228;
}
#stay-up-to-date .sign-up-to-date-text button:hover {
  background-color: #fff;
  color: #A95228;
  outline: 1px solid #A95228;
}
#stay-up-to-date .sign-up-to-date-text button:hover a {
  text-decoration: none;
  color: #A95228;
}

#our-clients {
  padding-bottom: 40px;
}
#our-clients .our-clients-header h1 {
  padding-bottom: 20px;
}
#our-clients .card-body {
  padding-top: 30px;
}
#our-clients .card-body h4 {
  font-weight: 600;
}
#our-clients .card-body p {
  padding: 10px 0px;
  font-size: 18px;
}

#our-values {
  padding: 60px 0px;
}
#our-values .our-values-header h5 {
  padding: 8px 0px;
  font-weight: 500;
}
#our-values .our-values-content {
  margin: 30px 0px;
}
#our-values .our-values-content .our-values-img {
  text-align: center;
}
#our-values .our-values-content .our-values-img img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
#our-values .our-values-content .our-values-content {
  text-align: center;
  padding: 0px 19px;
}
#our-values .our-values-content .our-values-content h3 {
  padding-bottom: 20px;
}
#our-values .our-values-content .our-values-content p {
  font-size: 18px;
  line-height: 27px;
  color: #4f4f4f;
}

.legal h1 {
  font-size: 45px;
  margin: 45px 0px;
}
.legal p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #5f5f5f;
}
.legal h4 {
  margin-top: 65px;
  font-weight: 500;
  font-size: 26px;
  line-height: 35px;
  color: #000000;
}
.legal p {
  padding: 16px 0px;
}
.legal ul li {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #5f5f5f;
}

#why-firm {
  padding: 40px 0px;
  background-color: black;
}
#why-firm .why-firm-content {
  padding-top: 27px;
}
#why-firm .why-firm-content h4 {
  color: #fff;
}
#why-firm .why-firm-content .ceo {
  padding-top: 45px;
}
#why-firm .why-firm-content .ceo h5 {
  color: #fff;
  font-size: 17px;
}

#monday-at-blockstone {
  padding: 80px 0px;
}
#monday-at-blockstone .monday-at-blockstone-header {
  text-align: center;
  padding-bottom: 30px;
}
#monday-at-blockstone .monday-at-blockstone-header h1 {
  padding: 3px 0px;
}
#monday-at-blockstone .monday-at-blockstone-header h5 {
  padding: 3px 0px;
}

.note p {
  font-size: 18px;
  color: rgb(187, 187, 187);
}
.note ol {
  padding-left: 15px;
}
.note ol li {
  font-size: 18px;
  color: rgb(187, 187, 187);
}

#leadership {
  padding: 90px 0px;
}
#leadership .leadership-top span {
  color: #ABAAAE;
  font-size: 17px;
  font-weight: 500;
}
#leadership .leadership-header {
  margin-bottom: 40px;
  text-align: center;
}
#leadership .leadership-content {
  border-top: 4px solid #000;
  padding-top: 17px;
  cursor: pointer;
  padding-bottom: 30px;
  display: flex;
  height: 240px;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.3s ease;
}
#leadership .leadership-content:hover img {
  transform: translateX(20px);
}
#leadership .leadership-content h5 {
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 30px;
}
#leadership .leadership-content h5 a {
  text-decoration: none;
  color: #000;
}
#leadership .leadership-content p {
  font-size: 17px;
  font-weight: 500;
  color: rgb(156, 156, 156);
  margin-bottom: 0;
}
#leadership .leadership-content img {
  width: 40px;
  margin-bottom: 10px;
  transition: 0.3s ease;
}

#directory {
  padding-top: 20px;
  padding-bottom: 40px;
}
#directory .directory-header {
  padding-bottom: 20px;
  text-align: center;
}
#directory .search-box {
  position: relative;
}
#directory .search-box i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
#directory .table tr {
  cursor: pointer;
}
#directory .table tr:hover {
  background-color: gray !important;
}
#directory .table tr th {
  font-size: 18px;
  padding: 25px 30px;
  background-color: #000;
  color: #fff;
}
#directory .table tr td {
  font-size: 18px;
  padding: 25px 30px;
}

#contact {
  position: fixed;
  z-index: 2000;
  right: -100%;
  transition: 0.3s ease;
  top: 0;
  background-color: #fff;
  height: 100vh;
  max-width: 50%;
  width: 100%;
  padding: 80px;
}
#contact .cross {
  position: fixed;
  right: 25px;
  top: 25px;
  display: none;
}
#contact .cross .fa-xmark {
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
}
#contact h1 {
  padding-bottom: 20px;
}
#contact h3 {
  padding-bottom: 20px;
}
#contact span {
  font-size: 17px;
  padding-bottom: 10px;
}
#contact span a {
  color: #AC5830;
}
#contact p {
  padding-bottom: 40px;
  font-size: 17px;
  padding-top: 15px;
}
#contact p a {
  color: #AC5830;
}
@media screen and (max-width: 768px) {
  #contact {
    max-width: 70%;
  }
}
@media screen and (max-width: 576px) {
  #contact {
    max-width: 100%;
  }
}

.show-contact-slide {
  right: 0 !important;
  box-shadow: 0px 0px 0px 55121px rgba(0, 0, 0, 0.4117647059) !important;
}

.contact-link {
  cursor: pointer;
}

footer {
  background-color: #000;
  padding: 30px 0px;
}
footer .footer-menu {
  border-top: 2px solid rgb(177, 177, 177);
  padding-top: 15px;
}
@media screen and (max-width: 922px) {
  footer .footer-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .footer-menu li {
  list-style: none;
  color: rgb(177, 177, 177);
  padding: 7px 0px;
  font-size: 17px;
}
footer .footer-menu li a {
  text-decoration: none;
  color: rgb(177, 177, 177);
}
footer .footer-menu li a:hover {
  color: #fff;
}
footer .footer-menu .social-icons a {
  color: rgb(177, 177, 177);
  font-size: 18px;
}
footer .footer-menu .social-icons a:hover {
  color: #fff;
}
footer .copyright {
  padding-bottom: 30px;
  padding-top: 20px;
}
footer .copyright p {
  color: rgb(177, 177, 177);
}
footer .copyright p a {
  text-decoration: none;
  color: rgb(177, 177, 177);
  font-size: 18px;
}
footer .copyright p a:hover {
  color: #fff;
}

#homepage .homebanner {
  margin-bottom: 100px;
  padding-top: 50px;
  padding-bottom: 150px;
  background-color: black;
  color: white;
}
#homepage .homebanner .main-heading-banner h1:last-child {
  padding-left: 140px;
}
#homepage .homebanner .banner-img img {
  width: 100%;
  height: 100%;
}
#homepage .delivering-for-clients h1 {
  text-align: center;
  margin-bottom: 80px;
}
#homepage .delivering-for-clients .item {
  margin-bottom: 100px;
  justify-content: space-between;
}
#homepage .delivering-for-clients .item .right h3 {
  font-size: 3rem;
}
#homepage .private-wealth-solutions {
  background-color: black;
  margin-bottom: 10px;
  padding-top: 150px;
  padding-bottom: 50px;
  color: white;
}
#homepage .private-wealth-solutions .heading {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-bottom: 80px;
}
#homepage .private-wealth-solutions .heading-2 p {
  padding-left: 2rem;
  margin: 50px 0;
  max-width: 400px;
  font-size: 1.2rem;
}
#homepage .private-wealth-solutions .right .box {
  padding: 45px 70px;
  background-color: #121317;
}
#homepage .private-wealth-solutions .right .box .item {
  padding: 20px 0;
}
#homepage .private-wealth-solutions .right .box .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: white;
}
#homepage .private-wealth-solutions .right .box .item a:hover {
  text-decoration: none;
}
#homepage .private-wealth-solutions .right .box .item a h4 {
  color: white;
  line-height: 1.5;
}
#homepage .private-wealth-solutions .right .box .item a h4:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #homepage .private-wealth-solutions .right .box {
    padding: 20px;
  }
}
#homepage .private-wealth-solutions .lg-heading {
  margin: 4rem 0;
  font-size: 7rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #homepage .private-wealth-solutions .lg-heading {
    font-size: 5rem;
  }
}
#homepage .partners {
  padding: 100px 0;
}
#homepage .partners .heading {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  justify-content: space-between;
}
#homepage .partners .partner-item .partner-image {
  height: 400px;
  overflow: hidden;
}
#homepage .partners .partner-item .partner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#homepage .partners .partner-item a.name {
  color: black;
  text-decoration: none;
  margin: 20px 0;
  display: inline-block;
}

/*# sourceMappingURL=style.css.map */
