.breadcrumb-div{
  padding: 1rem 0rem;
}

.breadcrumb-div .breadcrumb{
  margin-bottom: 0;
}

.team-hero-section .col-md {
  background-color: #EFEBFF;
  border-radius: 16px;
  padding: 2rem;
  position: relative;
}

.team-hero-section .astrik {
  font-size: 80px;
  font-weight: 700;
  font-family: manrope;
  line-height: 60px;
  color: #98A2B3;
}

.team-hero-section h1 {
  font-size: var(--font-size-24);
  font-weight: 700;
  margin-bottom: 1rem;
}

.team-hero-section p {
  font-size: var(--font-size-16);
  color: #000000;
  opacity: .4;
  margin-bottom: 1rem;
  width: 800px;
  font-family: manrope;
}
.team-hero-section .col-md .risk-top-img {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.team_members {
  padding: 40px 0rem 16px;
}

.team_members .card{
  font-family: manrope;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(242, 244, 247, 1);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);

}

.team_members .card .member-image img {
  border-radius: 8px;
  height: 300px;
  width: 100%;
} 
.team_members .card h5{
  font-size: var(--font-size-20);
  font-weight: 600;
  color: rgba(16, 24, 40, 1);
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.team_members .card .designation-text{
  font-size: var(--font-size-14);
  font-weight: 400;
  color: rgba(71, 84, 103, 1);
  text-align: justify;
  line-height: 19.12px;
  margin-bottom: 16px;
  margin-top: 16px !important;
}

.team_members .card a{
  color:#D57BC8;
  font-size: var(--font-size-16);
  font-weight: 600;
  cursor: pointer;
  transition: 1s all ease-out;
}

.team_members .card a:hover{
  color:#D57BC8; 
  transition: 1s all ease-out;
}

.team_members .card a:hover .right-arrow {
  margin-left: 10px;
  transition: 1s all ease-out;
}

.right-arrow {
  height: 20px !important;
  width: 8px;
  margin-top: -3px;
  margin-left: 5px;
  filter: invert(80%) sepia(26%) saturate(1924%) hue-rotate(275deg) brightness(90%) contrast(83%);
}

.bio-button{
  margin: 0rem !important;
}
.team_opening_banner {
  padding: 0rem 0rem 3rem;
  position: relative;
}
.team_opening_banner h2{
  font-size: var(--font-size-42);
  font-weight: 400;
  color: #1D2939;
}

.team_opening_banner p{
  font-size: var(--font-size-16);
  font-weight: 400;
  color:#667085; 
  font-family: manrope;
  margin-top: 24px;
  margin-bottom: 48px;
}

.team_opening_banner .btn-dark{
  font-size: var(--font-size-16);
  font-family: manrope;
  font-weight: 600;
  padding: 14px 24px 14px 24px;
  border-radius: 8px;
  background-color: #1D2939;
}

.team-bottom-img{
  position: absolute;
  bottom: 0;
  right: 40px;
}
.individual-team-memebrs {
  background-color: #EFEBFF;
  padding: 1.5rem 1rem;
  border-radius: 16px;
}
.team-member-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}


.members_name{
  font-size: var(--font-size-24);
  color:#101828;
}
.designation{
  font-size: var(--font-size-16);
  font-weight: 400;
  color:#101828;
  font-family: manrope;
  margin-top: .5rem !important;
  margin-bottom: .5rem;
}

.designation-box{
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.members_headline{
  color: #475467;
  z-index: 100;
}

.team-ellipse{
  position: absolute;
  bottom: 0px;
  right: 94px;
}

.team-bio{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.members_bio{
  color: #344054;
  line-height: 34px;
  font-size: var(--font-size-18);
}


.designation-text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



@media screen and (max-width:768px) {
  .team-hero-section p {
    width: 300px;
}

.individual-team-memebrs {
  background-color: #EFEBFF;
  padding: 1.5rem 1rem;
  border-radius: 16px;
}


}
@media(max-width:767px){
  .breadcrumb-div {
    padding: 1rem 1.5rem;
}
  .astrik{
    display: none;
  }
  .team-hero-section h4 {
    font-size: var(--font-size-16);
    font-weight: 600;
}
.team-hero-section .col-md {
  padding: 24px;
}
.team-hero-section p {
    width: 298px;
}
.team-hero-section .col-md .risk-top-img {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 64px;
  height: 64px;
}
.team-hero-section .row{
  padding: 0px 16px;
}
.separate_team_members .row {
    padding: 1rem 0.5rem  4rem!important;
}
.img-member-section{
  margin-top: -4rem;
}
.team-member-img{
  width: 120px;
  height: 120px;
}
.team_members .card .member-image img {
  border-radius: 8px;
  height: 120px;
  width: 100px;
}
.team_members .team_portfolio_banner img {
  left: 0px;
  height: 148px !important;
}

.team_members h2{
  font-size: var(--font-size-24);
}

.team_members .card h5 {
  font-size: var(--font-size-18);
  margin-bottom: 8px;
  margin-top: 0;
}

.team_members .card .designation-text {
  font-size: var(--font-size-12);
  margin-top: 0rem !important;
  overflow: hidden;
  max-width: 97ch;
  text-overflow: ellipsis;
  height: 54px;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  }
  .team_members .card {
    display: flex;
    flex-direction: row;
}

.team-info{
  margin-left: 12px;
}
.right-arrow {
  height: 10px !important;
  margin-top: -1px;
}
.team_members .card a {
  font-size: var(--font-size-14);
}
.team_opening_banner h2 {
  font-size: var(--font-size-20);
  font-weight: 600;
}
.team_opening_banner p {
  font-size: var(--font-size-16);
  margin-top: 16px !important;
  margin-bottom: 40px;
  writing-mode: 300px;
}
.team_opening_banner .btn-dark {
  width: 100%;
  z-index: 10;
  position: relative;
}
.team-bottom-img {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  right: -4px;
  width: 207px;
  height: 123px;
}


.individual-team-memebrs .col-md-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.members_name {
  font-size: var(--font-size-16);
}
.designation-box {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
}
.team-member-img {
  width: 125px;
  height: 98px;
}
.team-ellipse {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
}
.designation {
  font-size: var(--font-size-12);
}
.members_headline {
  font-size: var(--font-size-16);
  text-align: center;
}

.individual-team-memebrs{
  margin: 0px 8px;
}

.team-bio {
  margin-top: 40px;
  margin-bottom: 40px;
}
.members_bio {
  color: #344054;
  line-height: normal;
  font-size: var(--font-size-14);
  padding: 0px 12px;
}
}
:root {
    /* new color palletes */
     --White: #FFF;
     --pink-light: #FFEBFC;
     --pink-Dark: #D57BC8;
     --pink-medium:#FAA8F1;
    
     --Teal-light: #E5FFFB;
     --teal-medium: #96DDCC;
     --teal-dark: #579888;
    
     --purple-light: #EFEBFF;
     --purple-medium: #D9D0FC;
     --purple-dark: #C0B1F8;
    
     --grey-50: #F9FAFB;
     --grey-100: #F2F4F7;
     --grey-200: #EAECF0;
     --grey-300:#D0D5DD;
     --grey-400: #98A2B3;
     --grey-500: #667085;
     --grey-600: #475467;
     --grey-700: #344054;
     --grey-800: #1D2939;
     --grey-900: #101828;
    
     --Success-Light: #EAFFEC;
     --Success-Medium:#41B873;
     --Error-Light: #FFEAEA;
     --Error-Medium: #D92F2F;
     --Sage-light: #F8FFE5;
     --Sage-Medium: #9EA683;
      /* new color palletes */
    
    
      --font-size-8: 8px;
      --font-size-10: 10px;
      --font-size-12: 12px;
      --font-size-14: 14px;
      --font-size-15: 15px;
      --font-size-16: 16px;
      --font-size-18: 18px;
      --font-size-20: 20px;
      --font-size-22: 22px;
      --font-size-24: 24px;
      --font-size-26: 26px;
      --font-size-28: 28px;
      --font-size-30: 30px;
      --font-size-32: 32px;
      --font-size-34: 34px;
      --font-size-36: 36px;
      --font-size-38: 38px;
      --font-size-40: 40px;
      --font-size-42: 42px;
    
    }
    
    .btn-dark-wright{
        border-radius: 8px;
        font-weight: 600 !important;
        background: #1D2939;
        border: 1px solid var(--Grey-600, #475467);
        font-family: manrope;
        color: var(--White, #FFF);
    }

    .btn-dark-wright:hover{
        background-color: var(--White, #FFF);
        color: var(--Grey-800, #1D2939);
    }

    @keyframes shine {
        0% {left: -100px}
        20% {left: 100%}
        100% {left: 100%}
    }
    
    .btn-outline-wright{
        border-radius: 10px;
        border: 1px solid var(--Grey-600, #475467);
        background: rgba(29, 41, 57, 0.20);
        display: inline-flex;
        padding: 10px 32px 10px 48px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        color: var(--Grey-50, #F9FAFB);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 171.429% */
    }
    
    .btn-outline-wright:hover{
        background-color: var(--Grey-50, #F9FAFB); 
        border-color: rgba(29, 41, 57, 0.20); 
    }
    
    
    .btn-light-wright{
        display: flex;
        width: 330.333px;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
    }
    
    
    .btn-white-wright{
        background-color: white;
        border-radius: 8px;
        font-family: manrope;
        padding: 14px 32px;
        font-weight: 600;
        border: 0;
        color: var(--Grey-900, #101828);
    }
    
    .btn-grey-wright{
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
        display: inline-flex;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 18px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
        display: inline-flex;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 18px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    
    
    .btn-white-wright{
        border-radius: 8px;
        border: 1px solid #fff;
        background: var(--White, #ffffff);
        color: #151414;
        font-feature-settings: 'salt' on, 'liga' off;
        /* Medium/14 medium */
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        line-height: 24px; /* 171.429% */
    }
    
    
    .btn-yellow-wright{
        background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
        color: var(--grey-900);
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--grey-900);
        
    }

    .pms-get-started {
        position: relative;
        overflow: hidden;
    }

    .pms-get-started:before {
            content: '';
            position: absolute;
            width: 100px;
            height: 100%;
            background-image: linear-gradient(
                120deg,
                rgba(255,255,255, 0) 30%,
                rgba(255,255,255, .8),
                rgba(255,255,255, 0) 70%
            );
            top: 0;
            left: -100px;
            animation: shine 3s infinite linear;
        }
    
    
    .btn-yellow-outline-wright{
        background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: var(--font-size-14);
        font-weight: 600;
        font-weight: 400;
        border: 1px solid #F9DE7A;
        border-radius: 4px !important;
        font-family: manrope;
        padding: 0px 24px;
    }
    

    .btn-teal-wright{
        background: linear-gradient(180deg, rgb(87, 152, 136) 29%, rgba(229,255,251,1) 50%, rgba(87,152,136,1) 71%);
        color: var(--grey-900);
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--grey-900);
    }

    .btn-teal-outline-wright{
        background: linear-gradient(180deg, rgba(87,152,136,1) 29%, rgba(229,255,251,1) 50%, rgba(87,152,136,1) 71%);
        -webkit-background-clip: text;
        background-clip: text;
        color: var(--grey-300) !important;
        font-size: var(--font-size-14);
        font-weight: 600;
        font-weight: 400;
        border: 1px solid #579888;
        border-radius: 4px !important;
        font-family: manrope;
        padding: 0px 24px;
    }

    .btn-purple-wright{
        background: linear-gradient(90deg, #D57BC8, #693A64);
        color: white;
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /* button class */