.career-banner{
        padding: 150px 0 0;
    position: relative;

}
.career-banner .career-banner-shape{
        position: absolute;
    right: 0;
    max-width: 100%;
    width: 20%;
    top: 122px;
    z-index: 0;
}
.career-banner-description p{
color: #3f458b;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0;
    margin: 0 0 30px;
}
.career-banner-description h3{
color: #72cac3;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}

.career-banner-description h5{
    color: #3f458b;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}

.button-career {
    display: flex;
    flex-direction: row;
    column-gap: 13px;
}
a.btn-secondary.career-btn2 {
    margin-left: 45px;
    padding-left: 27px;
}

/* .career-btn{
        color: #3f458b;
    font-size: 18px;
    font-weight: 500;
     line-height: 25px; 
    display: table;
    padding: 20px 10px 20px 10px;
    border: 2px solid #3f458b;
    border-radius: 50px;
     border-top: 2px solid #3f458b;
    border-left: 2px solid #3f458b; 
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
} */

.career-btn {
    color: #3f458b;
    font-size: 20px;
    font-weight: 300;
    /* line-height: 25px; */
    display: table;
    padding: 15px 10px 15px 10px;
    border: 1px solid #3f458b;
    border-radius: 50px;
    border-top: 1px solid #3f458b;
    border-left: 1px solid #3f458b;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.career-banner-img {
     display: flex;
    align-items: flex-end;
}

.crisis{
        padding: 150px 0;
    position: relative;

}
.crisis-img{
    max-width: 100%;
}
.crisis-content1 h2{
    color: #72cac3;
        font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 15px;
}

.crisis-content1 p{
        color: #999696;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}
.crisis-content2 .crisis-img {
    max-width: 30%;
    margin-bottom: 11px;
}
.crisis-content2 p{
        color: #999696;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}
.crisis-content3 p{
        color: #999696;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}

.crisis-content-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 30px;
}

.crisis-content1, .crisis-content2, .crisis-content3 {
    margin: 10px 40px 6px;
}
.crisis-content-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 69%;
    height: auto;
    z-index: -1;
    left: 30px;
}
.crisis-image img{
        margin-bottom: 25px;
}


.approch{
    background-image: url(../images/career/approch-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
     padding: 100px 0;
    position: relative;
    /* margin: 0 0 150px; */
    background-position:    center center;
}



.approch h2{
    font-size: 48px;
    font-weight: 300;
    color: #B3F4EF;
    margin: 0 0 25px;
}
.approch p{
    font-size: 20px;
    font-weight: 300;
    color: #FFFFFF;
    margin: 0 0 30px;
}
.approach-cards {
    margin: 75px 0px 150px 0px;
}

.dot {
    max-width: 375px;
    position: absolute;
    bottom: -80px;
    align-items: center;
}
.approach-cards .row {
    row-gap: 180px;
}
.approach-cards .card {
    width: 100%;
    height: 375px;
    float: left;
    perspective: 500px;
    background: transparent;
    border: none;

}

.card-inner-content {
    padding: 20px 40px;
}

.approach-cards .content {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
 
}

.approach-cards .card:hover .content {
  transform: rotateY( 180deg ) ;
  transition: transform 0.5s;
}
.approach-cards .card:hover .card-cntent .back .card-footer p{
  display: none !important;
}

.approach-cards .front,
.approach-cards .back {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  border-radius: 50px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.approach-cards .back {
  background: #82D0CA;
  color: white;
  transform: rotateY( 180deg );
}

.approach-cards .back .card-footer {
  color: transparent;
}

.card-number{
        font-size: 30px;
    font-weight: bold;
    color: #3f458b;
    margin: 0 0 20px;
}
.card-h3 h3 {
    font-size: 40px;
    font-weight: 400;
    color: #3f458b;
    margin: 0;
    min-height: 70px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding: 0 40px 0 0px;
}
.card-p p{
        font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    font-weight: 200;
    margin: 0;
}
.card-footer{
    background-color: #72CAC3;
    padding: 15px;
    text-align: center;
        border-radius: 0 0px 50px 50px !important;
    margin-top: auto;
    overflow: hidden;
    z-index: 1;
    
}
.card-footer p{
        font-size: 16px;
    font-weight: 300;
    color: #3f458b;
    margin: 0 !important;
}
.approach-cards .front {
    background: #fff;
}
.approach-cards .back .card-footer{
    background-color: #C8F1ED;
}
.approach-cards .back .card-footer p{
   color:#C8F1ED;
}

.approach-cards .back .card-number{
    color: #fff;
}

.redefine{
      padding: 150px 0 0;
       position: relative;
    margin: 0;
}

.bg-circles-image {
    width: 35%;
    height: auto;
    position: absolute;
    z-index: -1;
    left: -10%;
}
.redefine h3{
    color: #3f458b;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}

.redefine h4{
    color: #3f458b;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}
.redefine-left-p{
     color: #3f458b;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 30px;
}
.redefine-right-p {
    color: #3f458b;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

.accordion-item {
    background: #3f458b;
}

.accordion-item .accordion-button {
    background: #58c4ba;
    border-radius:0 0 120px 0 !important;
}

.accordion-item.active .collapsed {
    background: #3f458b;
}
.accordion-button:focus {
    box-shadow: none !important;
}
.accordion-button{
        border: none;
    box-shadow: none;
    outline: none;
    margin: 0;
    border-radius: 0;
    position: inherit;
    display: block;
    color: #fff !important;
    font-size: 39px;
    font-weight: 400;
    line-height: 50px;
    padding: 35px 100px 35px 64px;
}

.faq-wrp-career  .accordion .accordion-button:not(.collapsed) {
    background: #3f458b;
}

.faq-wrp-career .accordion .accordion-button:not(.collapsed) {

    border: none;
    box-shadow: none;
}
.faq-wrp-career .accordion .accordion-button:not(.collapsed) b {
    color: #72cac3;
}
.faq-wrp-career .accordion .accordion-button:before {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    right: -5px;
    bottom: -35px;
    font-size: 30px;
    background: #72cac3;
    color: #3f458b;
    display: flex;
    align-items: center;
    justify-content: center;
    -webit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.faq-wrp-career .accordion .accordion-button.collapsed:before {
    content: "\f067";
    background: #3f458b;
    color: #72cac3;
}
.faq-wrp-career .accordion .accordion-item {
    margin: 0 0 45px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-radius: 0px 0px 120px 0px;
    background: #3f458b;
    position: relative;
}
.accordion-body p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.6px;
    padding: 10px;
}

.faq-wrp-career .accordion .accordion-body{
        background: #3f458b;
    padding: 0px 45px 45px 64px;
    border-radius: 0 0 90px 0;
}

.faq-wrp-career .accordion .accordion-button b {
    color: #3f458b;
    font-size: 27px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.6px;
    position: absolute;
    left: 25px;
    top: 48px;
}



.video-display-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
     aspect-ratio: 4 / 3;
}
.video-wrapper.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    border-radius: 20px;
    overflow: hidden;
      aspect-ratio: 4 / 3;
}
.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
}

.redefine-alternate {
    padding: 150px 0 0;
    position: relative;
    margin: 0;
}
section.redefine-alternate h3 {
    color: #3f458b;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}


.our-impact{
      padding: 150px 0 150px;
       position: relative;

}
.people-heading{
        color: #72cac3;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 15px;
}
.impact-heading{
 color: #72cac3;
        font-size: 48px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 15px;
}
.people p{
        color: #3F458B;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0;
    margin: 0 0 30px;
}
.impact-description{
 color: #999696;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0;
    margin: 0 0 30px;
}
.impact-stat{
    color: #494ca0;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin: 33px 0 33px;
}

.slide-number-badge {
    position: absolute;
    bottom: 4px;
    right: -10px;
    width: 60px;
    height: 60px;
    background-color: #4A4A8F;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.impact-slider-img {
    position: relative;
}
.nav-impact-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.nav-impact-btn .carousel-control-prev, .nav-impact-btn .carousel-control-next {
    color: #737373;
    font-size: 20px;
    height: 40px;
    width: 40px !important;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 20px;
}


.nav-impact-btn .carousel-control-next, .nav-impact-btn .carousel-control-prev {
    display: flex;
    width: fit-content;
    color: #020202;
    text-align: center;
    border: 3px solid #737373;
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
    color: #737373;
}
.people{
        padding: 50px 0 0;
       position: relative;
    margin: 0;
}



.video-slider-main .carousel-item{
    background-color: green;
    height: 250px;
    width: 300px;
}
.video-slider-main .carousel-item:first-child{
    background-color: blue;
      height: 250px;
    width: 300px;
}
.video-slider-main .carousel-item:last-child{
    background-color: red;
      height: 250px;
    width: 300px;
}

.stacked-cards-right {
    position: relative;
    height: 550px;
}
.cards-nav-controls {
    position: absolute;
    top: -2%;
    right: 0%;
    display: flex;
    z-index: 50;
}
.people-sidebg {
    position: absolute;
    top: 0;
}
.card-nav-btn{
    display: flex;
    width: fit-content;
    color: #737373;
    text-align: center;
    border: 3px solid #737373;
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
    font-size: 20px;
    height: 40px;
    width: 40px !important;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 20px;
}


.people .slider {
    position: relative;
    width: 500px;
    height: 600px;

}
.people .card {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0 0 200px 0px !important;
    border: 20px solid #fff !important;
}

.people .card.active {
    transform: translateX(0) scale(1);
    z-index: 3;
}
.people .card {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0 0 200px 0px !important;
    border: 20px solid #fff !important;
}
.people .card {
    position: absolute;
    bottom: 0;
    width: 345px;
    height: 510px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    transition: .6s;
    transform-origin: bottom left;
}


.people .card.second {
    transform: translateX(160px) scale(.95);
    z-index: 2;
    opacity: .9;
}
.people .card.active {
    transform: translateX(0) scale(1);
    z-index: 3;
}

.people .card.third {
    transform: translateX(320px) scale(.90);
    z-index: 1;
    opacity: .75;
}

.play-glass {
    width: 70px;
    height: 70px;
    border-radius: 50%;
   background: rgba(255, 7, 7, 0.7);
   border:none;
    cursor: pointer;
    position: relative;
}

.play-glass::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 20px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 20px solid white;
}

/* Video Popup Styles */
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}


.video-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.video-popup-container {
    position: relative;
    z-index: 10000;
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.video-popup-content {
    width: 100%;
    height: 100%;
}

.video-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.video-popup-close:hover {
    background: #fff;
}




.testimonial-section-new{
           padding: 150px 0 0;
       position: relative;
    margin: 0;
}




.indicator-testimonial {
    position: relative;
}
.indicator-testimonial .carousel-indicators {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.indicator-testimonial .carousel-indicators button {
    border-radius: 100% !important;
    background: #494CA0 !important;
    width: 20px !important;
    height: 20px !important;
    border: 8px solid #F8F8F8;
}
.indicator-testimonial .carousel-indicators .active {
    background: #494CA0;
    border: 8px solid #D8F0EE;
}

.testimon-heading {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

h3.test-h3 {
    right: 30%;
    position: relative;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 15px;
    color: #494CA0;
}
.nav-testi-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.nav-testi-btn .carousel-control-next, .nav-testi-btn .carousel-control-prev {
    display: flex;
    width: fit-content;
    color: #020202;
    text-align: center;
    border: 3px solid #737373;
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
}
.nav-testi-btn .carousel-control-prev, .nav-testi-btn .carousel-control-next {
    color: #737373;
    font-size: 20px;
    height: 40px;
    width: 40px !important;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 20px;
    left: -13%;
}

.testi-carosel .carousel-inner {

    z-index: -1;
}
.testi-carosel .carousel-inner{
    overflow: visible;
}
.top-img {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 1;
    padding-left: 65px;
}

.img-size {
    width: 80px;
    height: 80px;
}

.main-container {
    background-color: #494ca0;
    position: relative;
    padding: 90px 0px 90px 61px;
    margin-top: -31px;
}

.testimonial-content {
    position: relative;
    z-index: 1;
}
.testimonial-text {
    padding-left: 50px;
    font-size: 28px;
    color: white;
    line-height: inherit;
    font-weight: 300;
    margin-bottom: 30px;
    /* padding-left: 0; */
    padding-right: 75px;
}
.testimonial-name {
    font-size: 30px;
    font-weight: 300;
    padding-left: 50px;
}
.author-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #58c4ba;
    display: inline-block;
}

.author-name
 {
    font-weight: 400;
    color: #58c4ba;
}
.author-designation {
    color: #58c4ba;
    font-weight: 300;
}
.carousel-item {
    display: none;
    transition: ease-in-out 0.5s;
}

.testimonial-picture img {
    width: 89%;
}
.testimonial-picture {
    position: absolute;
    bottom: 3%;
    left: -10.5%;
    z-index: 10;
}

.testimonial-section-new .container-fluid {
    padding: 0;
    overflow: visible;
}



.reimagine-left-main {
    z-index: 1;
    position: relative;
}


img.convegenius-bg-career-last {
    position: absolute;
    width: 100%;
    top: -10%;
    left: -15%;
}

.reimagin-left{
    position: relative;
}


img.convegenius-title-dots {
    width: 39%;
    position: absolute;
    top: -6%;
}

.reimagine-main {
    padding: 55px 0 150px;
    position: relative;
    margin: 150px 0 0 0;
}

.reimagine-main {
    background: #F5F5F5;
    background: -webkit-linear-gradient(177deg, rgba(245, 245, 245, 1) 0%, rgba(114, 202, 195, 0.6) 100%);
    background: -moz-linear-gradient(177deg,rgba(245, 245, 245, 1) 0%, rgba(114, 202, 195, 0.6) 100%);
    background: linear-gradient(177deg, rgba(245, 245, 245, 1) 0%, rgba(114, 202, 195, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#F5F5F5", endColorstr="#72CAC3", GradientType=0 );

}

.reimagine-image img {
    width: 100%;
}
.reimage-right-subtitle{
    color: #3f458b;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}

.reimagine-title{
 color: #3f458b;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 15px;
}
   

p.reimagine-intro {
    color: #3F458B;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}

.reimagine-points p{
    color: #3F458B;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}

p.reimagine-message {
    color: #3F458B;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}

p.reimagine-tagline {
    color: #3F458B;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 30px;
}





@media (max-width: 767px){
    .career-banner-description h3 {
    font-size: 25px;
        line-height: 34px;
              margin: 0 0 15px;
    }
    .career-banner-description h5{
            font-size: 18px;
                margin: 0 0 15px;
    }
    .career-banner-description p{
 font-size: 16px;
        line-height: 26px;
    }
       .button-career {
    display: flex;
    flex-direction: column;
    column-gap: 13px;
    row-gap: 20px;
}  
    .btn-secondary {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 24px;
       
    } 
        .career-btn2{
         border-radius:  0 0 20px 0;}

    .career-btn{
         border-radius:  20px !important;
    }
    .career-banner-img {
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
} 
.crisis {
    padding: 100px 0;
    position: relative;
}
.crisis-content1 p, .crisis-content2 p, .crisis-content3 p {
    font-size: 16px;
}
.crisis-content2 .crisis-img {
    max-width: 50%;
    margin-bottom: 11px;
}
.approch h2{
        font-size: 25px;
        line-height: 34px;
        margin: 0 0 15px;
}
.approch p{
        font-size: 16px;
}
.approach-cards .card {
    width: 100%;
    height: 350px;
}
.dot {
    max-width: 352px;
    padding: 7px;
}
.approch .card-p {
         font-size: 24px;
}
.approch{
    padding: 50px 0;
}
.redefine h3 {
    font-size: 30px;
}
.redefine h4{
    font-size: 20px;
}
.redefine {
    padding: 75px 0 0;
}
.redefine-right-p {
    color: #3f458b;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
/* Alternate Redefine Section - Same styling as redefine */
.redefine-alternate {
    padding: 75px 0 0;
}
.bg-circles-image {
    opacity: 0.3;
    width: 83%;
    height: auto;
    position: absolute;
    z-index: -1;
    left: -22%;
    top: 1%;
}
.redefine-left-p {
    color: #3f458b;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.accordion-button{
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    padding: 35px 32px 35px 64px;
}
.faq-wrp-career .accordion .accordion-body{
        padding: 0px 35px 35px 64px;
}
.accordion-body p {
    color: #fff;
    font-size: 16px;
}
.our-impact {
    padding: 75px 0 75px;
    position: relative;
}
.crisis-content1 h2{
    font-size: 25px;
}
.impact-heading {
    font-size: 25px;
    margin: 15px 0 15px;
}
.people-sidebg {
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 20%;
}
.people-heading {
    color: #72cac3;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0 0 15px;
}
.people {
    padding: 75px 0 0;
    position: relative;
    margin: 0;
}
.people p {
    color: #3F458B;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0;
    margin: 0 0 15px;
}
.cards-nav-controls {
    position: absolute;
    top: 5%;
    right: 0%;
    display: flex;
    z-index: 50;
}
.slide-number-badge {
  right: 4px;
    width: 40px;
    height: 40px;
}
.card-nav-btn {
    border: 2px solid #737373;
    border-radius: 50%;
    font-size: 16px;
    padding: 17px;
}
.nav-impact-btn .carousel-control-next, .nav-impact-btn .carousel-control-prev{
    border: 2px solid #737373;
    border-radius: 50%;
    font-size: 16px;
    padding: 17px;
}
.nav-testi-btn .carousel-control-prev, .nav-testi-btn .carousel-control-next{
       border: 2px solid #737373;
    border-radius: 50%;
    font-size: 16px;
    padding: 17px; 
}
.indicator-testimonial .carousel-indicators {

    justify-content: center;

}
.testimon-heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
h3.test-h3 {
    right: 0%;
    font-size: 38px;
    margin: 0 0 15px;

}
.col-lg-8.testi-carosel {
    margin-top: 70px;
}
.top-img {
    padding-left: 30px;
}
.main-container {
    padding: 90px 0px 90px 0px;
    margin-top: -45px;
}
.testimonial-text {
    font-size: 20px;

    padding-right: 35px;
}
.testimonial-name {
    font-size: 24px;
}
.testimonial-picture {
    position: absolute;
    bottom: -23%;
    left: -10.5%;
    z-index: 10;
}
img.convegenius-title-dots {
    width: 84%;
    position: absolute;
    top: -25px;
}
img.convegenius-bg-career-last {
    position: absolute;
    width: 100%;
    top: -10%;
    left: 0;
}
.indicator-testimonial .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
}
}


/* ========== ALTERNATE ACCORDION STYLING ========== */
/* Independent styling for .faq-wrp-alternate to avoid conflicts */

.faq-wrp-alternate .accordion .accordion-button {
    background: #58c4ba;
    border-radius: 0 0 120px 0 !important;
}

.faq-wrp-alternate .accordion .accordion-button:not(.collapsed) {
    background: #3f458b !important;
    border: none;
    box-shadow: none;
}

.faq-wrp-alternate .accordion .accordion-button.collapsed {
    background: #72cac3 !important;
}

.faq-wrp-alternate .accordion .accordion-button:not(.collapsed) b {
    color: #72cac3;
}

.faq-wrp-alternate .accordion .accordion-button.collapsed b {
    color: #fff;
}

.faq-wrp-alternate .accordion .accordion-button:before {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    right: -5px;
    bottom: -35px;
    font-size: 30px;
    background: #72cac3;
    color: #3f458b;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, -50%);
}

.faq-wrp-alternate .accordion .accordion-button.collapsed:before {
    content: "\f067";
    background: #3f458b;
    color: #72cac3;
}

.faq-wrp-alternate .accordion .accordion-item {
    margin: 0 0 45px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-radius: 0px 0px 120px 0px;
    background: #3f458b;
    position: relative;
}

.faq-wrp-alternate .accordion .accordion-body {
    background: #3f458b;
    padding: 0px 45px 45px 64px;
    border-radius: 0 0 90px 0;
}

.faq-wrp-alternate .accordion .accordion-button b {
    color: #3f458b;
    font-size: 27px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.6px;
    position: absolute;
    left: 25px;
    top: 48px;
}

/* ========== END ALTERNATE ACCORDION STYLING ========== */

@media (min-width: 1201px) and (max-width: 1600px) {
    .btn-secondary {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 24px;
        border-radius: 25px !important;
    }
    
}
@media (min-width: 1000px) and (max-width: 1030px) {
a.career-menu:after {
    left: 40% !important;
}
}