
/* @import url('./teaminfo2.css'); */
/* responsive css starts */
@media (min-width: 768px) {
    .containerr {
        width: 750px
    }

    .col-sm-6 {
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .containerr {
        width: 970px
    }

    .col-md-4 {
        width: 33.3333%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .containerr {
        width: 1170px
    }
}

/* responsive css ends */



.mainCntr {
    padding-top: 178px;
}

.teamBox {
    padding-bottom: 16px;
}

.containerr::before {
    display: table;
    content: " ";
}

.containerr {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.titleWrap.center {
    justify-content: center;
    text-align: center;
}

.titleWrap.center {
    justify-content: center;
    text-align: center;
}

.titleWrap.center {
    justify-content: center;
    text-align: center;
}

.titleWrap {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    font-family: Quicksand;
    margin-bottom: 16px;
    line-height: 35px;
    display: flex;
}

.titleWrap.center .title {
    max-width: 425px;
}

.titleWrap .title {
    position: relative;
}

.titleWrap .title span {
    position: relative;
    display: inline-block;
}

.titleWrap .title span span {
    position: relative;
    z-index: -1;
}

.titleWrap .title span span:after {
    position: absolute;
    bottom: -4px;
    left: -55px;
    width: 80px;
    height: 8px;
    content: "";
    background-color: #ffc845;
}

.teamBox .infoBigTxt {
    margin: 0 auto;
    max-width: 754px;
}

.infoBigTxt {
    font-size: 20px;
    line-height: 34px;
}

.container::after {
    clear: both;
}

.ctoSection {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 104px 0;
}

.row::before {
    display: table;
    content: " ";
}

.img {
    image-rendering: -webkit-optimize-contrast;
}

.ctoSection .img figure {
    padding: 5% 10%;
    background: url(../png/team-img-bg.png) center no-repeat;
    background-size: contain;
}

.ctoSection .name {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: Montserrat;
    margin-bottom: 16px;
}

.ctoSection .name span {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 8px;
    display: block;
}

.ctoSection p {
    margin-bottom: 16px;
}

.ctoSection .socialConnect a {
    margin-right: 12px;
    transition: transform 0.3s ease;
}

.ctoSection .socialConnect a img {
    width: 24px;
}

figure img {
    max-width: 100%;
    height: auto;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    vertical-align: middle;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.teamBox .teamCard {
    display: flex;
    justify-content: fasle;
    align-items: center;
    flex-direction: column;
    margin-bottom: 48px;
    text-align: center;
}

.teamBox .teamCard figure {
    padding: 5% 6%;
    margin-bottom: 24px;
    max-width: 302px;
    background: url(../png/team-img-bg.png) center no-repeat;
    background-size: contain;
}

.teamBox .teamCard .name {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: Montserrat;
    margin-bottom: 16px;
}

.teamBox .teamCard .name span {
    font-size: 13px;
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 4px;
    display: block;
}

.teamBox .teamCard .socialConnect {
    margin-top: 8px;
    justify-content: center;
}

.teamBox .teamCard .socialConnect a {
    margin: 0 12px;
    transition: transform 0.3s ease;
}

.teamBox .teamCard .socialConnect a img {
    width: 24px;
}



/* 4 dec  */
.mainWrp {
    padding-top: 110px;
}

.teamBox.ourTeamW {
    padding: 40px 0;
}

.ourTeamW .titleWrap .title span {
    font-size: 32px;
    line-height: 45px;
}

.tm_pd {
    padding: 50px 0;
}

.mainBd {
    padding-top: 100px;
}

.mainBdInner .TeamTitle {
    line-height: 48px;
    color: #232e35;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.mainBdInner .wrkProf {
    font-size: 22px;
    line-height: 32px;
    color: #676d7d;
    margin-bottom: 0;
}

.descW {
    padding: 22px 0 0;
}

.descW p {
    font-size: 18px;
    line-height: 24px;
    color: #919191;
    margin-bottom: 12px;
}

.mainBdInner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.mainBdInner>div {
    width: 50%;
}

.mainBdInner .imgSec {
    width: 450px;
    position: relative;
    /* overflow: hidden; */
    height: auto;
    /* border: 1px solid red; */
    z-index: 3;
    border-radius: 8px;
}

.mainBdInner .imgSec img {
    width: 100%;
    height: auto;
    max-width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

.frameBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: 15px;
    background: #1a73e8;
    z-index: 1;
    border-radius: 8px;
}

.tmSoc img {
    transition: all 0.5s ease;
}

.tmSoc:hover img {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}


/* 5 dec */

.secBd {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;

}

.teamCardsecBd {
    padding: 20px;
    width: 31.1%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    margin-right: 3.3%;
    text-align: center;
    border-radius: 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.teamCardsecBd:hover {
    background-color: #fff;
    /* backdrop-filter: blur(30px); */
    box-shadow: none;
}
.teamCardsecBd img {
   transition: all 0.5s ease;
}
.teamCardsecBd:hover img {
    transform: scale(1.1);
}

.teamCardsecBd:nth-child(3n) {
    margin-right: 0;
}

.imgsecbd {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.imgsecbd img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    max-width: 100%;
    flex-grow: 1;
    object-fit: cover;
}


.namesecBd {
    margin: 15px auto;
}

.namesecBd .TeamTitle {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.namesecBd .wrkProf {
    font-size: 20px;
    line-height: 1.2;
    margin: 12px 0 0;
    font-weight: 500;
    color: #676d7d;
}



.otherBd {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}


.teamCardotherBd {
    padding: 20px;
    width: 23.5%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-bottom: 5px solid #00325a;
    margin-right: 2%;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.teamCardotherBd:hover {
    background-color: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(30px);
    box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.2);
}

.teamCardotherBd:nth-child(4n) {
    margin-right: 0;
}

.imgotherbd {
    border-radius: 50%;
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
    box-shadow: 10px 1px 15px #acacac, 10px 10px 3px #ffffff;
}

.imgotherbd img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    max-width: 100%;
    flex-grow: 1;
    object-fit: cover;
}


.nameotherBd {
    margin: 20px auto;
}

.nameotherBd .TeamTitle {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.nameotherBd .wrkProf {
    font-size: 18px;
    line-height: 1.2;
    margin: 12px 0 0;
    font-weight: 500;
    color: #676d7d;
}

.btn, .btn1, .elementor-widget-containerr, .elementor-button-wrapper, .elementor-button.elementor-button-link {
    border-radius: 30px!important;
}






/*  
@media (min-width:998px) and (max-width: 1200px) {
    .mainBdInner .imgSec {
        width: 300px;
    }

    .mainBdInner>div {
        width: 60%;
    }

    .secBd, .otherBd {
        justify-content: center;
    }
   

    .teamCardotherBd {
        width: 35%;
        margin: 1%;
        margin-bottom: 20px;
    }
    .imgsecbd {
        height: 380px;
    }

    .secBd .teamCardsecBd {
        padding: 20px;
        width: 32%!important;
        margin-right: 2%;
        margin-bottom: 20px;
    }


}

@media screen and (max-width: 992px) {
    .mainBdInner .imgSec {
        width: 250px;
    }

    .mainBdInner>div {
        width: 50%;
    }

    .teamCardsecBd {
        width: 50%;
        margin: 1%;
        margin-bottom: 15px;
    }

    .teamCardotherBd {
        width: 50%;
        margin: 1%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .mainBdInner {
        flex-direction: column;
    }
    .mainBdInner .imgSec {
        width: 100%;
    }

    .mainBdInner>div {
        width: 100%;
        margin-top: 35px;
    }

    .teamCardsecBd {
        width: 100%;
        margin-bottom: 30px
    }

    .teamCardotherBd {
        width: 100%;
        margin-bottom: 30px;
    }
    .tm_pd {
        padding: 20px 0;
    }
    .imgsecbd {
        height: 380px;

    }
} */