:root {
  --primary-color: #063f5d;
  --secondary-color: #ab8241;
  --green-color: #0d5e33;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  position: relative;
}
a {
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s ease;
}
.fixed-header {
  background: #fff;
}
.logo {
  max-width: 125px;
  transition: all 0.3s ease;
}
.fixed-header .logo {
  max-width: 100px;
}
header .nav-link,
.update-content h4,
.update-content h2,
.update-content p,
.update-content a,
.updateds-read-more,
.sd-animation-wrapper h2,
.sd-animation-wrapper p,
.lg-number,
.sd-box p,
.why-us h2,
.why-us-box h3,
.why-us-box p,
.wub-count,
.prioneer-section h2,
.pbox h5,
.pbox p,
.about-content p,
.about-content ul li,
.business-section p,
.investors-section p,
.investors-section ul li,
.how-can-we-help ul li,
.sicontent-box p,
.sicontent-box a,
.business-inquiry p,
.mutual-funds p,
.policy-section p,
.faq-section p,
.faq-section ul li,
.faq-section ol li,
footer h5,
footer a,
.copy-right {
  font-family: "Lexend Deca", sans-serif;
}
header .nav-link {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
header .nav-link,
header .nav-link:hover {
  color: #fff;
}
.fixed-header .nav-link,
.fixed-header .nav-link:hover {
  color: var(--primary-color);
}
.container {
  max-width: 90%;
}

.banner-section .carousel-inner .carousel-item:nth-child(1) {
  background: linear-gradient(
    0deg,
    rgb(142, 100, 49) 0%,
    rgb(218, 183, 98) 100%
  );
}
.banner-section .carousel-inner .carousel-item:nth-child(2) {
  background: linear-gradient(
    0deg,
    rgb(36, 83, 29) 0%,
    rgb(109, 179, 102) 100%
  );
}
.banner-section .carousel-inner .carousel-item:nth-child(3) {
  background: linear-gradient(0deg, rgb(4, 47, 72), rgb(10, 103, 146) 100%);
}
.banner-section .carousel-inner .carousel-item:nth-child(1) .banner-box {
  background: linear-gradient(
    0deg,
    rgba(142, 100, 49, 0.6) 0%,
    rgba(218, 183, 98, 0.6) 100%
  );
}
.banner-section .carousel-inner .carousel-item:nth-child(2) .banner-box {
  background: linear-gradient(
    0deg,
    rgba(36, 87, 29, 0.6) 0%,
    rgb(79, 128, 74, 0.6) 100%
  );
}
.banner-section .carousel-inner .carousel-item:nth-child(3) .banner-box {
  background: linear-gradient(
    0deg,
    rgba(3, 34, 53, 0.6) 0%,
    rgba(8, 87, 124, 0.6) 100%
  );
}
.banner-img {
  max-width: 500px;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.banner-boxes-container {
  padding: 150px 0 0;
}
.banner-box {
  padding: 30px;
  gap: 15px;
  min-height: 300px;
}
.box-content {
  min-height: inherit;
}
.banner-box h3 {
  font-size: 32px;
  font-weight: 700;
}
.banner-box h3,
.banner-box p,
.banner-box a,
.bottom-text h4,
.bottom-text h2,
.view-btn,
.pbox-popup form input,
.common-banner-section h1,
.about-content h4,
.business-section h3,
.how-can-we-help h4,
.investors-section h5,
.how-can-we-help h2,
.services-interest h2,
.services-interest h6,
.business-section h2,
.investors-logo-section h2,
.shareholders-section h2,
.shareholders-section h3,
.mutual-funds h3,
.services-mf h2,
.business-inquiry h2,
.services-mf h4,
.section-mf h2,
.policy-section h3,
.faq-section h3,
.services-mf p {
  font-family: "Montserrat", sans-serif;
}
.banner-box h3,
.banner-box p,
.banner-box a,
.banner-box a:hover {
  color: #fff;
}
.box-icon {
  max-width: 60px;
  margin-top: 8px;
}
.banner-box a,
.banner-box p {
  font-size: 20px;
  line-height: 30px;
}
.banner-box a {
  font-weight: 700;
}
.know-more-btn a:last-child {
  margin-left: 15px;
}
.arrow-icon {
  margin-left: 10px;
}
.arrow-icon img {
  max-width: 35px;
}
.bottom-text h4 {
  font-size: 28px;
  text-transform: uppercase;
}
.bottom-text h4,
.bottom-text h2 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-align: right;
}
.bottom-text h2 {
  font-size: 60px;
}
.banner-section .carousel-indicators {
  margin: unset;
  bottom: 30px;
  max-width: 10%;
  right: 30px;
  left: unset;
  flex-direction: column;
  gap: 10px;
}
.bottom-buttons {
  gap: 20px;
}
.banner-section .carousel-indicators [data-bs-target] {
  height: 25px;
  width: 25px;
  background: #fff;
  border: unset;
}
.banner-section .carousel-control-next,
.banner-section .carousel-control-prev {
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 8%;
}
.banner-section .carousel-control-next-icon,
.banner-section .carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
  background-position: 50%;
  background-size: 55%;
  background-color: rgb(43 43 43 / 50%);
}
.view-btn,
.view-btn:hover {
  color: #264796;
}
.view-btn {
  background: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 99px;
  font-weight: 700;
}
.updates-section {
  padding: 80px 0 150px;
}
.updates-section .carousel-indicators {
  bottom: -65px;
}
.update-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
}
.update-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0;
  color: var(--primary-color);
}
.update-content p {
  font-size: 16px;
  font-weight: 500;
  color: #6c6c6c;
}
.update-content a {
  display: inline-block;
  color: #fff;
  background: var(--primary-color);
  padding: 8px 30px;
  border-radius: 50px;
  font-weight: 300;
  font-size: 14px;
}
.update-icon {
  max-width: 260px;
}
.updates-section .carousel-indicators [data-bs-target] {
  background: #d6d6d6;
  border: unset;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  margin: 0 5px;
}
.updates-section .carousel-indicators .active {
  background: #0b509d;
}
.updates-section .carousel-control-next,
.updates-section .carousel-control-prev {
  opacity: 0;
  transition: opacity 0.15s ease;
  background: rgb(11, 80, 157, 0.5);
  top: 50%;
  transform: translateY(-50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.updates-section .carousel-control-prev {
  left: 50px;
}
.updates-section .carousel-control-next {
  right: 50px;
}
.updates-section .carousel-control-prev:hover {
  opacity: 1;
}
.updates-section .carousel-control-next:hover {
  opacity: 1;
}
.updateds-read-more {
  margin-top: 100px;
  font-weight: 700;
  font-size: 14px;
  color: #0b509d;
  text-decoration: underline;
}

.sd-animation-wrapper {
  min-height: 500vh;
  position: relative;
}

.sd-sec {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}

#slide1 {
  background-color: #b0e5c7;
  z-index: 1;
  height: 100vh;
}
#slide2 {
  background-color: #c6dffe;
  z-index: 2;
}
#slide3 {
  background-color: #ffcab3;
  z-index: 3;
}
#slide4 {
  background-color: #dbdad6;
  z-index: 4;
}
#slide5 {
  background-color: #d3e9a9;
  z-index: 5;
}

.sd-animation-wrapper h2 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #28405f;
}
.sd-animation-wrapper p {
  font-size: 14px;
  font-weight: 700;
  color: #28405f;
}
.arrow-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 15px;
}
.arrow-link img {
  max-width: 21px;
}
.sd-animation-wrapper img {
  width: 90%;
}
.lg-number {
  color: #28405f;
  font-size: 40px;
  font-weight: 700;
}
.sd-box p {
  color: #28405f;
  font-size: 12px;
  font-weight: 500;
}
.why-us {
  background: linear-gradient(210deg, #d6a85e, #f8ebcc);
  padding: 80px 0;
  min-height: 900px;
}

.why-us h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  color: var(--primary-color);
}
.heading-number {
  font-size: 72px;
  font-weight: 700;
}
.wub-box-container {
  position: relative;
  min-height: 500px;
}
.why-us-box {
  position: absolute;
  padding: 30px;
  border: 1px solid var(--secondary-color);
  background: #fff;
  max-width: 75%;
  transition: all 0.3s ease;
}
#wubox1 {
  top: -80px;
  left: -40px;
  z-index: 4;
}
#wubox2 {
  top: 0px;
  left: 40px;
  z-index: 3;
}
#wubox3 {
  top: 80px;
  left: 120px;
  z-index: 2;
}
#wubox4 {
  top: 160px;
  right: -30px;
  z-index: 1;
}
.wub-content {
  padding: 0 20px;
  transform: scale(0.9);
  transition: transform 0.8s ease;
}
.why-us-box.active {
  z-index: 5 !important;
}
.why-us-box.active .wub-content {
  transform: scale(1);
}
.why-us-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.why-us-box p {
  font-size: 18px;
  line-height: 25px;
  color: #6c6c6c;
}
.wub-count {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  color: var(--secondary-color);
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  align-self: flex-start;
}

.pbox h5 {
  font-size: 13px;
  font-weight: 400;
  color: var(--primary-color);
}
.pbox p {
  font-size: 12px;
  font-weight: 300;
  color: #9d9e9e;
}
.prioneer-section {
  padding-top: 120px;
}
.prioneer-section h2 {
  font-size: 48px;
  color: #28405f;
  font-weight: 700;
}
.pboxicon {
  cursor: pointer;
}
.pboxicon.hidden {
  display: none;
}
.pboxicon img {
  max-width: 100px;
  height: 100px;
}
.pbox.shift-left {
  transform: translateX(-10px);
  transition: transform 0.3s ease;
}
.pbox.shift-right {
  transform: translateX(10px);
  transition: transform 0.3s ease;
}
.pbox .popup-icon {
  max-width: 100px;
  margin-bottom: 30px;
}
.pbox-container {
  padding: 20px 0;
  gap: 20px;
  min-height: 500px;
  position: relative;
}
.pbox-popup {
  position: relative;
  display: none;
}
.pbox-popup.active {
  display: block;
}
.pbox-container .pbox-popup {
  max-width: 400px;
  border-radius: 30px;
  padding: 30px;
}
.pbox-container > .pbox:nth-child(1) .pbox-popup {
  background: linear-gradient(to bottom, #94e5eb 0%, #39aaac 100%);
}
.pbox-container > .pbox:nth-child(2) .pbox-popup {
  background: linear-gradient(to bottom, #b3e1d8 0%, #54bd59 100%);
}
.pbox-container > .pbox:nth-child(3) .pbox-popup {
  background: linear-gradient(to bottom, #b4dbff 0%, #3c9eff 100%);
}
.pbox-container > .pbox:nth-child(4) .pbox-popup {
  background: linear-gradient(
    0deg,
    rgba(167, 133, 238, 1) 0%,
    rgba(74, 214, 254, 1) 100%
  );
}
.pbox-container > .pbox:nth-child(5) .pbox-popup {
  background: linear-gradient(to bottom, #ffd79c 0%, #e09870 100%);
}
.pbox-container > .pbox:nth-child(6) .pbox-popup {
  background: linear-gradient(to bottom, #a5f3ff 0%, #9f8ed3 100%);
}
.pbox-container > .pbox:nth-child(7) .pbox-popup {
  background: linear-gradient(to bottom, #bfb0eb 0%, #5f91c4 100%);
}
.pbox-container > .pbox:nth-child(8) .pbox-popup {
  background: linear-gradient(to bottom, #b4ddfe 0%, #77a4df 100%);
}
.pbox-popup p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.pbox-popup .inner-content {
  position: relative;
  z-index: 2;
}
.pbox-popup form {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.pbox-popup form input,
.popup-btn {
  border: unset;
  outline: unset;
  height: 50px;
  border-radius: 10px;
}
.pbox-popup form input[type="text"],
.pbox-popup form input[type="tel"],
.pbox-popup form input[type="email"],
.pbox-popup form select {
  padding: 10px;
}
.pbox-popup form input[type="submit"],
.popup-btn {
  background: #0b509d;
  padding: 10px 20px;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}
.popup-logos {
  display: flex;
  justify-content: space-around;
}
.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 20px;
  cursor: pointer;
  z-index: 3;
}
.popup-btn {
  display: inline-block;
  margin-top: 50px;
}
.popup-btn:hover,
.pbox-popup form input[type="submit"]:hover {
  background: #fff;
  color: var(--primary-color);
}

.common-banner-section {
  min-height: 300px;
  background: linear-gradient(0deg, rgb(4, 47, 72), rgb(10, 103, 146) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}

.common-banner-section h1 {
  font-size: 36px;
  color: #fff;
}

.about-content,
.contact-form-section,
.investors-section,
.shareholders-section,
.mutual-funds {
  padding: 70px 0;
}

.about-content h4 {
  font-size: 21px;
  font-weight: 700;
}
.business-section h3 {
  font-size: 28px;
  font-weight: 700;
}

.about-content p,
.about-content ul li,
.business-section p {
  color: #6c6c6c;
}

.about-content p,
.about-content ul li {
  font-size: 18px;
  line-height: 25px;
}

.business-section {
  padding: 70px 0 0;
}

.business-section p {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 30px;
}

.business-section .container > .row:not(:last-child) {
  padding: 100px 0;
}

.business-section .container > .row:last-child {
  padding: 80px 0 60px;
  background: linear-gradient(to bottom, #fffefc 1%, #fff9ed 100%);
}

.business-section .container > .row:nth-child(1) {
  background: #fbf6e9;
}

.business-section .container > .row:nth-child(3) {
  background: rgb(114 114 114 / 8%);
}

.about-content ul li {
  margin-bottom: 10px;
}

.check-now-btn {
  display: inline-block;
  color: var(--primary-color);
  background: transparent;
  border: 2px solid var(--primary-color);
  padding: 7px 30px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
}

.check-now-btn:hover {
  color: #fff;
  background: var(--primary-color);
}

.business-section h2,
.services-interest h2,
.how-can-we-help h2,
.investors-logo-section h2,
.shareholders-section h2,
.services-mf h2,
.business-inquiry h2,
.section-mf h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: var(--primary-color);
}

.contact-form-section img {
  max-width: 70%;
}

.investors-col-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.investors-section ul,
.how-can-we-help ul {
  list-style: none;
}
.investors-section ul li,
.investors-section p {
  font-size: 16px;
  line-height: 25px;
  color: #6c6c6c;
}
.investors-section ul li {
  padding-left: 25px;
  position: relative;
}

.investors-section ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 3px;
}

.services-interest,
.how-can-we-help,
.investors-logo-section,
.business-inquiry {
  padding-bottom: 70px;
}

.investors-section h5 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 24px;
}

.how-can-we-help .row .col-md-4:nth-child(2) {
  background: linear-gradient(to bottom, #f3c170, #f8ebcc);
  transform: scale(1.1);
  z-index: 1;
}

.how-can-we-help .row .col-md-4:nth-child(2) h4 {
  border-color: #111 !important;
}

.how-can-we-help h4 {
  font-size: 18px;
  font-weight: 700;
}

.how-can-we-help ul li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}

.how-can-we-help ul li::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

.services-interest h6 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.services-interest img {
  max-width: 50px;
}

.si-box {
  position: relative;
}

.sicontent-box {
  position: absolute;
  top: 0;
  left: 0;
  height: fit-content;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.2s ease;
  z-index: 1;
}

.sicontent-box img {
  max-width: 40px;
  height: 40px;
}

.si-box:hover .sicontent-box {
  opacity: 1;
}

.sicontent-box p {
  color: #6c6c6c;
  font-size: 12px;
  line-height: 18px;
  padding-left: 10px;
}

.sicontent-box a {
  display: block;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  text-align: center;
  transition: all 0.2s ease;
}

.sicontent-box a:hover {
  color: #fff;
  background: var(--secondary-color);
}

.how-can-we-help .view-more-btn {
  display: block;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 99px;
  width: fit-content;
  margin: 15px auto 0;
  text-align: center;
  transition: all 0.2s ease;
}

.how-can-we-help .view-more-btn:hover {
  color: #fff;
  background: var(--primary-color);
}

form input,
form select {
  /*min-height: 45px;*/
}

.form-btn {
  display: inline-block;
  color: #fff;
  background: var(--primary-color);
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  outline: unset;
  border: unset;
}

.investors-logo-section img {
  filter: grayscale(1);
  display: block;
  margin: auto;
}

.investors-logo-section .col-md-3,
.investors-logo-section img {
  transition: all 0.2s ease;
}

.investors-logo-section .col-md-3:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.investors-logo-section .col-md-3:hover img {
  filter: grayscale(0);
}

.shareholders-section h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}

.shareholders-section img {
  max-width: 50px;
}

.shareholders-section a {
  background: #fff;
  transition: all 0.2s ease;
}

.shareholders-section a:hover {
  background: #fdfaf4;
}

.business-inquiry p {
  color: #6c6c6c;
  font-size: 14px;
}

.mutual-funds .container {
  max-width: 80%;
}

.mutual-funds h3 {
  color: var(--primary-color);
  font-size: 21px;
  font-weight: 700;
}

.mutual-funds p,
.policy-section p,
.policy-section  ul li,
.faq-section p,
.faq-section ul li,
.faq-section ol li {
  color: #6c6c6c;
  font-size: 16px;
  line-height: 25px;
}

.services-mf h4{
  font-size: 21px;
  font-weight: 700;
  color: #111;
}

.services-mf-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.service-mfbox {
  cursor: pointer;
  background: #fdfaf4;
}

.services-mf .carousel-item p {
  color: #111;
  font-size: 14px;
  margin-bottom: 7px;
}

.service-mfbox p {
  font-size: 14px;
  color: #111;
  font-weight: 500;
}
.service-mfbox img {
  max-width: 45px;
}

.services-mf .carousel-control-prev-icon,
.services-mf .carousel-control-next-icon {
  background: unset;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.services-mf .carousel-control-prev-icon::before,
.services-mf .carousel-control-next-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  font-size: 30px;
  color: var(--primary-color);
}

.services-mf .carousel-control-prev-icon::before {
  content: "\f104";
}

.services-mf .carousel-control-next-icon::before {
  content: "\f105";
}
.nav-tabs .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: unset;
  border-radius: unset;
}

.nav-tabs .nav-link.active {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.alternative-services,
.section-mf{
  padding-top: 70px;
}
.alternative-services #nav-tabContent img {
  width: 60%;
}

.services-mf-boxes.alternatives{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#mfimageslider .carousel-indicators{
  bottom: -35px;
}

#mfimageslider .carousel-indicators [data-bs-target] {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: var(--primary-color);
  padding: 0;
  border: unset;
}

.policy-section h3,
.faq-section h3{
  font-size: 21px;
  font-weight: 700;
}

.policy-section ul li{
  margin-bottom: 12px;
}

.accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #04314b;
  box-shadow: unset;
}
.accordion-button:not(.collapsed)::after {
  filter: invert(1) brightness(10);
}

footer {
  background: #072d42;
  padding: 80px 0 10px;
}
footer .footer-logo {
  filter: invert(1) brightness(10);
  max-width: 50%;
}
footer h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li a {
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  padding: 3px 0;
}
footer a,
footer a:hover {
  color: #8fc4ff;
}
.social-links i {
  color: #fff;
  font-size: 21px;
}
.footer-bottom-links a {
  font-size: 16px;
  line-height: 15px;
  display: inline-block;
}
.footer-bottom-links a:not(:last-child) {
  border-right: 2px solid #8fc4ff;
  padding-right: 12px;
}
.footer-bottom-links a:not(:first-child) {
  padding-left: 12px;
}
.copyright {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
#scrollTop {
  position: fixed;
  right: 25px;
  bottom: 45px;
  background: #111;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  opacity: 0;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
}
.social-links a:not(:first-child) {
  margin-left: 15px;
}
@media (min-width: 1900px) {
  .banner-box h3,
  .why-us-box h3 {
    font-size: 40px;
  }
  .banner-box a,
  .banner-box p {
    font-size: 28px;
    line-height: 40px;
  }
  .banner-section .carousel-indicators {
    max-width: 87%;
  }
  .update-content h2 {
    font-size: 38px;
  }
  .update-content p,
  .why-us-box p {
    font-size: 20px;
  }
  .sd-animation-wrapper h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .sd-animation-wrapper p {
    font-size: 18px;
  }
  .why-us-box {
    max-width: 80%;
  }
  #wubox4 {
    right: 10px;
  }
  .why-us {
    min-height: 800px;
  }
  .pboxicon img {
    max-width: 150px;
    height: 150px;
  }
  .pbox h5,
  footer ul li a {
    font-size: 16px;
  }
  .pbox p {
    font-size: 13px;
  }
  .pbox-popup .inner-content p {
    font-size: 15px;
  }
  .pbox-popup form input[type="submit"],
  .popup-btn {
    padding: 12px 30px;
    font-size: 18px;
  }
  footer h5 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .investors-logo-section .container {
    max-width: 800px;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .banner-box h3,
  .bottom-text h4 {
    font-size: 24px;
  }
  .banner-box a,
  .banner-box p {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-box {
    min-height: 270px;
  }
  .bottom-text h2 {
    font-size: 48px;
  }
  .update-icon {
    max-width: 150px;
  }
  .why-us-box {
    padding: 20px;
  }
  .why-us-box h3 {
    font-size: 18px;
  }
  .why-us-box p {
    font-size: 14px;
    line-height: 24px;
  }
  #wubox1 {
    left: -10px;
  }
  #wubox2 {
    top: -15px;
    left: 60px;
  }
  #wubox3 {
    top: 50px;
    left: 120px;
  }
  #wubox4 {
    top: 115px;
    right: -45px;
  }
  .wub-count {
    font-size: 24px;
    line-height: 24px;
  }
  .prioneer-section h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  header .nav-link {
    font-size: 13px;
  }
  .container,
  .mutual-funds .container {
    max-width: 95%;
  }
  .banner-bottom {
    padding-right: 60px;
  }
  .why-us h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .heading-number {
    font-size: 60px;
  }
  .pbox-container {
    gap: 12px;
  }
  .pboxicon img {
    max-width: 80px;
    height: 80px;
  }
  .pbox-container .pbox-popup {
    max-width: 250px;
    padding: 20px;
  }
  .pbox-popup form,
  .popup-logos {
    flex-direction: column;
  }
  .popup-logos img {
    width: 60%;
    margin: auto;
  }
  .popup-logos img:last-child {
    margin-top: 15px;
  }
  .pbox .popup-icon {
    max-width: 65px;
  }
  .pbox-popup form input,
  .popup-btn {
    height: 40px;
  }
}

@media (max-width: 1023px) {
  .wub-box-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .why-us-box {
    position: unset;
    padding: 20px;
    max-width: 100%;
  }
  .pbox-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .pbox-container .pbox-popup {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .updates-section {
    padding: 40px 0 100px;
  }
  .updates-section .carousel-indicators {
    bottom: -35px;
  }
  .why-us h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .heading-number {
    font-size: 50px;
    font-weight: 700;
  }
  .prioneer-section {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .navbar-toggler,
  .navbar-toggler:focus {
    outline: unset;
    border: unset;
    box-shadow: unset;
  }
  .navbar-toggler-icon {
    background: #fff;
    display: block;
    height: 2px;
    width: 35px;
    margin: 7px 0;
  }
  .fixed-header .navbar-toggler-icon {
    background: var(--primary-color);
  }
  .fixed-header .nav-link,
  .fixed-header .nav-link:hover {
    color: #fff;
  }
  #navbarToggler {
    background: var(--primary-color);
    padding: 20px;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
  }
  .fixed-header #navbarToggler {
    top: 70px;
  }
  .investors-col-bg {
    min-height: 400px;
  }
  .mutual-funds img {
    width: 50%;
    margin: 0 auto 20px;
    display: block;
  }
  footer .footer-logo {
    max-width: 70%;
}
}
@media (max-width: 767px) {
  .banner-box {
    padding: 15px;
    gap: 10px;
  }
  .banner-box h3 {
    font-size: 21px;
  }
  .banner-box a,
  .banner-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .box-icon {
    max-width: 40px;
  }
  .banner-box a,
  .banner-box p {
    font-size: 12px;
  }
  .arrow-icon img {
    max-width: 20px;
  }
  .bottom-text h4 {
    font-size: 16px;
  }
  .bottom-text h2 {
    font-size: 30px;
  }
  .banner-section .carousel-indicators [data-bs-target] {
    height: 12px;
    width: 12px;
  }
  .banner-section .carousel-indicators {
    bottom: 20px;
  }
  .banner-boxes-container {
    padding: 120px 0 0;
  }
  .banner-section .carousel-control-next-icon,
  .banner-section .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
  }
  .updates-section .carousel-item .col-lg-8 {
    text-align: center;
  }
  .update-icon {
    max-width: 150px;
    display: inline-block;
    margin-bottom: 15px;
  }
  .update-content h2 {
    font-size: 21px;
    margin: 10px 0;
  }
  .updates-section {
    padding: 20px 0 60px;
  }
  .updates-section .carousel-indicators {
    bottom: -25px;
  }
  .why-us {
    padding: 30px 0;
  }
  .why-us h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .heading-number {
    font-size: 36px;
  }
  .wub-count {
    font-size: 24px;
    line-height: 24px;
  }
  .wub-content {
    padding: 0 15px;
    transform: scale(1);
  }
  .why-us-box h3 {
    font-size: 18px;
  }
  .why-us-box p {
    font-size: 15px;
    line-height: 25px;
  }
  .sd-animation-wrapper h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .sd-animation-wrapper p {
    font-size: 13px;
  }
  .lg-number {
    font-size: 21px;
  }
  .sd-animation-wrapper img {
    width: 45%;
  }
  .sd-box p {
    font-size: 10px;
    line-height: 12px;
  }
  .prioneer-section h2 {
    font-size: 24px;
  }
  .pbox-container {
    grid-template-columns: 1fr;
  }
  .popup-logos img {
    width: 35%;
  }
  .popup-logos {
    flex-direction: row;
  }
  .popup-logos img {
    margin: 0 !important;
  }
  .popup-btn {
    margin-top: 20px;
  }
  #scrollTop {
    bottom: 25px;
  }
  .about-content,
  .contact-form-section,
  .investors-section,
  .mutual-funds {
    padding: 30px 0;
  }
  .business-section .container > .row:not(:last-child) {
    padding: 30px 0 55px;
  }
  .business-section,
  .alternative-services,
  .section-mf {
    padding: 30px 0 0;
  }
  .business-section .container > .row:last-child {
    padding: 0 0 40px;
  }
  .business-section h2,
  .business-section h3,
  .how-can-we-help h2,
  .services-interest h2,
  .investors-logo-section h2,
  .shareholders-section h2,
  .business-inquiry h2,
  .section-mf h2,
  .services-mf h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .common-banner-section {
    min-height: 220px;
  }
  .common-banner-section h1 {
    font-size: 30px;
  }
  .investors-col-bg {
    min-height: 230px;
  }
  .investors-section h5 {
    font-size: 21px;
  }
  .services-interest h6 {
    font-size: 14px;
  }
  .sicontent-box a {
    padding: 7px 7px;
    font-size: 11px;
  }
  .services-interest,
  .how-can-we-help {
    padding-bottom: 40px;
  }
  .investors-logo-section,
  .business-inquiry {
    padding-bottom: 30px;
  }
  .how-can-we-help .row .col-md-4:nth-child(2) {
    transform: scale(1);
  }
  .services-mf-boxes.alternatives,
  .services-mf-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  .mutual-funds img {
    width: 75%;
  }
  .services-mf .carousel-control-next,
  .services-mf .carousel-control-prev {
    width: 5%;
  }
  #mfimageslider .carousel-indicators {
    bottom: -25px;
}
  footer {
    padding: 40px 0 10px;
  }
  footer .footer-logo {
    max-width: 35%;
    margin-bottom: 20px;
}
}



