/*
===================================================
    Team.CSS
    ---------
    - This CSS file works only for team.
===================================================
*/


/*Image Reaveal CSS*/

body {
    --pieces-height: 100%;
}

.pieces {
    display: flex;
    flex-wrap: wrap;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.gallery__item {
    opacity: 0;
}

.pieces {
    height: var(--pieces-height);
    width: calc(var(--pieces-height) * 1);
    position: relative;
}

.piece {
    pointer-events: none;
}


/* Default CSS */

body.about-page .fold-shortcode .inner-section .scroll-down-element {
    display: none;
}

body.about-page .team-first-fold-shortcode.fold-shortcode .inner-section .scroll-down-element {
    display: flex;
}


/* About First Fold Section */

body .team-first-fold-shortcode .scroll-down-element .scroll-text,
body .team-first-fold-shortcode .anim-heading h1 .break-text span {
    opacity: 0;
}

body .team-first-fold-shortcode .scroll-down-element .scroll-circle {
    transform: scale(0);
}

body .team-first-fold-shortcode .inner-section .section-background .background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body .team-first-fold-shortcode .inner-section .section-content .ff-sub-text h3 {
    text-transform: uppercase;
    text-align: center;
    margin-top: -60px;
    margin-bottom: 40px;
    color: #fff;
}

body .team-first-fold-shortcode .inner-section .section-content .ff-main-text h1 {
    text-align: center;
}

body .team-first-fold-shortcode .inner-section .anim-heading {
    margin-bottom: 80px;
}

body .team-first-fold-shortcode .inner-section .anim-heading h1 .break-text span {
    opacity: 0;
}

body .team-first-fold-shortcode .inner-section .anim-heading h1 .yellow-text {
    position: relative;
    display: inline-flex;
    top: 30px;
    width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    opacity: 0;
    will-change: width;
}

body .team-first-fold-shortcode .inner-section .anim-heading h1 .yellow-text.margin-add {
    margin-right: 15px;
}


/* Team Second Fold CSS */

body .fold-shortcode.team-second-fold-shortcode {
    height: auto;
}

body .fold-shortcode.team-second-fold-shortcode {
    position: relative;
    height: auto;
    overflow: visible;
}

body .fold-shortcode.team-second-fold-shortcode .inner-section {
    position: relative;
}

body .fold-shortcode.team-second-fold-shortcode .inner-section .section-content {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

body .team-second-fold-shortcode .text-container {
    position: relative;
    margin-top: 20px;
}

body .team-second-fold-shortcode .sf-sub-text h3 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 10px;
    padding-right: 50px;
    margin-bottom: 20px;
}

body .team-second-fold-shortcode .sf-sub-text h3:before {
    position: absolute;
    content: '';
    top: 0;
    left: -35px;
    height: 100%;
    width: 100%;
    background: #F7D54E;
    transform: rotate(-1.6deg);
    z-index: -1;
}

body .team-second-fold-shortcode .text-circle-bg {
    position: absolute;
    top: 0;
    left: -6vw;
    height: 35vw;
    width: 35vw;
    background: #FBF9F2;
    border-radius: 50%;
    z-index: -2;
}

body .team-second-fold-shortcode .inner-section .section-content .text-container .underline-text .underline .underline-elem {
    height: 45px;
    bottom: -15px;
}

body .team-second-fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-2 .underline-elem {
    transform: scaleY(1.3);
    bottom: -18px;
}

body .team-second-fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-5 .underline-elem {
    transform: scaleY(2.1);
    bottom: -6px;
}

body .team-second-fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-4 .underline-elem {
    transform: scaleX(1) scaleY(1.3);
    bottom: -10px;
}


/* About team Grid CSS */

body .about-team-shortcode .inner-section .section-content .team-grid-container {
    position: relative;
    display: flex;
    width: 90vh;
    height: 90vh;
    flex-wrap: wrap;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-background svg {
    position: relative;
    height: 100%;
    width: 100%;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem {
    position: relative;
    width: 33.33%;
    height: 33.33%;
    overflow: hidden;
    cursor: pointer;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem .shape-element,
body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem .background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem .shape-element svg {
    z-index: 3;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem .background-1 {
    z-index: 2;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem .background-2 {
    z-index: 1;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem .shape-element svg {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: hard-light;
    opacity: 0.8;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem.elem-1 .shape-element svg {
    transform: rotate(0deg);
    top: 0%;
    left: 0%;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem.elem-2 .shape-element svg {
    top: 40%;
    left: 70%;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem.elem-3 .shape-element svg {
    top: 0%;
    left: 50%;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem.elem-4 .shape-element svg {
    transform: rotate(-90deg) scale(0.5);
    top: 25%;
    left: -25%;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem.elem-5 .shape-element svg {
    transform: scale(0.5);
    top: 25%;
    left: -25%;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem.elem-6 .shape-element svg {
    transform: rotate(0deg) scale(0.5);
    top: -25%;
    left: -25%;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem.elem-7 .shape-element svg {
    transform: scale(0.5);
    top: 25%;
    left: -50%;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem.elem-8 .shape-element svg {
    top: 80%;
    left: 45%;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem.elem-9 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem.elem-9 .sub-heading h2 {
    text-align: center;
    margin-bottom: 0;
}

body .about-team-shortcode .inner-section .section-content .team-grid-container .team-grid-elem.elem-9 .shape-element svg {
    display: none;
}


/* About Team Member Shortcode */

body .team-member-grid-shortcode .inner-section .section-content .team-member-container {
    display: flex;
    width: 80%;
}

body .team-member-grid-shortcode .inner-section .section-content .team-member-container .team-member-col {
    position: relative;
    height: 36vw;
    overflow: hidden;
}

body .team-member-grid-shortcode .inner-section .section-content .team-member-container .team-member-col.background-col {
    width: 45%;
    cursor: pointer;
}

body .team-member-grid-shortcode .inner-section .section-content .team-member-container .team-member-col.text-col {
    width: 55%;
}

body .team-member-grid-shortcode .inner-section .section-content .team-member-container .team-member-col .background {
    position: absolute;
    height: 36vw;
    width: 36vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body .team-member-grid-shortcode .inner-section .section-content .team-member-container .team-member-col .shape-element svg {
    z-index: 3;
}

body .team-member-grid-shortcode .inner-section .section-content .team-member-container .team-member-col .background-1 {
    z-index: 2;
}

body .team-member-grid-shortcode .inner-section .section-content .team-member-container .team-member-col .background-2 {
    z-index: 1;
}

body .team-member-grid-shortcode .inner-section .section-content .team-member-container .team-member-col .shape-element {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

body .team-member-grid-shortcode .inner-section .section-content .team-member-container .team-member-col .shape-element svg {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: hard-light;
    opacity: 0.8;
}

body .team-member-grid-shortcode.member-1 .inner-section .section-content .team-member-container .team-member-col .shape-element svg {
    transform: rotate(0deg);
    top: 0%;
    left: 0%;
}

body .team-member-grid-shortcode.member-2 .inner-section .section-content .team-member-container .team-member-col .shape-element svg {
    top: 40%;
    left: 70%;
}

body .team-member-grid-shortcode.member-3 .inner-section .section-content .team-member-container .team-member-col .shape-element svg {
    top: 0%;
    left: 50%;
}

body .team-member-grid-shortcode.member-4 .inner-section .section-content .team-member-container .team-member-col .shape-element svg {
    transform: rotate(-90deg) scale(0.5);
    top: 25%;
    left: -25%;
}

body .team-member-grid-shortcode.member-5 .inner-section .section-content .team-member-container .team-member-col .shape-element svg {
    transform: scale(0.5);
    top: 25%;
    left: -25%;
}

body .team-member-grid-shortcode.member-6 .inner-section .section-content .team-member-container .team-member-col .shape-element svg {
    transform: rotate(0deg) scale(0.5);
    top: -25%;
    left: -25%;
}

body .team-member-grid-shortcode.member-7 .inner-section .section-content .team-member-container .team-member-col .shape-element svg {
    transform: scale(0.5);
    top: 25%;
    left: -50%;
}

body .team-member-grid-shortcode.member-8 .inner-section .section-content .team-member-container .team-member-col .shape-element svg {
    top: 80%;
    left: 45%;
}

body .team-member-grid-shortcode .inner-section .section-content .team-member-container .team-member-col.text-col {
    padding: 0% 10%;
    padding-top: 2vw;
}

body .team-member-grid-shortcode .team-member-container .team-member-col.text-col .team-member-name {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

body .team-member-grid-shortcode .team-member-container .team-member-col.text-col .team-member-name:before {
    position: absolute;
    content: '';
    top: -2vw;
    left: -4vw;
    width: 9vw;
    height: 9vw;
    background: #FBF9F2;
    border-radius: 50%;
    z-index: -1;
}

body .team-member-grid-shortcode .team-member-container .team-member-col.text-col .team-member-name h1 {
    margin-bottom: 0px;
}

body .team-member-grid-shortcode .team-member-container .team-member-col.text-col .team-member-name h1:nth-child(2) {
    padding-left: 80px;
}

body .team-member-grid-shortcode .team-member-container .team-member-col.text-col .team-member-designation p {
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}

body .team-member-grid-shortcode .team-member-container .team-member-col.text-col .team-member-designation p:before {
    position: absolute;
    content: '';
    bottom: 5px;
    left: 0;
    height: 2px;
    width: 50%;
    background: #202945;
}

body .team-member-grid-shortcode .team-member-container .team-member-col.text-col .team-member-description {
    position: relative;
}

body .team-member-grid-shortcode .team-member-container .team-member-col.text-col .team-member-description h3 {
    position: absolute;
    width: 100%;
    height: 100%;
}

body .team-member-grid-shortcode .team-member-container .team-member-col.text-col .team-member-description .desc-text {
    top: 40px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(.16, .84, .44, 1);
}

body .team-member-grid-shortcode .team-member-container .team-member-col.text-col .team-member-description .desc-text.active {
    top: 0px;
    opacity: 1;
    transition: all 0.6s 0.4s cubic-bezier(.16, .84, .44, 1);
}


/* All Team Members CSS */

body .team-allmembers-grid-shortcode .team-members-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 75%;
    margin: 0 auto;
    margin-top: 7vw;
}

body .team-allmembers-grid-shortcode .team-members-container .team-member-elem {
    display: inline;
    width: calc(50% - 4px);
    padding: 0 8%;
}

body #mk-theme-container .team-allmembers-grid-shortcode .team-members-container .team-member-elem.elem-text {
    position: relative;
    padding: 0px 8%;
    margin-top: 0;
}

body .team-allmembers-grid-shortcode .team-members-container .team-member-elem.elem-text:after {
    position: absolute;
    content: '';
    top: -70px;
    left: 50%;
    width: 30%;
    height: 2px;
    background: #202945;
    z-index: -1;
    transform: translateX(-50%);
}

body .team-allmembers-grid-shortcode .team-members-container .team-member-elem:nth-child(odd) {
    margin-top: -7vw;
}

body .team-allmembers-grid-shortcode .team-members-container .team-member-elem:nth-child(even) {
    margin-top: 7vw;
}

body .team-allmembers-grid-shortcode .team-members-container .team-member-elem .team-member-background {
    position: relative;
    display: flex;
    width: 100%;
    height: 28vw;
    margin-bottom: 40px;
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-background .background-inner,
body .team-allmembers-grid-shortcode .team-member-elem .team-member-background .background-inner .background {
    position: absolute;
    height: 100%;
    width: 85%;
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-background .background-inner .background {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* cursor: pointer; */
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-background .background-inner .background-1 {
    z-index: 2;
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-background .background-inner .background-2 {
    z-index: 1;
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-designation {
    position: absolute;
    top: 28vw;
    left: -40px;
    transform: rotate(-90deg);
    height: 40px;
    width: 28vw;
    transform-origin: top left;
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-designation p {
    position: absolute;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-designation p.desg-text {
    top: -40px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(.16, .84, .44, 1);
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-designation p.active {
    top: 0px;
    opacity: 1;
    transition: all 0.6s 0.4s cubic-bezier(.16, .84, .44, 1);
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-name {
    position: relative;
    margin-bottom: 40px;
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-name:before {
    position: absolute;
    content: '';
    top: -20px;
    left: -60px;
    width: 120px;
    height: 120px;
    background: #FBF9F2;
    border-radius: 50%;
    z-index: -1;
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-name:after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0px;
    width: 30%;
    height: 2px;
    background: #202945;
    z-index: -1;
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-name h1 {
    margin-bottom: 0px;
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-name h1:nth-child(2) {
    padding-left: 80px;
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-description .desc-text {
    top: 40px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(.16, .84, .44, 1);
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-description .desc-text.active {
    top: 0px;
    opacity: 1;
    transition: all 0.6s 0.4s cubic-bezier(.16, .84, .44, 1);
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-description {
    position: relative;
    min-height: 200px;
}

body .team-allmembers-grid-shortcode .team-member-elem .team-member-description h3 {
    position: absolute;
    width: 100%;
    height: 100%;
}


/* Team Thanks Section */

body .team-thanks-section {
    position: relative;
}

body .team-thanks-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    height: 2px;
    background: #202945;
}

body .team-thanks-section:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    height: 2px;
    background: #202945;
}


/* Testimonial Section CSS */

body .testimonial-section.testimonial-section-2 {
    position: relative;
}

body .testimonial-section.testimonial-section-2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    height: 2px;
    background: #202945;
}

body .testimonial-section .testimonial-image .mk-image-inner:after {
    position: absolute;
    content: '';
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%;
    background: transparent;
    z-index: -1;
}


/* New All Team Members CSS */

body .team-allmembers-grid-shortcode.new-grid .team-members-container {
    margin-top: 0;
}

body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem {
    display: flex;
    width: calc(100% - 4px);
    padding: 0 8%;
    align-items: center;
    margin-bottom: 80px;
}

body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem .background-col {
    width: 49%;
    height: 32vw;
}

body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem .text-col {
    width: 46%;
    padding-left: 5%;
}

body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem.right-image .text-col {
    padding-left: 0%;
    padding-right: 5%;
}

body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem.right-image .background-col {
    justify-content: flex-end;
}

body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem:nth-child(odd) {
    margin-top: 0vw;
}

body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem:nth-child(even) {
    margin-top: 0vw;
}

body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem.elem-9 {
    margin-bottom: 180px;
}

body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem.elem-text {
    display: inline-block;
    max-width: 60%;
    margin: 0 auto;
}

body .team-allmembers-grid-shortcode.new-grid .team-member-elem.elem-text .team-member-name {
    padding-right: 5%;
}

body .team-allmembers-grid-shortcode.new-grid .team-member-elem .team-member-designation {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 50px;
}

body .team-allmembers-grid-shortcode.new-grid .team-member-elem .team-member-designation p.desg-text {
    top: 40px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(.16, .84, .44, 1);
}

body .team-allmembers-grid-shortcode.new-grid .team-member-elem .team-member-designation p.active {
    top: 0px;
    opacity: 1;
    transition: all 0.6s 0.4s cubic-bezier(.16, .84, .44, 1);
}

body .team-allmembers-grid-shortcode.new-grid .team-member-elem .team-member-designation p {
    text-align: left;
    font-weight: 600;
}

body .team-allmembers-grid-shortcode.new-grid .team-member-elem .team-member-description .desc-text {
    top: 50px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(.16, .84, .44, 1);
}

body .team-allmembers-grid-shortcode.new-grid .team-member-elem .team-member-description .desc-text.active {
    top: 0px;
    opacity: 1;
    transition: all 0.6s 0.5s cubic-bezier(.16, .84, .44, 1);
}

body .team-allmembers-grid-shortcode.new-grid .team-member-elem .team-member-name:before {
    transform: scale(1);
    background: #FBF9F2;
    transition: all 0.4s cubic-bezier(.16, .84, .44, 1);
}

body .team-allmembers-grid-shortcode.new-grid .team-member-elem .team-member-name.active:before {
    transform: scale(0.8);
    background: #F7D54E;
    transition: all 0.6s 0.2s cubic-bezier(.16, .84, .44, 1);
}


/* Smaller Screen Desktops */

@media only screen and (max-width: 1280px) {}


/* Mid Large Screen Desktops */

@media only screen and (min-width: 1440px) {}


/* Large Screen Desktops */

@media only screen and (min-width: 1920px) {}


/* Mobile Devices */

@media only screen and (max-width: 765px) {
    body #mk-theme-container .first-fold-section {
        min-height: auto !important;
    }
    body .team-first-fold-shortcode.fold-shortcode {
        height: 55vh;
        margin-top: 70px;
        background-color: #747685;
    }
    body .team-first-fold-shortcode .inner-section .section-background .background {
        background-size: contain;
        background-position: bottom center;
    }
    body .team-first-fold-shortcode .inner-section .section-content .ff-main-text h1 {
        margin-bottom: 0px;
    }
    body .team-first-fold-shortcode .inner-section .section-content .ff-main-text {
        margin-bottom: 140px;
    }
    /* Second Fold CSS */
    body .team-second-fold-shortcode .inner-section .text-container {
        padding: 0 20px;
    }
    body .fold-shortcode.team-second-fold-shortcode .inner-section .section-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    body .team-second-fold-shortcode .text-circle-bg {
        top: 0vh;
        left: -20vh;
        height: 80vh;
        width: 80vh;
    }
    body .team-second-fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-1 .underline-elem {
        bottom: -18px;
    }
    body .team-second-fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-5 .underline-elem {
        bottom: -14px;
    }
    body .team-second-fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-4 .underline-elem {
        transform: scaleX(1) scaleY(0.7);
        bottom: -15px;
    }
    /* 	Team All Members CSS */
    body .team-allmembers-grid-shortcode .team-members-container .team-member-elem {
        width: 100%;
        padding: 0 4%;
    }
    body .team-allmembers-grid-shortcode .team-members-container .team-member-elem .team-member-background {
        height: 48vh;
    }
    body .team-allmembers-grid-shortcode .team-member-elem .team-member-designation {
        width: 48vh;
        top: 48vh;
    }
    body .team-allmembers-grid-shortcode .team-members-container,
    body .team-allmembers-grid-shortcode .team-members-container .team-member-elem:nth-child(odd),
    body .team-allmembers-grid-shortcode .team-members-container .team-member-elem:nth-child(even) {
        margin-top: 0;
    }
    body .team-allmembers-grid-shortcode .team-members-container .team-member-elem {
        margin-bottom: 60px;
    }
    body #mk-theme-container .team-allmembers-grid-shortcode .team-members-container .team-member-elem.elem-text {
        margin-top: 60px;
    }
    body .team-allmembers-grid-shortcode .team-members-container .team-member-elem.elem-text:after {
        top: -70px;
    }
    body .testimonial-section.testimonial-section-2:before {
        width: 25%;
    }
    /*  New All Team Members CSS */
    body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem {
        position: relative;
        display: block;
        padding-top: calc(40vh + 60px) !important;
    }
    body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem.elem-text {
        padding-top: 0px !important;
    }
    body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem .background-col,
    body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem .text-col {
        width: 100%;
    }
    body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem .background-col {
        height: 40vh;
    }
    body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem.right-image .background-col {
        justify-content: flex-start;
    }
    body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem .background-col {
        position: absolute;
        top: 0;
        left: 0;
    }
    body .team-allmembers-grid-shortcode.new-grid .team-members-container .team-member-elem.elem-text {
        max-width: 100%;
    }
}