@media (max-width:767px) {

    .contact-flex {

        flex-direction: column;

    }

    .leaf-img {

        background: #fff;

        margin-bottom: -10px;

    }

    .mb-5 {

        margin-bottom: 1rem !important;

    }

    .home-trainings {

        padding-top: 30px;

        padding-bottom: 55px;

    }

    .pd-50 {

        padding-top: 30px;

        padding-bottom: 30px;

    }

    .contact-flex .content p {

        font-size: 14px;

        font-weight: 400;

    }

    .contact-icon-flex {

        display: none;

    }

    .mb-4 {

        margin-bottom: 0.4rem !important;

    }

    h4,
    h5 {

        font-size: 18px;

    }

    .social-link {

        margin-bottom: 20px;

    }

    .contact-icon-flex {

        display: none;

    }

    header {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
        backdrop-filter: blur(15px);
        color: #000;
        background: #fff;
    }

    .logo h3 {
        color: #000;
    }

    .about-us-page-wrapper p {

        line-height: 30px;

    }

    .banner-caption {

        z-index: 1;

    }

    .content.contact-us-page address {
        margin-top: 0px;
    }
    .content.contact-us-page address span>i.bi {
        color: #198754;
        font-size: 31px;
    }

}


@media (max-width:767px){
    .expert-timeline .timeline-item:nth-child(odd) {
        flex-direction: unset;
        text-align: left;
        /* width: 100%; */
    }
    .expert-timeline .timeline-number {
        text-align: center;
        font-family: Inter;
        font-weight: 700;
        font-size: 26px;
    }
    .expert-timeline .timeline-number {
        position: absolute;
        left: 0;
        transform: unset;
        /* background: white; */
        color: #fff;
        padding: 0px 15px;
        border-radius: 50%;
        font-weight: bold;
        top: 6px;
    }
    .expert-timeline .timeline-content {
        width: 100%;
        padding:0px;
        padding-left: 50px;
        height: auto;
    }
    .expert-timeline .timeline-item:nth-child(even){
        text-align: left;
    }
    .expert-timeline h4 {
        font-size: 20px;
    }
    .expert-timeline .timeline-number:before {
        height: 80%;
        top: 51px;
    }
    .content.our-experience-page h3.page-title {
        margin-bottom: 0px;
    }
    div#research-team h3.page-title {
        padding-top: 30px;
    }
    .work-experience-section {
        padding: 15px;
    }
    .pd-200{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width:767px) {

    .theme-inner-banner .relative img {

        height: 180px;

        width: 100%;

    }

    .first_row_wrap {

        flex-direction: column;

        margin: 0 auto;

        align-items: center;

    }



    .first_row_wrap>div {

        margin-bottom: 20px;

    }



    .first_row_wrap:before {

        display: none;

    }



    .third_row_wrap {

        flex-direction: column;

        align-items: center;

    }



    .third_row_wrap:before {

        display: none;

    }

    .chart_row_item>div:nth-child(2) {
        text-align: center;
    }

    .content.our-experience-page h3.page-title {
        font-size: 21px !important;
        line-height: 23px;
    }

}

@media (min-width:767px) and (max-width:990px) {

    .theme-inner-banner .relative img {

        width: 100%;

        height: 250px;

    }

    .banner-caption {

        max-height: 200px;

    }

    .content.our-experience-page h3.page-title {
        font-size: 25px;
        line-height: 33px;
    }

    .first_row_wrap,
    .second_row_wrap,
    .third_row_wrap {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .first_row_wrap div.chart_row_item,
    .second_row_wrap div.chart_row_item,
    .third_row_wrap div.chart_row_item {
        flex-grow: 1;
        flex-basis: 0;
        margin: 0 auto;
        text-align: center;
        background: #fff;
        box-shadow: 3px 3px 7px 1px #cec8c8;
        height: 203px;
        padding: 1rem;
        border: 1px solid #ddd;
    }

    .chart_row_item div h3 {
        font-size: 15px;
        line-height: normal;
        margin: 6px 0;
    }



}

@media (min-width:991px) and (max-width:1366px) {

    #menu-main-menu-1 a.nav-link {

        font-size: 15px;

        padding: 13px;

    }

    .chart_row_item div {

        flex-grow: 1;

        flex-basis: 0;

    }



    .chart_row_item {

        gap: 10px;

    }

    .chart_row_item div h3 {

        font-size: 14px;

    }

}

@media (max-width:991px) {
    .right-side-menu {
        display: none;
    }

    .responsive-chart .first-chart h5 {
        font-family: Inter;
        font-weight: 600;
        font-size: 12px;
        line-height: 150%;
        color: #E5B800;
        margin-bottom: 0;
    }

    .responsive-chart .first-chart h3 {
        font-family: Inter;
        font-weight: 600;
        font-size: 15px;
        line-height: 150%;
        color: #121212;
        margin-bottom: 0;
    }

    .rounded-img img {
        clip-path: circle(50% at 50% 50%);
        overflow: hidden;
        width: 90px;
        height: 90px;
        object-fit: cover;
    }

    .chart-btn button.btn {
        background-color: transparent;
        border-color: transparent;
    }

    .content.our-experience-page h3.page-title {
        font-size: 25px;
        line-height: 28px;
    }

    .row.col-row {
        display: flex;
        align-items: center;
        padding: 0px 0px 20px;
    }

    .rounded-img {
        margin: 0 auto;
        text-align: left;
    }
}

@media (min-width:991px) {

    .chart_row_item {

        display: flex;

    }

    .chart_row_item>div:nth-child(1) img {

        width: 90px;

        height: 90px;

        border-radius: 100%;

        object-fit: cover;

        overflow: hidden;

    }



    .chart_row_item {
        display: flex;
        gap: 15px;
        width: 417px;
        height: 104px;
        box-shadow: 0px 14px 23px 5px #adadad;
        border-radius: 100px;
        padding: 1rem;
        background: #fff;
        align-items: center;
        justify-content: end;
    }

    .chart_row_item>div button {

        background-color: transparent;

        border-color: transparent;

    }

    .first_row_wrap {

        display: flex;

        gap: 20px;

        position: relative;

    }

    .first_row_wrap:before {

        content: '';

        position: absolute;

        border: 2px dashed #000;

        height: 150px;

        width: 80%;

        border-top-color: transparent;

        margin: 0 auto;

        left: 0;

        right: 0;

        z-index: -1;

    }

    .third_row_wrap:before {

        content: '';

        position: absolute;

        border: 2px dashed #000;

        height: 150px;

        width: 80%;

        border-bottom-color: transparent;

        margin: 0 auto;

        left: 0;

        right: 0;

        z-index: -1;

        bottom: 0px;

    }

    .chart_row_item>div:nth-child(1) {

        flex: 0 0 23%;

        max-width: 23%;

    }



    .chart_row_item>div:nth-child(2) {

        flex: 0 0 44%;

        max-width: 44%;

    }



    .chart_row_item>div:last-child {

        flex: 0 0 19%;

        max-width: 19%;

    }




    .second_row_wrap {

        display: flex;

        flex-flow: column;

        align-items: center;

        gap: 100px;

        padding: 100px 0;

        position: relative;

    }



    .second_row_wrap .chart_row_item:before {

        content: '';

        position: absolute;

        border-left-style: dashed;

        border-left-color: #000;

        border-left-width: 2px;

        height: 200px;

        width: 1px;

        left: 0;

        right: 0;

        margin: 0 auto;

        z-index: -1;

    }



    .second_row_wrap .chart_row_item:nth-child(1):before {

        height: 250px;

        top: 0;

    }

    .second_row_wrap .chart_row_item:last-child:before {

        height: 250px;

        bottom: 0;

    }



    .third_row_wrap {

        display: flex;

        gap: 20px;

        position: relative;

    }

    .chart_row_item div button:hover,

    .chart_row_item div button:focus {

        background-color: transparent;

        border-color: transparent;

    }

}

/*@media (min-width:)*/
@media (min-width:767px) and (max-width:1366px) {







    /*    .content.our-experience-page .container {

        max-width: 900px;

    }*/





    img.modal-btn {

        width: 32px;

    }

    .chart_row_item>div:nth-child(1) img {

        width: 60px;

        height: 60px;

    }

}

@media (max-width:1400px) {
    .research-team-wrap {
        display: flex;
        flex-flow: wrap;
    }

    .research-team-wrap>div.row {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .research-team-wrap>div.row {
        height: 191px;
        background: rgba(255, 255, 255, 20%);
        margin-bottom: 30px;
        padding: 2rem;
    }

    .research-team-wrap .row:nth-child(odd) .col-row {
        margin-left: 0;
    }

    .research-team-wrap .row:nth-child(even) .col-row {
        margin-left: 0;
    }

    .team-detail {
        width: 100%;
        height: auto;
    }

    .count-number:before {
        display: none;
    }
}