.container.team-text {
    display: flex;
    justify-content: center;
    margin-top: 2.5%;
}
.txt-ma {
    font-size: 30px ;
    font-family: 'Montserrat bold' ;
    color: #000 ;
}
.span.Gallery-Title {
    position: absolute;
    z-index: 1;
    left: 20%;
    bottom: 20%;
    font-size: 45%;
    font-weight: bold;
    color: #ff9240;
}
img.Team-img {
    max-inline-size: 100%;
    block-size: auto;
    aspect-ratio: 4/1;
    object-fit: cover;
    opacity: 0.7;
    border-radius: 650px 650px;
}
.employees {
    display: flex;
    flex-direction: row;
    gap:45px;
    align-items: center;
    border: 0.3px solid #b2b2b2;
    box-shadow: -5px 5px 5px -1px #b2b2b2;
    border-radius: 1vw;
    margin: 1.5vw 1vw;
    padding: 1vw;
}
.employees .team {
    display: inline-block;
    padding: 15px 15px;
    vertical-align: top;
    width: 90%;
}
.team-thumb-bg {
    background: url(../img/employeeBG.svg) top no-repeat;
    padding: 35px;
    position: relative;
    transition: .4s;
}
.team-thumb-bg:after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.team-thumb {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
img.thumb.thumb-color {
    width: 100%;
}
.team:hover .team-thumb-bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.team-info {
    position: relative;
    z-index: 1;
    text-align: start;
    padding-top: 1.5%
}
.team-info .name {
    color: #191e25;
}
.team-info .title5 {
    font-size: 0.95vw;
    font-weight: 600;
    padding: 0%;
}
.team-info .title4 {
    font-size: 14px;
    font-weight: bold;
}
.job-title {
    color: #ff9240;
}
.square {
    box-sizing: content-box;
}
.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.square .inner,[class*=aspect] .inner {
    bottom: 0;
    display: table-cell;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
}
.tier-2-image-wrap .square {
    position: relative
}
.web-mf-hlp {
    color: #ff9240 !important;
    font-size: 25px;
}
.rt-txt {
    padding-left: 20px;
}
.ft-l1 {
    font-size: 14px;
    padding-top: 2px;
    color: #fff !important;
    padding-bottom: 0px;
    font-family: 'Montserrat bold' !important;
}
.ft-l3 {
    font-size: 14px;
    margin-top: 0px;
    color: #fff;
    font-family: 'Montserrat bold' !important;
}
.cp-txt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.aside > p {
    position: relative;
    font-size: 15px;
    padding-bottom: 15px;
    font-family: 'Montserrat Semibold';
    text-indent: 4em;
}
.aside > p::after,
.aside > p::before  {
    font-size: 65px;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    color: #ff9240;
    z-index: -1;
}
.aside > p::before {
    content: open-quote;
    top: -2.1vw;
    left: -4vw;
}
.aside > p::after {
    content: close-quote;
    right: 1vw;
    bottom: -2.1vw;
}
.social{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 67%;
    left: 6.5%;
    background: #ff9240;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    /* text-align: center; */
    /* transform: translate(65px, 50px) rotateY(90deg); */
    /* transition: all 3.5s ease 0s; */
    z-index: 2;
    cursor: pointer;
}
:hover .social{
    transform: translate(0px, 0px) rotateY(0deg);
}
.social li a{
    display: block;
    /* width: 30px; */
    /* height: 25px; */
    /* font-size: 17px; */
    /* line-height: 30px; */
    transition: all 0.5s ease 0s;
}
.social:hover{
    background: #bdb9b9;
}
.emp-int {
    font-size: 17px;
    font-family: 'Montserrat Bold';
    color: #ff9240;
}
@media only screen and (min-width:344px) and (max-width: 575px) {
    .employees {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 15px;
        margin: 3vw 1vw;
        border-radius: 2vw;
    }
    .aside > p::before {
        content: none;
    }
    .aside > p::after {
        content: none;
    }
    .titleFox {
        font-size: 22px ! important;
    }
    .team-info .title5 {
        font-size: 4vw;
    }
    .social {
        top: 45vw;
        left: 3vw;
        width: 10vw;
        height: 10vw;
    }
    .team-thumb {
        margin-bottom: 0px !important;
    }
    .aside > p {
        text-align: justify;
    }
    .container.team-text {
        margin-top: 5%;
    }
    .team-info .title4 {
        font-size: 3.7vw;
        font-weight: bold;
    }
}

@media screen and (min-width: 710px) and (max-width: 912px) {
    .ourservices-menu {
        margin-top: -1% !important;
        font-size: 13px !important;
    }
    .aside > p::before {
        content: open-quote;
        top: -10px;
        left: -5.5vw;
    }
    .aside > p::after {
        content: close-quote;
        right: 1vw;
    }
    .aside > p::after, .aside > p::before {
        font-family: serif;
        font-size: 45px;
        line-height: 1;
        position: absolute;
        color: #ff9a24;
        z-index: -1;
    }
    .employees {
        gap: 5px;
        margin: 2vw 1vw;
        padding: 1.5vw;
        width: 100%;
    }
    .aside > p {
        position: relative;
        font-size: 10.5px;
        padding-bottom: 5px;
    }
    .team-info .title5 {
        font-size: 1.8vw;
    }
    .team-thumb {
        margin: 0px;
    }
    .social {
        top: 12vw;
        width: 4vw;
        height: 4vw;
    }
    .team-info .title5 {
        font-size: 1.8vw;
        padding: 0%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .social {
        top: 13vw;
        left: 1vw;
    }
    .aside > p::after, .aside > p::before {
        font-size: 50px;
    }
    .aside > p::after {
        content: close-quote;
        bottom: -2.2vw;
    }
}