/*
Theme Name: managingtobewealthy
Theme URI: https://www.managingtobewealthy.com/
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Abhishek
Author URI: https://webabhishek.in/
Text Domain: managingtobewealthy
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

p img {
  padding: 0;
  max-width: 100%;
}
a img {
  border: none;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

/* End Images */

/*
 * Globals
 */

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

body,
html {
  height: 100%;
}
html {
  font-size: 62.5%;
} /* =10px */
/*
 * Base structure
 */

a {
  text-decoration: none;
  color: #232323;
}
a:hover {
  color: #3a9468;
}
body {
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/

  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8;

  background: #e9e9e9;
}
.text14 {
  font-size: 1.4rem;
}
.text28 {
  font-size: 2.8rem;
}
.text20 {
  font-size: 2rem;
}
.text24 {
  font-size: 2.4rem;
  line-height: 1.4;
}
.text-green {
  color: #3a9468;
}
.linktext {
  color: #3a9468;
}
.linktext:hover {
  color: #232323;
}
h1,
.h1 {
  font-size: 7rem;
  font-weight: 500;
}
h2,
.h2 {
  font-size: 4.4rem;
  font-weight: 400;
}
h3,
.h3 {
  font-size: 3.2rem;
  font-weight: 400;
}
h4,
.h4 {
  font-size: 2.4rem;
  font-weight: 500;
}
.text-grey {
  color: #8f8f8f;
}
.btn {
  font-size: 1.6rem;
  padding: 7px 30px;
  font-weight: 400;
  border-radius: 0px;
  text-transform: capitalize;
}
.btn-black {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn-black:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.btn-white {
  background: #fff;
  border-color: #fff;
}
.btn-white:hover {
  background: #8f8f8f;
  border-color: #8f8f8f;
  color: #fff;
}

.navbar-expand-lg .navbar-nav > li {
  margin-left: 25px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #3a9468;
}
.navbar-nav .dropdown-menu {
  border-color: #3a9468;
  background: #3a9468;
  margin-top: -3px;
}
.dropdown-item {
  font-size: 1.8rem;
  color: #fff;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(102, 178, 141, 0.9);
}
.navbar-nav .dropdown-menu li:last-of-type a {
  border-bottom: 0;
}
.bg-green {
  background: #3a9468 !important;
}
.offcanvas {
  z-index: 999999;
}
.offcanvas-title {
  font-size: 2.4rem;
  font-weight: 500;
}
.off-menu {
  margin: 20px;
}
.off-menu li {
  margin-bottom: 10px;
}
.off-menu li a {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
/*.dropdown:hover .dropdown-menu {
    display: block;
}*/
.nav-link:focus-visible {
  outline: inherit;
}
.form-control,
.form-select {
  font-size: 1.8rem;
  padding: 12px 10px;
}
.navbar .btn {
  padding: 7px 30px;
}

.btn-primary {
  background: transparent;
  border-color: #fff;
}
.section .btn-primary {
  color: #000;
  border-color: #000;
}
.btn-primary:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}

.inner-banner-section .btn-primary:hover,
.about-banner-section .btn-primary:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.carousel-indicators {
  bottom: 10px;
  z-index: 99;
}
.carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: inherit;
  opacity: 1;
  border-color: #3a9468;
}
.carousel-indicators [data-bs-target].active {
  border-color: #51ffaa;
}
.footer {
  padding: 60px 0;
  background: #286144;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  opacity: 0.6;
}
.footer h4,
.footer .h4 {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.text24 {
  font-size: 2.4rem;
}
.ft-links li {
  margin-bottom: 15px;
}
.ft-mt {
  margin-top: 50px;
}
.section {
  padding: 100px 0;
}
.scrolled-fixed-top {
  background: #666664 !important;
}
.navbar-toggler {
  /*  background: #3658AA;
    border-radius: 6px;
    border: 0;
    padding: 10px 13px;*/
  border: 0;
}
/*.navbar-toggler.collapsed{*/
/*padding-top: 13px;*/
/*padding-bottom: 13px;*/
/*}*/
/*.navbar-toggler .close-icon {*/
/*display: block;*/
/*}*/
/*.navbar-toggler .bar-icon {*/
/*display: none;*/
/*}*/

/*.navbar-toggler.collapsed .close-icon{*/
/*display: none;*/
/*}*/

/*.navbar-toggler.collapsed .bar-icon{*/
/*display: block;*/
/*}*/

.connect-section {
  background: url("images/ft-bg.jpg") no-repeat top center;
  background-size: cover;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0.7);
}
.btn-dark {
  background: #286144;
  border-color: #286144;
}
.connect-section .bg-overlay {
  background: rgba(40, 97, 68, 0.7);
}
#carouselhome .carousel-item {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 100vh;
  background-attachment: fixed;
}
.banner-overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section-after-before {
  position: relative;
}
.section-after-before:before {
  background: url("images/fav.png") no-repeat left top;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 307px;
  height: 313px;
}
.section-after-before:after {
  background: url("images/fav.png") no-repeat left top;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 307px;
  height: 313px;
}
.lightBg {
  background: #f3f3f3;
}
.services-box {
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
}
.service-icon {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #3a9468;
}
.fs-16 {
  font-size: 1.6rem;
}
.process-section .container {
  position: relative;
  z-index: 3;
}
.process-section:before {
  left: inherit;
  right: 0;
}
.process-section:after {
  left: 0;
  right: inherit;
}
.num-box {
  width: 100px;
  height: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #286144;
  border-radius: 50%;
  font-size: 4rem;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
.text36 {
  font-size: 3.6rem;
}
.process-box .text36 {
  font-size: 2.8rem;
}
.process-box {
  position: relative;
}
.process-box:after {
  content: "";
  height: 5px;
  background: #4c9e76;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50px;
}
.process-list .process:last-of-type .process-box:after {
  display: none;
}
.process-list .process .process-box:before {
  width: 62px;
  height: 64px;
  content: "";
  background: url("images/fav-arrow.png") no-repeat top center;
  background-size: cover;
  position: absolute;
  right: -40px;
  top: 21px;
}

.process-list .process:last-of-type .process-box:before {
  display: none;
}
.testimonial-section {
  background: url("images/test-bg.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
}
.dark-overlay {
  background: rgba(0, 0, 0, 0.7);
}
.testimonial-content {
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  padding: 0px 60px;
  position: relative;
  text-align: center;
}
.testimonial-content:before {
  content: "";
  width: 60px;
  height: 40px;
  display: inline-block;
  background: url("images/q-left.svg") no-repeat top left;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 45%;
  background-position: right;
  display: none;
}
.testimonial-content:after {
  content: "";
  width: 60px;
  height: 40px;
  display: inline-block;
  background: url("images/q-right.svg") no-repeat top left;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 45%;
  background-position: left top;
  display: none;
}

.section-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.sell-section .btn {
  min-width: 250px;
}
.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.owl-dot {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
  background: #3a9468;
}
.owl-dot.active {
  background: #51ffaa;
}
.blog-box {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  height: 100%;
}
.resources-carousel h3,
.resources-carousel .h3 {
  font-weight: 700;
  text-align: center;
}
.resource-img {
  height: 210px;
  overflow: hidden;
  display: block;
}
.resource-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixed-menu {
  background: #6d6d6d;
  width: 60px;
  height: 120px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: fixed;
  top: 600px;
  right: 0;
  z-index: 99;
}
.fixed-menu a {
  display: block;
  padding: 5px 10px;
  padding-left: 20px;
}
.fixed-menu a:hover {
  opacity: 0.7;
}
.fixed-menu a svg {
  width: 30px;
}
#myBtn {
  display: none !important; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 70px; /* Place the button at the bottom of the page */
  right: 17px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */

  cursor: pointer; /* Add a mouse pointer on hover */
}

.banner-video,
.ban-img {
  max-height: 480px;
  object-fit: cover;
}

.about-banner-section .ban-img {
  max-height: initial;
  object-fit: initial;
}

.inner-banner {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  /*height:450px;*/
  overflow: hidden;
  height: 80vh;
}
.inner-banner .banner-overlay {
  align-items: flex-end !important;
}
.inner-banner .banner-overlay h1,
.inner-banner .banner-overlay .h1 {
  margin-bottom: 50px;
}

.contact-link {
  color: #232323;
}
.form-label {
  font-weight: 500;
  color: #575757;
}
.form-check-input {
  margin-top: 6px;
}
.form-check-input:checked {
  background-color: #232323;
  border-color: #232323;
}

.nav-pills li {
  margin-right: 20px;
}
.nav-pills .nav-link {
  background: #8f8f8f;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 10px 25px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #232323;
}
.accordion-button {
  background: transparent;
  color: #232323;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 0px !important;
  padding: 15px;
}
.accordion-item {
  margin-bottom: 15px;
  border: 1px solid #232323 !important;
  background: transparent;
}
.accordion-button::after {
  /*   background-image: url("images/pulse.svg"); */
}
.accordion-button:not(.collapsed) {
  background-color: #232323;
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  /*   background-image: url("images/mins.svg"); */
  margin-top: 5px;
  transform: none;
}

.accordion-button::after {
  background-image: var(--bs-accordion-btn-icon);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-body {
  border: 1px solid #dee2e6;
  padding: 20px;
}
.carousel-item video,
.inner-banner video {
  object-fit: cover;
  /* width: 100vw;
    height: 100vh;
    object-fit: cover;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;*/
  z-index: 1;
}

.pagination li {
  margin: 0 3px;
}
.page-link {
  background: #fff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  border-radius: 50% !important;
  color: #232323;
  justify-content: center;
}
.active > .page-link,
.page-link.active {
  background: #232323;

  color: #fff;
  border-color: #232323;
}
.cate-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cate-list li {
  margin-bottom: 8px;
}
.cate-list li a {
  color: #232323;
}
.cate-list li a:hover {
  color: #fdb02a;
}
.blog-link:hover h3,
.blog-link:hover .h3 {
  color: #fdb02a;
}
.form-check-label {
  font-weight: 400;
  color: #575757;
}
.text-grey-dark {
  color: #6d6d6d;
}
.why-section {
  background: url("images/why-img.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.section-overlay-white {
  background: rgba(255, 255, 255, 0.56);
}
.overlay-white {
  background: rgba(164, 164, 164, 0.6);
}
.about-banner-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.text22 {
  font-size: 2.2rem;
}
.team-box .text22 {
  font-size: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teamlist .team-img img {
}
.team-box .text22.fw-medium span {
  font-size: 15px;
}

.text30 {
  font-size: 3rem;
}
.section-light {
  background: #f3f3f3;
}
.timeline {
  position: relative;
}
.text18 {
  font-size: 1.8rem;
}
.about-test .testimonial-content:before {
  background: url("images/q-g.svg") no-repeat top left;
  filter: brightness(0%);
  background-size: 45%;
  background-position: right;
}
.about-test .testimonial-content:after {
  background: url("images/qg-r.svg") no-repeat top left;
  filter: brightness(0%);
  background-size: 45%;
  background-position: top left;
}
.contact-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff6eb;
  border-radius: 50%;
}
.contact-box a {
  font-size: 2rem;
  font-weight: 500;
  color: #100f0f;
}
.contact-box a:hover {
  color: #3a9468;
}
.contact-content {
  border: 1px solid #e1e1e1;
  background: #fefefe;
  height: 100%;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 10px;
  background-color: #3a9468;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.blog-links {
  background: #fff;
  line-height: 1.4;
  border: 1px solid #707070;
  padding: 10px;
  font-size: 2.4rem;
  font-weight: 500;
}
.blog-sidebar {
  background: #f3f3f3;
  border: 1px solid #707070;
  padding: 15px;
}
.side-links li {
  margin-bottom: 10px;
}
/* Container around content */
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  z-index: 2;
}

/* The circles on the timeline */
.timeline-container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #f3f3f3;
  border: 3px solid #3a9468;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f3f3f3;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f3f3f3 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.mw-900 {
  max-width: 900px;
}
.content {
  padding: 20px 30px;
  background-color: #f3f3f3;
  position: relative;
  border-radius: 6px;
}
.team-img img {
  width: 100%;
}
.header-top {
  position: absolute;
  top: 0;
}

.hvh {
  height: 100vh;
  min-height: 300px;
}
/* Single Post ============== */
.single-post-content p {
  margin-bottom: 3rem !important;
}
.single-post-content h3 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem !important;
}

.wpcf7-not-valid {
  border: 2px solid #dc3232;
}
.wpcf7-not-valid-tip {
  display: none;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f3f3f3 transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
@media (max-width: 1400px) {
  .navbar-expand-lg .navbar-nav > li {
    margin-left: 15px;
  }

  h2,
  .h2 {
    font-size: 4rem;
  }
  h3,
  .h3 {
    font-size: 3.2rem;
  }
  .footer h4,
  .footer .h4 {
    font-size: 2.4rem;
  }
  .text24 {
    font-size: 2.2rem;
  }
  .testimonial-content {
    font-size: 2rem;
  }
  .text36 {
    font-size: 3rem;
  }
}
@media (max-width: 1300px) {
  h1,
  h2,
  .h1,
  .h2 {
    font-size: 3.6rem;
  }
  .navbar-expand-lg .navbar-nav > li {
    margin-left: 5px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.6rem;
  }
  .navbar-brand img {
    height: 60px;
  }

  .career-section {
    height: 500px;
  }
  .footer {
    font-size: 1.6rem;
  }
  .footer h4,
  .footer .h4 {
    font-size: 2rem;
  }
  .dropdown-item {
    font-size: 1.6rem;
    padding: 5px;
  }
  .contact-section h2,
  .contact-section .h2 {
    font-size: 3.2rem;
  }
  .contact-section .text20 {
    font-size: 1.6rem;
  }
  .nav-pills li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .text24 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 1080px) {
  .num-box {
    width: 90px;
    height: 90px;
    font-size: 4rem;
  }
  .process-box:after {
    top: 44px;
  }
  .process-list .process:first-of-type .process-box:before,
  .process-list .process:last-of-type .process-box:before {
    width: 50px;
    height: 50px;
    background-size: cover;
    top: 22px;
  }
  .text36 {
    font-size: 2.4rem;
  }
}
@media (max-width: 992px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
  h2,
  .h2 {
    font-size: 3.6rem;
  }
  h3,
  .h3 {
    font-size: 2.4rem;
  }
  .sell-section .text28 {
    font-size: 2rem;
  }
  .sell-section .btn {
    min-width: inherit;
    padding: 10px 15px;
  }
  .card h3,
  .card .h3 {
    font-size: 2.4rem;
  }
  .footer h4,
  .footer .h4 {
    font-size: 1.8rem;
  }

  .contact-section h2,
  .contact-section .h2 {
    font-size: 2.8rem;
  }
  .form-check-label {
    font-size: 1.6rem;
  }
  .nav-pills .nav-link {
    font-size: 1.6rem;
    padding: 10px 15px;
  }

  .navbar-nav .nav-link {
    font-size: 2rem;

    font-weight: 500;
  }
  #carouselhome .carousel-item {
    background-attachment: inherit;
  }
  .banner-overlay .text24 {
    font-size: 1.8rem;
  }
  .navbar-nav .dropdown-menu {
    position: inherit !important;
    transform: none !important;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.6rem;
  }
  h2,
  .h2 {
    font-size: 2.4rem;
  }
  h3,
  .h3 {
    font-size: 2.6rem;
  }
  .sell-section .btn {
    width: 100%;
  }
  .footer h4,
  .footer .h4 {
    font-size: 2.4rem;
  }
  .copytext {
    font-size: 1.2rem;
  }
  .about-banner-section {
    height: 310px;
  }
  .inner-banner-section {
    height: 350px;
  }
  .about-banner-section .text28 {
    font-size: 2rem;
  }
  .about-banner-section .ban-img,
  .inner-banner-section .ban-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .inner-banner .banner-overlay {
    align-items: flex-end !important;
  }
  .section {
    padding: 50px 0;
  }
  .process-box:after,
  .process-list .process:first-of-type .process-box:before,
  .process-list .process:last-of-type .process-box:before {
    display: none;
  }
  .fixed-menu {
    bottom: 85px;
    width: 30px;
    height: 85px;
top:inherit;
  }
  .about-banner-section h1,
  .about-banner-section .h1,
  .inner-banner-section h1 {
    font-size: 2rem;
  }
  .about-banner-section .btn {
    display: none;
  }

  #carouselhome .carousel-item .ratio-16x9 {
    --bs-aspect-ratio: 100%;
    height: 100%;
    /*     display: none; */
  }
  .process-list .process .process-box:before {
    display: none;
  }
  .banner-section .btn,
  .inner-banner .btn,
  .inner-banner-section .btn {
    font-size: 1.4rem;
  }
	.banner-section .text22 {
    font-size: 1.8rem;
  }
  .fixed-menu a {
    padding: 5px;
    padding-left: 8px;
  }
  .fixed-menu a svg {
    width: 16px;
    height: auto;
  }
  #carouselhome .carousel-item {
    height: 70vh;
  }
  .testimonial-content {
    padding: 0 10px;
  }

  .about-banner-section .about-banner-overlay {
    padding: 30px 0 0;
    position: static;
  }

  .about-banner-section .about-banner-overlay .text28 {
    color: #000 !important;
  }

  .about-banner-section .about-banner-overlay h2.h2 {
    color: #000 !important;
  }

  .about-banner-section {
    height: auto;
    margin-top: 76px !important;
  }

  .team-box .text22 {
    font-size: 1.6rem;
  }
  .text30 {
    font-size: 2rem;
  }
  .text20 {
    font-size: 1.6rem;
  }
  .testimonial-content {
    font-size: 1.9rem;
  }
  .icon-sm svg {
    width: 18px;
  }
  .single-post-content p {
    margin-bottom: 1rem !important;
  }
#company-history, #meet-team, #listen-anytime, #meet-our-host, #portfolio-management, #full-service{
padding-top:100px;
}
}

#progress-container {
  position: fixed;
  width: 100%;
  height: 8px;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  z-index: 9999;
}

/* Style for the progress bar itself */
#progress-bar {
  height: 100%;
  width: 0;
  background-color: #4caf50;
}

#requestQuestionnaireModal .modal-dialog {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 40px;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}
#requestQuestionnaireModal .modal-content {
  border: none;
  border-radius: 0;
}
#requestQuestionnaireModal .modal-header {
  border-bottom: 0;
  margin-bottom: 20px;
}

.streaming a img {
  width: 100px;
}

.streaming a {
  padding: 10px 20px;
  background: #f3f3f3;
  border-radius: 24px;
}

.streaming a:hover {
  background: rgb(243 243 243 / 70%);
}
.about-banner-section .btn {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.about-banner-section .btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

