.banner-carousel .carousel-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
 }
 .banner-carousel .carousel-content {
    position: absolute;
    z-index: 2;
    top: 55%;
    transform: translateY(-50%);
    width: 50%;
 }
 .banner-carousel .carousel-inner, .blue-template .banner-carousel .carousel-inner{
   margin-top: -165px;
 }
 
 .banner-carousel .carousel-control-next,
 .banner-carousel .carousel-control-prev {
    top: 80%;
    z-index: 9;
    width: 2%;
 }
 .banner-carousel .carousel-control-prev {
    left: 49%;
 }
 .banner-carousel .carousel-control-next {
    right: 47%;
 }
 .header-wrap,
 .breadcrumb-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
 }
 .header-wrap{
    position: sticky;
    /* top:-75px; */
    top:-105px;
 }
 .breadcrumb-wrap {
    top: 28%;
    z-index: 9;
 }
 .header-wrap .private-template,
 .private-template header .navbar,
 .header-wrap .navbar-second {
    background: transparent;
 }
 
 .carousel-content h6 {
    color: #D6D6D6;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 30px;
 }
 .carousel-content .private-h2{
   color: #D6D6D6;
   font-size: 1.4em;
   font-weight: 400;
   line-height: 1.4em;
   margin-top: 30px;
}
 .header-wrap .navbar-second.scrolled {
    background-color: #101010;
}
.blue-template .banner-carousel .carousel-content {
   width: 40%;
}
@media only screen and (max-width: 1366px) {
   /* .blue-template .banner-carousel .carousel-content {
      top: 66%;
  } */
}
@media only screen and (max-width: 1280px) {
   /* .blue-template .carousel-item h2 {
      font-size: 50px;
   } */
}
@media only screen and (max-width: 1024px) {
   .blue-template .banner-carousel .carousel-content {
      width: 73%;
      top: 74%;
   }
   /* .blue-template .carousel-item h2 {
      font-size: 40px;
   } */
   /* .breadcrumb-wrap {
      top: 9%;
  } */
}

@media only screen and (max-width: 1023px) and (min-width: 766px) {
   .breadcrumb-wrap {
      top: 20%;
   }
   #navbarSupportedContent .ms-5{
      margin-left: 0!important;
   }
   .navbar-brand img{
      width: 150px;
   }
}
@media only screen and (max-width: 768px) {
   .breadcrumb-wrap {
      top: 20%;
  }
  .banner-carousel .carousel-content{
      top: 70%;
  }
  .carousel-content h6{
      font-size: 1em;
      line-height: 1em;
      margin-top: 10px;
  }
  .carousel-content .private-h2{
      font-size: 1em;
      line-height: 1em;
      margin-top: 10px;
  }
  .banner-carousel .carousel-control-prev {
   left: 39%;
}
.banner-carousel .carousel-control-next {
   right: 39%;
}
.blue-template .banner-carousel .carousel-control-prev {
   left: 47%;
}
.blue-template .banner-carousel .carousel-control-next {
   right: 47%;
}
/* .blue-template .carousel-item h2 {
   font-size: 30px;
} */
}
 @media only screen and (max-width: 767px) {
    .header-wrap {
        top: 0;
    }
    .banner-carousel .carousel-image {
       height: 60vh;
    }
    .banner-carousel .mobile-img1 {
       content: url('/images/banner/win-the-world-over-with-metal-mobile.webp');
    }
    .banner-carousel .mobile-img2 {
       content: url('/images/banner/going-above-and-beyond-wealth-mobile.webp');
    }
    .banner-carousel .mobile-img3 {
       content: url('/images/banner/investing-for-your-family-today-tomorrow-mobile.webp');
    }
    .banner-carousel .carousel-control-prev {
       left: 39%;
    }
    .banner-carousel .carousel-control-next {
       right: 45%;
    }
    .breadcrumb-wrap {
       top: 8%;
    }
    .banner-carousel .carousel-content {
       top: 36%;
       transform: translateY(-50%);
      width: initial;
    }
    .carousel-content h6 {
       font-size: 1.2em;
       line-height: 1.2em;
       margin-top: 20px;
    }
    .carousel-content .private-h2{
       font-size: 1.2em;
       line-height: 1.2em;
       margin-top: 20px;
    }

    .blue-template .banner-carousel .carousel-content {
      top: 32%;
      transform: translateY(-50%);
      width: initial;
    }
   /* .blue-template .carousel-item h2 {
      font-size: 22px;
  } */

    /* wealth blue template */
    .blue-template .banner-carousel .mobile-img1 {
      content: url('/images/banner/Let-us-clear-the-way-so-that-you-become-all-you-can-be-mobile.jpg');
   }
   .blue-template .banner-carousel .mobile-img2 {
      content: url('/images/banner/Let-us-clear-the-way-so-that-you-indulge-in-lifes-choicest-desires-mobile.jpg');
   }
   .blue-template .banner-carousel .mobile-img3 {
      content: url('/images/banner/Let-us-clear-the-way-so-that-you-can-get-more-creative-with-your-time-mobile.jpg');
   }
   /* wealth blue template end */
 }

  @media only screen and (max-width: 320px) {
   .breadcrumb-wrap {
       top: 8%;
    }
  }