
/*
font-family: 'Chivo', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
*/

.text-justify {
    text-align: justify;
}

/* Reset default margin and padding for blockquote */
blockquote.twitter-tweet {
    margin: 0;
    padding: 0;
  }

  /* Set the blockquote to 100% width */
  blockquote.twitter-tweet {
    width: 100%;
  }

.twitter-tweet {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100%;
}

iframe[id^='twitter-widget-']{ width:100% !important;}

.r-vakc41 {
    max-width: 100% !important;
}

.pagewidth {
    width: 100%;
    overflow-x: hidden;
    overflow-y: clip;
}

.blackTintOverlay {
    position: relative;
}

.blackTintOverlay::before {
    content: " ";
    background: rgba(0, 0, 0, .75);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.swiper {
    width: 100%;
}

.col-half-offset{
    margin-left:4.166666667%
}

.swiper-lmsServices .swiper-slide .card {
    background-color: transparent;
}

section.bannerWrap {
    padding-top: 80px;
}

.card h6 {
    font-weight: 700;
}

.bannerContent {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.bcw h2, .bcw .ctaWrap, .bcw .bcwCont {
    opacity: 0;
}

.bcw .ctaWrap {
    display: flex;
}

span.swiper-pagination-bullet {
    background: #BABABA;
    border-radius: 5px;
}

span.swiper-pagination-bullet-active {
    background: linear-gradient(65.02deg, #C41C74 14.69%, #ED1D7E 41.06%, #F15A3F 84.66%);
    width: 15px;
}

.contentWrap h2, .contentWrap h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;/*490*/
}

.modal-header .contentWrap h2, .modal-header .contentWrap h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
}

.contentWrap h2, .contentWrap h1 span {
    font-weight: 700;
}

.contentWrap p, .contentWrap ul, .contentWrap ol, table {
    font-size: 1.125rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

blockquote {
    font-size: 1.5rem;
}

.contentWrap ul li, .contentWrap ol li {
    padding-left: 10px;
    margin-bottom: 5px;
}

::marker {
    font-weight: 800;
}

blockquote.pquote {
    /* padding: 15px 0 15px 60px; */
    padding: 20px 0;
    margin: 0 0 20px;
    position: relative;
    text-align: center;
}

blockquote.pquote::before {
    content: "";
    background: url(../images/quotes.png) no-repeat 0 0;
    width: 50px;
    height: 50px;
    display: block;
    /* display: inline-block; */
    background-size: contain;
    /* position: absolute;
    left: 0;
    top: 0; */
}

.testmonialContent p {
    text-align: justify;
}

.contentWrap .btn {
    font-size: 1.125rem;
}

/* .bannerContentWrap h2 {
    font-size: 4.25rem;
    line-height: 5rem;
} */

.bannerContentWrap h2, .bannerContentWrap h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.1;
}

.bannerContentWrap.text-white .btnOutlined {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

.bannerContentWrap.text-white .btnOutlined:hover {
    border: 1px solid #ffffff !important;
    color: #000000 !important;
    background: #ffffff;
}

i.card-icon {
    -webkit-transform: translateX(-28px);
    -moz-transform: translateX(-28px);
    transform: translateX(-28px);
    display: inline-block;
    margin-bottom: -15px;
    margin-top: -30px;
}


  #logoMarqueeSection {
    width: 100%;
    margin: 0 auto;
  }

  .default-content-container {
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 5rem;
      padding-right: 5rem;
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
      width: 100%;
      min-height: 100vh;
  }

  div.marquee>a>img {
    /* height: 120px; */
  }

  .logoMarqueeSection>div>div {
      padding-top: 0;
      padding-bottom: 0;
      min-height: 0;
  }

  .marquee-wrapper {
    display:  inline-block;
    white-space: nowrap;
  }

  .marquee {
      display:  inline-block;
      white-space: nowrap;
      position: relative;
      transform: translate3d(0%, 0, 0);
      animation-name: marquee;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
  }

  /* .marquee a {
      display:  inline-block;
      white-space: nowrap;
      padding: 0 2rem;
  } */

.marquee a {
    display: inline-block;
    white-space: nowrap;
    padding: 0 3rem;
    /* width: 100%;
    height: 100%; */
}

img.marqueelogo {
    min-width: 200px;
    min-height: 200px;
    max-width: 200px !important;
    max-height: 200px;
    height: 100%;
    width: 100% !important;
    object-fit: contain;
}

  .marquee-wrapper:hover .marquee {
      animation-play-state: paused !important;
  }

  @keyframes marquee {
      0% {
          transform: translate3d(0%, 0, 0);
      }

      100% {
          transform: translate3d(-100%, 0, 0);
      }
  }

  .cardBg {
    background-color: #000000;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
    height: 100%;
    transition: all .5s;
}

/* .cardBg::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/gradiant-pattern.png) no-repeat center center transparent;
} */

.cardBg:hover {
    background-size: 125% 125%;
}

.cardBg .card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    /* background: linear-gradient(85.14deg, #C41C74 25.97%, #ED1D7E 48.33%, #F15A3F 68.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; */
    color: #ffffff;
    font-size: 3.75rem!important;
}

.masked-text {
    background: linear-gradient(85.14deg, #C41C74 25.97%, #ED1D7E 48.33%, #F15A3F 68.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    font-family: 'Poppins', sans-serif;
    font-weight: 600;

    font-size: 3.75rem!important;
}

.cardBg .card-text {
    font-size: 1.125rem;
}

.withoutNiit h2 {
    font-size: 2.25rem;
    line-height: 2.68rem;
}

.bg-01 {
    background-image: url(../images/card-bg/bg-card.png);
}
.bg-02 {
    background-image: url(../images/card-bg/02.png);
}
.bg-03 {
    background-image: url(../images/card-bg/03.png);
}
.bg-04 {
    background-image: url(../images/card-bg/04.png);
}
.bg-05 {
    background-image: url(../images/card-bg/05.png);
}
.bg-06 {
    background-image: url(../images/card-bg/06.png);
}
.bg-07 {
    background-image: url(../images/card-bg/07.png);
}
.bg-08 {
    background-image: url(../images/card-bg/08.png);
}
.bg-09 {
    background-image: url(../images/card-bg/09.png);
}

.neParent {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px; */

    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.nediv1 { grid-area: 1 / 1 / 4 / 2; }
.nediv2 { grid-area: 1 / 2 / 2 / 3; }
.nediv3 { grid-area: 2 / 2 / 3 / 3; }
.nediv4 { grid-area: 3 / 2 / 4 / 3; }

.neParent .card {
    height: 100%;
}

.neParent .card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #102D3C;
}

.neParent .card-body {
    font-family: 'Chivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #57585A;
}

/* .trendingInsights {

} */


.tiBgGrey{
    background: #F0F3F3;
}

.trendingInsights .card {
    height: 100%;
}

.trendingInsights .card-title {
font-weight: 700;
font-size: 18px;
line-height: 27px;
text-transform: capitalize;
color: #102D3C;
}

h5.blogCardTitle {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 55px;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cardTitleClamp {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 55px;
    line-height: 1.1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trendingInsights .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.trendingInsights .card-type {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
}

.trendingInsights .card {
    overflow: hidden;
    border-radius: 0.8rem;
}

a.btn-link {
    font-weight: 600;
    background: linear-gradient(85.14deg, #C41C74 25.97%, #ED1D7E 48.33%, #F15A3F 68.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: fit-content;
    transition: all .2s ease-in;
}

a.btn-link:hover {
    gap: 15px
}

a.btn-link i {
    font-size: 1.5rem;
}

.statsBg {
    background: url(../images/bg-stats.png) no-repeat 0 0 transparent;
    background-size: cover;
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

.statsBg video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.statsBg svg text {
    display: none;
}

.statsBg1 {
    background-size: cover;
    position: relative;
    min-height: 600px;
}

.statsBg1 svg text {
    display: none;
}

.center-pie {
    transform: scale(1.3);
}

.pie {
    margin: 0 auto;
    position: relative;
}

span.numInCircle {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 3rem;
    font-weight: 700;
}

.statsBg::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    z-index: 0;
}

.statsVidBg::before {
    z-index: 1;
}

.testimonials {
    min-height: 550px;/**/
    background: url(../images/n-letter.svg) no-repeat 0 0 #F7F9F9;
    background-size: auto 100%;
    display: flex;
    align-items: center;
}

.testmonialContent h3 {
    font-weight: 600;
}

.searchBtn {
    position: absolute;
    right: -15px;
    height: 100%;
}

.searchFieldHome .form-control {
    border: 1px solid rgba(222, 222, 222, 1) !important;
    background: rgba(247, 249, 249, 1);
    color: rgba(219, 57, 119, 1);
    font-size: 1.2rem !important;
    font-weight: 400;
    padding: 10px 100px 10px 20px;
}

.suggestion {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 1rem .75rem;
    z-index: 2;
}

.suggestion ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.suggestion ul li:not(:last-child) {
    margin-bottom: 15px;
}

.suggestion ul li a {
    padding: 5px 0;
    cursor: pointer;
    display: block;

    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(100, 99, 99, 1) !important;
}

.suggestion ul li:hover a {
    color: rgba(3, 3, 3, 1) !important;
}

/* #searchText:focus + .suggestion { display: block !important; } */
.imgWrap {
    position: relative;
    overflow: hidden;
}
.imgWrap img {
    transition: all .5s ease;
}
.imgWrap:hover img {
    transform: scale(1.1);
}
/* .ribbon {
    width: fit-content;
    margin-left: 0;
    padding: 0 30px;
    line-height: 40px;
    background-color: #102D3C;
    color: #ffffff;
    position: absolute;
    left: -10px;
    bottom: 0;
} */
.ribbon {
    width: fit-content;
    margin-left: 0;
    padding: 10px 30px;
    background-color: #102D3C;
    color: #ffffff;
    position: absolute;
    left: -10px;
    bottom: 0;
    line-height: 1.2;
    font-size: .9rem;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    top: 100%;
    border-bottom: 10px solid transparent;
}
.ribbon:before {
    left: 0;
    border-right: 10px solid #05141C;
    transform: rotate(90deg);
    transform-origin: center;
    top: -10px;
}

img.quoteImg {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    max-width: 120px;
}
/* .ribbon:after {
    right: 0;
    border-left: 10px solid #8d6000;
} */

.img-videoThumb {
    /* height: 100%; */
    object-fit: cover;
    width: 100%;
}

span.swiper-pagination-bullet {
    transition: all .5s;
}

.vidImgWrap {
    position: relative;
    height: 100%;
    display: flex;
}

a.playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

section.rankedCarousel {
    /* min-height: 700px; */
}

.customerStories h5.card-title {
    font-weight: 700;
}

.trainingServices h5.card-title {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 5px;
    background: linear-gradient(85.14deg, #C41C74 25.97%, #ED1D7E 48.33%, #F15A3F 68.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.trainingServices  h5.card-body {
    font-weight: 400;
    color: rgba(87, 88, 90, 1);
}

.searchInputHeader {
    color: rgba(192, 192, 192, 1);
}
.searchInputHeader::placeholder {
color: rgba(192, 192, 192, 1);
opacity: 1;
}
.searchInputHeader:-ms-input-placeholder {
color: rgba(192, 192, 192, 1);
}

.searchInputHeader::-ms-input-placeholder {
color: rgba(192, 192, 192, 1);
}

.content h4 {
    background: linear-gradient(85.14deg, #C41C74 25.97%, #ED1D7E 48.33%, #F15A3F 68.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    max-width: fit-content;
}

.gredient-text {
    background: linear-gradient(85.14deg, #C41C74 25.97%, #ED1D7E 48.33%, #F15A3F 68.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    max-width: fit-content;
}

.robustServicesCardWrap .card-img-overlay {
    transform: translateY(-100%);
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    /* background: linear-gradient(65.02deg, #C41C74 14.69%, #ED1D7E 41.06%, #F15A3F 84.66%); */
    position: absolute;
    top: 100%;
    left: 0;
    height: 85px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    opacity: .8;
    /* max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden; */
  }
  .robustServicesCardWrap .card-img-overlay .card-text {
    opacity: 0;
    transform: translateY(-6rem);
    transition: all .5s ease;
  }
  .robustServicesCardWrap .card-img-overlay .card-text p {
    font-size: .85rem;
}
  .robustServicesCardWrap .card-img-overlay .btn {
    display: none;
    transform: translateY(2rem);
    transition: all 0.25s ease-in;
  }

  .robustServicesCardWrap .card {
    overflow: hidden;
    background-color: #345;
  }
  .robustServicesCardWrap .card-title {
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: 700;
}

  .robustServicesCardWrap .card:hover .card-img {
    mix-blend-mode: overlay;
  }
  .robustServicesCardWrap .card:hover .card-title {
    margin-bottom: 10px;
  }
  .robustServicesCardWrap .card:hover .card-img-overlay {
    transform: translateY(-100%);
    /* background-color: rgba(0, 0, 0, 0.8); */
    height: 100%;
    justify-content: start;
}
.robustServicesCardWrap .card:hover .card-text {
    opacity: 1;
    transform: translateX(0);
    color: #ffffff;
}
  .robustServicesCardWrap .card:hover .btn {
    display: block;
    transform: translateX(0);
  }

  .robustServicesCardWrap .card .card-text a {
    color: #ffffff;
    font-weight: bold;
}

.robustServicesCardWrap .card .card-title .card-overly-icon{
    font-size: 25px;
    transition: all .5s ease;
    opacity: 1;
  }

  .robustServicesCardWrap .card:hover .card-title .card-overly-icon{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform-origin: center;
    opacity: 0;
  }

/* .simplifyAndModernize {
    min-height: 600px;650px
    background: url(../images/new_bg_discover.png) no-repeat 0 0 #F7F9F9;
    background-size: cover;
    background-attachment: fixed;
} */

.simplifyAndModernize {
    min-height: 600px;/*650px*/
    background: url(../images/new_bg_discover.png) no-repeat 0 0 #F7F9F9;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center center !important;
}

.icon-lmsSrvices {
    /* max-width: 70%; */
    max-width: 115px;
    width: 100%;
}

h3.lctr {
    font-size: 2.2rem;
    font-weight: 700;
    color: rgba(57, 89, 168, 1);
}

section.breadcrumbWrap li a {
    color: rgba(100, 100, 100, 1);
    font-weight: 400;
}

section.breadcrumbWrap li.active {
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 600;
}

.breadcrumbWrap a {
    color: rgba(100, 100, 100, 1);
    font-weight: 400;
}

.breadcrumbWrap strong {
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}

a.rm-p {
    color: #ffffff;
    font-weight: 600;
}

.f32 li a {
    color: #646363BF;
    font-weight: 700;
}

.f32 li:hover a {
    color: #000000BF;
    font-weight: 700;
}

/* #flagsModal .modal-dialog-centered {
    min-height: 600px;
}

#flagsModal .modal-dialog-scrollable {
    height: 600px;
} */

.lcsBox h5 {
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(85.14deg, #C41C74 25.97%, #ED1D7E 48.33%, #F15A3F 68.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.lcsBox ul {
    padding: 0 0 0 16px;
    list-style-image: url(../images/ico-bullet-arrow.png);
    list-style-type: '👉';
    padding-inline-start: 1ch;
    color: #737373;
}

.lcsBox ul li{
    margin-bottom: 5px;
    font-weight: 600;
}

.lcsBox ul li::marker{
    position: relative;
}

.popClose {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    box-shadow: none !important;
    outline: none !important;
}

.m-team {
    width: 100%;
    cursor: pointer;
    transition: all .5s ease;
}

.m-team h5.card-title {
    font-weight: 700;
    color: #000000;
    transition: all .5s ease;
}

.m-team h6 {
    font-weight: 400;
    color: #666666;
    transition: all .5s ease;
}

.m-team-modal h5.card-title {
    font-weight: 700;
    color: #ED1D7E;
    transition: all .5s ease;
}

.m-team-modal h6 {
    font-weight: 600;
    color: #000000;
    transition: all .5s ease;
}

.m-team:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.m-team:hover h5.card-title {
    color: #ED1D7E;
}

.m-team:hover h6 {
    color: #000000;
}

.card-title {
    font-weight: 600;
    font-size: 1.125rem;
}

.form-control, .form-check-input {
    box-shadow: none !important;
    outline: none !important;
}

.form-control:focus, .form-check-input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.form-check-input {
    border-color: #F16067 !important;
}

.form-check-input:checked {
    background-color: #F16067;
    border-color: #F16067;
}

.media-box-container {
    padding-bottom: 2px;
}

.media-box-container {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    border-radius: 0.8rem !important;
}

a.mTab {
    background-color: transparent !important;
    border: none !important;
    color: #102D3C !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

a.mTab.selected {
    background: transparent !important;
    color: #DB3A75 !important;
    border-bottom: 2px solid #DB3A75 !important;
    font-weight: 600 !important;
}

.media-boxes-load-more-button {
    background: linear-gradient(65.02deg, #C41C74 14.69%, #ED1D7E 41.06%, #F15A3F 84.66%) !important;
    color: #ffffff !important;
    border-radius: 50px;
    font-weight: 600;
}

.media-boxes-no-more-entries {
    display: none;
}

.m-filter, .m-filter::selection, .m-filter:focus {
    border: 1px solid #000000;
    background: url(../images/ico-arrow-down.png) no-repeat right 0.8rem center transparent;
}

.locationsWrap {
    /* background: linear-gradient(68.13deg, #3E2F9A -0.97%, #D1B4F5 127.9%); */
    background: linear-gradient(71.56deg, #71649C 0%, #B3559E 98.69%);
}

.address h3 {
    color: #3F58A2;
    font-weight: 700;
    font-size: 20px;
}

.address ul {
    list-style-type: none;
    margin: 10px 0 0;
}

.address ul li {
    margin-bottom: 5px;
}

.address span {
    font-weight: 700;
}

.locations h5 {
    color: #3F58A2;
    font-weight: 700;
    font-size: 25px;
}

.address a, .address a:link {
    color: #000000;
}

.awardsLogos .icon-lmsSrvices {
    width: 100%;
    height: 180px;
    object-fit: contain;
    object-position: center;
    max-width: 180px;
}

span.floating-tag {
    position: absolute;
    z-index: 1;
    /* top: 15%; */
    top: 50%;
    left: 0;
    padding: 0.3rem 1rem 0.3rem 0.5rem;
    background: rgba(0,0,0,.7);
    color: #fff;
    border-radius: 0 15px 15px 0;
    font-size: .9rem;
}

.logoAndTitle {
    background: #fff;
    padding: 15px;
    margin-top: -100px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.logoAndTitle h3 {
    font-size: 1.1rem;
    font-weight: 700;
    word-break: break-word;
}

.logoAndTitle img {
    height: 90px;
    width: 90px;
    object-fit: contain;
    object-position: center;
}

/*iframe form*/
.hs-form-iframe .hbspt-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hs-form-iframe .field {
    margin-bottom: 18px;
    max-width: calc(50% - 40px);
    width: 100%;
}

.hs-form-iframe .hs-form-field input[type=text] {
	border: 2px solid #cad5e2 !important;
}

ul.talentpipelineul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.talentpipelineul li {
    margin-bottom: 10px;
    display: flex;
    gap: 5px;
}

ul.talentpipelineul li::before {
    content: " ";
    width: 15px;
    height: 15px;
    display: inline-block;
    flex: none;
    position: relative;
    background: url(../images/ico-bullet-arrow.png) no-repeat center center transparent;
    top: 5px;
}

.contentWrap a {
    color: #ED1D7E;
    font-weight: 600;
}

.btn-outline-light.text-white:hover {
    color: #000000 !important;
}

/* .eventCardContent {
    min-height: 300px;
}

.eventCardTitle {
    min-height: 70px;
} */

.eventCardTitle {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 55px;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eventCardContent p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 122px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .eventCardBody {
    min-height: 450px;
    justify-content: start !important;
} */

.datePlace {
    font-size: 0.8rem;
    width: 100%;
}

.social__callout-quote a {
    display: flex;
    max-width: 85%;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
}

.social__callout-quote {
    width: 100%;
    padding: 25px 0;
}

.social__callout-quote a svg.icon {
    max-width: 30px;
    margin: 20px auto 0;
}

.ss-textClamp p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    /* height: 122px; */
    /* -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.ss-titleClamp {
    display: block;
    /* display: -webkit-box; */
    /* max-width: 100%; */
    /* height: 45px; */
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pinkBoxBlog {
    background: #DF1D7B;
    color: #ffffff;
    padding: 1.2rem;
    margin: 1.2rem 0;
}

.pinkBoxBlog p:last-child {
    margin: 0;
}

.blogVideoContainer {
    background: #000;
}

.media-box-container {
    padding: 0;
}

.investor-footerImg {
    object-fit: cover;
}