@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* body, p, h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}  */
/* *{outline: 1px solid blue} */
/* Nav Bar */
.container{
  padding: 60px 0;
}
.navbar-brand-text {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 5px;
    color: #000;
}
.navbar-nav .nav-item {
  margin-right: 10px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 10px;
}
.nav-link {
    color: #555 !important;
    font-weight: 500;
}
        .navbar {
          background-color: #ffffff;
      }
      .navbar-brand {
          font-size: 24px;
      }
      .nav-item .nav-link {
          color: #000000;
      }      
      .dropdown-menu {
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        /* Remove max-height and overflow-y to show all items */
        /* max-height: 200px; */
        /* overflow-y: auto; */
        position: absolute; /* Ensure it positions correctly */
        background-color: white; /* Optional: set a background color */
    }
    
    .dropdown-item {
        padding: 10px 20px;
        display: flex;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    
    .dropdown-item:hover {
        background-color: #011342;
        color: #ffffff;
        border-radius: 5px;
    }
    .dropdown-item:focus {
      background-color: #011342 !important;
      color: #ffffff;
      border-radius: 5px;
    }
    .dropdown-item i {
        margin-right: 14px;
        margin-top: 1px;
       
    }
    /* .dropend:hover{
      background-color: #011342;
      color: #ffffff;
      border-radius: 5px;  
    } */
    /* Remove custom scrollbar styles */
    .dropdown-menu::-webkit-scrollbar {
        display: none; /* Hide the scrollbar */
    }
    
    /* Adjust nav-link color if needed */
    .nav-link {
        color: #555 !important;
        font-weight: 500;
    }
    
    .dropdown-menu .dropdown-toggle::after {
        content: none;
    }
    .nav-bg{
      background-color: rgba(119, 117, 118, 0.2);
      border-radius: 5px;
      
    }
    .dropdown-item i {
        color: #81C460; /* Change this to your desired color */
        height: 10px;
        width: 10px;
        margin-bottom: 1px;
    }

    .dropdown-content.active {
      background-color: black;
      color: white; /* Optional: for better visibility of text */
  }
  .dropdown-item.active{
    background-color:#011342;
  }
  .nav-link p{
    font-size: 18px;
    margin: 0px;
  } 
/* custom button */

.custombtn {
  display: inline-block;
  padding: 10px 20px; /* Adjust padding for better alignment */
  font-size: 14px;
  height: 44px;
  line-height: 24px; /* Centering text vertically */
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #81C460;
  border: 1px solid #81C460;
  border-radius: 20px 5px 5px 5px;
}

.custombtn:hover {background-color: #81C460;
  color: white;
}

.custombtn:active {
  background-color: #3e8e41;
  box-shadow: 0 5px 10px 0 rgba(221, 40, 40, 0.2);
  transform: translateY(4px);
}
.greenbtn {
  display: inline-block;
  width: 240px; /* Adjusted width */
  height: 46px; /* Adjusted height */
  padding: 10px 30px; /* Adjusted padding to fit new height */
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: white;
  border: 1px solid #81C460;
  border-radius: 20px 5px 5px 5px;
  background-color: #81C460;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px; /* Adjusted font size to fit new height */
  vertical-align: middle; /* Ensure vertical alignment */
}
.greenbtn:hover {background-color: #81C460;
  color: white;
}

.bluebtn {
  display: inline-block;
  padding: 10px 20px; /* Adjust padding for better alignment */
  font-size: 14px;
  height: 44px;;
  line-height: 24px; /* Centering text vertically */
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #041B4D;
  border: 1px solid #041B4D;
  border-radius: 20px 5px 5px 5px;
}

.bluebtn:hover {background-color: #041B4D;
  color: white;
}


.underline {
position: relative;
display: inline-block;
padding-bottom: 5px;
}

.underline-light {
position: relative;
display: inline-block;
padding-bottom: 5px;
}
.underline::after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
width: 30px;
height: 3px;
background-color: rgba(129, 196, 96, 1);
}
.underline-light::after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
width: 30px;
height: 3px;
background-color: #e9e9e8; /* Darker green */
}

h2{
  font-family: "Raleway", sans-serif;
  color: #041C4E;
  line-height: 54px;
}
h5{
  color:#011342;
  font-family: "Raleway", sans-serif;
 }
 h6{
  font-size: 18px;
  color: #5E5C5D;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;

 }
 h1{
  font-family: "Raleway", sans-serif;
  font-weight:500;
  color: #011342;
  text-transform: uppercase;
  line-height: 72px;
  font-size: 60px;
 }
 .content p{
  font-size: 24px;
 }
p{
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  font-size: 18px;

 }

.p-text{
  font-size: 19px;
  color:white;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
 
}
.review-img{
  height: 54px;
  width: 54px;
  border-radius: 100px;
}
 .custom-icon {
  font-size: 2rem;
  
  color: #007bff;
  width: 80px;
  height: 80px;
  background-color:#777576;
  border-radius: 100px;
}

        /* Scroll to Top Button */
        #scrollToTopBtn {
          position: fixed;
          bottom: 20px;
          right: 20px;
          display: none;
          width: 50px;
          height: 50px;
          background-color: #81C460;
          color: white;
          border: none;
          border-radius: 50%;
          text-align: center;
          line-height: 50px;
          font-size: 20px;
          cursor: pointer;
          z-index: 1000;
      }

      #scrollToTopBtn:hover {
          background-color: #041B4D;
      }
/* Home Page */
.hero-home {
    position: relative;
    background-image: url('../images/hero-img-bg.webp');
    background-size: cover;
    background-position: center;
    height: 750px;
    padding: 50px 0;
   
}
.hero-home .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}
.water-mark{
  
  width: 700px;
 margin-left: 100px;
height:658px ;
  
}
.card-text{
  line-height: 28px;
}
@media (max-width: 768px) {
  .hero-home,.about-hero,.contact-hero,.charitable-hero,.estate-hero,.hero-faq,.hero-fiduciary,.hero-finantial,.hero-adv,.hero-invest,.multi-hero,.ourfees-hero,.retirement-hero,.smartvestor-hero,.hero-trust,.hero-Tax,.hero-strategic-plan {
    padding: 10px 0;
  }

  .hero-home .content,.about-hero .content,.contact-hero .content,.charitable-hero .content,.estate-hero .content,.hero-faq .content,.hero-fiduciary .content,.hero-finantial .content,.hero-adv .content,.hero-invest .content,.multi-hero .content,.ourfees-hero .content,.retirement-hero .content,.smartvestor-hero .content,.hero-trust .content,.hero-Tax .content,.hero-strategic-plan .content {
    margin-left: 10px;
  }

  .water-mark {
    width: 95%;
    margin-left: 2.5%;
  }
}

@media (max-width: 576px) {
  .hero-home {
    padding: 5px 0;
    /* background-image: url('../images/responsive-bg.jpg'); */
    height: 360px;
    background-position: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-home .content {
    margin-left: 5px;
    background-size: contain;
    height: 36vh;
    margin-top: 10px;
  }

  .water-mark {
    margin-left: 10px;
  }
}
.carousel-inner {
  padding: 1em;
}
/* .navbar-brand img{
  margin-left: 14px;
} */

@media screen and (min-width: 576px) {
  .carousel-inner {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
  }

  .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 768px) {
  .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
  }
}

.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;

  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.charitable-hero {
  padding: 5px 0;
  background-image: url('../images/responsive-bg.jpg');
}
.welcome-section {
    position: relative;
    background-image: url('');
    background-size: cover;
    background-position: center;
    min-height: 711px;
   
}
.service-hero, .investment-hero, .review-hero {
  position: relative;
  background-size: cover;
  background-position: center;
}
.service-hero {
  position: relative;
  
  overflow: hidden;
}

.service-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/background\ card.png');
  background-size: cover;
  background-position: center;
  filter:   opacity(0.1); /* Example filters */
  z-index: -1; /* Ensure the pseudo-element is behind the content */
}

.service-hero > * {
  position: relative; /* Ensure content is above the pseudo-element */
  z-index: 1;
}
.card img {
  object-fit: cover;
}

 .card h5{
  font-size: 24px;
 }
.service-hero .card{
 min-height: 425px;
 }

.investment-hero{
  background-image: url('../images/wilco-bg-img4.webp');
  height: 100vh;
  background-repeat: no-repeat;
}
.offer{
  height: 40vh;
}
.carousel-indicators .bg-dark {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.carousel-indicators .active {
  background-color: #000; /* Or any other color you prefer */
}


.owl-carousel .item {
  background: #ffffff;
  padding: 30px 0;
  margin: 10px;
  color: #080505;
  border-radius: 3px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
    .investment-hero {
        height: auto; /* Adjust height for tablets */
        padding: 50px 0; /* Add padding for better spacing */
        background-position: top; /* Change background position for tablets */
    }

    .investment-hero .col-md-6 {
        padding: 20px; /* Adjust padding for content inside the column */
    }

    .investment-hero h2 {
        font-size: 2rem; /* Adjust font size for tablet */
    }

    .investment-hero p {
        font-size: 1rem; /* Adjust font size for tablet */
    }

    .investment-hero .numbers a {
        margin-bottom: 10px; /* Adjust margin for buttons on tablet */
    }
}
/* Footer */


.newsletter {
  background-image: url('../images/newsletter-bg.png');
      background-size: cover;
      background-position: center;
      color: white;
      text-align: center;
  }

.newsletter-section {
  background: #777576; /* grey background */
  color: white;
  text-align: center;
  padding: 50px 0;
  opacity: 90%;
}
.newsletter-input {
  max-width: 500px;
  margin: 0 auto;
  display: flex;

}

.newsletter-input input {
  flex: 1;
  border: none;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  border: none;
  border: none;
  background:  #777576; /* semi-transparent background */
  color: white;
  cursor: pointer;
}
.newsletter-input input::placeholder {
  color: white; /* white placeholder text */
}
.section-button {
  border: none;
  padding: 10px 20px;
  border-radius: 0 5px 5px 0;
  background: #f8f9fa; /* bootstrap primary color */
  color:#041C4E;
  display: inline-block;
  padding: 17px, 45px, 17px, 45px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;

border-width: 1px;
  border-radius: 20px 5px 5px 5px;
 border-color: #81C460;
}
.section-button:hover {
  background: #041C4E;
  color: white;
}
.logo-img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.trusted-by-section {
  text-align: center;
  padding: 20px 0;
}
.footer{
  background-image: url('../images/footer-bg.webp');
  background-size: cover;
  background-position: center;
}
.footer-section {
  background-color:  #041B4D;
  color: #ffffff;
  padding: 40px 0;
  opacity: 90%;
}
.footer .side-bar {
  border-right: 1px solid rgb(128, 124, 124);
  /* padding-top: 15px;
  margin-top: 20px; */
}
.list-unstyled, .footer-txt{
  line-height: 30px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}
.social-icon div{
  background-color: #fff;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.social-icon div i{
  color:#041B4D;
}
.owl-nav{
  display: none;
}
/* about style */
.about-hero{
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/iStock-1481644764\ 1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: center;
  height: 750px;
}

.about-hero .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}

.banner-title{
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 60px;
  color: rgba(1, 19, 66, 1);
}
.title{
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 45px;
  color:rgba(4, 28, 78, 1);
  text-transform: uppercase;
  line-height: 54px;
}
.spacing{
  padding: 24px 0;
}
.bg-green{
  background-color: rgba(129, 196, 96, 1);
}
.green-section-text{
  font-size: 32px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
}
.bg-blue{
  background-color:rgba(1, 19, 66, 1);
}
.green-border{
  width: 50px; 
  height: 4px;  
  background-color:rgba(129, 196, 96, 1);  
  margin: 15px 0;
}
.about-me{
  background:url(../images/about-me-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.key-differences{
  background:url(../images/table-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}
.table-head{
  padding: 17px 25px;
  color: #fff;
  border-radius: 20px 5px 0px 0px;
  margin: 0 40px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;

}
.row-bg-dark{
  background-color: rgba(227, 226, 226, 1);
}
.row-bg-light{
  background-color:rgba(247, 247, 247, 1);
}
.tbl-col1{
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color:rgba(4, 27, 77, 1);
  text-transform: uppercase;  
  line-height: 36px;
  display: flex;
  align-items: center;
}
.tbl-brder{
  border-right: 1px solid rgba(4, 27, 77, 1);
}

td{
  padding: 14px 20px;
}
.tbl-txt{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color:rgba(25, 25, 25, 1);
  line-height: 28px; 
  text-align: center;
}
.tbl-icon{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 10px;
  
}
/* table th:first-child,
table td:first-child {
width: 30%;
} */
.light-bg{
  background-color:rgba(247, 247, 247, 1);
}
.fiduciary{
  /* background: linear-gradient(to left, rgba(219, 214, 211, 0), rgba(219, 214, 211, 1)); */
  /* background: linear-gradient(to left, rgba(219, 214, 211, 0), rgba(219, 214, 211, 1)), url(../image/iStock-17166437.png); */
  background: url(../images/about-fiduchery.webp);

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: rgba(219, 214, 211, 1); */

}
.fiduciary .logo-bg{
  background-size:auto;
}

/* Estate Style */


.estate-hero {
  position: relative;
  background-image: url('../images/estate-herobg.webp');
  background-size: cover;
  background-position: center;
  height: 750px;
  padding: 50px 0;
}

.estate-hero .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}

.portfolio-estate {
  background-image: url('../images/portfolio-investbg.webp');
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
}

.portfolio-diversifiers {
  background: #676767;
  padding: 20px;
  opacity: 80%;
  min-height: 430px;
}

.portfolio-diversifiers .item {
  margin: 10px 0;
}

.portfolio-diversifiers .icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.adhereicon-estate {
  font-size: 2rem;
  color: #007bff;
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-box {
  padding: 20px;
  margin-bottom: 30px;
}

.feature-title, h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #041B4D;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

.servicebg-estate {
  background-image: url('');
 
  background-color: #81C460;  
  color: white; 
  opacity: 90%;
}
.sectionbg-estate
{     
    background-image: url('../images/background\ card.png');
        background-size: cover;
        background-position: center;
        color: white;
}

.step-section {
  min-height: 100vh;
}

.estate-step {
  text-align: center;
  color: white;
  background-color: #6c757d;
  border-radius: 5px 5px 0px 0px;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 10px;
}

.estate-step-number {
  font-size: 2em;
  margin-bottom: 10px;
}

.estate-step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6cbf5b;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
}

.estate-step-1 {
  height: 150px;
  width: 14%;
  opacity: 0.4;
}

.estate-step-2 {
  height: 196px;
  width: 14%;
  opacity: 0.5;
}

.estate-step-3 {
  height: 286px;
  width: 14%;
  opacity: 0.6;
}

.estate-step-4 {
  height: 386px;
  width: 14%;
  opacity: 0.7;
}

.estate-step-5 {
  height: 486px;
  width: 14%;
  opacity: 0.8;
}

.estate-step-6 {
  height: 586px;
  width: 14%;
  opacity: 0.9;
}

.estate-step-7 {
  height: 686px;
  width: 14%;
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .portfolio-diversifiers .icon {
    font-size: 18px;
  }

  .adhereicon-estate {
    width: 80px;
    height: 80px;
  }

  .feature-box {
    padding: 15px;
  }

  .feature-title, h5 {
    font-size: 18px;
  }

  .step-section {
    padding: 20px 0;
  }

  .estate-step {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    height: auto;
    margin-bottom: 15px;
  }

  .estate-step-number {
    position: static;
    transform: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .banner-estate {
    width: 90%;
    height: auto;
  }

  .estate-step {
    width: 100%;
    margin-bottom: 15px;
  }

  .estate-step-1, .estate-step-2, .estate-step-3, .estate-step-4, .estate-step-5, .estate-step-6, .estate-step-7 {
    width: 100%;
    height: auto;
    opacity: 1;
  }
}
/* adv css start */
.hero-adv {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../images/form-adv-bg.webp");
background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 750px;
  padding: 50px 0;

}


.hero-adv .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}

.main-heading-adv
{
    position:relative;
    bottom:185px;
    margin-left:55px;
}
.custom-list {
  list-style: none;
  padding: 0;
}
.custom-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.custom-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color:#81C460;
  border-radius: 50%;
}
/* charitable style */

.charitable-hero {
  background-image: url("../images/charitable-herobg.webp");
  height: 750px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;


 
}
.charitable-hero .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}
.section-title {
  
  color: #002060;
}

.content-box {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.image-container img {
  max-width: 100%;
  border-radius: 10px;
}

.charitable-section3 {
  background-color:#81C460; /* Matching the green background */
  color: #FFFFFF;
  text-align: center;
  padding: 60px 20px;
}
.charity-section {
  padding: 60px 20px;
  background-color: #f8f9fa; /* Light grey background for the section */
  color: #002060; /* Dark blue text color */
}

.charity-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.charity-text {
  font-size: 1.1em;
  line-height: 1.6;
}

.charity-image {
  max-width: 100%;
  height: auto;
 margin-bottom: 20px;
}

.content-box {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.image-container img {
  max-width: 100%;
  border-radius: 10px;
}

.charitable-section3 {
  background-color:#81C460; /* Matching the green background */
  color: #FFFFFF;
  text-align: center;
  padding: 60px 20px;
}
.charity-section {
  padding: 60px 20px;
  background-color: #f8f9fa; /* Light grey background for the section */
  color: #002060; /* Dark blue text color */
}

.charity-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.charity-text {
  font-size: 1.1em;
  line-height: 1.6;
}

.charity-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}  
/* faq code */


.hero-faq
{
    background-image: url("../images/faq-background.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:750px;
    padding: 50px 0;
}

.hero-faq .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}

.faq-section{
  position: relative;
  background-image: url('../images/faq-sectionbg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
   z-index: 1;
 
}
.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/faq-sectionbg.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.1; /* Adjust the opacity value as needed */
  z-index: -1; /* Ensure the background is behind the content */
  pointer-events: none; /* Ensure the background doesn't interfere with interactions */
}

.faq-bg{
  background-color:white;  
  opacity: 80%;
  
}

.accordion-button:not(.collapsed) {
  background-color: #002060; /* Green color */
  color: white;
}
.accordion-collapse {
  background-color:#002060; /* Green color */
  color: white;
}
.accordion-button {
  border: none; /* Remove border */
}
.accordion-item {
  border: none; /* Remove border */
}
.accordion-body {
  border: none; /* Remove border */
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.accordion-title {
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  /* Add any other styles you want */
}
  @media screen and (max-width:768px)
  {
    .hero
    {
      background-image: url("../images/background.png");
      background-position: center;
      
      background-size:cover;
      height:200px;

    }
    #logo1
    {
      display: none;
    }
   #accordionFlushExample
   {
    width:760px;
    margin:0;
   }

.faq-section1 h1
{
  margin-left:0;
  
  font-size:25px;
  width:430px;
  margin:auto;
}


  }
@media screen and (max-width:991px)
{
    .content-adv
    {
        margin-top:0px;
    }

}
@media screen and (min-width:992px) and (max-width:1400px)
{
    .content-adv
    {
        margin-left:140px;
    }
} 


/* trustepage code */

.hero-trust {
  background-image: url('../images/trustandservice-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 750px;
  padding: 50px 0;
}

.hero-trust .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}

.profile-image {
  margin-left: 15px;
  margin-right: 15px;
}
.text-content {
  padding-left: 40px;
  margin-top: 80px;
}
.content-section {
  background-color: rgba(129, 196, 96, 1)
  ;
  color: white;
  padding: 40px 0;
}
.content-section .icon {
  font-size: 2rem;
  margin-bottom: 15px;
}
.profile-icon {
  background-color: #e0e0e0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #ffffff;
}
.quote-box {
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
}
.banner{
  color: #011342;

  background-image: url('../images/logo-shape\ 1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width:  452px;
  height: 458px;
}

/* contact page code */
.contact-hero {
  background-image: url("../images/contact-hero.png");
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  padding: 50px 0;
  padding-left: 80px;
 
}
.contact-hero .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}
#logo
{
  
  margin-left:140px;
  width:500px;
  
  margin-top:146px;
  margin-left:65px;
}


#submit-btn {
  border: none;
  border-radius: 20px 5px 5px 5px;
  padding: 17px 45px;
  background-color: #81C460;
  font-family: "Poppins";
  font-weight: 700;
  color: white; /* Added for text color */
}

.transparent-input {
  background-color: transparent;
  border: 1px solid #ced4da;
  color: #fff;
  padding: 0.5rem; /* Added padding for better input field appearance */
  cursor: pointer;
}

.transparent-input::placeholder {
  color: white;
}
.contact-circle {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(129, 196, 96, 1);
}


.contact-mainlogo{
  height: 90px;
  width: 310px;
}
.contact-section {
  
  
   height: 662px;
   
   padding-left: 110px;
 
   
}
.contact-logoshape{
  background-image: url("../images/main-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  width: auto;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .contact-section {
      min-width: auto; /* Allow it to shrink */
      height: auto; /* Adjust height as needed */
      padding: 20px; /* Add padding for spacing */
  }

  .boxx {
      padding: 10px; /* Adjust spacing inside the box */
  }
}

/* mutligenaration */

.multi-hero {
  background-image: url("../images/multi-background.webp");
  height: 750px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

padding: 50px 0;
}
.multi-hero .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}
#logo1
{
    width:500px;
    margin-top:150px;
    margin-left:30px;
}


.section2
{
    background-color: #81C460;
    padding:40px 0;   
    color: white;
}


/* Tax Planning */
.hero-Tax{
  background-image: url('../images/Tax-paning-img.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 750px;
  padding: 50px 0;
}
.hero-Tax .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}

/* startagic-tax */
.hero-strategic-plan{
  position: relative;
  background:linear-gradient(to right, rgb(189, 187, 187), rgba(255, 255, 255, 0.336), rgba(255, 255, 255, 0)),  
  url('../images/strategic-plan.jpg');
  background-size: cover;
  background-position: center;
  height: 750px;
  padding: 50px 0;
}
.hero-strategic-plan .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}





/* smart invester */
.smartvestor-hero
{
    background-image: url("../images/background-smart-vestor.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    padding: 50px 0;
}
.smartvestor-hero .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}

.section-smartvestor
{
    background:linear-gradient(89.92deg, #81C460 0.07%, #81C460 44.13%, rgba(129, 196, 96, 0.95) 53.57%, rgba(129, 196, 96, 0.85) 61.45%, rgba(129, 196, 96, 0.9) 89.91%, #81C460 99.93%);
    padding-left:90px;
    padding-top:20px; 
    padding-bottom:20px;
    
}
.section-smartvestor h1
{
    font-family:"Raleway";
    font-size: 45px;
    font-weight:500;
    color:white;
}
.section-smartvestor p
{
    font-family: "Poppins";
    font-size:18px;
    color:white;
}


.person2
{
    width:70%;
    margin-left:120px;
}

#welcome-bg
{
 width:950px;
 margin-top:-520px;
 height:600px;
 opacity:0.05; 
 margin-left:-410px;
}
.section-bg
{     
    background-image: url('../images/welcome-bg\ 1-smart-vestor.webp');
        background-size: cover;
        background-position: center;
        color: white;
}
.smart-bg{

  background-color: #81C460;
  padding:40px 0;   
  color: white; 
  opacity: 90%;   
    
  
}
/* finantial page */


.hero-finantial{
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/finantial-planing-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position: center;
}
.hero-finantial .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}
.banner-title{
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 60px;
  color: rgba(1, 19, 66, 1);
  text-transform: uppercase;
}

.welcome-section {
  position: relative;
  min-height: 711px;
  z-index: 1; /* Ensure content stays above the background */
}

.welcome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/background-sectionimg.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.2; /* Adjust the opacity value as needed */
  z-index: -1; /* Ensure the background is behind the content */
  pointer-events: none; /* Ensure the background doesn't interfere with interactions */
}
.servicebg-fin{
  position: relative;
  background-image: url('../images/finantial-services-bg.png');
  background-size: cover;
  background-position: center;
}
.process{
background: url('../images/finantial-process-sectionbg.webp') no-repeat center center;
          background-size: cover;
          color: white;
          text-align: center;
} 
.process-section {
background-color: rgba(103, 103, 103, 0.8);
color: white;
text-align: center;
padding: 50px 0;


      }

      .process-icon {
        font-size: 40px;
        color: white;
        background-color: rgba(129, 196, 96, 1);
        width: 120px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 auto 15px;
    }
.redirection{
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: #81C460;
  color: white;
}
      .process-title {
          font-size: 24px;
          margin-top: 15px;
      }
      .card-date{
        font-size: 16px;
        font-weight: 500;
        color: #343C91;
        font-family: "Raleway", sans-serif;
      }

      .process-description {
          font-size: 18px;
          margin-top: 10px;
          font-family: "Poppins";

      } 
      .contact-with-us {
        background-image: url(../images/fin-contact-with-us-bg.webp);
        background-size: cover;
        background-position: center;
        position: relative;
        height: 730px;
      }
      .resource-text{
        font-size: 18px;
        line-height: 24px;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
      }
      
      @media (max-width: 1200px) {
        .contact-with-us {
          height: 600px;
        }
        .contact-with-us h1 {
          font-size: 2.5rem;
        }
        .custombtn {
          padding: 0.75rem 1.5rem;
        }
      }
      
      @media (max-width: 992px) {
        .contact-with-us {
          height: 500px;
        }
        .contact-with-us h1 {
          font-size: 2rem;
        }
        .custombtn {
          padding: 0.5rem 1rem;
        }
      }
      
      @media (max-width: 768px) {
        .contact-with-us {
          height: 400px;
        }
        .contact-with-us h1 {
          font-size: 1.75rem;
        }
        .custombtn {
          padding: 0.5rem 0.75rem;
        }
      }
      
      @media (max-width: 576px) {
        .contact-with-us {
          height: 300px;
          background-position: left;
        }
        .contact-with-us h1 {
          font-size: 1.5rem;
        }
        .custombtn {
         margin-bottom: 20px;
        }
      }

      @media (max-width: 375px) {
        .contact-with-us {
          height: 250px;
        }
        .contact-with-us h1 {
          font-size: 1.25rem;
        }
        .custombtn {
          padding: 0.25rem 0.5rem;
        }
      }

/* investmanagement */

.hero-invest {
  position: relative;
  background:linear-gradient(to right, rgb(179, 177, 177), rgba(255, 255, 255, 0.336), rgba(255, 255, 255, 0)), url('../images/invest-managementbg.webp');
  background-size: cover;
  background-position: center;
  height: 750px;

  padding: 50px 0;
}

.hero-invest .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}
.line {
  width: auto;
  height: 2px;
  background-color: white;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  top: 64px;
}
.portfolio {
      background-image: url('../images/portfolio-investbg.webp');
          background-size: cover;
          background-position: center;
          color: white;
          text-align: center;
          

      }
      .portfolio-diversifiers {
          background: #676767;
          padding: 20px;
          opacity: 80%;
          min-height: 430px;
      }
      .portfolio-diversifiers .item {
          margin: 10px 0;
      }
      .portfolio-diversifiers .icon {
          font-size: 24px;
          margin-bottom: 10px;
      }
/* .container {
  padding: 50px 15px;
  } */
  .adhereicon {
      font-size: 2rem;
      
      color: #007bff;
      width: 100px;
      height: 100px;
      background-color: #011342;
      border-radius: 100px;
  }
      .feature-box {
          padding: 20px;
          margin-bottom: 30px;
      }
      .feature-title,h5{
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 15px;
          color:#041B4D;
          font-family: "Raleway", sans-serif;
      }


.feature-text ,.p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #191919;
      }
.step-circle p{
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #f0e8e8;   
}



.logo-img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.trusted-by-section {
  text-align: center;
  padding: 20px 0;
}

.carousel-indicators .bg-dark {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.carousel-indicators .active {
  background-color: #000; /* Or any other color you prefer */
}
.progress{
  height: 1px;
}
.progress-line{
  margin-top: 20px;
  margin-left: 60px;
}
/* retirement style */
.retirement-hero{
  background-image: url("../images/ret-img4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
  padding: 50px 0;
}

.retirement-hero .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}

.element{
  background-image: url('/assets/images/ret-img5.jpg');
  height: 684px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

/* ready */
.ready-rtd{
background-color: #81C460;
text-align: center;
padding:50px;
height: 40vh;
color: #fff;
line-height: 30px;
}

/* elements */
.elements{
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #fff;
}
.elements img{
  width: 100%
}
.green-text{
  /* display: flex;
  justify-content: space-between; */
  position: absolute;
  width: 50%;
 margin-left: 650px;
}


@media (max-width: 767.98px) {
  .step-even {
    z-index: auto !important;
    position: static !important;
  }}
  @media (max-width: 768px) {
    .servicebg {
        background-image: none;
    }
}

@media (min-width: 1024px) {

  .step-circle p {
    font-size: 13px; 
 
  }
  .buttons{
    font-size: 20px;
  }

}
@media (min-width: 1600.98px) {

  /* .step-number{
    font-size: 46px;
    margin-top: 20px;
  } */
}

/* fiduciary  */

.hero-fiduciary
{
background-image:url("../images/background-fudiciary.webp");
background-position: center;
background-repeat: no-repeat;
background-size:cover;
height:750px;
padding: 50px 0;
}
.hero-fiduciary .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}

.hero-fiduciary img
{
width:500px;
margin-top:55px;
margin-left:80px;

}
.section3-fiduciary{
  background-image:url("../images/bg-fidiciary-2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  height:100vh; 
}

.section3-fiduciary ul li
{
    font-family:"Poppins";
    font-weight:400;
    size:18px;
    line-height:28px;
    color:white;
}
ul.custom-bullets
{
    list-style:none;
    padding:0; 
}
ul.custom-bullets li
{
    position:relative;
    padding-left:20px;
    padding-top:5px;

}
ul.custom-bullets li::before
{
    content:"\2022";
    font-size: 50px;
    position:absolute;
    left:0;
    top:0;
    color:white;
    padding-top:5px;
}



/* ourfees */

.row-bg-dark{
  background-color: rgba(227, 226, 226, 1);
}
.row-bg-light{
  background-color:rgba(247, 247, 247, 1);
}
.tbl-brder{
  border-right: 1px solid rgba(4, 27, 77, 1);
}
td{
  padding: 14px 20px;
}
.tbl-txt{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color:rgba(25, 25, 25, 1);
  line-height: 28px; 
  text-align: center;
}
.bg-blue{
  background-color: rgb(5, 9, 138);
  color: #fff;
  font-size: 15px;
  padding: 20px 40px;
}
/* ourfees */
.ourfees-hero{
  background-image: url("../images/our-fees-bg.webp");
  height: 750px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 50px 0;
}

.ourfees-hero .content{margin-left: 50px;background: url('../images/logo-shape.png') left 0 no-repeat; height: 658px;}
.ourfees-img h1{
position: absolute;
margin-left: 200px;
margin-top: 200px;
}



.nav-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .nav-container {
      max-width: 540px;
  }
}

@media (min-width: 768px) {
  .nav-container {
      max-width: 720px;
  }
}

@media (min-width: 992px) {
  .nav-container {
      max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .nav-container {
      max-width: 1100px;
  }
}

/* homepage media */



@media (max-width: 576px) {
  .hero-content h2 {
    font-size: 1.2rem;
  }

  .hero-content p {
    font-size: 0.9rem;
  }

  .hero-content .btn {
    font-size: 0.8rem;
  }
}


/* trustpage media */

/* contact page media */



/* Media Queries for Responsive Button */
@media (max-width: 1200px) {
  .section-button {
    padding: 8px 16px;
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .section-button {
    padding: 6px 14px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .section-button {
    padding: 5px 12px;
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .section-button {
    padding: 4px 10px;
    font-size: 10px;
  }
}

@media (max-width: 375px) {
  .section-button {
    padding: 3px 8px;
    font-size: 9px;
  }
}

/* For small screens (mobile devices) */
@media (max-width: 600px) {
  .title {
    font-size: 30px;
    line-height: 36px;
  }
}

/* For medium screens (tablets) */
@media (min-width: 601px) and (max-width: 1024px) {
  .title {
    font-size: 35px;
    line-height: 42px;
  }
}

/* For large screens (desktops) */
@media (min-width: 1025px) {
  .title {
    font-size: 45px;
    line-height: 54px;
  }
}

@media (max-width: 768px) { 
  .greenbtn {
      width: 200px;
      height: 40px; 
      padding: 8px 20px; 
      font-size: 14px;
  }
}

@media (max-width: 576px) { 
  .greenbtn {
      width: 180px; 
      height: 36px; 
      padding: 6px 15px;
      font-size: 12px; 
  }
  .hero-invest h1,.smartvestor-hero h1{
 font-size: 46px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 10px 0; /* Further reduce padding for extra small screens */
  }
 
  .container {
    padding-left: 10px;
    padding-right: 5px; /* Optional: add padding to the right as well if needed */
  }

  .invest-responsive{
    display: none;
  }
  .table-head{
    font-size: 14px;
  }
}
.nav-container{
  padding-left: 0px;
}
@media (max-width: 576px) {
  .content .water-mark h1 {
    font-size: 2rem;
    line-height: 36px;
  }
  
   .content .water-mark p {
    font-size: 1rem;
  }
  
   .content .water-mark {
    height: 375px;
  }

  .investment-hero {
    height: auto;
    background-position: right;
  }
  h2{
    line-height: 30px;
  }
  .hero-home,
  .about-hero,
  .contact-hero,
  .charitable-hero,
  .estate-hero,
  .hero-faq,
  .hero-fiduciary,
  .hero-finantial,
  .hero-adv,
  .hero-invest,
  .multi-hero,
  .ourfees-hero,
  .retirement-hero,
  .smartvestor-hero,
  .hero-trust,
  .hero-Tax, 
  .hero-strategic-plan
  {
    padding: 5px 0;
    height: 360px;
    background-position: left;
    padding-right: 20px;
  }
  .fiduciary{
  background-position: left;
  }
  .title{
    margin-top: 20px;
  }
  .adv-section-2{
    margin-top: 20px;
  }
  .numbers{
    margin-top: 20px;
  }
.about-hero .content,
.contact-hero .content,
.charitable-hero .content,
.estate-hero .content,
.hero-faq .content,
.hero-fiduciary .content,
.hero-finantial .content,
.hero-adv .content,
.hero-invest .content,
.multi-hero .content,
.ourfees-hero .content,
.retirement-hero .content,
.smartvestor-hero .content,
.hero-trust .content,
.hero-Tax .content,.hero-strategic-plan .content {
    background-size: contain;
}
.faq-bg,.faq-section{
  height: auto;
}
.element{
  height: auto;
}
.resource-text{
  font-size: 16px;
}
.green-section-text{
  font-size: 16px;
}

.contact-mainlogo{
  height: 60px;
  width: 160px;
}
.contact-hero h1{
 font-size: 40px;
 margin-top: 100px;
 margin-left: 20px;
}
.contact-logoshape{
  height: 350px;
  width: 350px;
}
  
}
@media (min-width: 1200px) {
  .hero-home ,.hero-fiduciary,.contact-hero,.hero-finantial,.retirement-hero,.hero-Tax{
      background-position: top;
  }
}
@media (min-width: 2250px){
.nav-container{
  max-width: 2250px;
}
.investment-hero{
  height: 50vh;
}
.progress{
  height: 2px;
  width: 1710px;
}
.progress-line{
  margin-left: 310px;
  margin-top: 140px;

}
.investment-hero p {
  width: 650px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section3-fiduciary{
  height: 50vh;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-title,h5{
    font-size: 14px;
  }

  /* .step-number{
    font-size: 28px;
    margin-top: 20px;
  } */
  .progress-line{
    display: none;
  }
}

@media (max-width: 1440px) {


  .step-title {
    font-size: 1.2rem;
  }

  .step-circle p {
    font-size: 16px;
  }
}


.nav-bg.active {
  background-color: #011342;
  color: #ffffff;
  border-radius: 5px;
}

.nav-bg.active p {
  color: #ffffff;
}
/* .dropdown-item p {
  font-size: 13px;
} */

.navbar-nav .nav-link {
color: #fff;
}

.dropdown .dropdown-menu {
display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
display: block;
/* margin-top: 0.125em; */
/* margin-left: 0.125em; */
}
/* .dropend .dropdown-toggle {
  margin-left: 0.7em;
} */
.service-dropdown{
left: -160%; 
}
@media screen and (min-width: 769px) {
.dropend:hover > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
}
/* .dropend .dropdown-toggle {
  margin-left: 0.7em;
} */
}
#sub-loader{
    display:none;
}
.custom-tax {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 0;
}

.custom-tax li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 40px; /* Space for numbers */
  margin-bottom: 10px;
}
.custom-tax li::before {
  content: counter(custom-counter) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 20px; /* Adjust number size */
  color:#81C460; /* Number color */
  background: #f0f0f0; /* Background for number */
  border-radius: 50%; /* Makes it circular */
  width: 30px; 
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tax-with-us {
  background:linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.336), rgba(255, 255, 255, 0)), url(../images/strategic-planing.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 650px;
  padding-left: 20px;
}
.together {
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.192), rgba(255, 255, 255, 0)), url(../images/iStock-1481644764\ 1.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 650px;
  padding-left: 20px;
}
.fs-16{
  font-size: 18px;
}
}
