@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
/* Media Queries */
h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 70px;
  font-weight: 300;
}

h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
}

h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 35px;
  font-weight: 500;
}

h4 {
  font-family: "Hind Madurai", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

h5 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
  font-weight: 500;
}

p {
  font-family: "Hind Madurai", sans-serif;
  font-size: 20px;
}

.text-blue {
  color: #1f3465;
}

#scrollButton {
  position: fixed;
  bottom: 40px;
  right: 60px;
  background-color: #ffffff;
  color: #1f3465;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 1;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
}

#scrollButton:hover {
  box-shadow: 0px 5px 11px 1px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}

.capitas-ria-nav {
  z-index: 9;
  height: 130px;
}
.capitas-ria-nav .navbar-collapse.show {
  background-color: #1f3465;
}

.capitas-nav .nav-item .nav-link {
  transition: 0.5s !important;
}
.capitas-nav .nav-item .nav-link.active {
  border-bottom: 1px solid #fff;
}
.capitas-nav .nav-item .nav-link:hover {
  border-bottom: 1px solid #fff;
}

.section-1 {
  background-image: url("../img/texture-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-wrap .banner-slide {
  background-color: #1f3465;
  margin-top: -140px;
  position: relative;
}
.home-wrap .banner-slide img {
  height: 1000px;
  object-fit: cover;
}
.home-wrap .banner-slide .top-padding {
  padding-top: 100px;
}
.home-wrap .banner-slide .top-padding h1 {
  font-size: 4.4rem;
}
.home-wrap .banner-slide .banner-sub-text p {
  font-size: 1.7rem;
}
.home-wrap main .section-2 {
  background-image: url("../img/boston-city-aerial.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.home-wrap main .section-2 P {
  font-size: 22px !important;
}
.home-wrap main .section-2 ul {
  font-size: 22px !important;
}
.home-wrap main .section-2 .list-group-x-basic {
  display: flex;
  margin: 0;
  padding: 0;
}
.home-wrap main .section-2 .list-group-x-basic li {
  position: relative;
  list-style: none;
  padding: 0.6rem;
}
.home-wrap main .section-2 .list-group-x-basic li:last-child:after {
  border: none;
}
.home-wrap main .section-2 .list-group-x-basic li:after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  height: 16px;
  width: 2px;
  top: 35%;
  opacity: 0.5;
  right: 0;
}

footer {
  background-color: #1f3465;
}
footer p {
  font-size: 16px;
}
footer a {
  color: #ffffff;
}

.inner-page header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  margin-top: -180px;
  padding-top: 100px;
}

.who-we-are-wrap nav {
  background-color: #1f3465;
}
.who-we-are-wrap main .section-2 .icon-circle svg {
  background-color: #1f3465;
  padding: 5px;
  border-radius: 50px;
}
.who-we-are-wrap main .section-3 {
  background-image: url("../img/handshake-close-up-executives.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.our-team-wrap nav {
  background-color: #1f3465;
}
.our-team-wrap header {
  background-image: url("../img/inner-banner-los-angeles.jpg");
}
.our-team-wrap main .section-2 .accordion-body {
  background: #f8f8f8;
}
.our-team-wrap main .section-2 .accordion-item h2 {
  border: 10px solid #f8f8f8;
}
.our-team-wrap main .section-2 .accordion-item .accordion-button {
  height: 160px;
  z-index: 0;
  background-size: cover;
  background-color: #010932 !important;
  box-shadow: inset 0 0 0 2000px rgba(1, 9, 51, 0.3);
  color: #fff;
  font-size: 3rem;
  padding-left: 4rem;
}
.our-team-wrap main .section-2 .accordion-item .accordion-button:after {
  background-image: url("../img/angle-down-solid.png");
  right: 4rem;
  position: relative;
}
.our-team-wrap main .section-2 .accordion-item .accordion-button.northeast {
  background: url("../img/bg-northeast-sm.png") center center no-repeat;
  background-size: cover;
}
.our-team-wrap main .section-2 .accordion-item .accordion-button.mid-atlantic {
  background: url("../img/bg-mid-atlantic-sm.png") center center no-repeat;
  background-size: cover;
}
.our-team-wrap main .section-2 .accordion-item .accordion-button.southeast {
  background: url("../img/bg-southeast-sm.png") center center no-repeat;
  background-size: cover;
}
.our-team-wrap main .section-2 .accordion-item .accordion-button.southwest {
  background: url("../img/bg-southwest-sm.png") center center no-repeat;
  background-size: cover;
}
.our-team-wrap main .section-2 .accordion-item .accordion-button.midwest {
  background: url("../img/bg-midwest-sm.png") center center no-repeat;
  background-size: cover;
}
.our-team-wrap main .section-2 .accordion-item .accordion-button.southern-california {
  background: url("../img/bg-los-angeles-sm.png") center center no-repeat;
  background-size: cover;
}
.our-team-wrap main .section-2 .accordion-item .accordion-button.northern-california {
  background: url("../img/bg-golden-gate-brigde-sm.png") center center no-repeat;
  background-size: cover;
}
.our-team-wrap main .section-2 .accordion-item .accordion-button.pacific-northwest {
  background: url("../img/bg-seattle-sm.png") center center no-repeat;
  background-size: cover;
}

.contact-us-wrap header {
  background-image: url("../img/inner-banner-contact.jpg");
}
.contact-us-wrap main .section-2 form button {
  background-color: #1f3465 !important;
  border-color: #1f3465 !important;
}
.contact-us-wrap main .section-2 form button:hover {
  background-color: #3e5a9d !important;
}

.why-capitas-ria-wrap header {
  background-image: url("../img/inner-banner-golden-gate-bridge.jpg") !important;
}
.why-capitas-ria-wrap main .section-1 .accordion {
  box-shadow: 0 0 30px 0 rgba(221, 221, 221, 0.4);
}
.why-capitas-ria-wrap main .section-1 .accordion .accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #1f3465 !important;
}
.why-capitas-ria-wrap main .section-2 {
  background-image: url("../img/handshake-close-up-executives.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.why-capitas-ria-wrap main .section-3 {
  background-image: url("../img/texture-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-capitas-ria-wrap main .section-3 i {
  color: #1f3465;
}

.private-wealth-platform-wrap main .section-1 .accordion {
  box-shadow: 0 0 30px 0 rgba(221, 221, 221, 0.4);
}
.private-wealth-platform-wrap main .section-1 .accordion .accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #1f3465 !important;
}

@media (min-width: 992px) and (max-width : 1999px) {
  .right-40 {
    right: -40%;
  }
  .right-20 {
    right: -20%;
  }
  .left-40 {
    left: -40%;
  }
  .left-20 {
    left: -20%;
  }
}
@media (min-width : 320px) and (max-width : 767px) {
  .home-wrap .banner-slide img {
    height: 1200px;
  }
  .home-wrap .top-padding h1 {
    font-size: 3rem !important;
  }
  .home-wrap .banner-sub-text p {
    font-size: 1.3rem !important;
  }
  #scrollButton {
    bottom: 20px;
    right: 20px;
  }
}

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