body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

input:hover,
input:focus,
input:active {
  outline: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style-type: none;
}

img {
  border: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

:before,
:after {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix {
  clear: both;
  overflow: hidden;
}

.wrapper {
  margin: 0px auto;
  /* overflow: hidden; */
}

.container {
  max-width: 1270px;
}

.btn:focus,
.btn.focus {
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

/*--------------- COMMON_START ---------------*/

.default-btn-hp {
  min-width: ;
  border: solid 2px #fff;
  background: none;
  border-radius: 56px;
  font-size: 13px;
  line-height: 52px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #fff;
  margin: 0px;
  padding: 0px 39px 0px;
  position: relative;
}

.default-btn-hp:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: solid 2px #fff;
  margin: 0px;
  padding: 0px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
  border-radius: 56px;
}

.default-btn-hp:hover {
  color: #1000CE;
  background: #fff;
}

.default-btn-hp:hover:after {
  top: -7px;
  right: -7px;
  left: -7px;
  bottom: -7px;
}

.common-title-bhp {
  margin: 0px;
  padding: 0px 0px 40px;
  text-align: center;
}

.common-stitle-bhp {
  font-size: 14px;
  line-height: 16px;
  color: #1000CE;
  letter-spacing: 2.8px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px 0px 0px;
}

.common-title-bhp h2 {
  font-size: 30px;
  line-height: 36px;
  color: #1000CE;
  font-weight: 800;
  margin: 0px;
  padding: 16px 0px 0px;
}

.common-title-bhp p {
  font-size: 14px;
  line-height: 28px;
  color: #02041D;
  letter-spacing: 0.28px;
  font-weight: 300;
  margin: 0px;
  padding: 25px 0px 0px;
}

.common-title-white-bhp .common-stitle-bhp {
  color: #fff;
}

.common-title-white-bhp h2 {
  color: #fff;
}

.common-title-white-bhp p {
  color: #fff;
}

/*--------------- COMMON_END ---------------*/

/*--------------- HEADER_START --------------*/

#header {
  margin: 0px;
  padding: 0px 0px 0px;
  min-height: 152px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99999999;
  width: 100%;
}

.header-in-bhp {
  margin: 0px;
  position: relative;
}

.logo-bhp {
  margin: 63px 0px 63px;
  padding: 0px;
  float: left;
}

.logo-bhp a {}

.logo-bhp a img {
  height: 26px;
  display: flex;
}

.head-right-bhp {
  margin: 0px;
  padding: 0px;
  float: right;
}

.head-btn-bhp {
  margin: 0px;
  padding: 51px 0px 51px;
}

.head-btn-bhp .default-btn-hp {
  line-height: 46px;
  font-size: 12px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  padding: 0px 34px 0px;
}

.head-btn-bhp .default-btn-hp:hover {}

/*--------------- HEADER_END --------------*/

/*--------------- CONTAIN_START --------------*/

#contain {
  margin: 0px;
  padding: 0px;
}

.banner-block-main-bhp {
  margin: 0px;
  padding: 0px;
}

.banner-block-overlay-bhp {
  background: radial-gradient(50% 138.57% at 50% 50%, rgba(2, 4, 29, 0) 0%, rgba(3, 6, 33, 0.7) 100%);
}

.banner-block-in-bhp {
  margin: 0px;
  padding-top: 152px;
  padding-bottom: 152px;
  height: 100vh;
  position: relative;
  width: 100%;
  display: table;
}

.banner-text-main-bhp {
  margin: 0px;
  padding: 157px 0px 0px;
  position: relative;
}

.banner-text-main-bhp h1 {
  max-width: 580px;
  font-size: 50px;
  line-height: 68px;
  color: #ffffff;
  font-weight: 800;
  margin: 0px;
  padding: 0px 0px 46px;
}

.banner-text-btn-bhp {
  margin: 0px;
  padding: 0px;
}

.hero-logo-block-bhp {
  position: absolute;
  left: 0px;
  bottom: 70px;
  width: 100%;
  margin: 0px;
  padding: 0px 15px;
}

.hero-logo-block-in-bhp {
  margin: 0px;
  padding: 0px;
}

.hero-logo-slider-bhp {
  margin: 0px;
  padding: 0px;
}

.hero-logo1-bhp {
  margin: 0px;
  padding: 0px;
  display: table;
  width: 100%;
  height: 42px;
}

.hero-logo1-in-bhp {
  margin: 0px;
  padding: 0px;
  display: table-cell;
  vertical-align: middle;
}

.hero-logo1-in-bhp a {
  display: block;
}

.hero-logo1-in-bhp a img {
  display: flex;
  margin: 0px auto;
}

.scroll-down-logo-bhp {
  position: absolute;
  right: 0px;
  top: 278px;
  width: 116px;
  height: 116px;
  background: url(../images/scroll_down_logo_bhp.svg) no-repeat center center;
  background-size: 100%;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}

.scroll-down-logo-bhp:hover {
  -webkit-animation: spin 6s linear infinite;
  -moz-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
}

@-moz-keyframes spin {
  100% {
      -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.how-work-block-main-bhp {
  margin: 0px;
  padding: 111px 0px 0px;
  background: #1000CE url(../images/how_work_bg_img_bhp.svg) no-repeat center top -18px;
  background-size: cover;
}

.how-work-block-in-bhp {
  margin: 0px;
}

.how-work-list-main-bhp {
  margin: 0px;
  padding: 0px 30px 0px;
  font-size: 0px;
}

.how-work-box1-bhp {
  margin: 0px;
  padding: 80px 70px 120px;
  display: inline-block;
  vertical-align: top;
}

.how-work-box-title-bhp {
  margin: 0px;
  padding: 0px 0px 16px;
  border-bottom: solid 1px #ffffff;
}

.how-work-box-logo-bhp {
  margin: 0px;
  padding: 0px;
  float: left;
}

.how-work-box-logo-bhp img {
  height: 32px;
  display: flex;
}

.how-work-box-tit-name-bhp {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 800;
  text-align: right;
  margin: 0px;
  padding: 0px;
  float: right;
}

.how-work-box1-info-bhp {
  margin: 0px;
  padding: 19px 0px 0px;
}

.how-work-box1-info-bhp h3 {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 800;
  margin: 0px;
  padding: 0px 0px 46px;
}

.how-work-box1-info-bhp p {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.28px;
  margin: 0px;
  padding: 0px 0px 44px;
}

.how-work-box1-btn-bhp {
  margin: 0px;
  padding: 0px;
}

.what-do-block-main-bhp {
  margin: 0px;
  padding: 132px 0px 116px;
  background: #02041D;
}

.what-do-block-in-bhp {
  margin: 0px;
}

.what-do-list-main-bhp {
  margin: 0px;
  padding: 0px;
}

.what-do-nav-bhp {
  margin: 0px;
  padding: 70px 0px 70px;
}

.what-do-nav-bhp ul {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}


.what-do-nav-bhp ul li {
  /* display: block; */
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  letter-spacing: 0.32px;
  margin: 0px;
  padding: 0px;
  position: relative;
  cursor: pointer;
}

.what-do-nav-bhp ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 2px;
  background: #ffffff;
  margin: 0px auto;
  padding: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.what-do-nav-bhp ul li :hover:after {
  width: 100%;
}

.what-do-nav-bhp ul .filters-active-bhp:after {
  width: 100%;
}

/* .what-do-boxes-main-bhp {
  margin: 0px -36px;
  padding: 0px;
} */

/* .what-do-box1-bhp {
  margin: 0px;
  padding: 0px 15px 0px;
} */

.what-do-box1-img-info-bhp {}

.what-do-box1-img-bhp {
  width: 100%;
  /* height: 650px; */
  position: relative;
}

.what-do-box1-img-bhp a {
  display: block;
}

.what-do-box1-img-in-bhp {
  width: 100%;
  height: 100%;
}

.what-do-box1-img-in-bhp img {
  width: 100%;
}

.what-do-box1-img-info-bhp {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 25px 20px 0px 20px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: rgb(16, 0, 206);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(16, 0, 206, 0.75) 0%, rgba(16, 0, 206, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(16, 0, 206, 0.75) 0%, rgba(16, 0, 206, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(16, 0, 206, 0.75) 0%, rgba(16, 0, 206, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1000ce', endColorstr='#1000ce', GradientType=0);
  /* IE6-9 */
}

.whatdo-bimg-info-tit-bhp {
  margin: 0px;
  padding: 0px 28px;
  font-size: 0px;
}

.whatdo-bimg-logo-bhp {
  width: 145px;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}

.whatdo-bimg-logo-bhp img {
  height: 24px;
}

.whatdo-bimg-info-tit-bhp p {
  width: calc(100% - 145px);
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.28px;
  padding: 0px;
  margin: 0px;
}

.whatdo-bimg-chart-bhp {
  margin: 0px auto;
  padding: 0px;
  font-size: 0px;
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 61px;
  width: calc(100% - 68px);
}

.whatdo-bimg-chart-box1-bhp {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px 28px;
}

.whatdo-bimg-chart-box1-img-bhp {
  width: 116px;
  height: 116px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
}

.whatdo-bimg-chart-box1-text-bhp {
  width: 116px;
  height: 116px;
  font-size: 22px;
  color: #ffffff;
  line-height: 116px;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.88px;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
}

.whatdo-bimg-chart-box1-bhp p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin: 0px;
  padding: 15px 0px 0px;
}

.what-do-box1-img-bhp a:hover .what-do-box1-img-info-bhp {
  opacity: 1;
}

.whatdo-bimg-chart-box1-img-bhp svg.circle-chart {
  overflow: visible;
  padding: 0px;
  z-index: 99;
  position: relative;
}

.whatdo-bimg-chart-box1-img-bhp .circle-chart__circle {
  animation: circle-chart-fill 2s reverse;
  /* 1 */
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* 2, 3 */
  -webkit-transform-origin: center;
  transform-origin: center;
  /* 4 */
}

.whatdo-bimg-chart-box1-img-bhp .circle-chart__circle--negative {
  -webkit-transform: rotate(-90deg) scale(1, -1);
  transform: rotate(-90deg) scale(1, -1);
  /* 1, 2, 3 */
}

.whatdo-bimg-chart-box1-img-bhp .circle-chart__info {
  -webkit-animation: circle-chart-appear 2s forwards;
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  -webkit-transform: translateY(0.3em);
  transform: translateY(0.3em);
}

@-webkit-keyframes circle-chart-fill {
  to {
      stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-fill {
  to {
      stroke-dasharray: 0 100;
  }
}

@-webkit-keyframes circle-chart-appear {
  to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@keyframes circle-chart-appear {
  to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

.what-do-box1-info-bhp {
  margin: 0px;
  padding: 0px;
}

.what-do-box1-info-bhp h2 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.60px;
  margin: 0px;
  padding: 31px 0px 11px;
}

.what-do-box1-info-bhp h2 a {
  color: #fff;
}

.what-do-box1-info-bhp p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 0.32px;
  margin: 0px;
  padding: 0px;
}

.isotope,
.isotope .what-do-box1-bhp {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .what-do-box1-bhp {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

.what-do-btn-bhp {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.why-choose-block-main-bhp {
  margin: 0px;
  padding: 120px 0px 105px;
  background: #F7F7FE;
}

.why-choose-block-in-bhp {
  margin: 0px;
}

.why-choose-info-bhp {
  margin: 0px;
  padding: 0px 0px 0px;
}

.why-choose-info-bhp h3 {
  font-size: 14px;
  line-height: 20px;
  color: #02041D;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.28px;
  margin: 0px;
  padding: 0px 0px 3px;
}

.why-choose-info-bhp p {
  font-size: 14px;
  line-height: 28px;
  color: #02041D;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.28px;
  margin: 0px;
  padding: 0px;
}

.growth-partners-block-main-bhp {
  margin: 0px;
  padding: 110px 0px 60px;
  background: #1000CE;
}

.growth-partners-block-in-bhp {
  margin: 0px;
}

.growth-partners-list-bhp {
  margin: 0px;
  padding: 12px 32px 0px;
}

.growth-partners-box1-bhp {
  margin: 0px 0px 0px;
  padding: 0px;
  font-size: 0px;
}

.Gpartners-logo1-bhp {
  width: 196px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 50px;
  padding: 0px;
}

.Gpartners-logo1-in-bhp {
  margin: 0px;
  padding: 0px;
  display: table;
  height: 70px;
  width: 100%;
}

.Gpartners-logo1-in-bhp a {
  margin: 0px;
  padding: 0px;
  display: table-cell;
  vertical-align: middle;
}

.Gpartners-logo1-in-bhp a img {
  display: flex;
  margin: 0px auto;
}

.testimonial-block-main-bhp {
  margin: 0px;
  padding: 118px 0px 0px;
  background: #F7F7FE;
}

.testimonial-block-in-bhp {
  margin: 0px;
}

.testimonial-block-main-bhp .common-title-bhp {
  padding-bottom: 76px;
}

.testimonial-list-main-bhp {
  margin: 0px;
  padding: 0px 64px 14px;
  font-size: 0px;
}

.testimonial-box1-bhp {
  margin: 0px;
  padding: 0px 30px 110px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.testimonial-box1-bhp p {
  font-size: 14px;
  line-height: 28px;
  color: #02041D;
  letter-spacing: 0.28px;
  font-weight: 800;
  margin: 0px;
  padding: 0px 0px 48px;
}

.testimonial-author-name-bhp {
  font-size: 14px;
  line-height: 20px;
  color: #1000CE;
  letter-spacing: 0.28px;
  font-weight: 800;
  margin: 0px;
  padding: 0px;
}

.testimonial-box1-bhp h3 {
  font-size: 14px;
  line-height: 20px;
  color: #02041D;
  letter-spacing: 0.28px;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}

.testimonial-box1-bhp h3 span {
  display: inline-block;
  font-weight: 700;
}

.get-touch-block-main-bhp {
  margin: 0px;
  padding: 113px 0px 90px;
  background: #1000CE;
}

.get-touch-block-in-bhp {
  margin: 0px;
}

.get-touch-info-bhp {
  margin: 0px;
  padding: 0px;
}

.get-touch-info-bhp h2 {
  font-size: 36px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 27px;
}

.get-touch-info-bhp p {
  width: 490px;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.36px;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0px 20px;
}

.get-touch-info-bhp h3 {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.36px;
  font-weight: 700;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 60px;
}

.get-touch-info-bhp h3 a {
  color: #fff;
}

.get-touch-info-btn-bhp {
  text-align: center;
}

/*--------------- CONTAIN_END --------------*/

/*--------------- FOOTER_START --------------*/

#footer {
  margin: 0px;
  padding: 0px;
  background: #02041D;
}

.footer-in-bhp {
  margin: 0px;
}

.footer-top-bhp {
  margin: 0px;
  padding: 106px 0px 24px;
  border-bottom: solid 1px #ffffff;
}

.footer-location-bhp {
  float: left;
  margin: 0px;
  padding: 0px;
}

.footer-location-bhp h2 {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-weight: 800;
  padding: 0px;
  margin: 0px;
}

.footer-location-bhp p {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}

.footer-contact-bhp {
  float: right;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

.foot-email-bhp {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 800;
  padding: 6px 0px 8px;
  margin: 0px;
}

.foot-email-bhp a {
  color: #fff;
}

.footer-bottom-bhp {
  margin: 0px;
  padding: 25px 0px 93px;
}

.footer-social-bhp {
  float: left;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}

.footer-social-bhp p {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  padding: 0px 22px 0px 0px;
  margin: 0px;
}

.footer-social-bhp ul {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  font-size: 0px;
}

.footer-social-bhp ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  padding: 0px 16px 0px 0px;
  margin: 0px;
}

.footer-nav-bhp {
  float: right;
  margin: 0px;
  padding: 0px;
}

.footer-nav-bhp ul {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}

.footer-nav-bhp ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 0px 22px;
}

.footer-nav-bhp ul li a {
  display: block;
  color: #ffffff;
}

/*--------------- FOOTER_END --------------*/

/*-------------custom style----------------*/

.landing_video {
  position: absolute;
  width: 100vw;
  height: -webkit-fill-available;
  object-fit: fill;
}

.about-block-main-bhp{
  margin: 0px;
  padding: 132px 0px 116px;
  background: #02041D;
}
.common-title-bhp.common-title-white-bhp.text-start {
  text-align: start;
}
.position-relatives{
  position: relative;
}
.about-left-content{
  position: sticky;
  top: 50px;
}
.about-left-content .common-title-bhp{

}
.about-right-wrap ul li{
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.about-right-wrap ul li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.about-right-wrap ul li h3{
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 15px;
}
.about-right-wrap ul li p{
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.28px;
  margin: 0px;
}

.text-slider-block-main-bhp{
  padding: 132px 0px 116px;
  background: #02041D;
  overflow: hidden;
}
.wrapperRollingText {
  white-space: nowrap;
}
.rollingText {
  font-size: 6vw;
  line-height: 1.2;
  display: inline-block;
  padding-left: 10px;
  color: #fff;
}