/*************** Focus ****************/
.focus-page {
    width: 70%;
    margin: 0 auto;
}

.focus-page-center {
    display: grid;
    grid-template-columns: repeat(5, 250px);
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.focus-Key {
    margin: 10rem 0;
}

.focus-Key h3,
.Caro-Sect h3 {
    padding-bottom: 40px;
}

.focus-center-c {
    width: auto;
    height: 190px;
    border: 1px solid #f5f5f5;
    box-shadow: none;
    cursor: pointer;
    border-radius: 8px;
    padding: 1px;
    transition: 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
}

.focus-center-colle {
    width: auto;
    height: 185px;
    border: 1px solid transparent;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;
    align-items: center;
    text-align: center;
}

.focus-center-c:hover,
.focus-center-c:focus-within {
    background: linear-gradient(45deg, #97c52e, #126688);
    box-shadow: 0 0px 0px #126688, 0 0 9px #97c52e;
    border: 1px solid transparent;
    transform: translateY(-5px);
}

.focus-center-colle:hover {
    border: 1px solid transparent;
    box-shadow: none;
}

.focus-center-colle svg {
    margin-bottom: 25px;
    transition: 0.3s ease;
}

.focus-center-c:hover svg {
    transform: scale(1.2);
}

.focus-center-colle h5 {
    color: var(--light-black);
    font-size: 23px;
    font-family: var(--font2);
    font-weight: 600;
}

.focus-center-colle p {
    color: #66696b;
    font-family: var(--font2);
    line-height: 19px;
    padding-top: 5px;
    font-size: 13px;
}

@media (min-width: 768px) and (max-width:991px) {
    .focus-page-center {
        display: flex;
        flex-wrap: wrap;
    }

    .focus-page {
        width: 100%;
    }

    .focus-Key {
        margin: 5rem 0;
    }

}

@media (max-width:767px) {
    .focus-page-center {
        grid-template-columns: 1fr;
    }

    .focus-page {
        width: 100%;
    }

    .focus-Key {
        margin: 4rem 0;
    }
}

/*************** Journey ****************/
.journey {
    padding: 4rem 0 6rem;
}

/*************** Footer ****************/
.Footer_S {
    background: #262626;
    padding: 6rem 0;
    font-family: var(--font2);
}

.Footer_S_Flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.Footer_S_Flex p,
.d-flex span,
i {
    color: #a9a9a9;
}

.Footer_S_Flex p:hover,
.d-flex span:hover,
i:hover {
    color: #fff;
}

.Footer_S_Flex .Footer_SF ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

.Footer_S_Flex .Footer_SF ul li a {
    width: 40px;
    height: 40px;

    background: var(--green);
    color: #272727;
    border-radius: 50px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 10px;
}

.Footer_S_Flex .Footer_SF ul li a:hover {
    background: var(--white);
    color: var(--green);
}

.Footer_S_Flex .Footer_SF ul li a i {
    font-size: 18px;
    color: #262626
}

.Footer_S_Flex p {
    text-align: center;
    font-family: var(--font2);
}

.Footer_S span i {
    padding-right: 5px;
}

.Footer_S_Flex .Footer-Bot {
    padding-top: 10px;
}

/*************** Teams ****************/
.team {
    padding-bottom: 5rem;

}

.Team__S {
    width: 70%;
    margin: 0 auto;
}

.Teams__Colle .Team_Ms {
    background: linear-gradient(32deg, #3b3f40, #a1a19e);
    display: inline-block;
    color: #fff;
    padding: 10px 30px 10px 15px;
    position: relative;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
    width: 220px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.Team__SC {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    padding: 2rem 0 5rem 4rem;
    gap: 30px;
}

.Team__SCs {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 6rem 0 4rem;
}

.Team__SCs__ {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 4rem 0;
}

.Team__T {
    padding: 2rem 0 0 4rem;
}

.Team__SCs .heads {
    color: #4a4a4a;
    text-align: start;
}

.Team__SCs .heads h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 1px;
    font-family: var(--font1);
    text-shadow: none;
    color: #4a4a4a;
}

.Team__SCs .heads h1 .gradient-text {
    background: linear-gradient(155deg, #1891c2, #bce560);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.Team__SCs .heads span {
    font-size: 50px;
    font-weight: 700;
    color: #4a4a4a;
    letter-spacing: 1px;
    font-family: var(--font1);
}

.Team__SCs .heads p {
    color: #888888;
    padding-top: 8px;
}

.Team__SCsub {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.Team__S>div img {
    width: auto;
    height: 280px;
    border-radius: 5px;
}

.Teams__Cset {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
}

.TeamCard {
    position: relative;
    width: 260px;
    border-radius: 16px;
    overflow: hidden;
    font-family: sans-serif;
    text-align: center;
}

.TeamCard__Image img {
    width: 100%;
    height: auto;
    display: block;
}

.TeamCard__Overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, #97c52e, transparent);
    padding: 25px 0 10px;
    color: white;
    backdrop-filter: blur(1px);

}

.TeamCard__Overlay h3 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    font-family: var(--font2);
}

.TeamCard__Overlay p {
    font-size: 13px;
    font-weight: 400;
    padding-top: 4px;
}

/*************** Contact ****************/
.Con__Tact {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.Contact_Sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.Contact_Sec .contact-us-left h3 {
    font-size: 40px;
    text-align: start;
}

.Contact_Sec .contact-us-right {
    background-color: #fbfbfb;
    padding: 50px;
    border-radius: 10px;
}

.Contact_Sec .contact-us-left h3 span {
    font-size: 40px;
    background: linear-gradient(45deg, #126688, #97c52e) text;
    -webkit-text-fill-color: transparent;
}

.Contact_Sec .contact-us-left img {
    width: 500px;
}

.Contact_Sec .contact-us-left>div {
    padding-top: 2rem;
}

.Con__Tact .contact-us--flexs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 90%;
    margin: 3rem auto;
}

.Con__Tact .contact-us--flexs .contact-us-right-flex {
    background-color: #f9f9f9;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    height: -webkit-fill-available;
    border-radius: 5px;
}

.Con__Tact .contact-us--flexs .contact-us-right-flex .contact_icons_ i {
    width: 50px;
    height: 50px;
    background-color: #cade9d;
    color: #79a90a;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
}

.Contact_Sec .contact-us-right .form-control {
    border-color: #e7e3e3;
    height: 45px;
}

.Contact_Sec .contact-us-right .form-control:hover,
.Contact_Sec .contact-us-right .form-control:focus {
    border-color: #97c52e;
    box-shadow: none;
}

.Contact_Sec .contact-us-right .textarea_form {
    height: 150px;
}


.Contact_Sec .contact-us-right .form-label {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--font2);
}

/*************** Mission & Vision ****************/
.MV__Sec {
    padding: 6rem 0;
    background-color: #f9f9f9;
}

.Mis__Vis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.Mis__Vis .Mis__Vis__Left {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.Mis__Vis .Mis__Vis__Left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Mis__VisFlex {
    display: flex;
    flex-direction: column;
    gap: 60px;
}


.Mis__VisFlex .m_sub {
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    gap: 20px;
    align-items: start;
}

.Mis__VisFlex .m_ .m_sub img,
.v_ .m_sub img {
    width: 50px;
    object-fit: contain;
    filter: grayscale(50%);
    opacity: 0.3;
    margin-top: 5px;
    flex-shrink: 0;
}

.mv_heading {
    font-size: 25px;
    font-weight: 900;
    text-transform: capitalize;
    font-family: var(--font1);
    color: #4a4a4a;
    padding-bottom: 10px;
}

.m_ p,
.v_ p {
    color: #333333;
    font-family: var(--font2);
    font-size: 18px;
}

.mv_heading span {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 4px;
    background: linear-gradient(45deg, #126688, #97c52e) text;
    -webkit-text-fill-color: transparent;

}

@media (min-width: 768px) and (max-width:991px) {

    .Mis__Vis,
    .Contact_Sec,
    .Con__Tact .contact-us--flexs {
        grid-template-columns: 1fr;
    }

    .MV__Sec {
        padding: 0rem 0 7rem;
    }

    .Mis__Vis .Mis__Vis__Left {
        height: unset;
    }

    .Team__S {
        width: 100%;
    }

    .Team__SC {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Contact_Sec .contact-us-left h3 {

        text-align: center;
    }

    .contact-us-left>div {
        text-align: center;
    }

}

@media (max-width:767px) {

    .Mis__Vis,
    .Team__SCs,
    .Contact_Sec,
    .Con__Tact .contact-us--flexs {
        grid-template-columns: 1fr;
    }

    .contact-us-right .row {
        gap: 10px;
    }

    .contact-us-right .row .mb-3 {
        margin-bottom: 0;
    }

    .Con__Tact {
        padding: 4rem 0
    }

    .Contact_Sec .contact-us-right {
        padding: 30px 20px;
    }

    .Team__S {
        width: 100%;
    }

    .Team__SCs .heads h1 span,
    .Team__SCs .heads p {
        padding-left: 0 !important;
        padding: 0;
    }

    .Team__SCs .heads h1 br {
        display: none;
    }

    .Team__SCs .heads h1 {
        line-height: 41px;
    }

    .Team__SCs .heads h1,
    .Team__SCs .heads span {
        font-size: 25px;

    }

    .Team__SC {
        grid-template-columns: 1fr;
        padding: 2rem 0 3rem;
        gap: 40px;
        margin: 0 auto;
    }

    .Team__SCs .heads h1 .gradient-text {
        -webkit-text-fill-color: #333;
    }

    .Team__SCs .heads {
        text-align: center;
    }

    .TeamCard {
        margin: 0 auto;
    }

    .Team__SCs__ {
        flex-direction: column;
    }

    .Mob_Padd {
        padding-top: 3rem;
    }

    .Mis__Vis .Mis__Vis__Left {
        height: unset;
    }

    .Mis__VisFlex .m_sub {
        flex-direction: column;
        align-items: center;
    }

    .mv_heading {
        text-align: center;
    }

    .Footer_S_Flex .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .Team__SCs {
        padding: 3rem 0 3rem;
    }

    .Team__T {
        padding: 2rem 0 0 0;
    }
}

/*************** Awards****************/
.Awards {
    padding: 10rem 0;
}

.Awards__Gd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-bottom: 5rem;
}

.Awards__Gd .Left__Awards h1 {
    font-size: 50px;
    text-shadow: none;
    color: #333;
}

.Awards__Gd .Left__Awards h1 span {
    font-size: 50px;
    background: linear-gradient(1deg, #126688, #97c52e);
    color: #fff;
    padding: 0 3px;
}

.Right__Awards {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.Right__Awards img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.Aw__Banner {
    padding: 5rem 0;
}

.Aw__Banner .Aw__TP_d {
    text-align: center;
    padding-bottom: 4rem;
}

.Aw__Banner .Aw__TP_d h2 {
    color: #333;
    padding-bottom: 5px;
    font-size: 35px;
    font-weight: 600;
}

.Aw__Banner .Aw__TP_d h3 {
    font-size: 33px;
    letter-spacing: 1px;
    color: #4a4a4a;
}

.Aw__Banner .Awards__Bg {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.Aw__Banner .Awards__Bg img {
    width: 100%;
    height: 100%;
}

.Aw__Banner p {
    text-align: center;
}

@media (min-width: 768px) and (max-width:991px) {
    .Awards__Gd .Left__Awards h1 br {
        display: none;
    }

    .Awards {
        padding: 4rem 0 3rem;
    }

    .Awards__Gd {
        grid-template-columns: 1fr;
    }

    .Aw__Banner .Awards__Bg,
    .Right__Awards {
        height: unset;
    }


}

@media (max-width:767px) {
    .Awards {
        padding: 3rem 0;
    }

    .Awards__Gd {
        grid-template-columns: 1fr;
    }

    .Awards__Gd .Left__Awards h1,
    .Awards__Gd .Left__Awards h1 span {
        font-size: 30px;
    }

    .Right__Awards,
    .Aw__Banner .Awards__Bg {
        height: unset;
    }

    .Aw__Banner {
        padding: 0;
    }

    .Aw__Banner .Aw__TP_d h2 {
        font-size: 25px;
    }

    .Aw__Banner .Aw__TP_d h3 {
        font-size: 23px;
    }

    .Aw__Banner p {
        font-size: 13px;
    }

    .Aw__Banner .Aw__TP_d {
        padding: 4rem 0 4rem;
    }



}