* {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}

body {
  color: hsl(0, 0%, 50%);
  background: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}
.btn {
  --bs-btn-border-radius: 3rem;
}

.btn-primary {
  --bs-btn-bg: #050a30;
  --bs-btn-border-color: #050a30;
  --bs-btn-disabled-bg: #050a30;
  --bs-btn-disabled-border-color: #050a30;
}

.btn-outline-primary {
  --bs-btn-color: #050a30;
  --bs-btn-border-color: #050a30;
  --bs-btn-hover-bg: #050a30;
  --bs-btn-hover-border-color: #050a30;
  --bs-btn-active-bg: #050a30;
  --bs-btn-active-border-color: #050a30;
  --bs-btn-disabled-color: #050a30;
}

.color-blue {
  color: #050a30;
}

.color-light-blue {
  color: #007fbf;
}

.color-grey {
  color: hsl(0, 0%, 50%);
}

.member .img-wrapper {
  height: max(10vh, 400px);
  border-radius: 1rem;
  overflow: hidden;
}
.member .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member p.designation {
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(128, 128, 128, 0.1);
}
.member .img-wrapper {
  width: max(200px, 100%);
  border-radius: 1rem;
  overflow: hidden;
}
.member .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.red-seperator {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #de0f3f;
}

.transactions {
  text-align: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.transactions .transaction {
  width: 250px;
  height: 350px;
  padding: 0 10px;
  margin: 0 auto;
  border: 6px solid #007fbf;
}
.transactions .transaction .upper {
  margin-top: 20px;
}
.transactions .transaction .lower {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.transactions .transaction .amount {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.transactions .transaction .company {
  margin-bottom: 0;
  height: 48px;
}
.transactions .transaction .instrument {
  font-size: 1rem;
}
.transactions .transaction .date-and-logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.transactions .transaction .logo {
  width: auto;
  height: 35px;
}

.slick-slider .slick-track {
  display: flex;
  gap: 1rem;
}
.slick-slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  background: transparent;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.slick-slider .left-arrow {
  left: -40px;
}
@media screen and (max-width: 480px) {
  .slick-slider .left-arrow {
    left: -10px;
  }
}
.slick-slider .right-arrow {
  right: -40px;
}
@media screen and (max-width: 480px) {
  .slick-slider .right-arrow {
    right: -10px;
  }
}

.header {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: relative;
  background-image: url("../../assets/images/office-1.webp");
  background-position: center;
  background-size: cover;
}
.header__content {
  text-align: center;
  max-width: 50vw;
  height: 100%;
  display: grid;
  place-content: center;
}
.header__content h1 {
  color: #fff;
  text-shadow: horizontal-shadow vertical-shadow blur color;
}
.header__content p {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 480px) {
  .header__content {
    padding-top: 108px;
    max-width: 80vw;
  }
}
.header__content .badge {
  color: hsl(0, 0%, 50%);
  font-size: 1rem;
  font-weight: 300;
  border: 1px solid rgb(229, 229, 229);
  padding: 0.5em 2em;
  transition: all 0.15s ease-in-out;
}
.header__content .badge:hover {
  border-color: #050a30;
}
.header__content h1 {
  font-size: 3.75rem;
  line-height: 1.2em;
}
.header__content p {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 2em;
}
.header__content a.cta {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  line-height: 1;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header__content a.cta .icon {
  filter: invert(1);
}
.header__content a.cta:hover {
  color: #050a30;
  background-color: #fff;
}
.header__content a.cta:hover .icon {
  filter: none;
}

nav {
  background: #fff;
  border-bottom: 2px solid #050a30;
}
nav .navbar-brand .logo {
  height: 80px;
}
nav .navbar-collapse {
  flex-grow: 0;
}
nav .nav-link {
  font-size: 18px;
}
nav .nav-link.active {
  font-size: 18px;
}
nav .nav-link:hover {
  color: #fff;
  background-color: #007fbf;
}
nav.homepage {
  background: transparent;
  border-bottom: 2px transparent;
}
nav.homepage .logo--color {
  display: none;
}
nav.homepage .nav-link {
  color: #fff;
}
nav.homepage.scrolled {
  background: #fff;
  border-bottom: 2px solid #050a30;
  transition: all 0.3s ease-in-out;
}
nav.homepage.scrolled .navbar-brand .logo--white {
  display: none;
}
nav.homepage.scrolled .navbar-brand .logo--color {
  display: inline-block;
}
nav.homepage.scrolled .nav-link {
  color: hsl(0, 0%, 50%);
}
nav.homepage.scrolled .nav-link.active {
  color: #fff;
  background-color: #007fbf;
}
nav.homepage.scrolled .nav-link:hover {
  color: #fff;
  background-color: #007fbf;
}

.nav-spacer {
  height: 108px;
}

a.go-back {
  display: inline-block;
}
a.go-back .icon-wrapper {
  display: grid;
  place-content: center;
}
a.go-back .icon-wrapper img {
  width: 60px;
  height: 60px;
}

section {
  padding: 40px 0;
}
.homepage section {
  min-height: calc(100vh - 108px);
}
.homepage section:not(.our-team) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section .heading {
  font-size: 3rem;
}
section .content {
  font-size: 20px;
}
section a.btn {
  font-size: 12px;
}
section.dark-section {
  color: #fff;
  background: #050a30;
}
section.dark-section .heading,
section.dark-section .subheading,
section.dark-section .content {
  color: #fff;
}
section.about-us .content,
section.about-us a.btn {
  margin: 20px 0;
}
section.about-us a.btn {
  font-size: small;
  border-radius: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
}
section.about-us .cards {
  text-align: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
@media screen and (max-width: 480px) {
  section.about-us .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.about-us .cards .card {
  padding: 2rem 1rem;
  width: 200px;
  height: 255px;
}
@media screen and (max-width: 480px) {
  section.about-us .cards .card {
    width: auto;
    height: 225px;
  }
}
section.about-us .cards .card h3 {
  color: #050a30;
  margin-bottom: 0;
}
section.about-us .cards .card .red-seperator {
  margin-bottom: 2rem;
}
section.about-us .cards .card p {
  color: #007fbf;
  margin-bottom: 0;
}
section.our-vision {
  background: linear-gradient(to bottom, #050a30, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5)), no-repeat url("../../assets/images/office-2.jpg");
  background-size: cover;
}
section.our-vision .cards {
  text-align: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
section.our-vision .cards .card {
  padding: 2rem 1rem;
  gap: 1rem;
}
section.our-vision .cards .card img,
section.our-vision .cards .card .icon {
  height: 60px;
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 20px;
}
section.our-vision .cards .card h3 {
  color: #050a30;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
section.our-vision .cards .card ul {
  color: #007fbf;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
section.core-values {
  background: #fff;
}
section.core-values .heading {
  margin-bottom: 1rem;
}
section.core-values .cards {
  text-align: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
section.core-values .cards .card {
  padding: 1rem;
  background-color: #050a30;
}
section.core-values .cards .card img,
section.core-values .cards .card .icon {
  height: 60px;
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 20px;
}
section.core-values .cards .card img.transparency,
section.core-values .cards .card .icon.transparency {
  transform: rotate(45deg);
}
section.core-values .cards .card h3 {
  color: #fff;
  margin-bottom: 10px;
}
section.core-values .cards .card p {
  color: #fff;
}
section.success-stories .stories {
  margin-top: 10vh;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
section.success-stories .stories .story {
  --gap: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  padding: 1rem 0;
}
section.success-stories .stories .story .red-seperator {
  width: 70px;
}
section.success-stories .stories .story .title {
  font-size: 1.5rem;
  line-height: 1.3;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.success-stories .stories .story .text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.success-stories .stories .story a.btn {
  width: -moz-max-content;
  width: max-content;
}
section.transactions {
  background: linear-gradient(to bottom, #050a30, rgba(0, 0, 0, 0.5) 75%, #050a30), no-repeat url("../../assets/images/office-7.jpg");
  background-size: cover;
}
section.transactions .content {
  font-weight: 700;
  margin: 5vh 0;
}
section.our-team {
  background-color: #fff;
  padding: 0;
}
section.our-team .container {
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 480px) {
  section.our-team .container .heading {
    color: white;
  }
  section.our-team .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: max(100%, 100vh - 108px);
    background: #050a30;
    z-index: -1;
  }
}
@media screen and (min-width: 480px) and (min-width: 480px) {
  section.our-team .container:before {
    width: 35%;
  }
}
section.our-team .empty-space {
  width: 100%;
  height: 50px;
}
section.our-team .heading,
section.our-team .carousel {
  z-index: 9;
}
section.our-team .carousel {
  margin-top: 85px;
  padding-bottom: 20px;
}
section.our-team .carousel .carousel-inner {
  overflow: initial;
}
section.our-team .carousel .carousel-inner .carousel-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 150px;
}
@media screen and (min-width: 480px) {
  section.our-team .carousel .carousel-inner .carousel-item {
    flex-direction: row;
  }
}
section.our-team .about {
  margin-bottom: 2rem;
}
section.our-team .img-wrapper {
  width: max(200px, 100%);
}
section.our-team .carousel-caption {
  position: unset;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 0;
  color: #000;
  text-shadow: none;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 480px) {
  section.our-team .carousel-caption {
    margin-left: 10%;
    left: 7%;
    top: -40px;
    width: 93%;
    padding-top: 0;
  }
}
section.our-team .controllers {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 150px;
}
@media screen and (min-width: 480px) {
  section.our-team .controllers {
    left: 39%;
    width: 50%;
  }
}
section.our-team .controllers .carousel-indicators {
  margin: 0;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}
section.our-team .controllers .carousel-indicators li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 70px;
  height: 100%;
}
section.our-team .controllers .carousel-indicators li .thumb-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 3px solid rgba(0, 127, 191, 0.3);
  overflow: hidden;
}
section.our-team .controllers .carousel-indicators li .thumb-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.our-team .controllers .carousel-indicators li:not(.active) .thumb-wrapper img {
  filter: grayscale(1);
}
section.our-team .controllers .carousel-indicators li .name {
  color: black;
  font-size: 12px;
  text-indent: 0;
  text-align: center;
}
section.contact .icon-and-address {
  display: flex;
  gap: 1rem;
}
section.contact .icon-and-address .icon {
  height: 16px;
}
section.contact .icon-and-address .icon img {
  height: 100%;
  width: auto;
}
section.contact .icon-and-address h4.bold {
  color: white;
}
section.contact .icon-and-address .address,
section.contact .icon-and-address address {
  color: #fff;
  margin-bottom: 1.5rem;
}
section.contact .icon-and-address .address a,
section.contact .icon-and-address address a {
  color: inherit;
  text-decoration: none;
}
section.contact .red-seperator {
  background: rgba(222, 15, 63, 0.3);
  margin: 2rem 0;
}
section.transactions .heading,
section.transactions .content {
  text-align: left;
}
section.join-us {
  padding-top: 0;
}
section.join-us h3 {
  margin-bottom: 2rem;
}

article .cover {
  height: max(10vh, 400px);
  border-radius: 1rem;
  margin: 2rem 0;
  overflow: hidden;
}
article .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article .highlights {
  background: rgba(0, 127, 191, 0.1);
  border-radius: 0.5rem;
  padding: 40px 40px 20px 40px;
  margin-top: 3rem;
}
article .highlights h4 {
  color: #050a30;
  font-weight: bold;
  margin-bottom: 2rem;
}
article .highlights li {
  margin-bottom: 1rem;
}

#contact {
  color: #000;
}
#contact .form-wrapper {
  border-radius: 1rem;
}
#contact input,
#contact textarea {
  color: hsl(0, 0%, 50%);
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(128, 128, 128, 0.4);
}
#contact input:focus, #contact input:hover,
#contact textarea:focus,
#contact textarea:hover {
  border-color: rgba(5, 10, 48, 0.8);
}

footer {
  color: white;
  background: #050a30;
  padding: max(10vh, 4rem) 0 1rem;
}
footer h4 {
  color: white;
  margin-bottom: 2rem;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style-type: none;
  margin: 1rem 0;
}
footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
footer a:hover {
  color: white;
}

.attribution {
  color: white;
  background-color: hsl(233, 81%, 14%);
  padding: 2rem 0;
}
.attribution a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.attribution a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
}

.member-page .member .img-wrapper {
  height: auto;
}
.member-page .member .name {
  font-size: 2.5rem;
}
.member-page .member .designation {
  font-size: 15px;
  text-transform: uppercase;
}
.member-page .member .about {
  font-size: 17px;
  line-height: 30px;
  color: hsl(0, 0%, 50%);
}

.transactions-page h2 {
  margin-bottom: 2rem;
}
.transactions-page .transactions {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 480px) {
  .transactions-page .transactions {
    grid-template-columns: 1fr;
  }
}

.about-us-page .dark-section {
  padding: 40px 0;
  color: #fff;
  background: #050a30;
}
.about-us-page .dark-section h1,
.about-us-page .dark-section h3 {
  color: #fff;
}/*# sourceMappingURL=styles.css.map */