:root {
  --white: #ffffff;
  --black: #000000;
  --bg-red: #de2400;
  --bg-green: #f1f7e3;
  --bg-ash: rgba(0, 78, 152, 0.1);
  --header-height: 94px;
}
body {
  overflow-x: hidden;
}
body.is-preload *,body.is-preload :after,body.is-preload :before{
  -webkit-animation:none!important;
  animation:none!important;
  -webkit-transition:none!important;
  transition:none!important
}


body.is-preload *{
  opacity:0;
  pointer-events:none;
  -webkit-transition:opacity 1s ease;
  transition:opacity 1s ease
}
body.is-preload *{
  opacity:0
}
html {
  scroll-behavior: smooth;
}
.white {
  color: var(--white);
}
.black {
  color: var(--black);
}
.h-color {
  color: var(--bg-red);
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 85%;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.p-nomargin,
.h-nomargin {
  margin: 0px;
}
.pd-150 {
  font-size: 150px;
}
.pd-100 {
  font-size: 100px;
}
.pd-80 {
  font-size: 80px;
}
.pd-40 {
  font-size: 40px;
}
.pd-25 {
  font-size: 25px;
}
.pd-20 {
  font-size: 20px;
}
.pd-30 {
  font-size: 30px;
}
.pd-15 {
  font-size: 15px;
}
.pd-17 {
  font-size: 17px;
}
.pd-18 {
  font-size: 18px;
}
.lh-55 {
  line-height: 55px;
}
.lh-35 {
  line-height: 35px;
}
.lh-40 {
  line-height: 40px;
}
.lh-45 {
  line-height: 45px;
}
.lh-30 {
  line-height: 30px;
}
.lh-25 {
  line-height: 25px;
}
.lh-20 {
  line-height: 20px;
}
.lh-80 {
  line-height: 80px;
}
.sora-bold {
  font-family: "SoraBold";
}
.sora-extrabold {
  font-family: "SoraExtraBold";
}
.sora-extralight {
  font-family: "SoraExtraLight";
}
.sora-light {
  font-family: "SoraLight";
}
.sora-medium {
  font-family: "SoraMedium";
}
.sora-regular {
  font-family: "SoraRegular";
}
.sora-semibold {
  font-family: "SoraSemiBold";
}
.sora-thin {
  font-family: "SoraThin";
}
header {
  padding: 20px 0px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  background-color: hsla(0, 0%, 100%, .9);
  transition: all 0.3s ease;
  &.active{
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: thin solid rgba(4, 1, 14, 0.1);
    &:before{
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      transition: background-image .08s 
  linear, opacity .12s 
  linear;
      background: rgba(255, 255, 255, 0.3);
      -webkit-backdrop-filter: blur(30px);
      backdrop-filter: blur(30px);
    }
  }
  @media (max-width: 991.5px) {
    &.active{
    opacity: 0;
      visibility: hidden;
      pointer-events: none;
      background: white;
    }
  }
  
}
/* .top-logo img
{
    width: 250px;
} */
.top-social {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5px;
}
.header-menu .navbar .navbar-brand {
  padding: 0px;
  margin: 0px;
  width: 70%;
}
.top-social a img {
  width: 20px;
}
.banner-parent {
  padding-top: 18rem;
}
.banner-parent .banner-child1 .banner-text {
  max-width: 85%;
  position: absolute;
  top: -95px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
}
.banner-parent .banner-child1 .banner-text h1 {
  width: 85%;
}
.banner-scrollnext {
  max-width: 85%;
  position: absolute;
  bottom: 30px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
  display: flex;
  justify-content: flex-end;
}
.we-invest {
  padding: 100px 0px 120px 0px;
}
.we-right {
  margin-left: 150px;
}
.we-right p {
  padding-bottom: 50px;
}
.we-buttons {
  display: flex;
}
.we-buttons a {
  text-decoration: none;
  text-transform: uppercase;
  width: 300px;
  height: 55px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.we-buttons a img {
  width: 17px;
}
.we-buttons a:nth-child(1) {
  background-color: var(--bg-red);
  border: 2px solid var(--bg-red);
  transition: all 0.3s ease 0s;
}
.we-buttons a:nth-child(1):hover {
  box-shadow: 0px 15px 20px rgba(222, 36, 0, 0.4);
  color: #ffffff;
  transform: translateY(-4px);
}
.we-buttons a:nth-child(2) {
  background: transparent;
  border: 2px solid var(--bg-red);
  color: var(--bg-red);
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.we-buttons a:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--bg-red);
  z-index: -1;
  transition: width 0.4s ease;
}
.we-buttons a:nth-child(2):hover::before {
  width: 100%;
}
.we-buttons a:nth-child(2):hover {
  color: var(--white);
}
.explore-link:hover .explore-arrow {
  content: url("../images/view-portfolio-arrow.svg");
}
.em-design img {
  width: 35%;
  position: absolute;
  left: 12px;
  top: -17.5rem;
  z-index: -1;
}
.bypds-parent {
  position: absolute;
  top: 0px;
  left: 6%;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
}
.bypds-parent .bypds-child1 h3 {
  text-transform: uppercase;
  padding-bottom: 25px;
}
.bypds-parent .bypds-child1 p {
  padding-bottom: 70px;
}
.bypds-parent .bypds-child1 .emp-buttons {
  display: flex;
}
.bypds-parent .bypds-child1 .emp-buttons a {
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.bypds-parent .bypds-child1 .emp-buttons a img {
  width: 17px;
}
.bypds-parent .bypds-child1 .emp-buttons a:nth-child(1) {
  background-color: var(--bg-red);
  border: 1px solid var(--bg-red);
  transition: all 0.3s ease 0s;
}
.bypds-parent .bypds-child1 .emp-buttons a:nth-child(1):hover {
  box-shadow: 0px 15px 20px rgba(255, 255, 255, 0.4);
  color: #ffffff;
  transform: translateY(-4px);
}
.bypds-parent .bypds-child1 .emp-buttons a:nth-child(1) img {
  margin-left: 15px;
}
.bypds-parent .bypds-child1 .emp-buttons a:nth-child(2) {
  background: var(--white);
  border: 1px solid var(--bg-red);
  color: var(--bg-red);
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
}
.bypds-parent .bypds-child1 .emp-buttons a:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--bg-red);
  z-index: -1;
  transition: width 0.4s ease;
}
.bypds-parent .bypds-child1 .emp-buttons a:nth-child(2):hover::before {
  width: 100%;
}
.bypds-parent .bypds-child1 .emp-buttons a:nth-child(2):hover {
  color: var(--white);
}
.bypds-parent .bypds-child1 .emp-buttons a:nth-child(2) img {
  margin-left: 30px;
}
.empower-by::before {
  content: "";
  background-color: var(--bg-green);
  width: 100%;
  height: 350px;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.spotlight-parent {
  background-color: var(--bg-green);
  padding: 10rem 0px 13rem 0px;
  overflow: hidden;
}
.spot-right {
  position: absolute;
  top: 0px;
  right: 0px;
}
.spotlight-inner-parent {
  display: flex;
}
.spotlight-parent .spotlight-child1 {
  background-color: var(--white);
  width: 50%;
  padding: 75px 150px 0px 75px;
}
.spotlight-parent .spotlight-child1 h6 {
  text-transform: uppercase;
}
.spotlight-parent .spotlight-child1 h2 {
  padding-bottom: 30px;
}
.spotlight-parent .spotlight-child1 p {
  padding-bottom: 45px;
}
.spotlight-parent .spotlight-child1 p:nth-child(4) {
  padding-bottom: 60px;
}
.spotlight-parent .spotlight-child1 a {
  background-color: var(--bg-red);
  text-decoration: none;
  border-radius: 30px;
  padding: 12px 25px;
  transition: all 0.3s ease 0s;
}
.spotlight-parent .spotlight-child1 a:hover {
  box-shadow: 0px 15px 20px rgba(222, 36, 0, 0.4);
  color: #ffffff;
  transform: translateY(-4px);
}
.spotlight-parent .spotlight-child1 a img {
  width: 17px;
  margin-left: 20px;
}
.spotlight-parent .spotlight-child2 {
  width: 50%;
}
.emp-logopds {
  position: absolute;
  right: 130px;
  bottom: 60px;
}
.emp-logopds img {
  width: 200px;
}
.spot-materra {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 22rem;
  width: 20%;
}
.spot-materra img:nth-child(1) {
  z-index: 1;
}
.spot-materra img:nth-child(2) {
  margin-top: -85px;
  margin-left: 125px;
}
.stories-parent {
  background-color: var(--bg-ash);
  padding: 125px 0px 120px 0px;
}
.stories-news {
  text-align: center;
  margin-bottom: 70px;
}
.stories-news h6 {
  text-transform: uppercase;
  padding-bottom: 15px;
}

.stories-news h2 {
  width: 65%;
  margin: 0px auto;
  display: table;
}
.box-parent {
  background-color: var(--white);
  box-shadow: 0px 5px 10px #00000029;
  width: 500px;
}
.box-parent .box-child1 {
  padding: 30px 30px 15px 30px;
}
.box-parent .box-child1 .may-parent {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.box-parent .box-child1 .may-parent span:nth-child(1) {
  color: #231f20;
}
.box-parent .box-child1 .may-parent span:nth-child(2) {
  color: #3a6ea5;
}
.box-parent .box-child1 h2 {
  color: #231f20;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 103px;
}
.box-parent .box-child1 p {
  color: #231f20;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  min-height: 75px;
}
.box-parent .box-child1 a {
  display: flex;
  justify-content: flex-end;
}
.slider-viewall {
  margin: 70px auto 0px;
  display: table;
}
.slider-viewall a {
  background-color: var(--bg-red);
  text-decoration: none;
  border-radius: 30px;
  padding: 12px 25px;
  transition: all 0.3s ease 0s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.slider-viewall a:hover {
  box-shadow: 0px 15px 20px rgba(222, 36, 0, 0.4);
  color: #ffffff;
  transform: translateY(-4px);
}
.slider-viewall a img {
  width: 17px;
  margin-left: 20px;
}
.foot-parent {
  padding-top: 80px;
}
.footer-parent {
  width: 100%;
  display: flex;
}
.footer-parent .footer-child1,
.footer-parent .footer-child2 {
  width: 50%;
}
.footer-child1 img {
  width: 250px;
}
.footer-child1 p {
  padding-top: 30px;
}
.footer-parent .footer-child2 {
  padding-left: 60px;
}
.footer-parent .footer-child2 h6 {
  color: #1e442c;
  padding-bottom: 10px;
}
.footer-parent .footer-child2 p {
  color: #1e442c;
}
.footer-parent .footer-child2 .subscribe-form {
  display: flex;
  align-items: center;
  max-width: 100%;
  border: 1px solid #707070;
  border-radius: 54px;
  overflow: hidden;
  background: white;
  margin-top: 25px;
}
.footer-parent .footer-child2 .subscribe-input {
  flex: 1;
  border: none;
  color: #1e442c;
  padding: 10px 15px;
  outline: none;
  font-size: 13px;
}
.footer-parent .footer-child2 .subscribe-button {
  background: none;
  border: none;
  cursor: pointer;
}
.fotright-parent {
  width: 100%;
  display: flex;
}
.fotright-parent .fotright-child1 {
  width: 33%;
}
.fotright-parent .fotright-child2 {
  width: 33%;
}
.fotright-parent .fotright-child3 {
  width: 33%;
}
.footer-menu {
  padding-left: 60px;
}
.footer-menu ul {
  padding-inline-start: 0px;
  margin-bottom: 0px;
}
.footer-menu ul li {
  list-style-type: none;
  line-height: 30px;
  margin-bottom: 5px;
}
.footer-menu ul li a {
  color: #1e442c;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-menu ul li a:hover {
  color: var(--bg-red);
}
.fotright-child3 .follow-us p{
  height: 30px;
}
.fotright-child3 .follow-us p span{
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1 !important;
}
.fotright-child3 .follow-us p span a{
  height: 100%;
  display: flex;
  align-items: center;
}
.fotright-child3 .follow-us p span a img{
  margin-bottom: 0px !important;
}
.fotright-child3 .follow-us {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
.fotright-child3 .follow-us p {
  color: #1e442c;
  display: flex;
  align-items: center;
}
.fotright-child3 .follow-us p span {
  line-height: 21px;
}
.fotright-child3 .follow-us p a img {
  width: 22px;
  padding-left: 5px;
  margin-bottom: 4px;
}
.back-totop a {
  text-decoration: none;
  color: #1e442c;
}
.copy-parent {
  margin-top: 50px;
  border-top: 1px solid rgba(58, 178, 115, 0.4);
  padding: 25px 0px;
}
.copy-left p {
  color: #1e442c;
}
.copy-left p a {
  color: #1e442c;
}
.copy-right ul {
  padding-inline-start: 0px;
  margin-bottom: 0px;
  display: flex;
  justify-content: flex-end;
}
.copy-right ul li {
  list-style-type: none;
}
.copy-right ul li:nth-child(2),
.copy-right ul li:nth-child(4) {
  padding: 0px 10px;
}
.copy-right ul li a {
  color: #1e442c;
  text-decoration: none;
}
.header-menu .navbar-expand-lg .navbar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-menu .navbar-expand-lg .navbar-nav .nav-link {
  color: #1e4b2e;
  position: relative;
  padding: 0px;
  padding-bottom: 3px;
}
.header-menu .navbar-expand-lg .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--bg-red);
  bottom: -2px;
  left: 50%;
  transition: all 0.3s ease;
}
.header-menu .navbar-expand-lg .navbar-nav .nav-link:hover::after {
  width: 100%;
  left: 0;
}
.header-menu .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--bg-red);
}
.header-menu .navbar-nav .nav-link.active {
  color: var(--bg-red);
  border-bottom: 2px solid var(--bg-red);
}
.innerpage-banner {
  padding-top: 20rem;
}
.innerpage-banner::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 370px;
  background-color: #8c9d5e;
  z-index: -1;
}
.innerpage-content p {
  width: 45%;
  padding: 9rem 0rem 4rem 0rem;
}
.inner-banner-shape {
  position: absolute;
  top: -7.2rem;
  right: 0px;
}
.innerpage-banner .banner-scrollnext {
  max-width: 100%;
}
.invest-focus {
  padding: 90px 0px 120px 0px;
}
.invest-left h2 {
  width: 65%;
}
.invest-right p {
  width: 85%;
}
.material-content-parent {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.material-box {
  background-color: var(--white);
  padding: 35px;
}
.material-box h2 {
  width: 70%;
  padding-bottom: 45px;
}
.material-box li {
  list-style-type: none;
  position: relative;
  padding-bottom: 30px;
}
.material-box li::before {
  content: url(../images/list-cion.svg);
  position: absolute;
  top: 5px;
  left: -30px;
}
.material-box li:last-child {
  padding-bottom: 0px;
}
.material-box ul li span:nth-child(2) {
  display: inline-block;
}
.team-pds {
  padding: 5rem 0rem 5rem 0rem;
}
.teampds-text h2 {
  padding-bottom: 25px;
}
.investment-committee {
  background-color: var(--bg-green);
  padding: 6rem 0rem;
  z-index: 1;
  overflow: hidden;
}
.investment-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 100%;
}
.investment-bg img{
	height: 100%;
}
.investment-head h2 {
  padding-bottom: 70px;
}
.investment-box1 h3 {
  color: #231f20;
  padding: 15px 0px 10px 0px;
}
.investment-box1 p {
  color: #231f20;
}
.investment-boxspaces {
  padding-bottom: 93px;
  cursor: pointer;
}
.investment-team {
  background-color: #f2f6fa;
  padding: 6rem 0rem 3rem;
  z-index: 1;
  overflow: hidden;
}
.investment-box1:hover .arrowred img {
    transform: scale(1);
}
.innerpage-contact::before {
  background-color: #9e9e9e;
}
.get-in-touch {
  padding: 40px 0px 90px 0px;
}
.get-text h2 {
  padding-bottom: 30px;
}
.contact-form .group-parent {
  margin-bottom: 40px;
}
.contact-form .group-parent label.form-label {
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.contact-form .group-parent .form-control,
.contact-form .group-parent .form-select {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #707070;
  padding: 8px 12px 8px 0px;
  height: 50px;
}
.contact-form .group-parent textarea.form-control {
  resize: none;
}
.contact-form .group-parent .form-control:focus,
.contact-form .group-parent .form-select:focus,
.get-agree .form-check-input:focus {
  box-shadow: none;
}
.get-agree .form-check-input {
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 0px;
  margin-top: 7px;
  margin-right: 15px;
}
.get-submit {
  display: flex;
  justify-content: flex-end;
}
.get-submit .btn-submitt {
  width: 280px;
  height: 50px;
  background-color: var(--bg-red);
  border: none;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 25px;
  transition: all 0.3s ease 0s;
}
.get-submit .btn-submitt:hover {
  box-shadow: 0px 15px 20px rgba(222, 36, 0, 0.4);
  color: #ffffff;
  transform: translateY(-4px);
}
.get-submit .btn-submitt img {
  width: 15px;
}
.contact-info {
  padding: 60px 0px 70px;
  background-color: #f5f5f5;
  /* position: relative;
    z-index: 1; */
}
.cont-head h2 {
  padding-bottom: 25px;
}
.cont-inner h3 {
  padding-bottom: 20px;
}
/* .contact-space
{
    height: 250px;
} */
/* .contact-info::before
{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 442px;
    background-color: #f5f5f5;
    z-index: -1;
}
.contact-info::after
{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 442px;
    background-color: #f9f9f9;
    z-index: -1;
} */
/* .contact-map
{
    position: absolute;
    top: 10rem;
    right: 11rem;
} */
/* .cont-inner
{
    z-index: 1;
    position: relative;
} */
.global-office {
  padding: 40px 0px 40px;
  background-color: #f9f9f9;
}
.global-office .cont-head h2 {
  padding-bottom: 30px;
}
.cont-inner ul {
  margin-left: 40px;
  padding-inline-start: 0px;
}
.cont-inner ul li {
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
}
.cont-inner ul li:before {
  content: "1";
  position: absolute;
  top: 7px;
  left: -40px;
  color: var(--white);
  background-color: var(--bg-red);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  font-family: "SoraSemiBold";
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
}
.cont-inner ul li:nth-child(2):before {
  content: "2";
}
.cont-inner ul li:nth-child(3):before {
  content: "3";
}
.cont-inner ul li:nth-child(4):before {
  content: "4";
}
.cont-inner ul li span:nth-child(1) {
  padding-bottom: 10px;
}
.cont-inner ul li span:nth-child(2) {
  display: inline-block;
}
.contact-map {
  position: relative;
}
.contact-map span {
  color: var(--white);
  background-color: var(--bg-red);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  font-family: "SoraSemiBold";
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
}
.contact-map span:nth-child(2) {
  position: absolute;
  left: 28rem;
  top: 7.3rem;
}
.contact-map span:nth-child(3) {
  position: absolute;
  top: 12rem;
  right: 16.8rem;
}
.contact-map span:nth-child(4) {
  position: absolute;
  top: 14rem;
  left: 40rem;
}
.innerpage-stories::before {
  background-color: #4b6f57;
}
.latest-updates {
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}
.latest-updates::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 985px;
  background-color: #f3f6f4;
  z-index: -1;
}
.latest-tab .nav-pills {
  display: flex;
  justify-content: space-between;
}
.latest-tab .nav-pills .nav-link {
  color: #789381;
  padding: 0px;
  width: 290px;
  height: 80px;
  border-radius: 100px;
  background-color: #dfdfdf;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-tab .nav-pills .nav-link.active {
  background-color: var(--bg-red);
  color: var(--white);
}
.latest-tab .tab-content {
  padding-top: 40px;
}
.may-parent {
  background-color: var(--white);
  display: flex;
  margin-bottom: 30px;
}
.may-parent .may-child1 {
  width: 50%;
}
.may-parent .may-child1 > img{
  object-fit: cover;
}
.may-parent .may-child2 {
  padding: 40px 60px 0px 40px;
  width: 50%;
}
.may-parent .may-child2 h6 {
  color: #231f20;
  padding-bottom: 20px;
}
.may-parent .may-child2 h3 {
  color: #231f20;
  padding-bottom: 25px;
}
.may-parent .may-child2 p {
  color: #231f20;
  width: 80%;
  padding-bottom: 7rem;
}
.may-parent .may-child2 a {
  background-color: var(--bg-red);
  text-decoration: none;
  border-radius: 30px;
  width: 175px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  transition: all 0.3s ease 0s;
}
.may-parent .may-child2 a:hover {
  box-shadow: 0px 15px 20px rgba(222, 36, 0, 0.4);
  color: #ffffff;
  transform: translateY(-4px);
}
.may-parent .may-child2 a img {
  width: 15px;
}
.maysmallbox {
  background-color: var(--white);
  padding: 25px;
}
.maysmallbox .may-red {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.maysmallbox .may-red img {
  width: 25px;
}
.maysmallbox p {
  color: #231f20;
  padding-top: 25px;
}
.featured-stories {
  padding: 40px 0px 60px;
}
.featured-text h2 {
  padding-bottom: 25px;
}
.featured-inner {
  background-color: #f3f6f4;
  margin-right: 20px;
}
.featured-inner img {
  width: 100%;
}
.featured-inner-text {
  padding: 35px 35px 50px 35px;
}
.featured-inner-text p {
  color: #231f20;
  padding-bottom: 70px;
  min-height: 120px;
}
.slidersubpara {
  padding-bottom: 50px;
  height: 160px;
}
.featured-inner-text a {
  background-color: var(--bg-red);
  text-decoration: none;
  border-radius: 30px;
  width: 175px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  transition: all 0.3s ease 0s;
}
.featured-inner-text a:hover {
  box-shadow: 0px 15px 20px rgba(222, 36, 0, 0.4);
  color: #ffffff;
  transform: translateY(-4px);
}
.featured-inner-text a img {
  width: 15px;
}
.featured-slider .slick-dots li.slick-active,
.stories-slider .slick-dots li.slick-active {
  background: transparent;
  border: 1px solid var(--bg-red);
  border-radius: 222px;
  width: 44px;
}
.featured-slider .slick-dots li button,
.stories-slider .slick-dots li button {
  width: 15px;
  height: 15px;
}
.featured-slider .slick-dots li,
.stories-slider .slick-dots li {
  width: 15px;
  height: 15px;
  background: var(--bg-red);
  border-radius: 50%;
}
.featured-slider .slick-dots,
.stories-slider .slick-dots {
  bottom: -55px;
}
.stories-slider .slick-dots {
  position: static;
  margin-top: 30px;
}
.stories-slider .slick-dots li {
  background-color: #4b6f57;
}
.stories-slider .slick-dots li.slick-active {
  background: transparent;
  border: 1px solid #4b6f57;
}
.featured-slider .slick-dots li button:before,
.stories-slider .slick-dots li button:before {
  font-size: 0px;
}
.pds-ventures {
  padding: 90px 0px;
}
.insights-head h2 {
  padding-bottom: 45px;
}
.pds-ventures .box-parent .box-child1 .may-parent,
.pds-ventures .box-parent .box-child1 {
  background-color: #f8fafc;
}
.featured-partners {
  background-color: #dadfdc;
}
.featured-partners .featured-inner {
  background-color: #f3f6f4;
}
.case-studiesmain-stories .caseright img {
  width: 260px;
}
.case-studies-stories {
  overflow: hidden;
}
/* .scroll-section {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.scroll-section.visible {
  opacity: 1;
  transform: translateY(0);
} */
/* .sticky-tab-wrapper {
  position: sticky;
  top: 100px; 
  z-index: 999;
}  */
.ecobanner .inner-banner-shape img {
  width: 507px;
}
.scaling-innovation {
  padding: 70px 0px;
  position: relative;
  z-index: 1;
}
.scaling-innovation::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 620px;
  background-color: #f2f6fa;
  z-index: -1;
}
.scaling-head {
  width: 60%;
  margin: 0px auto;
  display: table;
}
.scaling-head h2 {
  padding-bottom: 70px;
}
.global-parent img {
  width: 100%;
}
.global-parent .global-child {
  background-color: #ebebeb;
  padding: 25px 25px 0px 25px;
  min-height: 550px;
}
.global-parent .global-child h3 {
  padding-bottom: 15px;
}
.global-parent .global-child p {
  padding-bottom: 20px;
}
.global-parent .global-child ul {
  padding-inline-start: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
}
.global-parent .global-child ul li {
  list-style-type: none;
  padding-bottom: 15px;
  position: relative;
}
.global-parent .global-child ul li::before {
  content: "";
  background: url(../images/scaling-list-arrow.png) no-repeat;
  position: absolute;
  top: 3px;
  left: -27px;
  width: 16px;
  height: 15px;
  background-position: top center;
  background-size: cover;
}
.strcollbxbg {
  margin-right: 25px;
}
.str-main {
  padding-top: 100px !important;
}
.strcollsubamin-slider .slick-dots li.slick-active {
  background: transparent;
  border: 1px solid #4b6f57;
  border-radius: 222px;
  width: 44px;
}
.strcollsubamin-slider .slick-dots li button {
  width: 15px;
  height: 15px;
}
.strcollsubamin-slider .slick-dots li {
  width: 15px;
  height: 15px;
  background: #4b6f57;
  border-radius: 50%;
}
.strcollsubamin-slider .slick-dots {
  bottom: -75px;
}
.strcollsubamin-slider .slick-dots li button:before {
  font-size: 0px;
}
.case-studies {
  overflow: hidden;
}
.patnerssay {
  background-color: #f5f5f5 !important;
}
/*.portflio-banner .inner-banner-shape img {
  width: 507px;
}
.portflio-banner .inner-banner-shape {
  top: -8rem;
}
.portflio-banner::before {
  background-color: #e44f33;
}
.portflio-banner .innerpage-content .eco-hei {
  width: 45%;
  padding: 147px 0rem 4rem 0rem;
}*/
.invest-potfolio .invest-right p {
  width: 100%;
}
.portfolio-investment {
  padding: 0px 0px 130px !important;
}
.portfolio-investment .pmmain {
  background: url(../../assets/images/portfolio-invest-bg.webp) no-repeat !important;
  margin-top: 0px;
}
.portfolio-material-science::before {
  height: 960px;
  background-color: #f2f6fa;
}
.portfolio-material-science .latest-tab .nav-pills .nav-link {
  padding: 0px 20px;
}
/*.portfolio-material-science .latest-tab .tab-content {
  padding-top: 50px;
}*/
.portfolio-material-science .latest-tab .nav-pills .nav-link {
  color: #1e4b2e;
}
.portfolio-material-science .latest-tab .nav-pills .nav-link.active {
  color: var(--white);
}
.porttab-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.porttab-head select.form-select {
  color: #1e4b2e;
  width: 510px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #c0c0c0;
}
.porttab-head select.form-select:focus {
  box-shadow: none;
}
.material-science-slider {
  margin-bottom: 0px !important;
}
.material-science-slider .slick-dots li.slick-active {
  background: transparent;
  border: 1px solid #4b6f57;
  border-radius: 222px;
  width: 44px;
}
.material-science-slider .slick-dots li button {
  width: 15px;
  height: 15px;
}
.material-science-slider .slick-dots li {
  width: 15px;
  height: 15px;
  background: #4b6f57;
  border-radius: 50%;
}
.material-science-slider .slick-dots {
  bottom: -55px;
}
.material-science-slider .slick-dots li button:before {
  font-size: 0px;
}
.materra-parent {
  width: 375px;
  background-color: var(--white);
  box-shadow: 0px 10px 20px #0000001a;
  padding: 50px 30px 35px 30px;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 30px;
}
.materra-parent .first-image {
  min-height: 90px;
}
.materra-parent .first-image img {
  width: 200px;
  margin: 0px auto;
}
.materra-parent p:nth-child(2) {
  padding-bottom: 55px;
  min-height: 180px;
}
.materra-parent p:nth-child(3) {
  min-height: 110px;
}
.materra-parent .another-image {
  height: 90px;
}
.materra-parent .another-image img {
  width: 150px;
  padding-bottom: 35px;
  margin: 0px auto;
}
.materra-parent a, .know-more-btn-portfolio a{
  background-color: var(--bg-red);
  text-decoration: none;
  border-radius: 30px;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  transition: all 0.3s ease 0s;
  margin: 0px auto;
  color: var(--white) !important;
}
.materra-parent a:hover, .know-more-btn-portfolio a:hover {
  box-shadow: 0px 15px 20px rgba(222, 36, 0, 0.4);
  color: #ffffff;
  transform: translateY(-4px);
}
.materra-parent a img, .know-more-btn-portfolio a img {
  width: 15px !important;
  padding-bottom: 0px !important;
}
.know-more-btn-portfolio a{
  margin: 0;
}
.know-more-btn-portfolio{
  margin-top: 1.5rem;
}
.portfolio-material-science {
  padding: 0px 0px 60px;
}
.extended-portfolio {
  padding: 50px 0px 50px;
  background-color: #fef3f2;
}
.extended-headd {
  margin-bottom: 30px;
}
.extended-portfolio .latest-tab .nav-pills .nav-link {
  color: var(--black);
  width: 510px;
}
.extended-portfolio .latest-tab .nav-pills .nav-link.active {
  color: var(--white);
}
.extended-portfolio .latest-tab .materra-parent .first-image img {
  width: 180px;
  padding-bottom: 45px;
  margin: 0px auto;
}
.extended-portfolio .latest-tab .materra-parent .second-image img {
  width: 105px;
}
.extended-portfolio .materra-parent .first-image {
  min-height: 135px;
}
.w-auto {
  width: auto;
}
.innerpage-strategy .innerpage-content:before
{
  background-color: #8c9d5e;
}
.material-bg picture img, .banner-child1 picture img, .emp-image picture img, .spotlight-child2 img
{
  width: 100%;
}
/* .why-pds-items
{
   position: sticky;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    display: flex;
} */
/* .material-overall
{
  display: flex;
  align-items: center;
  height: 100%;
} */
 .why-pds-items {
  position: sticky;
  top: var(--header-height);
  height: calc(100vh - var(--header-height));
  width: 100%;
  overflow: hidden;
  display: flex;
  border: none;
  background-color: transparent !important;
}
html.no-x-scroll {
  overflow-x: hidden;
}
.case-studies
{
  padding: 50px 0px 60px !important;
}
.case-studiesmain {
    margin-top: 35px !important;
}
.material-overall
{
  width: 100%;
}
.investment-box1 picture img
{
  width: 100%;
}
.positive-material {
    padding: 50px 0 !important;
}
.positive-material .pmbgslick .pmmainimg
{
  margin-top: 45px;
}
.inner-page-terms
{
  padding-top: 0px;
  background-color: #9e9e9e;
  margin-top: 90px;
}
.inner-page-terms .innerpage-content
{
  padding: 7% 0%;
}
.inner-page-terms .innerpage-content:before {
    display: none;
}
.get-in-terms
{
  padding: 40px 0px 0px 0px;
}
.custom-footer-class
{
  padding-top: 60px;
}
.innerpage-stories .inner-banner-shape img
{
  width: 270px;
}
.terms-content ul
{
  padding-left: 40px;
}
.left-moving
{
  padding-left: 20px;
}
.scaling-innovation .row.g-md-3 {
  display: flex;
  flex-wrap: wrap;
}

.scaling-innovation .col-lg-3,
.scaling-innovation .col-md-6,
.scaling-innovation .col-sm-6,
.scaling-innovation .col-12 {
  display: flex;
  flex-direction: column;
}

.scaling-innovation .global-parent {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.scaling-innovation .global-child {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.scaling-innovation .global-child h3,
.scaling-innovation .global-child p,
.scaling-innovation .global-child ul {
  /* Optional: add margin-bottom for spacing */
  margin-bottom: 16px;
}
.investment-box-content
{
  overflow: hidden;
}
.shortimage {
  padding-bottom: 10px;
}
.sideleft {
  width: 80%;
}
.socialfeeds
{
  padding: 50px 0px;
  background-color: #f3f6f4;
}
/* breakpoints */
@media only screen and (min-width:2000px){
  .why-pds-items {
    height: calc(80vh - var(--header-height));
}
}
@media screen and (max-width: 1680px) {
  .pd-20 {
    font-size: 19px;
  }
  .pd-80 {
    font-size: 74px;
}
  .pd-100 {
    font-size: 92px;
  }
  .pd-40 {
    font-size: 39px;
  }
  .pd-30 {
    font-size: 25px;
  }
  .pd-17 {
    font-size: 16px;
  }
  .pd-25 {
    font-size: 24px;
  }
  .pd-18 {
    font-size: 17px;
  }
  .pd-15 {
    font-size: 14px;
  }
  .lh-35 {
    line-height: 33px;
  }
  .lh-30 {
    line-height: 28px;
  }
.lh-45 {
    line-height: 42px;
}
  .header-menu .navbar .navbar-brand {
    width: 60%;
  }
  .banner-parent .banner-child1 .banner-text {
    top: -88px;
  }
  .banner-scrollnext a img {
    width: 40px;
  }
  .we-invest {
    padding: 90px 0px 110px 0px;
  }
  .we-right {
    margin-left: 120px;
  }
  .we-buttons a {
    width: 270px;
    height: 50px;
  }
  .em-design img {
    top: -15.5rem;
  }
  .bypds-parent {
    width: 48%;
  }
  .spotlight-parent .spotlight-child1 {
    padding: 60px 150px 0px 75px;
  }
  .spotlight-parent .spotlight-child1 h2 {
    padding-bottom: 15px;
  }
  .spotlight-parent .spotlight-child1 p {
    padding-bottom: 25px;
  }
  .spotlight-parent .spotlight-child1 p:nth-child(4) {
    padding-bottom: 45px;
  }
  .spot-materra {
    top: 24rem;
    width: 17%;
  }
  .spot-materra img:nth-child(1) {
    width: 195px;
  }
  .spot-materra img:nth-child(2) {
    margin-top: -85px;
    margin-left: 125px;
  }
  .stories-parent {
    padding: 100px 0px 100px 0px;
  }
  .stories-news h2 {
    width: 75%;
  }
  .box-parent {
    width: 445px;
  }
  .box-parent .box-child1 h2 {
    font-size: 28px;
  }
  .fotright-child3 .follow-us p a img {
    margin-bottom: 5px;
  }
  .invest-left h2 {
    line-height: 72px;
}
.invest-focus {
    padding: 80px 0px 100px 0px;
}
.material-box h2 {
        padding-bottom: 20px;
        line-height: 38px;
    }
.material-box li
{
  padding-bottom: 20px;
}
.material-box li span:nth-child(1)
{
  line-height: 30px;
}
.team-pds {
    padding: 4rem 0rem 4rem 0rem;
}
.investment-boxspaces {
    padding-bottom: 75px;
}
}
@media screen and (max-width: 1600px) {
  .pd-100 {
    font-size: 84px;
  }
  .pd-80 {
        font-size: 65px;
    }
    .pd-40 {
        font-size: 36px;
    }
    .pd-30 {
        font-size: 25px;
    }
  .we-right {
    margin-left: 60px;
  }
  .spotlight-parent .spotlight-child1 {
    padding: 40px 150px 0px 75px;
  }
  .box-parent {
    width: 425px;
  }
  .box-parent .box-child1 h2 {
    font-size: 24px;
  }
  .box-parent .box-child1 p {
    margin-bottom: 10px;
  }
  .em-design img {
    top: -15rem;
  }
  .banner-parent .banner-child1 .banner-text {
    top: -80px;
  }
  .positive-material .pmmain
{
  margin-top: 0px;
}
    .team-pds {
        padding: 3.5rem 0rem 3.5rem 0rem;
    }
}
@media screen and (max-width: 1540px) {
  :root {
    --header-height: 89px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 87%;
  }
  .pd-20 {
    font-size: 18px;
  }
  .header-menu .navbar-expand-lg .navbar-nav .nav-link {
    padding-bottom: 0px;
  }
  .header-menu .navbar .navbar-brand .top-logo img {
    width: 200px;
  }
}
@media screen and (max-width: 1440px) {
  .pd-20 {
    font-size: 17px;
  }
  .pd-80 {
        font-size: 50px;
        line-height: 50px !important;
    }
  .pd-100 {
    font-size: 74px;
  }
  .pd-40 {
    font-size: 36px;
  }
  .pd-25 {
    font-size: 23px;
  }
  .pd-17 {
    font-size: 15px;
  }
  .pd-30 {
    font-size: 25px;
  }
  .pd-18 {
    font-size: 16px;
  }
    .pd-40 {
        font-size: 32px;
    }
  .lh-55 {
    line-height: 50px;
  }
  .lh-35 {
    line-height: 28px;
  }
  .lh-30 {
    line-height: 26px;
  }
  .lh-45 {
    line-height: 42px;
  }
    .lh-45 {
        line-height: 38px;
    }
  .banner-parent .banner-child1 .banner-text {
    top: -70px;
  }
  .banner-parent {
    padding-top: 15rem;
  }
  .we-right {
    margin-left: 40px;
  }
  .we-buttons a {
    width: 260px;
    height: 45px;
  }
  .we-buttons a img {
    width: 15px;
  }
  .we-invest {
    padding: 80px 0px 90px 0px;
  }
  .em-design img {
    top: -13.9rem;
  }
  .bypds-parent {
    width: 48%;
  }
  .emp-logopds img {
    width: 170px;
  }
  .emp-logopds {
    right: 120px;
    bottom: 35px;
  }
  .spotlight-parent .spotlight-child1 h2 {
    padding-bottom: 5px;
  }
  .spotlight-parent .spotlight-child1 p {
    padding-bottom: 15px;
  }
  .spotlight-parent .spotlight-child1 p:nth-child(4) {
    padding-bottom: 30px;
  }
  .spotlight-parent .spotlight-child1 {
    padding: 50px 120px 0px 45px;
  }
  .spot-materra img:nth-child(2) {
    margin-top: -60px;
    margin-left: 125px;
  }
  .spot-materra {
    top: 21rem;
  }
  .spotlight-parent {
    padding: 8rem 0px 11rem 0px;
  }
  .stories-parent {
    padding: 80px 0px 80px 0px;
  }
  .stories-news h6 {
    padding-bottom: 10px;
  }
  .stories-news {
    margin-bottom: 50px;
  }
  .box-parent {
    width: 390px;
  }
  .slider-viewall a img {
    width: 15px;
    margin-left: 15px;
    margin-bottom: 2px;
  }
  .footer-child1 img {
    width: 220px;
  }
  .footer-menu ul li {
    line-height: 28px;
  }
  .footer-parent .footer-child2 {
    padding-left: 30px;
  }
  .invest-left h2 {
        line-height: 70px;
  }
    .invest-focus {
        padding: 70px 0px 90px 0px;
    }
    .material-box
    {
      padding: 25px;
    }
    .material-box h2 {
        padding-bottom: 10px;
        font-size: 28px;
        line-height: 30px;
    }
.material-box ul
{
  margin-bottom: 0px;
}
.material-box li {
        padding-bottom: 10px;
    }
    .team-pds {
        padding: 3.5rem 0rem 3.5rem 0rem;
    }
.investment-committee {
    padding: 5rem 0rem;
}
    .investment-boxspaces {
        padding-bottom: 55px;
    }
.investment-team {
    padding: 5rem 0rem 2rem;
}
.innerpage-banner {
    padding-top: 18rem;
}
.inner-page-terms
{
  padding-top: 0px;
}
.innerpage-stories .inner-banner-shape img {
    width: 250px;
}
.scaling-innovation .scaling-head
{
  width: 75%;
}
.featured-inner-text p {
  min-height: 140px;
}
.box-parent .box-child1 h2 {
  min-height: 85px;
}
}
@media screen and (max-width: 1399px) {
  :root {
    --header-height: 88px;
  }
  .pd-20 {
    font-size: 16px;
  }
  .pd-150 {
    font-size: 110px;
}
  .pd-40 {
    font-size: 32px;
  }
  .pd-25 {
    font-size: 22px;
  }
  .pd-17 {
    font-size: 14px;
  }
  .pd-30 {
    font-size: 25px;
  }
  .lh-55 {
    line-height: 44px;
  }
  .lh-40 {
    line-height: 36px;
  }
  .lh-45 {
    line-height: 40px;
  }
  .header-menu .navbar .navbar-brand .top-logo img {
    width: 180px;
  }
  .header-menu .navbar .navbar-brand {
    width: 55%;
  }
  .banner-parent {
    padding-top: 14rem;
  }
  .we-invest {
    padding: 60px 0px 70px 0px;
  }
  .we-right {
    margin-left: 30px;
  }
  .spotlight-parent .spotlight-child1 {
    padding: 40px 100px 0px 45px;
  }
  .box-parent {
    width: 370px;
  }
  .box-parent .box-child1 {
    padding: 25px 25px 15px 25px;
  }
  .box-parent .box-child1 h2 {
    font-size: 22px;
  }
  .slider-viewall {
    margin: 50px auto 0px;
  }
  .em-design img {
    top: -12.9rem;
  }
  .spotlight-parent {
    padding: 7rem 0px 11rem 0px;
  }
  .spot-right img {
    width: 420px;
  }
  .empower-by::before {
    height: 285px;
  }
    .material-box {
        padding: 20px;
    }
    .material-box h2 {
        padding-bottom: 5px;
        font-size: 26px;
        line-height: 28px;
    }
    .material-box li span.pd-25
    {
      font-size: 20px;
    }
    .teampds-text p
    {
      font-size: 22px;
        line-height: 34px;
    }
  .investment-head h2 {
    padding-bottom: 50px;
}
.investment-box1 h3 {
    padding: 15px 0px 5px 0px;
}
    .investment-boxspaces {
        padding-bottom: 40px;
    }
.invest-right p {
    width: 100%;
}
.portfolio-material-science {
    padding: 0px 0px 50px;
}
.global-office {
    padding: 40px 0px 30px;
}
.terms-content h5
{
  font-size: 1.15rem;
}
.terms-content p, .terms-content ul li
{
  font-size: 15px;
}
.terms-content p
{
  margin-bottom: 10px;
}
.featured-inner-text p {
  min-height: 110px;
}
.slidersubpara {
  height: 120px;
}
}
@media only screen and (max-width: 1280px) {
  :root {
    --header-height: 77px;
  }
  .pd-20 {
    font-size: 15px;
  }
  .pd-100 {
    font-size: 68px;
  }
  .pd-40 {
    font-size: 28px;
  }
  .pd-15 {
    font-size: 13px;
  }
  .pd-18 {
    font-size: 14px;
  }
.pd-80 {
        font-size: 60px;
    }
  .lh-45 {
    line-height: 38px;
  }
  .lh-35 {
    line-height: 26px;
  }
.lh-25 {
    line-height: 22px;
}
  .stories-news h2 {
    width: 70%;
  }
  header {
    padding: 15px 0px;
  }
  .header-menu .navbar .navbar-brand .top-logo img {
    width: 160px;
  }
  .header-menu .navbar .navbar-brand {
    width: 50%;
  }
  .banner-parent {
    padding-top: 14rem;
  }
  .banner-parent .banner-child1 .banner-text {
    top: -63px;
  }
  .banner-scrollnext a img {
    width: 35px;
  }
  .we-buttons a {
    width: 240px;
    height: 43px;
  }
  .em-design img {
    top: -12rem;
  }
  .bypds-parent {
    width: 50%;
  }
  .emp-logopds img {
    width: 150px;
  }
  .bypds-parent .bypds-child1 .emp-buttons a {
    padding: 10px 20px;
  }
  .spotlight-parent {
    padding: 6rem 0px 11rem 0px;
  }
  .spotlight-parent .spotlight-child1 h2 {
    font-size: 30px;
  }
  .spotlight-parent .spotlight-child1 p {
    font-size: 20px;
    line-height: 26px;
  }
  .spotlight-parent .spotlight-child1 p:nth-child(4) {
    font-size: 17px;
  }
  .stories-parent {
    padding: 55px 0px 65px 0px;
  }
  .stories-news {
    margin-bottom: 35px;
  }
  .box-parent {
    width: 350px;
  }
  .box-parent .box-child1 {
    padding: 20px 20px 20px 20px;
  }
  .box-parent .box-child1 .may-parent {
    margin-bottom: 10px;
  }
  .box-parent .box-child1 h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .footer-child1 img {
    width: 180px;
  }
  .foot-parent {
    padding-top: 60px;
  }
  .footer-parent .footer-child2 {
    padding-left: 10px;
  }
  .footer-parent .footer-child2 .subscribe-input {
    font-size: 14px;
  }
  .footer-parent .footer-child2 .subscribe-button img {
    width: 35px;
  }
  .footer-parent .footer-child2 .subscribe-form {
    margin-top: 20px;
  }
  .footer-menu ul li {
    line-height: 26px;
  }
  .fotright-child3 .follow-us p a img {
    width: 20px;
  }
.invest-focus {
        padding: 70px 0px 70px 0px;
    }
.invest-left h2 {
        line-height: 60px;
    }
    .material-box h2 {
        padding-bottom: 5px;
        line-height: 22px;
        font-size: 20px;
    }
.material-box li span.pd-25 {
        font-size: 16px;
    }
    .team-pds {
        padding: 3rem 0rem 3rem 0rem;
    }
.teampds-text h2 {
    padding-bottom: 15px;
}
.investment-committee {
        padding: 4rem 0rem;
    }
.investment-head h2 {
        padding-bottom: 40px;
    }
    .investment-box1 h3 {
        padding: 15px 0px 0px 0px;
        font-size: 22px;
    }
    .investment-team {
        padding: 4rem 0rem 1rem;
    }
    .why-pds-items {
    height: calc(93vh - var(--header-height));
}
.material-box
{
  padding: 15px;
}
.material-box li {
        padding-bottom: 5px;
    }
    .material-box li span:nth-child(1) {
        line-height: 24px;
    }
    .material-box ul li span:nth-child(2) {
    font-size: 14px;
}
.latest-updates {
    padding: 40px 0px;
}
.latest-tab .tab-content {
    padding-top: 35px;
}
.custom-footer-class
{
  padding-top: 50px;
}
.inner-page-terms {
        margin-top: 75px;
    }
.box-parent .box-child1 p {
        min-height: 65px;
    }
	.partnerssaybgmain {
    padding: 50px 30px 0 30px !important;
}
}
@media only screen and (max-width: 1199px) {
  .pd-20 {
    font-size: 14px;
  }
  .pd-100 {
    font-size: 62px;
  }
  .pd-40 {
    font-size: 26px;
  }
  .pd-25 {
    font-size: 20px;
  }
  .pd-17 {
    font-size: 13px;
  }
  .pd-80 {
        font-size: 52px;
    }
  .pd-30 {
    font-size: 22px;
  }
  .lh-55 {
    line-height: 40px;
  }
  .lh-45 {
    line-height: 32px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .banner-parent .banner-child1 .banner-text {
    max-width: 90%;
  }
  .banner-parent {
    padding-top: 13rem;
  }
  .banner-parent .banner-child1 .banner-text {
    top: -59px;
  }
  .banner-scrollnext a img {
    width: 30px;
  }
  .we-invest {
    padding: 45px 0px 50px 0px;
  }
  .we-buttons a {
    width: 230px;
    height: 40px;
  }
  .we-buttons a img {
    width: 13px;
  }
  .spot-right img {
    width: 380px;
  }
  .spotlight-parent .spotlight-child1 {
    padding: 30px 70px 0px 34px;
  }
  .spot-materra {
    width: 16%;
  }
  .spotlight-parent .spotlight-child1 a {
    padding: 12px 20px;
  }
  .spotlight-parent .spotlight-child1 a img {
    width: 15px;
    margin-bottom: 3px;
  }
  .box-parent {
    width: 340px;
  }
  .lh-30 {
    line-height: 24px;
  }
  .footer-parent .footer-child2 .subscribe-input {
    padding: 8px 15px;
  }
.invest-left h2 {
        line-height: 50px;
    }
    .teampds-text h2 {
        padding-bottom: 10px;
    }
.teampds-text p {
        font-size: 20px;
        line-height: 30px;
    }
    .investment-box1 h3 {
        padding: 13px 0px 0px 0px;
        font-size: 20px;
    }
    .why-pds-items {
        height: calc(87vh - var(--header-height));
    }
.innerpage-stories .inner-banner-shape img {
        width: 160px;
    }
    .box-parent .box-child1 h2 {
      min-height: 75px;
  }
      .partnerssayslick .center-slide {
        padding: 70px 15px 0 15px !important;
    }
}
@media only screen and (max-width: 1025px) and (min-width: 992px) {
  :root {
    --header-height: 70px;
  }
  .pd-100 {
    font-size: 54px;
  }
  .pd-40 {
    font-size: 24px;
  }
  .pd-25 {
    font-size: 19px;
  }
  .pd-17 {
    font-size: 12px;
  }
  .pd-30 {
    font-size: 20px;
  }
  .pd-15 {
    font-size: 12px;
  }
  .pd-18 {
    font-size: 13px;
  }
  .lh-40 {
    line-height: 34px;
  }
  .lh-55 {
    line-height: 38px;
  }
  .lh-35 {
    line-height: 24px;
  }
  .lh-25 {
    line-height: 23px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 95%;
  }
  .banner-parent .banner-child1 .banner-text {
    max-width: 94%;
  }
  header {
    padding: 12px 0px;
  }
  .header-menu .navbar .navbar-brand .top-logo img {
    width: 140px;
  }
  .header-menu .navbar .navbar-brand {
    width: 40%;
  }
  .banner-parent {
    padding-top: 13rem;
  }
  .banner-parent .banner-child1 .banner-text {
    top: -51px;
  }
  .banner-scrollnext a img {
    width: 28px;
  }
  .banner-scrollnext {
    bottom: 20px;
  }
  .we-right p {
    padding-bottom: 35px;
  }
  .we-buttons a {
    width: 210px;
  }
  .we-buttons a img {
    width: 11px;
  }
  .bypds-parent .bypds-child1 p {
    padding-bottom: 50px;
  }
  .bypds-parent {
    left: 3rem;
    width: 55%;
  }
  .spotlight-parent {
    padding: 5rem 0px 10rem 0px;
  }
  .spotlight-parent .spotlight-child1 h2 {
    font-size: 26px;
  }
  .spotlight-parent .spotlight-child1 p {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .spotlight-parent .spotlight-child1 p:nth-child(4) {
    font-size: 15px;
    padding-bottom: 25px;
  }
  .spot-right img {
    width: 360px;
  }
  .stories-parent {
    padding: 50px 0px 60px 0px;
  }
  .box-parent {
    width: 300px;
  }
  .box-parent .box-child1 {
    padding: 15px 15px 15px 15px;
  }
  .box-parent .box-child1 h2 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .box-parent .box-child1 p {
    margin-bottom: 5px;
  }
  .footer-menu {
    padding-left: 30px;
  }
  .footer-menu ul li {
    line-height: 24px;
  }
  .footer-parent .footer-child2 .subscribe-input {
    font-size: 12px;
  }
  .em-design img {
    top: -10.7rem;
  }
  .empower-by::before {
    height: 245px;
  }
  .material-box {
    padding: 15px;
}
.material-box h2 {
        padding-bottom: 5px;
        line-height: 22px;
        font-size: 20px;
    }
    .material-box li span.pd-25 {
        font-size: 14px;
    }
        .material-box ul li span:nth-child(2) {
        font-size: 13px;
        line-height: 16px;
    }
.material-box li {
        padding-bottom: 0px;
    }
    .teampds-text p {
        font-size: 18px;
        line-height: 26px;
    }
    .investment-committee {
        padding: 3rem 0rem;
    }
    .investment-head h2 {
        padding-bottom: 30px;
    }
    .investment-box1 h3 {
        padding: 12px 0px 0px 0px;
        font-size: 18px;
    }
    .arrowred{
      padding: 12px 0px 0px 0px !important;
    }
.investment-box1 p {
    line-height: 20px;
}
.investment-team {
        padding: 3rem 0rem 0.5rem;
    }
    .why-pds-items {
        height: calc(100vh - var(--header-height));
    }
}
@media only screen and (max-width: 991px) {
  .pd-100 {
    font-size: 40px;
  }
  .pd-40 {
    font-size: 20px;
  }
  .pd-25 {
    font-size: 16px;
  }
  .pd-17 {
    font-size: 12px;
  }
  .pd-30 {
    font-size: 16px;
  }
.pd-80 {
        font-size: 42px;
    }
  .pd-15 {
    font-size: 12px;
  }
  .lh-55 {
    line-height: 30px;
  }
  .lh-35 {
    line-height: 22px;
  }
  .lh-40 {
    line-height: 28px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
  /* header
  {
    background-color: var(--white);
  } */
  .header-menu {
    position: relative;
  }
  .header-menu .navbar .navbar-brand {
    width: auto;
    padding-right: 30px;
    border-right: 2px solid #d4d4d4;
    height: 30px;
  }
  .navbar-toggler {
    position: absolute;
    top: 14px;
    left: 30%;
    border: none;
    padding: 0px 0px;
  }
  .top-social-tab {
    position: absolute;
    top: 5px;
    right: 0px;
  }
  .header-menu .navbar-expand-lg .navbar-nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px !important;
  }
  .header-menu .navbar-expand-lg .navbar-nav {
    padding-bottom: 5px;
    max-height: inherit;
    margin-top: 30px !important;
    margin-bottom: 0px !important;
  }
  .header-menu .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
  }
  .header-menu .navbar-expand-lg .navbar-nav .nav-item {
    padding-bottom: 20px;
  }
  .header-menu .navbar-expand-lg .navbar-nav .nav-item:last-child {
    padding-bottom: 0px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  /* Hide the default Bootstrap icon */
  .header-menu .navbar-toggler .navbar-toggler-icon {
    display: none;
  }
  /* Base styles for the 3 lines */
  .header-menu .custom-toggler {
    width: 30px;
    border: none;
    background: transparent;
  }
  .header-menu .toggler-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--bg-red);
    left: 0;
    transition: all 0.3s ease;
    border-radius: 2px;
  }
  .header-menu .line1 {
    top: 0;
  }
  .header-menu .line2 {
    top: 5px;
  }
  .header-menu .line3 {
    top: 10px;
  }
  /* When navbar is open (targeted via .collapsed class toggled by Bootstrap) */
  .custom-toggler.collapsed .line1 {
    transform: rotate(45deg);
    top: 10px;
  }
  .custom-toggler.collapsed .line2 {
    opacity: 0;
  }
  .custom-toggler.collapsed .line3 {
    transform: rotate(-45deg);
    top: 10px;
  }
  .banner-parent .banner-child1 .banner-text {
    top: -38px;
    max-width: 95%;
  }
  .banner-parent {
    padding-top: 12rem;
  }
  .we-right p {
    padding-bottom: 30px;
  }
  .we-buttons {
    flex-direction: column;
  }
  .we-buttons a {
    height: 35px;
  }
  .we-buttons a:nth-child(1) {
    margin-bottom: 10px;
  }
  .empower-by::before {
    height: 175px;
  }
  .bypds-parent .bypds-child1 h3 {
    padding-bottom: 10px;
  }
  .bypds-parent .bypds-child1 p {
    padding-bottom: 20px;
  }

  .bypds-parent {
    left: 2rem;
    width: 65%;
  }
  .bypds-parent .bypds-child1 .emp-buttons a:nth-child(2) {
    margin-left: 15px;
  }
  .emp-logopds {
    right: 25px;
    bottom: 20px;
  }
  .emp-logopds img {
    width: 120px;
  }
  .spotlight-parent {
    padding: 4rem 0px 7rem 0px;
  }
  .spot-materra {
    top: 20.5rem;
  }
  .spotlight-parent .spotlight-child1 h2 {
    font-size: 26px;
  }
  .spotlight-parent .spotlight-child1 p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .spotlight-parent .spotlight-child1 p:nth-child(4) {
    font-size: 14px;
  }
  .spotlight-parent .spotlight-child1 p:nth-child(4) {
    padding-bottom: 20px;
  }
  .spotlight-parent .spotlight-child1 {
    padding: 25px 70px 35px 25px;
  }
  .spotlight-parent .spotlight-child1 a,
  .slider-viewall a {
    padding: 10px 15px;
  }
  .spotlight-parent .spotlight-child1 a img,
  .slider-viewall a img {
    width: 12px;
    margin-bottom: 3px;
  }
  .stories-news h2 {
    line-height: 24px;
  }
  .box-parent {
    width: 235px;
  }
  .box-parent .box-child1 h2 {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .box-parent .box-child1 p {
    line-height: 22px;
    height: 65px;
  }
  .fotright-parent {
    margin-top: 20px;
  }
  .footer-child1 p {
    padding-top: 15px;
  }
  .footer-menu {
    padding-left: 0px;
  }
  .copy-left {
    text-align: center;
  }
  .copy-right ul {
    justify-content: center;
  }
  .em-design img {
    top: -8.5rem;
  }
.material-box {
    padding: 25px;
}
    .material-box h2 {
        padding-bottom: 10px;
        line-height: 30px;
        font-size: 22px;
    }
.material-box li {
        padding-bottom: 15px;
    }
    .teampds-text p {
        font-size: 18px;
        line-height: 28px;
    }
.investment-committee {
        padding: 3rem 0rem;
    }
.investment-box1 h3 {
        padding: 11px 0px 0px 0px;
        font-size: 18px;
    }
    .arrowred{
      padding: 11px 0px 0px 0px !important;
    }
.investment-box1 p {
    line-height: 20px;
}
.investment-head h2 {
        padding-bottom: 30px;
    }
    .investment-team {
        padding: 3rem 0rem 1rem;
    }
  .invest-left h2 {
        line-height: 42px;
    }
      .why-pds-items {
          height: auto;
          position: static !important;
          overflow: visible !important;
      }
      .material-box,
.material-science-list,
.manufacturingProcessesList,
.circularSolutionsList,
.traceabilityTransparencyList,
.techEnablersList {
  will-change: transform, opacity;
  -webkit-transform: translateZ(0);
}
    @supports (-webkit-touch-callout: none) {
      .why-pds-items {
        height: auto;
        position: static !important;
        overflow: visible !important;
    }
    }
    .slidersubpara {
      height: 130px;
  }
  .partnerssayslick .partnershead img {
    width: 110px;
}
}
@media (min-width: 810px) and (max-width: 991px) {
  .box-parent {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .materra-parent a, .know-more-btn-portfolio a{
    width: 180px;
    height: 45px;
  }
  .pd-80 {
        font-size: 30px;
    }
  .lh-40 {
    line-height: 26px;
  }
  .header-menu .navbar .navbar-brand .top-logo img {
    width: 120px;
  }
  header {
    padding: 10px 0px;
  }
  .header-menu .navbar .navbar-brand {
    padding-right: 24px;
    height: 25px;
  }
  .navbar-toggler {
    left: 50%;
  }
  .pd-100 {
    font-size: 48px;
  }
  .banner-parent .banner-child1 .banner-text h1 {
    width: 100%;
    line-height: 52px;
  }
  .banner-parent .banner-child1 .banner-text {
    top: -94px;
  }
  .banner-scrollnext {
    bottom: 20px;
  }
  .we-right {
    margin-left: 0px;
    margin-top: 20px;
  }
  .bypds-parent {
    width: 100%;
    position: inherit;
    height: auto;
  }
  .em-design img {
    top: -7rem;
    width: 65%;
  }
  .emp-logopds {
    right: 20px;
    top: 13.5rem;
    z-index: 1;
  }
  .empower-by::before {
    height: 500px;
  }
  .bypds-parent {
    padding: 30px 0px 35px;
    z-index: 2;
    position: relative;
    left: 0px;
  }
  .bypds-parent .bypds-child1 .emp-buttons {
    flex-direction: column;
    display: inline-block;
  }
  .bypds-parent .bypds-child1 .emp-buttons a:nth-child(2) {
    margin-left: 0px;
    margin-top: 16px;
  }
  .bypds-parent .bypds-child1 p {
    padding-bottom: 25px;
    color: #000000;
  }
  .bypds-parent .bypds-child1 .emp-buttons a {
    justify-content: flex-start;
    display: inline-block;
  }
  .bypds-parent .bypds-child1 .emp-buttons a:nth-child(2) img {
    margin-left: 20px;
  }
  .banner-parent .banner-child1 picture img,
  .emp-image img {
    width: 100%;
  }
  .bypds-parent .bypds-child1 .emp-buttons a:nth-child(1):hover {
    box-shadow: 0px 15px 20px rgba(222, 36, 0, 0.4);
  }
  .spot-right {
    top: inherit;
    bottom: 0px;
  }
  .spot-right img {
    width: auto;
  }
  .spotlight-parent {
    padding: 0rem 0px 3rem 0px;
  }
  .spotlight-inner-parent {
    flex-direction: column-reverse;
  }
  .spotlight-parent .spotlight-child1,
  .spotlight-parent .spotlight-child2 {
    width: 100%;
  }
  .spot-materra {
    top: 9.5rem;
    width: 35%;
    left: 25px;
    margin: 0px;
  }
  .spot-materra img:nth-child(2) {
    margin-top: -35px;
    margin-left: 80px;
  }
  .spotlight-parent .spotlight-child1 {
    padding: 80px 25px 40px 25px;
  }
  .stories-news h2 {
    width: 100%;
  }
  .stories-news h2 {
    line-height: 28px;
    font-size: 24px;
  }
  .box-parent {
    width: 100%;
  }
  .box-parent .box-child1 h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .box-parent .box-child1 p {
    font-size: 15px;
  }
  .box-parent .box-child1 a {
    display: flex;
    justify-content: flex-start;
  }
  .box-parent .box-child1 .may-parent {
    margin-bottom: 20px;
  }
  .stories-slider .slick-dots li.slick-active {
    background: transparent;
    border: 1px solid #4b6f57;
    border-radius: 222px;
    width: 30px;
  }
  .stories-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .stories-slider .slick-dots li {
    width: 10px;
    height: 10px;
    background: #4b6f57;
    border-radius: 50%;
  }
  .stories-slider .slick-dots {
    bottom: -40px;
  }
  .stories-slider .slick-dots li button:before {
    font-size: 0px;
  }
  .slider-viewall {
    margin: 35px auto 0px;
  }
  .footer-parent .footer-child1,
  .footer-parent .footer-child2 {
    width: 100%;
  }
  .foot-parent {
    padding-top: 45px;
  }
  .footer-parent {
    flex-direction: column;
    text-align: center;
  }
  .footer-child1 p {
    line-height: 22px;
  }
  .footer-parent .footer-child2 {
    margin-top: 30px;
    padding-left: 0px;
  }
  .fotright-parent {
    margin-top: 30px;
    flex-wrap: wrap;
    text-align: center;
  }
  .fotright-parent .fotright-child1,
  .fotright-parent .fotright-child2 {
    width: 50%;
  }
  .fotright-parent .fotright-child3 {
    width: 100%;
    margin-top: 30px;
  }
  .footer-menu ul li {
    line-height: 20px;
  }
  .fotright-child3 .follow-us {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .fotright-child3 .follow-us .back-totop {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .fotright-child3 .follow-us .back-totop a span.mobb-backtotop {
    display: none;
  }
  .pd-18 {
    font-size: 13px;
  }
  .copy-parent {
    margin-top: 20px;
    padding: 20px 0px;
    text-align: center;
  }
  .copy-right ul {
    flex-wrap: wrap;
  }
  .we-left h2 {
    font-size: 24px;
  }
  .we-right p {
    font-size: 18px;
  }
  .copy-left p span.mob-pds-part {
    display: block;
  }
  .material-content-parent
  {
    position: static;
    height: auto;
  }
    .invest-left h2 {
        line-height: 30px;
        padding-bottom: 15px;
        width: 100% !important;
    }
    .invest-right p {
        font-size: 25px;
        line-height: 30px;
    }
.material-box {
        padding: 30px 10px;
    }
.material-box h2 {
        padding-bottom: 10px;
        line-height: 25px;
        font-size: 20px;
        width: 100%;
    }
.material-box li span.pd-25 {
        font-size: 15px;
    }
.material-box ul li span:nth-child(2)
{
  font-size: 13px;
}
    .team-pds {
        padding: 2rem 0rem 2rem 0rem;
    }
    .teampds-text h2 {
        font-size: 25px;
    }
    .teampds-text p {
        font-size: 20px;
        line-height: 25px;
    }
.investment-bg {
    top: inherit;
    bottom: 0px;
}
.investment-head h2 {
        font-size: 25px;
    }
  .investment-box1
  {
    margin-left: 15px;
  }
  .investment-slider .slick-dots li.slick-active, .team-slider .slick-dots li.slick-active {
    background: transparent;
    border: 1px solid #4b6f57;
    border-radius: 222px;
    width: 30px;
  }
  .investment-slider .slick-dots li button, .team-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .investment-slider .slick-dots li, .team-slider .slick-dots li {
    width: 10px;
    height: 10px;
    background: #4b6f57;
    border-radius: 50%;
  }
  .investment-slider .slick-dots, .team-slider .slick-dots {
    bottom: 0px;
  }
  .investment-slider .slick-dots li button:before, .team-slider .slick-dots li button:before {
    font-size: 0px;
  }
  .sticky-container {
    position: relative !important;
    height: auto !important;
  }
  .inner-scroll {
    height: auto;
    scroll-snap-type: none;
    overflow: visible;
  }
    .banner-parent {
        padding-top: 13rem;
    }
.footer-child1 img {
        width: 150px;
    }
    .innerpage-stories .inner-banner-shape img {
        width: 140px;
    }
    .scaling-innovation .scaling-head {
        width: 100%;
    }
    .featured-inner-text p {
      min-height: 90px;
  }
      .partnerssayslick .center-slide {
        padding: 30px 15px 30px 15px !important;
    }
	 	.materra-parent .metaitem .lh-30{
		line-height: 24px;
	}
  .pmslickmain{
    text-align: left !important;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .navbar-toggler {
    left: 55%;
  }
  .emp-logopds {
    top: 11.5rem;
  }
}
@media (min-width: 390px) and (max-width: 409px) {
  .em-design img {
    top: -8rem;
  }
  .emp-logopds {
    top: 14.5rem;
  }
}
@media (min-width: 410px) and (max-width: 767px) {
  .em-design img {
    top: -8.5rem;
  }
  .emp-logopds {
    top: 16.5rem;
  }
}
@media (min-width: 750px) and (max-width: 767px) {
  .navbar-toggler {
    left: 25%;
  }
  .banner-parent .banner-child1 .banner-text {
    top: -43px;
  }
  .em-design img {
    top: -15.5rem;
  }
  .emp-logopds {
    top: 30.5rem;
    right: 35px;
  }
  .bypds-parent .bypds-child1 .emp-buttons {
    flex-direction: row;
    display: flex;
  }
  .bypds-parent .bypds-child1 .emp-buttons a:nth-child(2) {
    margin-left: 15px;
    margin-top: 0px;
  }
  .spot-materra img:nth-child(2) {
    margin-top: -55px;
  }
  .spot-materra {
    top: 25.5rem;
    width: 25%;
  }
  .box-parent {
    width: 95%;
    margin: 0px auto;
  }
  .footer-parent .footer-child2 .subscribe-form {
    width: 60%;
    margin: 20px auto 0px;
  }
  .investment-box1 picture img
  {
    width: 100%;
  } 
}
/*praba stories*/
.latest-tab .nav-pills {
  flex-wrap: wrap;
  gap: 25px;
  justify-content: inherit;
}
.latest-tab .nav-pills li.nav-item {
  flex: 1;
}

.latest-tab .nav-pills .nav-link {
  padding: 10px 15px;
  width: 100%;
}
.maysmallbox{
    padding: 1.8rem;
    transition: transform .2s ease-in-out,border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;
  }
  .maysmallbox:hover {
    box-shadow: 0 .275rem .75rem -.0625rem rgba(11, 15, 25, .06), 0 .125rem .4rem -.0625rem rgba(11, 15, 25, .03);
    transform: translateY(-.25rem);
}
.myparet2 .may-child2 {
  width: 100%;
  padding: 40px 20px;
}
.myparet2 .may-child2 p {
  padding-bottom: 0px;
  margin-bottom: 3rem;
}
body .studiesslickmain {
  padding: 5%;
  height: 100%;
  padding-bottom: 9%;
}
body .studiesmainslick.slick-slider {
  height: 100%;
}
body .studiesmainslick .slick-track {
  height: 100%;
}
body .studiesmainslick .case-studiesmainbgmain, body .studiesmainslick .slick-list {
    height: 100%;
}
body .studiesmainslick .slick-dots {
    left: 3%;
    bottom: 5%;
}
@media (min-width: 768px) {
  .case-studiesmainbgmain > .row > .col-md-7 {
    width: 55%;
  }
  .case-studiesmainbgmain > .row > .col-md-5 {
    width: 45%;
  }
}
.studiesslickmain .studiesmaintxt {
  margin-bottom: 30px;
}
.case-studiesmain-stories .caseright img,
.pmrightpms img {
  width: 13vw;
}
.studiesmainrightpms img {
  height: 100%;
  object-fit: cover;
}

.featured-partners .featured-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 0px;
}
.featured-inner-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}

/*banner responsive*/
.innerpage-stories .innerpage-content:before {
  background-color: #4b6f57;
}
.portflio-banner .innerpage-content:before {
  background-color: #e44f33;
}

.innerpage-content {
  margin-top: 0rem;
  position: relative;
}

.innerpage-content .pd-150 {
  left: 0;
  line-height: 1;
  padding-right: 15px;
  overflow-wrap: break-word;
  position: absolute;
  top: 0vw;
  transform: translateY(-85%);
}

.innerpage-banner::before {
  display: none;
}
.innerpage-content:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -10%;
  height: 100%;
  width: 100vw;
  z-index: -1;
}

.inner-banner-shape {
  right: 15px;
  width: 340px;
  position: absolute;
  top: 0;
  text-align: right;
  transform: translateY(-50%);
}
.banner-scrollnext {
  right: 15px;
}
.box-parent {
  width: 100%;
}
.box-parent .box-child2 img {
  width: 100%;
  height: 14vw;
  @media (max-width: 991.5px) {
    height: 25vw;
  }
  @media (max-width: 767px) {
    height: 49vw;
  }
}
.stories-slider,
.featured-slider,
.material-science-slider {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.stories-slider .slick-slide,
.featured-slider .slick-slide,
.material-science-slider .slick-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.featured-inner {
  margin-right: 0px;
}
/* .sticky-tab-wrapper {
  position: sticky;
  top: 80px;
  z-index: 10344;
  margin-top: 0;
} */
/*.sticky-tab-wrapper:before {
    background: var(--white);
    content: "";
    position: absolute;
    bottom: 0px;
    left: -10%;
    height: 100%;
    width: calc(100% + 20%);
    z-index: -1;
}*/
.latest-updates::before {
  height: 91%;
}

.materra-parent ,.metaitem{
  width: 100%;
  display: flex; 
  flex-direction: column;
  height: 100%;
  margin-left: 0px;
}
.materra-parent-btn {
  margin-top: auto;
}
:is(.material-science-slider) .slick-track {
  display: flex !important;
  align-items: stretch;
  margin: inherit;
}
:is(.material-science-slider) .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: stretch;
  margin-bottom: 20px;
}
:is(.material-science-slider,.studiesmainslick) .slick-slide > div,
:is(.material-science-slider,.studiesmainslick) .slick-slide > div > div {
  height: 100%;
}
body .studiesmainslick.slick-dotted.slick-slider .position-relative {
    height: 100% !important;
}
.extended-portfolio .latest-tab .nav-pills .nav-link {
  width: 100%;
}
/* .portfolio-material-science {
  background: #f2f6fa;
} */
.portfolio-material-science .latest-tab .nav-pills {
  margin-top: -2rem;
}
/* .portfolio-material-science::before {
  display: none;
} */
.materra-parent p:nth-child(2) {
  padding-bottom: 100px;
  min-height: 1px;
  flex: 1 1 0%;
}
.materra-parent p:nth-child(3) {
  margin-bottom: 30px;
  min-height: 1px;
  flex: 1 1 0%;
}
.materra-parent .another-image {
  margin-bottom: 20px;
}
.porttab-head select.form-select {
  width: 100%;
  padding: 10px 30px;
  height: 60px;
  background-position: right 2rem center;
  background-size: 16px 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.material-science-slider .slick-dots {
  position: static;
  margin-top: 30px;
}
.materra-parent .first-image {
  min-height: 1px;
  flex: 1 1 0%;
}
body .pgmain-2 {
  padding: 4% 4%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 70%;
  display: inherit;
  right: auto;
}
body .pgmain-2 .pmheading > .pb-3,.studiesmainheading > .pb-3{
  padding-bottom: 10px !important;
}
body .pgmain-2  .pb-4,.studiesmainsubhead .pb-4{
  padding-bottom: 14px!important;
}
.pmbgslick.slick-dotted.slick-slider{
    height: 100% !important;
    margin-bottom: 0px !important;
}
.pmbgslick .slick-dots{
    bottom: 8%;
    left: 5%;
}
.cont-inner ul li span:nth-child(2){
  text-wrap: balance;
}
body .contact-map span{
  transform: translate(-50%);
}
 body .contact-map span:nth-child(2){
  left: 52%;
  top: 25%;

}
body .contact-map span:nth-child(4){
  left: 71%;
  top: 50%;
}
body .contact-map span:nth-child(3){
  left: 83%;
  top: 42%;
}
body .contact-map span:nth-child(5) {
  left: 32%;
  top: 42%;
  position: absolute;
}
.get-in-touch label.form-label {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.get-in-touch input:not([disabled]):not([type="submit"]):not([type="checkbox"]), .get-in-touch select{
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #707070;
  padding: 8px 12px 8px 0px;
  height: 50px;
}
.get-in-touch textarea {
  resize: none !important;
  height: 70px !important;
}
.get-in-touch input:not([disabled]):not([type="submit"]):not([type="checkbox"]), .get-in-touch select, .get-in-touch textarea:focus {
  box-shadow: none;
}
.strcollbxbg{
  margin-bottom: 20px;
}
.strcollsubamin-slider .slick-list{
  overflow: visible;
}
.global-parent{
  height: 100%;
  background-color: #ebebeb;
}
.global-parent .global-child{
  min-height: 1px !important;
  background-color: transparent !important;
}

@media screen and (max-width: 1680px)
{
  .latest-updates::before {
    height: 90%;
}
}
@media (max-width: 1600px) {
  .cont-inner ul li:before {
    top: 4px;
  }
}
@media screen and (max-width: 1440px) {
  .pd-20 {
    font-size: 16px;
  }
  .latest-tab .nav-pills .nav-link {
    height: 70px;
  }
  .box-parent .box-child1 {
    padding: 30px 25px 15px 25px;
  }
  .labelimag-stude img {
    width: 95px;
  }
  .materra-parent .another-image img {
    width: 130px;
  }
  .porttab-head select.form-select {
    height: 55px;
  }
  .contact-map span{
    font-size: 11px;
    width: 18px;
    height: 18px;
  }
  

}
@media (max-width: 1399px) {
  .cont-inner ul li:before {
    top: 6px;
  }
}
@media only screen and (max-width: 1280px) {
  .box-parent .box-child1 h2 {
    font-size: 18px;
  }
    .latest-updates::before {
        height: 91%;
    }
	.materra-parent .metaitem .pd-25{
		font-size: 20px;
	}
}
@media screen and (max-width: 1199px) {
  .pd-20 {
    font-size: 14px;
  }
  	.materra-parent .metaitem .pd-25{
		font-size: 18px;
	}
}
@media screen and (max-width: 1199.5px) and (min-width: 992px) {
  .innerpage-banner {
    padding-top: 13rem;
  }
  .inner-page-terms
{
  padding-top: 0px;
  margin-top: 75px;
}
  .pd-150 {
    font-size: 75px !important;
    line-height: 1;
  }
.innerpage-content .pd-30 {
        font-size: 20px !important;
    }
  .innerpage-content p {
    width: 95%;
    padding: 7.2rem 0rem 4rem 0rem;
  }

  .innerpage-content:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -7%;
    height: 100%;
    width: 100vw;
    z-index: -1;
  }

  .inner-banner-shape {
    right: 15px;
    width: 200px;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 992px)
{
  .innerpage-content:before
  {
    left: -4%;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .innerpage-banner {
    padding-top: 13rem;
  }
    .inner-page-terms
{
  padding-top: 0px;
  margin-top: 75px;
}
.terms-content h5 {
        font-size: 1.05rem;
    }
.terms-content p, .terms-content ul li {
        font-size: 14px;
    }
  .innerpage-content {
    margin-top: 0rem;
    position: relative;
  }
  .pd-150 {
    font-size: 75px;
    line-height: 1;
  }

  .innerpage-content p {
    width: 95%;
    padding: 7.2rem 0rem 4rem 0rem;
    font-size: 18px !important;
  }

  .innerpage-content:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -15px;

    height: 100%;
    width: calc(100% + 30px);
    z-index: -1;
  }

  .inner-banner-shape {
    right: 15px;
    width: 200px;
  }
  .latest-tab .nav-pills li.nav-item {
    flex: 0 0 25%;
  }
  .latest-tab .nav-pills {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
  body .latest-updates,
  body .case-studies,
  .pds-ventures,
  .featured-stories,
  .invest-focus,
  .extended-portfolio {
    padding: 40px 0;
  }
  .featured-stories
  {
    padding-bottom: 45px;
  }
  body .case-studiesmain {
    margin-top: 40px;
  }
  .featured-text h2,
  .insights-head h2 {
    padding-bottom: 30px;
  }
  .box-parent .box-child1 h2 {
    min-height: 90px;
  }
  .labelimag-stude img {
    width: 75px;
  }
  body .contact-map span:nth-child(2) {
    left: 50%;
    top: 25%;
  }
  body .contact-map span:nth-child(3) {
    left: 82%;
    top: 42%;
  }
  body .contact-map span:nth-child(4) {
    left: 70%;
    top: 50%;
  }
    .latest-updates::before {
        height: 94%;
    }
}
@media screen and (max-width: 991.5px) {
  body .pgmain-2 {
    width: 100%;
    position: static;
  }
  .pmslickmain .white {
    color: #000;
  }
  body .pmrightpms {
    position: absolute;
    left: 0%;
    top: 40vw;
    transform: translateY(-50%);
    bottom: auto;
  }
 
  body .pmrightpms img {
    width: 150px;
  }
  body .pmbgslick .slick-dots li {
    background: #4b6f57;
  }
  body .pmbgslick .slick-dots li.slick-active {
    border: 1px solid #4b6f57;
  }
  .pmbgslick .slick-dots{
    position: static;
    text-align: center !important;
  }
  .maysmallbox{
    padding: 20px;
  }
}
@media screen and (max-width: 767.5px) {
  body .latest-updates,
  body .case-studies,
  .pds-ventures,
  .featured-stories,
  .invest-focus,
  .extended-portfolio {
    padding: 40px 0;
  }

  .may-parent {
    background: transparent;
    margin-bottom: 1rem;
  }
  .myparet2 .may-child2 {
    background: var(--white);
  }

  .maysmallbox .may-red img {
    width: 18px;
  }
  body .case-studiesmain {
    margin-top: 30px;
  }
  body .case-studiesmainbgmain {
    background: transparent;
  }
  body .studiesslickmain {
    padding: 20px 0;
    height: 100%;
    padding-bottom: 5%;
    
  }
  body .studiesmainslick.slick-slider{
    margin-bottom: 0px !important;
  }
  body .studiesmainslick .slick-dots {
    left: 50%;
    bottom: 2%;
    transform:inherit;
    text-align: center;
    position: absolute;
    
    position: static;
    display: flex !important;
    justify-content: center;
  }
  .innerpage-banner {
    padding-top: 11.5rem;
  }
.inner-page-terms
{
  padding-top: 0px;
  margin-top: 60px;
}
.terms-content p, .terms-content ul li {
        font-size: 14px;
    }
.inner-page-terms .innerpage-content {
    padding: 10% 0%;
}
  .pd-150 {
    font-size: 55px;
    line-height: 1;
  }

  .innerpage-content p {
    width: 95%;
    padding: 7.2rem 0rem 4rem 0rem;
    font-size: 18px !important;
  }

  .innerpage-content:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -20px;
    height: 100%;
    width: calc(100% + 30px);
    z-index: -1;
  }

  .inner-banner-shape {
    right: 15px;
    width: 180px;
  }
  .myparet2 .may-child2 p {
    margin-bottom: 2rem;
  }
  .myparet2 .may-child2,
  .maysmallbox,
  .featured-inner-text {
    padding: 25px 15px;
  }
  .may-parent .may-child2 a,
  .featured-inner-text a {
    width: 155px;
    height: 45px;
  }
  .our-left,
  .featured-text,
  .insights-head {
    text-align: center;
  }
  .featured-stories {
    padding: 45px 0px 45px;
  }
  .featured-text h2,
  .insights-head h2 {
    padding-bottom: 30px;
  }
  .featured-inner {
    margin-right: 0px;
  }

  body .slick-slider .slick-list ~ .slick-dots li {
    width: 10px;
    height: 10px;
  }
  body .slick-slider .slick-list ~ .slick-dots li.slick-active {
    border-radius: 222px;
    width: 30px;
  }
  .featured-inner-text p {
    padding-bottom: 50px;
  }

  body .case-studiesmain-stories .caseright img,
  .pmrightpms img {
    width: 120px;
  }
  body .caseright  {
    position: absolute;
    left: 2%;
    top: 88vw;
    transform: translateY(-50%);
    bottom: auto;
  }
  body .pmrightpms {
    position: absolute;

    left: 0%;
    top: 48vw;
    transform: translateY(-50%);
    bottom: auto;
  }
  .mobile-dropdown select {
    background-color: #de2400;
    padding: 8px 25px;
    height: 55px;
    color: var(--white);
    border-radius: 9999px;
    box-shadow: none !important;
    border: none;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-padding-end: 50px !important;
  }
  .latest-tab .tab-content {
    padding-top: 35px;
  }
  .latest-updates::before {
    height: 95%;
  }
  .labelimag-stude img {
    width: 55px;
  }
  .extended-headd {
    margin-bottom: 20px;
  }
  .porttab-head {
    margin-bottom: 40px;
  }
  .portfolio-material-science .mobile-dropdown {
    margin-top: -4rem;
  }
  .porttab-head select.form-select {
    background-size: 16px 14px;
  }
  .case-studies .spot-right{
    right: 0px;
  }
  .cont-inner h3 {
    padding-bottom: 10px;
}
.contact-form .group-parent {
  margin-bottom: 25px;
}
body .contact-map span:nth-child(2) {
  left: 49%;
  top: 23%;
}
body .contact-map span:nth-child(3) {
  left: 81%;
  top: 42%;
}
body .contact-map span:nth-child(4) {
  left: 69%;
  top: 50%;
}
.contact-map span {
  width: 18px;
  height: 18px;
}
.global-parent{
  height: auto;
}
    .custom-footer-class {
        padding-top: 10px;
    }
.latest-updates::before {
        height: 94.7%;
    }
}

/* Add this CSS to prevent layout issues */
@media (max-width: 767px) {
  #porttab .mobile-dropdown{
      margin-top: -0px !important;
  }
  }
  #porttab > .sticky-tab-wrapper {
      margin-top: inherit;
  }

  @keyframes smoothBounce {
    0%, 100% {
      transform: translateY(0);
      animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
      transform: translateY(-15px);
      animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
  }
  
  .bounce {
    animation: smoothBounce 1.8s ease-in-out infinite;
  }
.investment-box1 {
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.investment-box1 img {
    transition: transform 0.3s ease;
}

.investment-box1:hover img {
    transform: scale(1.02);
}
/*praba custom css*/
@media (min-width: 768px) {
  .spotlight-parent .spotlight-child1{
    padding: 3% 4% 3% 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .spotlight-child2 img{
    height: 100%;
    object-fit: cover;
  }
  .spotlight-parent .spotlight-child1 h2 {
    padding-bottom: 1.25rem !important;
  }
  .spotlight-parent .spotlight-child1 p {
    padding-bottom: 1.25rem !important;
  }
  .spotlight-parent .spotlight-child1 p:nth-child(4) {
    padding-bottom: 3rem !important;
  }
  .js-stack-cards{
    align-items: center;
    display: flex
;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    height: min-content;
    justify-content: flex-start;
    left: 50%;
    overflow: visible;
    padding: 0;

    width: 100%;
    z-index: 1;
  }
  .material-science-parentmain {
    align-content: center;
    align-items: center;
 
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    position: relative;
    width: 100%;
   
}
.material-content-parent{
  align-items: start;
  top: 15%;
}
}


.card-lift{
  transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}
.card-lift.active, .card-lift:focus, .card-lift:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
  transform: translateY(-.25rem) !important;
}
.invest-key .invest-left h2{
  text-align: left !important;
}



/* ADD THESE ENHANCED STYLES TO YOUR EXISTING STYLE.CSS FILE */

.char {
  display: inline-block;
  transform: translateY(10%);
  opacity: 0;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
/* }.animate-btn {
  opacity: 0;
  transform: translateY(30px);
} */

/*investment bg*/
@media (min-width: 768px) {
  .investment-bg{
    display: none;
  }
.investment-committee,.investment-team{
  background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: top right;
  }
  .investment-committee{
    background-image: url("../images/invesment-bg.png");
  }
  .investment-team{
    background-image: url("../images/investment-team-bg.png");
  }
}
@media only screen and (max-width: 767px) {
  .investment-bg {
    top: inherit;
    bottom: 0px;
    display: flex;
    align-items: flex-end;
}
}

/*new feedback*/
@media (min-width: 992px) {
  .partnerssayslick .partnershead img{
    width: 150px;
  }
}
.stories-parent{
  @media (min-width: 1201px) {
    padding-bottom: 55px !important;
    .slider-viewall{
      margin-top: 55px !important;
    }
  }
 
}
body.modal-open {
  width: 100%;
  overflow: hidden !important;
  position: static !important;
}
/*ecosystem*/
/* Custom Scrollbar Styles */
.custom-scrollbar {
  width: 100%;
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 15px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.custom-scrollbar-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px; /* Adjust handle width as needed */
  height: 100%;
  background: var(--bg-red);
  border-radius: 4px;
  cursor: grab;
  transition: background-color 0.2s ease;
  will-change: transform;
}

.custom-scrollbar-handle:hover {
  background: var(--bg-red);
}

.custom-scrollbar-handle:active {
  background: var(--bg-red);
  cursor: grabbing;
}

/* Container adjustments */
.js-slideshow {
  position: relative;
}

/* Hide scrollbar on mobile if needed */
@media (max-width: 768px) {
  .custom-scrollbar {
    display: none;
  }
}
.js-slideshow{
  width: 100vw;
  margin-top: 4%;
}
html{
  overflow-x: hidden;
}
.strcollbxbg {
  width: 15vw;
}

@media (max-width: 768px) {
  .strcollbxbg {
    width: 25vw;
  }
}

@media (max-width: 767px) {
  .strcollbxbg {
    width: 150px;
  }

  .strcollbxbg img {
    padding: 15px;
  }
}

body .str-main {
  padding-top: 4% !important;
}

@media (max-width: 767px) {
  body .str-main {
    padding-top: 4.5% !important;
  }
}

/* partners say */
.partnerssayslick .slick-slide > div > div {
  height: 100% !important;
}

@media (max-width: 767px) {
  .partnerssayslick .slick-dots {
    bottom: -40px !important;
    position: static;
    margin-top: 25px !important;
  }
}

.partnerssaybgmain {
  padding: 8% !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .partnerssaybgmain {
    padding: 20px 15px !important;
  }
}

.partnerssaybgmain .pd-25 {
  font-size: 22px !important;
  line-height: 1.4 !important;
}

@media (max-width: 1700px) {
  .partnerssaybgmain .pd-25 {
    font-size: 18px !important;
  }
}

@media (max-width: 991.5px) {
  .partnerssaybgmain .pd-25 {
    font-size: 13px !important;
  }
}

.partnerssaybgmain.side-slide {
  transform: scaleX(0.95) scaleY(0.9) !important;
  filter: inherit !important;
  opacity: 0.5;
  background: #ffffff;
}

@media (max-width: 767px) {
  .partnerssaybgmain.side-slide {
    transform: scale(1) !important;
  }
}

.partnerssaybgmain.center-slide {
  transform: scale(1.05) !important;
  filter: inherit !important;
}

@media (max-width: 767px) {
  .partnerssaybgmain.center-slide {
    transform: scale(1) !important;
  }
}

.partnerssaybgmain.center-slide .pd-25 {
  font-size: 20px !important;
}

@media (max-width: 1700px) {
  .partnerssaybgmain.center-slide .pd-25 {
    font-size: 16px !important;
  }
}

@media (max-width: 991.5px) {
  .partnerssaybgmain.center-slide .pd-25 {
    font-size: 13px !important;
  }
}

.partnerssayslick .slick-list, .partnerssayslick .slick-track { height: auto;display: flex; }
.partnerssayslick .slick-slide { display: flex; align-items: stretch;flex: 1 1 auto; }
.partnerssayslick .partnerssaybgmain { display: flex; flex-direction: column; flex: 1 1 auto;height: auto; }
.partnerssayslick .slick-slide.slick-current.slick-active.slick-center{
  background: transparent !important;
}
.partnerssayslick .partnershead img{
  shape-margin: 5px;
}
/*header*/
@media (max-width: 991.5px) {
  .header-menu .navbar-brand{
    border: none;
  }
  .custom-toggler{
    display: flex;
    gap: 0;
    line-height: 1;
    align-items: center;
    justify-content: center;
    top: 52%;
    transform: translate(0, -50%);
    right: 45px;
    left: auto;
  }
  .header-menu .navbar-expand-lg .navbar-nav{
    /* align-items: flex-end;*/
     overflow-y: hidden;
   }
   html:has(.header-parent .navbar-toggler.collapsed)  {
     overflow-y: hidden;
     scroll-behavior: smooth !important;
     scrollbar-width: none;
     -ms-overflow-style: none;
   }
   .navbar-collapse{
    position: absolute;
    right: 0px;
    top: 124%;
    background: var(--white);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: calc(100% + 30px);
    left: -15px;
    padding: 10px 30px;
    text-align: right;
    justify-content: flex-end;
    height: calc(100dvh - 50px);
    padding-bottom: 5%;
    padding-right: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s 
ease, opacity 0.2s 
ease, transform 0.2s 
ease;
scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
    transform: translateX(-10px);
    
  }
  .navbar-collapse.show{
    max-height: 100dvh;
    opacity: 1;
    transform: inherit;
  }

  .navbar-brand{
    display: flex;
    
  }
  .navbar-brand .top-logo{
    display: flex;
    align-items: center;
  }
  .top-social-tab{
    position: absolute;
    top: 50%;
    display: flex !important;
    align-items: center;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;

  }
  .top-social-tab .top-social{
    padding-bottom: 0px;
  }
  .top-social-tab .top-social a{
    display: flex;
  }
  .top-social-tab .top-social svg{
    width: 15px;
    height: 15px;
  }
  .header-menu .navbar .navbar-brand{
    border: none;
  }
  
}
.navbar-toggler .navbar-toggler-animation {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: none;
  position: relative;
  height: 15px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-toggler .navbar-toggler-animation span{
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  height: 2px;
  background: var(--bg-red);
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 30px;
}
.navbar-toggler .navbar-toggler-animation span:nth-child(1) {
  top: 10%;
}
.navbar-toggler .navbar-toggler-animation span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.navbar-toggler .navbar-toggler-animation span:nth-child(3) {
  bottom: 10%;
}
.navbar-toggler[data-bs-toggle="collapse"][aria-expanded="true"]
  .navbar-toggler-animation
  span:nth-child(1) {
  -webkit-transform: rotateZ(45deg) translateY(-50%);
  transform: rotateZ(45deg) translateY(-50%);
  top: 45%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
}
.navbar-toggler[data-bs-toggle="collapse"][aria-expanded="true"]
  .navbar-toggler-animation
  span:nth-child(2) {
  visibility: hidden;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.navbar-toggler[data-bs-toggle="collapse"][aria-expanded="true"]
  .navbar-toggler-animation
  span:nth-child(3) {
  -webkit-transform: rotateZ(-45deg) translateY(-50%);
  transform: rotateZ(-45deg) translateY(-50%);
  bottom: 42%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
}
html:has(.modal-open){
  overflow-y: hidden;
  scroll-behavior: smooth !important;
}

/*header*/

/*portfolio logo small issue*/
.materra-parent{
  padding: 8% 7%;
  @media (max-width: 991.5px) {
    padding: 6% 5%;
  }
}
.materra-parent, .metaitem {
  row-gap: 15px;
 
}
.extended-portfolio .materra-parent .first-image,.materra-parent .first-image {
  min-height: 1px;
  height: 4vw;
  flex-grow: inherit;
  margin-bottom: 0 !important;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  flex: inherit;
  display: flex;
    align-items: center;
    justify-content: center;
}
.materra-parent .another-image img,.latest-updates .materra-parent .first-image img{
  width: 95px;
  padding-bottom: 0;
    margin: 0px auto;
    height: inherit !important;
    object-fit: contain;
   
}
.extended-portfolio .latest-tab .materra-parent .first-image img {
  width: auto !important;
  padding-bottom: 0% !important;
  margin: 0px auto;
  height: inherit;
  object-fit: contain;
}
.materra-parent p:nth-child(2) {
  padding-bottom: 0;
  min-height: 1px;
  flex: inherit;
  flex-grow: 1 !important;
  margin-bottom: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.materra-parent p:nth-child(3) {
  margin-bottom: 0px;
  min-height: 1px;
  flex-grow: inherit;
  margin-top: auto;
  flex: inherit;
}
.materra-parent p:empty{
  display: none;
}
.materra-parent .another-image {
  height: 3vw;
  margin-bottom: 0px;
}

@media (max-width: 991.5px) {
  .materra-parent .another-image {
    height: auto !important;
  }

  .materra-parent .another-image img {
    width: 75px !important;
  }
  .extended-portfolio .materra-parent .first-image,.materra-parent .first-image {
    height: 15vw;
    max-width: 250px;
  }

}

.modal-overlay{
  transform: scale(1) !important;
}
.stories-slider, .featured-slider, .material-science-slider{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.stories-slider .slick-slide, .featured-slider .slick-slide, .material-science-slider .slick-slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/*The arrow button feels*/
@media only screen and (max-width: 767px) {
  .home .banner-scrollnext{
    transition: all 0.3s ease;
    display: none;
  }
.home .header-parent:not(.active) ~ .banner-parent .banner-scrollnext{
    position: fixed;
        /*top: calc(100dvh - 14%);*/
        bottom: 50px !important;
        z-index: 1031;
        bottom: auto;
        display: flex;
  }
}
.videonew video{
  object-fit: cover;
}
@media (min-width: 1201px) {
  .videonew{
    position: relative;
    margin: 0 auto;
    height: 80vh;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .investment-team {
    padding-bottom: 3rem;
  }

  .scaling-innovation .global-parent {
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .investment-slider,
  .team-slider,
  .scaling-innovation-row {
    margin-bottom: 3rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .investment-slider .slick-slide,
  .team-slider .slick-slide,
  .scaling-innovation-row .slick-slide {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .investment-slider .investment-box1,
  .team-slider .investment-box1,
  .scaling-innovation-row .investment-box1 {
    padding-bottom: 0px;
    margin-left: 0px;
  }

  .investment-slider .slick-prev,
  .investment-slider .slick-next,
  .team-slider .slick-prev,
  .team-slider .slick-next,
  .scaling-innovation-row .slick-prev,
  .scaling-innovation-row .slick-next {
    width: 35px !important;
    height: 35px !important;
    bottom: -78px !important;
  }

  #videoModal .modal-dialog {
    margin: 0;
    padding: 10px;
  }

  #videoModal .modal-dialog .modal-body {
    justify-content: center;
  }

  #videoModal .modal-dialog .btn-close {
    margin: 0 auto;
    display: flex;
    margin-bottom: 10px;
    border: 1px solid;
    border-radius: 50%;
    padding: 6px;
    position: static;
  }

  body .studiesmainslick .case-studiesmainbgmain {
    height: auto !important;
  }

  .studiesmainrightpms > picture img {
    height: 100vw !important;
  }
  .scaling-innovation ~ .strategic-collaboration{
    padding-top: 0px !important;
  }
}

.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.investment-slider .investment-box1,
.team-slider .investment-box1,
.scaling-innovation-row .investment-box1 {}

.investment-slider .slick-arrow:before,
.investment-slider .slick-arrow:after,
.team-slider .slick-arrow:before,
.team-slider .slick-arrow:after,
.scaling-innovation-row .slick-arrow:before,
.scaling-innovation-row .slick-arrow:after {
  display: none;
}

.investment-slider .slick-prev,
.investment-slider .slick-next,
.team-slider .slick-prev,
.team-slider .slick-next,
.scaling-innovation-row .slick-prev,
.scaling-innovation-row .slick-next {
  background-size: cover;
  left: 0;
  width: 30px;
  height: 30px;
  bottom: -20px;
  top: auto;
  left: calc(50% - 40px);
  z-index: 1;
}

.investment-slider .slick-prev,
.team-slider .slick-prev,
.scaling-innovation-row .slick-prev {
  background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCI+CiAgPGcgaWQ9Ikdyb3VwXzEwNzEiIGRhdGEtbmFtZT0iR3JvdXAgMTA3MSIgb3BhY2l0eT0iMSI+CiAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzMxOSIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMzE5IiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHJ4PSI1IiBmaWxsPSIjZmZmIi8+CiAgICA8ZyBpZD0iR3JvdXBfMTAiIGRhdGEtbmFtZT0iR3JvdXAgMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5LjU1MyAxNC44NjIpIHJvdGF0ZSgxMzUpIj4KICAgICAgPGxpbmUgaWQ9IkxpbmVfNCIgZGF0YS1uYW1lPSJMaW5lIDQiIHgyPSI2LjI0NCIgeTI9IjYuMjQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAxNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzU1NSIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzQyIiBkYXRhLW5hbWU9IlBhdGggNDIiIGQ9Ik0wLDYuMjQ0SDYuMjQ0VjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzU1NSIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
}

.investment-slider .slick-next,
.team-slider .slick-next,
.scaling-innovation-row .slick-next {
  background-image: url("data:image/svg+xml;base64,CjxzdmcgaWQ9Ikdyb3VwXzUwOCIgZGF0YS1uYW1lPSJHcm91cCA1MDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB2aWV3Qm94PSIwIDAgMzAgMzAiPgogIDxyZWN0IGlkPSJSZWN0YW5nbGVfMzE5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAzMTkiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgcng9IjUiIGZpbGw9IiNmZmYiLz4KICA8ZyBpZD0iR3JvdXBfMTAiIGRhdGEtbmFtZT0iR3JvdXAgMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0Ljg2MiAxMC40NDcpIHJvdGF0ZSg0NSkiPgogICAgPGxpbmUgaWQ9IkxpbmVfNCIgZGF0YS1uYW1lPSJMaW5lIDQiIHkxPSI2LjI0NCIgeDI9IjYuMjQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAxNSAwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTU1IiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzQyIiBkYXRhLW5hbWU9IlBhdGggNDIiIGQ9Ik0wLDBINi4yNDRWNi4yNDQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzU1NSIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K");
  left: auto;
  left: calc(50% + 20px);
  z-index: 1;
}

.studiesmainrightpms > picture img {
  object-position: 60% 40%;
}

/*check box alignment*/
.wpcf7-response-output{
  font-family: "SoraRegular";
  text-align: center;
  padding: 20px 10px!important;
  margin-top: 5%;
  margin-left: 0;
}
.get-agree {
  display: flex;
  align-items: center;
  height: 100%;
}

.get-agree p {
  margin: 0px;
}

.get-agree p span#opt_in {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  height: auto;
}

.get-submit p {
  margin: 0px;
}

.get-submit p .wpcf7-spinner,
.get-submit p br,
.get-submit p img {
  display: none;
}

span.wpcf7-list-item.first.last{
  font-family: "SoraRegular" !important;
}
/* freezed widget issue */

.j-overlay{
  z-index: 1031 !important;
}
.juicer-feed .referral {
  display: none !important;
}
/* subscribe form wordpress */
.subscribe-form-wordpress{
  margin-top: 25px;
}
.subscribe-form-wordpress form p{
  margin-bottom: 0px;
 position: relative;
}
.footer-parent .footer-child2 .subscribe-input{
  max-width: 100%;
  border: 1px solid #707070;
  border-radius: 54px;
  overflow: hidden;
  background: white;
  width: 100%;
  padding-right: 45px;
  height: 45px;
}
.subscribe-form-wordpress form p > span{
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.subscribe-form-wordpress form p br, .subscribe-form-wordpress form p .wpcf7-spinner{
  display: none;
}
.footer-parent .footer-child2 .subscribe-button{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><g id="Arrow-18" transform="translate(0.277 0.277)"><path id="Path_64" data-name="Path 64" d="M17.792,32.584h0A14.791,14.791,0,0,1,3,17.792H3A14.791,14.791,0,0,1,17.792,3h0A14.791,14.791,0,0,1,32.584,17.792h0A14.791,14.791,0,0,1,17.792,32.584Z" transform="translate(1.931 1.931)" fill="none" stroke="%23de2400" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" fill-rule="evenodd"/><path id="Path_65" data-name="Path 65" d="M21.148,12H8" transform="translate(5.148 7.723)" fill="none" stroke="%23de2400" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><path id="Path_66" data-name="Path 66" d="M13,9l4.931,4.931L13,18.861" transform="translate(8.366 5.792)" fill="none" stroke="%23de2400" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><g id="Rectangle_66" data-name="Rectangle 66" transform="translate(-0.277 -0.277)" fill="%23fff" stroke="%23de2400" stroke-width="1" opacity="0"><rect width="40" height="40" stroke="none"/><rect x="0.5" y="0.5" width="39" height="39" fill="none"/></g></g></svg>');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  z-index: 1;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 22.5px;
  right: 8px;
  transform: translate(0, -50%);
}

/* featured slider */
ul.slick-track{
  margin-bottom: 0;
  padding: 0;
}


.featured-slider{
  margin-bottom: 0px !important;
}
.featured-slider .slick-dots{
  position: static !important;
  margin-top: 60px !important;
  display: flex !important;
  justify-content: center !important;
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {

.featured-slider .slick-dots{
  margin-top: 45px !important;
}
}
@media (max-width: 767px) {
  .featured-stories{
    padding: 40px 0px 40px 0px !important;
  }
  .featured-slider{
    margin-bottom: 0px !important;
  }
  .featured-slider .slick-dots{
    position: static !important;
    margin-top: 40px !important;
    display: flex !important;
    justify-content: center !important;
  }
}
.wpcf7-form-control-wrap[data-name="newsletter_email"] .wpcf7-not-valid-tip {
    display: none !important;
}

.my-contact-form[data-status="invalid"] .wpcf7-response-output {
    display: none !important;
}

.my-contact-form[data-status="sent"] .wpcf7-response-output {
    display: block !important;
}