.aboutUsTitle {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #a5a5a5;
    margin-bottom: 30px;
}

.aboutUsHeading {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 46px;
    line-height: 60px;
    text-align: left;
    color: #14467b;
}

h1.aboutUsHeading::before {
    content: "";
    position: absolute;
    bottom: -43px;
    left: -80px;
    width: 190px;
    height: 160px;
    border-radius: 131.21px 91.5px 84.6px 70.79px;
    background: #f0bf3a;
    z-index: -1;
}

.offcolor {
    color: #7E7E7E
}

.animetSvg {
    position: relative;
}

.animetSvg svg {
    position: absolute;
    left: 47%;
    top: -90px;
}

.aboutusRightImage {
    position: relative;
}

.abtObjFitImg {
    width: 797px;
    height: 538px;
    border-radius: 340px 0px 0px 56px;
    box-shadow: -3px 12px 27px rgba(0, 102, 141, 0.27);

}

.abtObjFitImg img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 340px 0px 0px 56px;
    pointer-events: none;
}





.about-slider-one .item img {
    border-radius: 8px;
}

.about-slider-one {
    width: 100%;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    /*overflow: hidden; */
    height: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 28px;
    border-radius: 0px;
    text-align: center;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}


.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 20px;
    position: absolute;
    width: 37px;
    cursor: pointer;
    top: 6px !important;
}


.owl-carousel .owl-prev.disabled,

.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}


.owl-carousel .prev-slide {
    background: url(../img/about/previousBtn.png) no-repeat;
    left: 1px;
}

.owl-carousel .next-slide {
    background: url(../img/about/nextBtn.png) no-repeat;
    right: 2px;
}

.owl-carousel .prev-slide:hover {
    /*     background-position: 0px -53px;*/
    transform: scale(.8);
}

.owl-carousel .next-slide:hover {
    /*    background-position: -24px -53px;*/
    transform: scale(.8);
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

span.img-text:hover {
    color: #2caae1;
}

.owl-carousel .owl-nav button.owl-prev:after,
.owl-carousel .owl-nav button.owl-next:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: transparent;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.owl-dots {
    display: flex;
    align-content: center;
    justify-content: center;
}

.owl-carousel .owl-dots button.owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f9f9f9;
    border: 1px solid #9d9d9d;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
    background: #2caae1;
    width: 50px;
    height: 12px;
    border-radius: 12px;
    border: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #14467B;
    border-radius: 12px;
    border: none;
}


.whoWeAreContain {
    position: relative;
}

.animSvg-two {
    position: absolute;
    left: -400px;
    top: -145px;
}

.anim_mg-one {
    position: absolute;
    top: -100px;
    left: -60px;
}

.anim_mg-one img {
    height: 190px;
}

h2.subHeadingText {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: left;
    color: #14467b;


}

h2.subHeadingText span {
    font-weight: 300;
    color: #7E7E7E;
}

.whoWeAreContain p {
    font-size: 18px;
    line-height: 24px;
    color: #7E7E7E;
    text-align: justify;
}


.whatWeDo-wrap {
    min-height: 80vh;
    width: 100%;
    position: relative;
    z-index: 1;
}

.paralaxHospBG {
    background-attachment: fixed;
    background-image: url(../img/about/ghsplParalaxImg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.whatWeDo-wrap .whatWeDoOverlay {
    background-color: rgb(0 0 0 / 82%);
    background-image: url(../img/fillGraph.png);
    background-size: auto;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.whatWeDo-wrap h2.subHeadingText {
    color: #fff;
    position: relative;
    margin-bottom: 50px;
}

.whatWeDo-wrap h2.subHeadingText::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 140px;
    border-radius: 8px;
    bottom: -10px;
    left: 0px;
    background: #10beeb;
}

.whatWeDo-wrap h2.subHeadingText span {
    font-weight: 300;
    color: #b1b1b1;
}

.whatWeDo-wrap .subTag h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 0.01em;
    line-height: 38px;
    text-align: left;
    color: #fff;
    margin-bottom: 25px;

}

.whatWeDo-wrap .subTag h3 span {
    font-weight: 600;
}

.clrOrng {
    color: #ff6500;
}

.clrWhite {
    color: #ffffff;
}

.clrGreen {
    color: #00d400;
}

.whatWeDo-wrap p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #fff;

}

.whatwedoRightImg {
    position: relative;
    height: 650px;
    z-index: 1;
}

.whatwedoRightImg img {
    position: absolute;
    bottom: -100px;
    z-index: -1;
}

.keypeople-wrap {
    position: relative;
    z-index: 1;
}

.keypeople-wrap h2.subHeadingText {
    position: relative;
    margin-bottom: 5px;
    z-index: 1;
}

.keypeople-wrap h2.subHeadingText::before {
    position: absolute;
    content: "";
    top: -18px;
    left: -7px;
    width: 105.09px;
    height: 91.47px;
    border-radius: 42.82px 59.36px 32.11px 36.98px;
    background: #d0e7ff;
    z-index: -1;

}

.keypeople-wrap h2.subHeadingText::after {
    position: absolute;
    content: "";
    top: -22px;
    left: -12px;
    width: 114.83px;
    height: 99.26px;
    border-radius: 46px 62px 37px 43px;
    background: transparent;
    border: 1px solid #d0e7ff;
    z-index: -1;


}

.keypeople-wrap p.subtagline {
    margin-left: 105px;
    color: #000;
    letter-spacing: 1px;
    position: relative;
    width: fit-content;
    z-index: 1;
}

.keypeople-wrap p.subtagline::before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0px;
    width: -webkit-fill-available;
    height: 12px;
    background: #f0bf3a;
    opacity: 0.58;
    z-index: -1;

}

.keyPeople_Card {
    box-shadow: 9px 13px 16px -10px #dfdfdf;
}

.keypeopleBgColor1 {
    background: #cb96a6;
    background-color: #cb96a6;
}

.keypeopleBgColor1_light {
    background: rgb(203 150 166 / 28%);
    background-color: rgb(203 150 166 / 28%);
}

.keypeopleBgColor2 {
    background: #bd835d;
    background-color: #bd835d;
}

.keypeopleBgColor2_light {
    background: rgb(189 131 93 / 28%);
    background-color: rgb(189 131 93 / 28%);
}

.keypeopleBgColor3 {
    background: #4b79c4;
    background-color: #4b79c4;
}

.keypeopleBgColor3_light {
    background: rgb(107 149 217 / 28%);
    background-color: rgb(107 149 217 / 28%);
}

.keypeopleBgColor4 {
    background: #ff8380;
    background-color: #ff8380;
}

.keypeopleBgColor4_light {
    background: rgb(255 131 128 / 28%);
    background-color: rgb(255 131 128 / 28%);
}

.keyPeople_Img {
    width: 100%;
    height: 240px;
    border-radius: 127px 0px 0px 0px;
    position: relative;

}

.keyPeople_Img .aboutSpirl {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.keyPeople_Img .keyAboutImage {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-height: 320px;
}

.keyPeople_Contain {
    padding: 8px 20px 20px;
    min-height: 350px;
}

.keyPeople_Contain .keyppl_name {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 2px;
}

.keyPeople_Contain .keyppl_degn {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 30px;
    position: relative;
    margin-bottom: 20px;
    font-style: italic;
}

.keyPeople_Contain .keyppl_degn::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 26px;
    background-color: #000;
    bottom: 5px;
    left: -30px;
}


.keyPeople_Contain .keyppl_info {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 18px;
    text-align: left;
    color: #3e3e3e;
}



.teamMember_group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.teamMember_card {
    text-align: center;
    width: 190px;
}

.teamMember_card a img {
    max-height: 180px;
    padding: 12px 12px 5px 12px;
}


.teamMember_card h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 2px;
}

.teamMember_card p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    font-style: italic;
}

.teamMember_card.active h5 {
    color: #03a9f4;
}

.teamMember_contain .tmDetail:not(:first-child) {
    display: none;
}

.teamMember_contain .expertOverview p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: justify;
    margin-top: 20px;
}

.teamMember_contain .tmDetail p {
    font-size: 15px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
}

.elementOverlay1 {
    position: absolute;
    content: url(../img/about/element-1.png);
    top: -16px;
    left: 50%;
    transform: translateX(-50%);

}

.elementOverlay2 {
    position: absolute;
    content: url(../img/about/glocal_logo.png);
    height: 100px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.clrBdr {
    height: 4px;
    margin: 5px 0px;
    width: 100%;
    position: relative;
    background-color: #2196f3;
    z-index: 1;
    margin-bottom: 20px;
    border-radius: 4px;
}

.clrBdr::after,
.clrBdr::before {
    position: absolute;
    content: "";
    background-color: #2196f3;
    z-index: 1;
    border-radius: 4px;
    width: 100%;
}

.clrBdr::before {
    height: 7px;
    /*    width: calc(100% - 12px);*/
    top: -11px;
    left: 0px;
}

.clrBdr::after {
    height: 2px;
    /*    width: calc(100% - 24px);*/
    top: 9px;
    left: 0px;
}

.teamMember_group .teamMember_card a {
    display: block;
    z-index: 1;
}

.teamMember_contain h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 2px;
}

.teamMember_contain h6 {
    margin-left: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    position: relative;
    width: fit-content;
    z-index: 1;
}

.teamMember_contain h6::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 26px;
    background-color: #000;
    bottom: 5px;
    left: -30px;
}


.projectionNum-wrap .projectionContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Comfortaa', cursive;
}

.projectionContainer .projectionImg,
.projectionContainer .projectionNum {
    flex: 1;
}

.projectionContainer .projectionNum ul {
    list-style: none;
    padding-inline-start: 0px;
}

.projectionNum ul li {
    border-bottom: 1px solid #979797;
}

.projectionNum ul li:last-child {
    border-bottom: 1px solid transparent;
}

.projDtl {
    padding: 20px 0px;
}

.projDtl h4 {
    font-size: 36px;
    margin-bottom: 5px;
    line-height: 36px;
}

.projDtl p {
    margin-bottom: 2px;
    font-size: 22px;
    font-weight: 300;
    color: #000;
    line-height: 26px;
}

.teamMember_contain .teamInstrution p {
    font-size: 15px;
    line-height: 20px;
    background: #2196f3;
    color: #fff;
    padding: 8px 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 40px;
    border-radius: 6px;
    margin-bottom: 16px;
}

.ddtestomonial .testimonial-card .client-quote {
    font-size: 14px;
    line-height: 20px;
    color: #525252;
}

.tmSpeechMob {
    display: none;
}


/*Responsive Css Start*/
@media only screen and (max-width: 575px) {


    .aboutUsTitle {
        font-weight: normal;
        font-size: 20px;

    }

    .aboutUsHeading {

        font-weight: bold;
        font-size: 32px;
        line-height: 42px;

    }

    h1.aboutUsHeading::before {
        content: "";
        position: absolute;
        bottom: -21px;
        left: -4px;
        width: 190px;
        height: 160px;
        border-radius: 131.21px 91.5px 84.6px 70.79px;
        background: #ffecb8;
        z-index: -1;
    }

    .abtObjFitImg {
        width: 797px;
        height: 538px;
        border-radius: 0px 0px 0px 0px;
        box-shadow: -3px 12px 27px rgb(0 102 141 / 27%);
        position: absolute;
        top: -459px;
        left: -12px;
        z-index: -1;
        opacity: .1;
    }

    .abtObjFitImg img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        border-radius: 0px 0px 0px 0px;
        pointer-events: none;
    }

    .anim_mg-one {
        position: absolute;
        top: -33px;
        left: 100px;
    }

    .anim_mg-one img {
        height: 110px;
    }

    .animSvg-two {
        position: absolute;
        right: -27px;
        left: 0px;
        top: -86px;
        transform: rotateY(176deg);
    }

    .animSvg-two svg {
        height: 160px;
    }

    h2.subHeadingText {

        font-size: 32px;
        line-height: 38px;

    }

    .whoWeAreContain p {
        font-size: 14px;
        line-height: 19px;
        color: #7E7E7E;
        text-align: justify;
    }

    .whatWeDo-wrap .subTag h3 {
        font-size: 22px;
        line-height: 30px;

    }

    .whatWeDo-wrap p {
        font-size: 14px;
        line-height: 24px;
    }

    .whatwedoRightImg {
        position: relative;
        height: 435px;
        z-index: 1;
    }

    .whatwedoRightImg img {
        position: absolute;
        bottom: -50px;
        height: 509px;
        z-index: -1;
    }

    .keypeople-wrap h2.subHeadingText::before {
        position: absolute;
        content: "";
        top: -11px;
        left: -7px;
        width: 70px;
        height: 60px;
        border-radius: 42.82px 59.36px 32.11px 36.98px;
        background: #d0e7ff;
        z-index: -1;
    }

    .keypeople-wrap h2.subHeadingText::after {
        position: absolute;
        content: "";
        top: -15px;
        left: -12px;
        width: 80px;
        height: 68px;
        border-radius: 46px 62px 37px 43px;
        background: transparent;
        border: 1px solid #d0e7ff;
        z-index: -1;
    }

    .keypeople-wrap p.subtagline {
        margin-left: 62px;
        color: #000;
        letter-spacing: 1px;
        position: relative;
        width: fit-content;
        z-index: 1;
    }


    .teamMember_card {
        text-align: center;
        width: 100%;
    }

    .keyPeople_Contain {
        padding: 8px 20px 20px;
        min-height: 250px;
    }

    .teamMember_card a img {
        max-height: 80px;
        padding: 12px 12px 5px 12px;
    }

    .teamMember_card p.tmSpeechMob {
        display: block !important;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        position: relative;
        margin-bottom: 20px;
        text-transform: none;
        font-style: normal;
        text-align: justify;
    }

    .teamMember_contain {
        display: none;
    }





}

/*Responsive Css End*/
