

  h1,h2{font-family: "Sanomat", serif;   }
 
  p{font-size:18px;    font-weight: 100;}
  

    :root{
      --backcolor:#000;
      --whitecolor:#fff;
    }
    p{margin-bottom:0px;}
    .container{max-width:1200px;}

    .topheader{background:#000;}

    .navbar-nav .nav-link{font-weight: 100; color: #fff; transition: background-size .3s;font-size: 20px; font-weight: 400;}
    .navbar-nav .nav-link:hover{color:#fff;}
   .navbar-nav .nav-item{    padding: 0px 12px;}
    .flexrightsearch{color:#fff;font-size:18px;}
    .sectionpadding{padding:80px 0px;}

    .navbar-nav{align-items:center;}

    .form-control:focus,.form-check-input{box-shadow:none;outline: none;}

    .navbar-toggler-icon svg {
    transition: opacity 0.3s ease;
  }

  .d-none {
    opacity: 0 !important;
    pointer-events: none;
  }

.topheader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}

.topheader.hide {
  top: -130px;
}
.topheader.scrolling {
  background: #fff;
}

.topheader .nav-link {
  color: white;
  transition: color 0.3s;
}

.topheader.scrolling .nav-link {
  color: black;
}


.topheader.scrolling .flexrightsearch {color:#000;}

.topheader.scrolling  .navbar-dark .navbar-nav .nav-link:hover{color:#000 !important;}
.topheader.scrolling .navbar-dark .navbar-nav .nav-link::after{background:#000;}

.whitelogo {
  display: block;
}

.blacklogo {
  display: none;
}

.topheader.scrolling .whitelogo {
  display: none;
}

.topheader.scrolling .blacklogo {
  display: block;
}

.navbar-dark .navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s;
}

.navbar-dark .navbar-nav .nav-link:hover::after {
    width: 100%;
    transition: width .3s;
}


    .hero {
      background: url('https://www.blackstone.com/wp-content/uploads/sites/2/2024/04/BX_Homepage_2024_FPO.jpg') no-repeat center center/cover;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .hero h1 {
      font-size: 3rem;
      font-weight: 700;
    }

    .section-title {
      font-size: 2rem;
      font-weight: 600;
      margin-top: 2rem;
      margin-bottom: 1rem;
    }

    .investment-area img {
      width: 100%;
      height: auto;
    }

    .footer {
      background-color: #111;
      padding: 2rem 0;
      color: #aaa;
    }

    .footer a {
      color: #ccc;
      text-decoration: none;
    }

    .footer a:hover {
      color: #fff;
    }

    .impact-section, .news-section {
      background-color: #111;
      padding: 4rem 0;
    }

    .news-item img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .news-item h5 {
      margin-top: 1rem;
    }

    .hometitlecontent h1{font-size: 4.5rem; font-weight: 500;font-family:'Sanomat',serif;color:#fff;}
    .hometitlecontent span{display: block; padding-left: 165px;}

  .hometitlecontent{display: flex;justify-content: space-between;align-items: center;}
  .hometitlecontent p{width: 400px;font-size: 20px; font-weight: 100;color:#fff;}

  .slickbannerimg {height: 35rem !important;}
  .slickbannerimg img{width:100%;height:100%;object-fit:cover;}

  .homesslicslide .slick-list{padding:0px !important;}

    .homesslicslide .slick-prev{border: 1px solid #fff; background: transparent; color: #fff; width: 40px; height: 40px; border-radius: 30px;z-index: 99; position: absolute; bottom: -80px;}
  .homesslicslide .slick-next{border: 1px solid #fff; background: transparent; color: #fff; width: 40px; height: 40px; border-radius: 30px;position: absolute;bottom:-80px;left:150px;}

  .homesslicslide .slick-dots{position: absolute; display: flex ; align-items: center; justify-content: center; padding-left: 0px; left: 65px; bottom: -85px; gap: 10px;}

  .webtitlehome::before{content:'';height:1px; width:88px; background-color: var(--backcolor); content: ""; display: block;margin:auto;}
  .webtitlehome{text-align:center;}
  .webtitlehome p{margin-top: 20px;color:var(--backcolor);}
  .webtitlehome h2{margin-top: 20px;color:var(--backcolor);font-size:40px; font-weight: 300;}
  .maintitle h4{color: #fff; font-size: 20px;}


  .maintitle p::after{width:88px; background-color: var(--backcolor); content: "";margin:auto;background-color: currentcolor; content: ""; display: inline-block; height: 2px;margin-left:15px;}

  .maintitle p{margin-top: 20px;color:var(--backcolor);    text-align: left;}
  .maintitle h2{margin-top: 50px;color:var(--backcolor);font-size:40px; font-weight: 300;text-align: left;}

  .wp-block-blackstone-v2-our-offerings-main{display: flex;align-items: center;justify-content: space-between;}

  .bx-offerings__main{color: #000; width: 100%; font-weight: 200;}
  .bx-offerings__main h3{font-weight: 200; font-size: 24px; margin-bottom: 20px;}

  .bx-offerings__main p{margin-bottom:10px;}

  .rigthboxoffering{color: #000; width: 259px;}
  .rigthboxoffering  .bx-offerings-main__stat-value{font-size: 70px; letter-spacing: .008em; margin-bottom: 0px;font-family:"Sanomat", serif; }

  .bx-offerings-main__stat-subtext p{font-family:"Sanomat", serif; font-weight: 500; font-size: 20px; margin-bottom: 20px;}
  .bx-offerings-main__stat-disclaimer p{font-size: 14px;}

  .homesslicslide .slick-dots button {
			display: block;
			width: 0.5rem;
			height: 0.5rem;
			padding: 0;
			border: none;
			border-radius: 100%;
			background-color:#fff;
			text-indent: -9999px;
      padding:5px;
		}
     .homesslicslide .slick-dots li{list-style:none;}
	
  .homesslicslide .slick-dots		li.slick-active button {
			background-color:#2954a4;
      border:1px solid #fff;
      padding:7px;
      
		}

    .homeslideflxitmes{margin-bottom:50px;}


  .bx-offerings-main__cta {margin-top:25px;}
  .bx-offerings-main__cta a{text-decoration:none;color:#000;font-size: 18px; font-weight: 400;}
    .bx-offerings-main__cta a:hover span{background-size: 100% 1px;}
  .bx-offerings-main__cta a span{background-image: linear-gradient(#000, #000); background-position: 0 100%; background-repeat: no-repeat; background-size: 0 1px; display: inline-block; margin-right: 1rem; transition: background-size .3s; vertical-align: -.1em;}
  .bx-offerings-main__cta a i{background: #ffffff; color: #000000; padding: 10px; width: 45px; height: 45px; line-height: 24px; border-radius: 30px; border: 1px solid #000;transition: transform .3s;}
  .bx-offerings-main__cta a:hover i{    transform: scale(1.2);background:#000;color:#fff;    line-height: 22px;}



    .bx-offerings-main__2 {margin-top:25px;}
  .bx-offerings-main__2 a{text-decoration:none;color:#fff;font-size: 18px; font-weight: 400;}
    .bx-offerings-main__2 a:hover span{background-size: 100% 1px;}
  .bx-offerings-main__2 a span{background-image: linear-gradient(#fff, #fff); background-position: 0 100%; background-repeat: no-repeat; background-size: 0 1px; display: inline-block; margin-right: 1rem; transition: background-size .3s; vertical-align: -.1em;}
  .bx-offerings-main__2 a i{background: transparent; color: #fff; padding: 10px; width: 45px; height: 45px; line-height: 24px; border-radius: 30px; border: 1px solid #fff;transition: transform .3s;}
  .bx-offerings-main__2 a:hover i{    transform: scale(1.2);background:#fff;color:#000;}

  .bx-offerings-card__title {font-size: 24px; margin-top: 30px; font-weight: 300}
  .bx-offerings-card__media img{width:100%;height:400px;object-fit: cover;}
  .webhomerightform .form-control{border: none;border-bottom:1px solid #000;border-radius:0px;}
  .webhomerightform{width: 75%; margin-left: auto;}

  .bx-two-up-content__link:first-child {
    border-bottom: 1.5px solid #d5d8df;
    padding-top: 0;
}

  .bx-two-up-content__links-inner{padding:20px 40px;background:#121317;}

  .bx-two-up-content__link {
        padding-bottom:10px;padding-top:10px;align-items: center; display: flex ; justify-content: space-between; position: relative; text-decoration: none; width: 100%;
  }
 .bx-two-up-content__link-col {width: 65%;}
 .bx-two-up-content__link-label{color: #fff; font-size: 25px; font-weight: 100;background-image: linear-gradient(currentcolor, currentcolor); background-position: 0 100%; background-repeat: no-repeat; background-size: 0 1px; text-decoration: none; transition: background-size .3s;    display: inline;}

 .bx-two-up-content__link:hover  .bx-two-up-content__link-label{background-size: 100% 1px;}

 .bx-two-up-content__link:last-child {
    padding-bottom: 0;
}

.bx-two-up-content__link:hover .bx-offerings-main__2 a i{transform: scale(1.2);background:#fff;color:#000;}

.homemarque {
  width: 100%;
  overflow: hidden;
  background: #000;
  padding: 50px 0;
}

.marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.track {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: scroll 20s linear infinite;
}

.track span {
    display: inline-block;
    margin-right: 180px;
    font-size: 190px;
    color: #fff;
    font-family: "Sanomat", serif;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.rightdocumentdownload img{    width: 250px;}

.bx-announcement__content {
        display: flex;
        flex-direction: column;
        grid-area: Content;
        justify-content: flex-end;
        margin-top: 0px;
        padding-bottom: 3.5rem;
    }
.bx-announcement__content a{background-image: linear-gradient(currentcolor, currentcolor); background-position: 0px 100%; background-repeat: no-repeat; background-size: 0px 1px; text-decoration: none; transition: background-size 0.3s;color:#000;text-decoration:none;    font-size: 18px;}

.bx-announcement__content a:hover{    background-size: 100% 1px;}

.rightdocumentdownload{display: flex ; align-items: center; justify-content: space-between; gap: 50px;}

.feturecard img{width:100%;height:350px;object-fit: cover;}
.bx-content-card__title{margin-top:2rem;}
.bx-content-card__title a{color:#000;text-decoration:none;background-image: linear-gradient(currentcolor, currentcolor); background-position: 0px 100%; background-repeat: no-repeat; background-size: 0px 1px; text-decoration: none; transition: background-size 0.3s;font-weight:300;font-size:23px;}

.bx-content-card__title a:hover{    background-size: 100% 1px;}

.bx-content-card__meta{margin-top:2.5rem;}
.bx-content-card__meta a{font-weight: 400; color: #000; text-decoration: none;background-image: linear-gradient(currentcolor, currentcolor); background-position: 0px 100%; background-repeat: no-repeat; background-size: 0px 1px; text-decoration: none; transition: background-size 0.3s;font-size:20px;}

.bx-content-card__meta a:hover{background-size: 100% 1px;}

.bx-content-card__date{font-size: 20px; font-weight: 100; margin-top: 5px;}


.footer-section {
  background-color: #000;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
}

.footer-logo {
        font-size: 40px;
    font-weight: 400;
    font-family: "Sanomat", serif;
    line-height: 20px;
    margin-top: 15px;
}

.with-text {
  padding-left: 50px;
}

.blackstone-box {
  border: 1px solid #fff;
  padding: 3px 12px;
  margin-left: 5px;
  display: inline-block;
  font-size: 20px;
}

.footer-heading {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 22px;
}

.footer-section a {
     color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 300;
    background-image: linear-gradient(currentcolor, currentcolor);
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-size: 0px 1px;
    text-decoration: none;
    transition: background-size 0.3s;
    width:fit-content;
}

.footer-section a:hover {
    background-size: 100% 1px;
}

.footer-divider {
    border: 0px solid #fff;
    margin-top: 30px;
    background: #fff;
    opacity: 100%;
}

.small-text a {
  color: #fff;
  margin-left: 15px;
  font-size: 17px;
  text-decoration: none !important;
}

.small-text a:first-child {
  margin-left: 0;
}
.small-text a:hover {
  text-decoration: underline;
}
.flexfooterright{flex-wrap: wrap; justify-content: flex-end; column-gap: 1rem; row-gap: 1rem;}

.leftprarfoot{font-size:20px;}


.abouttoprightimg{    text-align: right;}
.abouttoprightimg img{width: 400px; margin-left: auto; height: 380px; object-fit: cover;}

.ourtemimg img{height: 340px; float: left; padding: 0px 20px 20px 0px;}
.comanydetailsteam h2{color:#fff;}
.comanydetailsteam p{color: #fff; margin-bottom: 20px; font-size: 16px;text-align: justify;}

.whiteclochng h2{color:#000;}
.whiteclochng p{color:#000;margin-bottom: 20px; font-size: 16px; text-align: justify;}

.corevaluescardflx img{width:100%;height:400px;object-fit: cover;transition:0.3s;}
.corevaluescardflx p{font-size: 16px; margin-top: 20px;}

.corevaluescardflx{overflow: hidden;}
.corevaluescardflx img:hover{transform: scale(1.1);}

.missionimg img{width: 500px;}

.investmenntcardflx img{width:100%;object-fit: cover;height:350px;}
.investmenntcardflx p{margin-top:30px;font-size: 17px;}
  .menuflxbox{display:flex;align-items:center;}

.financialflxdiv p{color:#000;margin-bottom:15px;}
.rightfinancalimg{text-align: center;}
.rightfinancalimg img{width: 90%; height: 600px; object-fit: cover;}
.fontcolorchnage p{color:#fff;}

.financialflxdiv ul{padding-left:15px;}
.financialflxdiv ul li{list-style:auto;margin-bottom:10px;}

.report-card {
  background:#fff;
  transition: all 0.3s ease-in-out;
  border-left: 5px solid #16508f;
  box-shadow: rgb(0 0 0 / 12%) 0px 3px 8px !important;
}

.insightrigthimg img{width:100%;height:300px;object-fit: cover;}

.reportcardflx img{width:100%;height:400px;}

.reportcardflx h3{font-size: 22px; font-weight: 300; margin-top: 20px;}

.report-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-left-color: #0056b3;
}

.offcanvas-end{width:600px;}
.modal-backdrop{backdrop-filter: blur(4px);opacity: 1 !important; border: none;    background-color: rgba(0, 0, 0, .32);}

.contactdetailscontent{background: #fff; padding: 6rem;position: relative;}

.contactdetailscontent .btn-close:focus{box-shadow:none;}

.contactdetailscontent .btn-close{font-size: 30px; color: #000 !important; position: absolute; top: 20px; right: 30px;background: none;opacity:100%;}

.contactflxbox{margin-top:50px;}
.contactdetailscontent h2{font-size: 65px; margin-top: 50px;}
.contactflxbox h3{margin-bottom: 15px; font-weight: 300; font-size: 30px;}
.contactflxbox p{font-size: 22px; font-weight: 300; margin-top: 15px;}
.contactflxbox ul{padding-left:0px;}
.contactflxbox ul li{font-size: 20px;font-weight: 300;list-style:none;}
.contactflxbox ul li a{background-image: linear-gradient(currentcolor, currentcolor); background-position: 0 100%; background-repeat: no-repeat; background-size: 0 1px; text-decoration: none; transition: background-size .3s;color:#000;    font-weight: 400;}
.contactflxbox ul li a:hover{    background-size: 100% 1px;}


.conatactform h2{    font-size: 80px;margin-bottom: 30px;}
.searchinputflx {position: relative;}
.searchinputflx input{width: 100%; border: 1px solid #caced7; padding: 15px 70px 15px 15px; font-size: 20px;}
.searchinputflx input:focus-visible{outline:none;}

.searchinputflx a{position: absolute; font-size: 25px; right: 0px; padding: 12px 10px; color: #2954a4;}


@media only screen and (max-width:600px) {

  .navbar{padding: 0px 10px !important;}
  .navbar-brand img{    height: 60px !important;}
  .navbar-toggler-icon{background-image:none !important;}
  .hometitlecontent h1{font-size:40px;}
  .hometitlecontent{flex-direction: column;    align-items: flex-start;}
  .hometitlecontent span{padding-left:0px;}
  .hometitlecontent p{width:auto;font-size:16px;}
  .slickbannerimg{height:14rem !important;}
  .sectionpadding{padding:30px 0px !important;}
  h2{font-size:35px !important;   margin-top: 30px !important;text-align:center;}
  .wp-block-blackstone-v2-our-offerings-main{flex-direction: column;}
  .bx-offerings__main{width:100%;}
  h3{    font-size: 20px !important;}
  .bx-offerings-main__cta a i{width: 38px; height: 38px; line-height: 16px;}
  .rigthboxoffering{margin-top:30px;}
  .rigthboxoffering{width:50%;text-align:center;}
  .rigthboxoffering .bx-offerings-main__stat-value{font-size:60px;}
  .bx-offerings-main__stat-subtext p{font-size:16px;}
  .bx-offerings-card__media img{height:250px;}
  .bx-offerings-card{    margin-bottom: 30px;} 
  .bx-offerings-card__title{margin-top:15px;} 
  .webhomerightform{width:100%;}
  .bx-two-up-content__links-inner{padding:10px;margin-top:20px;}
  .bx-two-up-content__link-label{font-size:20px;}
  .bx-offerings-main__2 a i{width: 40px; height: 40px; line-height: 18px;}
  .track span{margin-right: 90px; font-size: 90px;}
  .homemarque{padding:20px 0px;}
  .rightdocumentdownload img{width:100%;margin-top:20px;}
  .rightdocumentdownload{flex-direction: column;gap:0px;}
  .homeslideflxitmes{
          margin-top: 50px;
  }
  .leftprarfoot{margin-bottom:20px !important;}
  .flexfooterright{justify-content:center;}
  .topheader.scrolling .navbar-toggler-icon svg path{stroke:#000 !important;}
  .navbar-toggler{padding:0px;border:none;}
.navbar-toggler:focus{border:none;outline:none;box-shadow:none;}
.navbar-nav .nav-item:first-child{border-top:1px solid #fff;}
.navbar-nav .nav-item{border-bottom: 1px solid #fff;width:100%;        padding: 8px 22px;}

.maintitle h2{text-align:center !important;}

.mt-5{    margin-top: 20px !important;}

  .navbar-collapse{position: fixed; width: 100%; top: 71px; background: #00000054; left: 0; backdrop-filter: blur(4px); height: 100%;}
  .navbar-nav{    background: #000;    transition: all 0.3s ease-in-out;}

  .topheader.scrolling .navbar-collapse .navbar-nav{background:#fff;}

  .topheader.scrolling .navbar-collapse{top: 71px;}

    .topheader.hide .navbar-collapse{top: 0px;}

  .topheader.scrolling .navbar-nav .nav-item{border-bottom:1px solid #d5d8df;}
  .topheader.scrolling  .navbar-nav .nav-item:first-child{border-top:0px;}
  .navbar-nav .nav-item:last-child{border-bottom: 0px; padding: 12px 22px;}


  .bx-content-card__title{margin-top:1rem;}
  .bx-content-card__meta{margin-top:0.5rem;}
  .feturecard{margin-bottom:20px;}
  

  .bx-offerings__main p{text-align:center;    font-size: 16px;}
  .abouttoprightimg img{width:100%;height:250px;}
  .ourtemimg{text-align:center;}
  .ourtemimg img{float:none;height: 220px;padding:0;}
  .comanydetailsteam p{font-size:15px;}
  p{    font-size: 18px;}

  .missionimg:first-child{margin-top:20px;}
  .missionimg img{width:100%;}

  .homemobstyle{padding-top:80px;padding-bottom: 110px !important;}

  .anotherpagepadding{padding-top:80px !important;        padding-bottom: 50px !important;}

  .contactdetailscontent{padding:180px 30px;}
  
  .servepara{width:100% !important;}
  .investmenntcardflx{margin-bottom:20px;}
  .investmenntcardflx p{margin-top:10px;}

   .topheader.scrolling .navbar-toggler-icon svg{stroke:#000;}

   .scroll-row-wrapper{flex-wrap: nowrap;overflow-x: auto;}
   .scroll-row-wrapper .col-lg-4{    width: 300px !important;}
   .investmenntcardflx img{height:250px;}
   .investmenntcardflx p{font-size:15px;}

   .financialflxdiv p{text-align:justify;font-size:16px;}

    .navbar-collapse .nav-item a{display: block;}

   .corevaluescardflx img{height:250px;}

   .mobflxdiv{flex-direction: column-reverse;}
   .rightfinancalimg img{width:100%;height:250px;}

   .corevaluescardflx{margin-bottom:20px;}
   .corevaluescardflx p{margin-top:10px;}

   .insighopara{margin-bottom:20px;}
   .insightrigthimg img{height:250px;}

   .reportcardflx img{height: 250px; object-fit: cover;}
}