/* about top section */

.page-template-about {
    .innerbanner {
        /*height: 610px;*/
		height: auto;
		background-image: none !important;
    }
	.innerbanner{
		width: 100%;
	}
}

.aboutPageSec {
    background-repeat: no-repeat;
    position: relative;

    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(242, 239, 224, 0.6);
        z-index: 1;
    }

    .abtUsTop {
        position: relative;
        z-index: 2;

        .abtUsTopRght {
            p {
                color: #000;
                font-family: "Zabal DEMO";
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 28px;
            }

            h6 {
                color: #DA0A0A;
                font-family: "Zabal DEMO";
                font-size: 22px;
                font-style: normal;
                font-weight: 700;
                line-height: 15px;
                margin-bottom: 10px;
            }

            ul {
                li {
                    color: #000;
                    font-family: "Zabal DEMO";
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 28px;
                    margin-bottom: 10px;
                    position: relative;
                    padding-left: 30px;

                    &::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        background: url(../images/About/check-mark.png) no-repeat;
                        width: 25px;
                        height: 25px;
                        background-size: 100%;
                    }
                }
            }
        }
    }

    .abtUsBtm {
        padding-top: 100px;
        padding-bottom: 100px;

        .abtImgSec {
            display: flex;

            .abtImgSecInn {
                width: 50%;

                .abtImgInn {
                    background-color: #FFF;
                    border-radius: 10px;
                    box-shadow: 0px 1px 37px 5px rgba(0, 0, 0, 0.25);
                    padding: 15px;

                    figure {
                        width: 100%;
                        height: 100%;
                        margin-bottom: 0;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            border-radius: 10px;
                        }
                    }

                    &.abtImg1 {
                        width: 450px;
                        height: 280px;
                    }

                    &.abtImg2 {
                        width: 400px;
                        height: 220px;
                    }


                }

                &.abtImgSecOne {
                    position: relative;
                    right: -20px;
                    z-index: 3;

                    .abtImgInn {
                        &.abtImg1 {
                            transform: rotate(-10deg);
                        }

                        &.abtImg2 {
                            position: absolute;
                            bottom: -75px;
                            transform: rotate(12deg);
                            right: 0;
                        }
                    }
                }

                &.abtImgSecTwo {
                    position: relative;
                    left: -60px;
                    z-index: 2;

                    .abtImgInn {
                        &.abtImg1 {
                            transform: rotate(7deg);
                        }

                        &.abtImg2 {
                            position: absolute;
                            bottom: -100px;
                            transform: rotate(-30deg);
                            right: 0;
                        }
                    }
                }


            }
        }
    }
}

/* count section */

.countSec {
    padding-top: 65px !important;
    padding-bottom: 200px;
    position: relative;

    &::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(../images/About/countSecImg-new.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 200px;
        filter: brightness(0) invert(0.1);
    }
}

/* core guidance section */
.coreGuidingSec {
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    padding-bottom: 320px;

    .headingWrap {
        .secH {
            text-align: center;
        }
    }

    .coreguideBtm {
        padding-top: 50px;

        .coreguideCard {
            background-color: #F3F3F3;
            border-radius: 10px;
            position: relative;
            padding: 45px 25px;
            transition: all 0.3s;

            .coreGuideIconDiv {
                width: 100px;
                height: 100px;
                border-radius: 50%;
                position: absolute;
                right: 20px;
                top: -35px;
                padding: 8px;
                background-color: #FFF;
                display: flex;
                justify-content: center;
                align-items: center;

                .coreGuideImg {
                    width: 100%;
                    height: 100%;
                    background-color: #DA0A0A;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                    transition: all 0.5s;

                    img {
                        width: 50px;
                        height: 50px;
                        object-fit: contain;
                    }

                    &::before {
                        content: '';
                        background-image: url(../images/About/round.png);
                        background-repeat: no-repeat;
                        position: absolute;
                        height: 40px;
                        width: 50px;
                        left: -25px;
                        top: 26px;
                    }

                    &::after {
                        content: '';
                        background-image: url(../images/About/round.png);
                        background-repeat: no-repeat;
                        position: absolute;
                        height: 30px;
                        width: 50px;
                        right: -47px;
                        top: 0px;
                        transform: rotate(270deg);
                    }
                }
            }

            .coreGuideTxt {
                .coreGuideHead {
                    color: #000;
                    font-family: 'Quicksand';
                    font-size: 26px;
                    font-weight: 700;
                    line-height: 20px;
                    margin-bottom: 20px;
                }

                .coreGuidePara {
                    height: 300px;
                    overflow-y: auto;

                    p {
                        color: #000;
                        font-family: "Zabal DEMO";
                        font-size: 18px;
                        font-weight: 400;
                        line-height: 28px;
                        padding-right: 5px;
                    }

                    &::-webkit-scrollbar {
                        width: 4px;
                    }

                    &::-webkit-scrollbar-thumb {
                        background-color: #B70800;
                    }

                    &::-webkit-scrollbar-track {
                        background-color: #ccc;
                    }
                }
            }

            &:hover {
                background-color: #FFF;
                box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);

                .coreGuideIconDiv {
                    box-shadow: 0px -20px 40px -30px rgba(0, 0, 0, 0.8);

                    .coreGuideImg {
                        &::before {
                            background-image: url(../images/About/round2.png);
                            height: 40px;
                            width: 60px;
                            left: -20px;
                            top: 12px;
                        }

                        &::after {
                            background-image: url(../images/About/round2.png);
                            height: 20px;
                            width: 30px;
                            right: -25px;
                            top: 18px;
                            transform: rotate(80deg);
                        }
                    }
                }

                &::after {
                    content: '';
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    border-radius: 10px;
                    background: #DA0A0A;
                    box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.25);
                    right: -12px;
                    bottom: -12px;
                    z-index: -1;
                }
            }
        }
    }
}


/* milestone section */

.mileStoneSec {
    overflow-x: hidden;

    .headingWrap {
        margin-bottom: 50px;
    }

    .aboutSliderDiv2 {
        padding-left: calc((100% - 1320px)/ 2);
        position: relative;

        .aboutMilestoneSlider {
            position: static;
            margin-bottom: 50px;
            overflow-x: hidden;

            .milestoneSliderMain {
                display: flex;
                flex-direction: column;

                .milestoneSliderWarp {
                    position: relative;
                    height: 290px;

                    &::after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: -18px;
                        width: 30px;
                        height: 30px;
                        border-radius: 50%;
                        background-color: #fff;
                        border: 6px solid #E9E9E9;
                    }

                    &::before {
                        content: "";
                        position: absolute;
                        left: 14px;
                        bottom: 0;
                        border: 1px dashed rgba(0, 0, 0, 0.55);
                        width: 1px;
                        height: 100px;
                    }

                    &:last-child {
                        &::after {
                            content: normal;
                        }

                        &::before {
                            content: normal;
                        }
                    }

                    .milestoneSliderInn {
                        position: relative;
                        transition: all 0.3s;
                        border-radius: 20px;

                        h6 {
                            color: #9D9D9D;
                            font-family: 'Quicksand';
                            font-size: 50px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: 40px;
                            margin-bottom: 15px;
                        }

                        .mileStoneInnPara {
                            height: 120px;
                            overflow-y: auto;
                            padding-right: 10px;

                            p {
                                color: #000;
                                font-family: "Zabal DEMO";
                                font-size: 18px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: 28px;
                            }

                            &::-webkit-scrollbar {
                                width: 3px;
                            }

                            &::-webkit-scrollbar-track {
                                background-color: #ccc;
                            }

                            &::-webkit-scrollbar-thumb {
                                background-color: #db0008;
                            }
                        }
                    }
                }
            }

            .swiper-slide {
                &:nth-child(even) {
                    .milestoneSliderMain {
                        flex-direction: column-reverse;
                    }

                    .milestoneSliderWarp {
                        padding-top: 110px;

                        &::before {
                            content: "";
                            position: absolute;
                            left: 14px;
                            top: 0;
                        }

                        &::after {
                            content: "";
                            position: absolute;
                            left: 0;
                            top: -14px;
                        }

                        &:empty {
                            &::before {
                                content: normal;
                            }

                            &::after {
                                content: normal;
                            }
                        }
                    }
                }
            }

            .swiper-slide-prev,
            .swiper-slide-next,
            .swiper-slide-active {
                .milestoneSliderMain {
                    .milestoneSliderWarp {
                        &::after {
                            background-color: #DA0A0A;
                            border: 6px solid #fff;
                        }

                        .milestoneSliderInn {
                            h6 {
                                color: #DA0A0A;
                            }
                        }
                    }
                }
            }

            .swiper-slide-next+.swiper-slide {
                .milestoneSliderMain {
                    .milestoneSliderWarp {
                        &::after {
                            background-color: #DA0A0A;
                            border: 6px solid #fff;
                        }

                        .milestoneSliderInn {
                            h6 {
                                color: #DA0A0A;
                            }
                        }
                    }
                }
            }

            .swiper-slide-next+.swiper-slide+.swiper-slide {
                .milestoneSliderMain {
                    .milestoneSliderWarp {
                        &::after {
                            background-color: #DA0A0A;
                            border: 6px solid #fff;
                        }

                        .milestoneSliderInn {
                            h6 {
                                color: #DA0A0A;
                            }
                        }
                    }
                }
            }

            .swiper-pagination-progressbar {
                position: absolute;
                top: 50%;
                width: 100%;
                height: 8px;
                border-radius: 2px;
                left: calc((100% - 1320px)/ 2);
                z-index: -1;
                background-color: #D9D9D9;

                .swiper-pagination-progressbar-fill {
                    background-color: #DA0A0A;
                }
            }

            .swiper-button-prev {
                position: absolute;
                bottom: -90px;
                top: auto;
                left: auto;
                right: 220px;

            }

            .swiper-button-next {
                position: absolute;
                bottom: -90px;
                top: auto;
                right: 150px;
            }
        }
    }

}

/* bod section */
.bodSec {
    .headingWrap {
        .secH {
            text-align: center;
        }
    }

    .bodSecBtm {
        .bodSlider {
            padding-bottom: 40px;

            .bodSlideInn {
                margin: 0px 10px;

                .bodCard {
                    margin-bottom: 30px;

                    .bodImg {
                        width: 100%;
                        height: 400px;
                        position: relative;
                        bottom: -30px;
                        z-index: 1;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                            object-position: right;
                        }

                        &::before {
                            content: '';
                            position: absolute;
                            left: 50%;
                            width: 70%;
                            height: 85%;
                            background: #fff;
                            box-shadow: -5px 4px 14px 0px rgba(0, 0, 0, 0.25);
                            border-radius: 50% 50% 0 0;
                            z-index: -1;
                            bottom: 0;
                            transform: translateX(-50%);
                            transition: all 0.5s;
                        }
                    }

                    .bodTextBox {
                        width: 300px;
                        border-radius: 9px;
                        background: #FFF;
                        border: 4px solid #FFF;
                        box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.23);
                        padding: 24px 15px;
                        display: flex;
                        justify-content: space-between;
                        align-items: end;
                        position: relative;
                        z-index: 2;
                        transition: all 0.5s;
						min-height: 128px;

                        .bodTxt {
                            width: calc(100% - 25px);
                            padding-right: 5px;

                            h6 {
                                color: #838383;
                                font-family: 'Quicksand';
                                font-size: 20px;
                                font-weight: 700;
                                line-height: 20px;
                                margin-bottom: 8px;
                                transition: all 0.5s;
                            }

                            p {
                                color: #014DC9;
                                font-family: "Zabal DEMO";
                                font-size: 18px;
                                font-weight: 600;
                                line-height: 20px;
                                transition: all 0.5s;
                            }
                        }

                        .bodIcon {
                            width: 25px;
                            height: 25px;
                            border-radius: 50%;
                            background-color: #DA0A0A;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            transition: all 0.5s;

                            svg {
                                font-size: 15px;
                                color: #fff;
                            }
                        }
                    }

                    &:hover {
                        .bodImg {
                            &::before {
                                background-color: #DA0A0A;
                            }
                        }

                        .bodTextBox {
                            background-color: rgba(218, 10, 10, 0.89);

                            .bodTxt {
                                h6 {
                                    color: #fff;
                                }

                                p {
                                    color: #fff;
                                }
                            }

                            .bodIcon {
                                background-color: #fff;

                                svg {
                                    color: #DA0A0A;
                                }
                            }
                        }
                    }
                }
            }

            .slick-arrow {
                &.slick-prev {
                    left: calc(50% - 55px);
                    top: auto;
                    bottom: -40px;
                }

                &.slick-next {
                    right: calc(50% - 55px);
                    top: auto;
                    bottom: -40px;
                }
            }
        }
    }
}

/* .abPopupModal {
    display: none;
}

.abPopupModal.active {
    display: block;
} */

.abPopupModalBx {
    background-color: #fff;
    width: 800px;
    border-radius: 20px;
    padding: 30px 25px;
    position: relative;
    border: 2px solid #DA0A0A;
    display: none;

    .bodPopClose {
        position: absolute;
        right: 15px;
        top: 15px;

        svg {
            font-size: 25px;
        }
    }

    .fancybox-button svg {
        font-size: 25px;
        color: #014DC9;
    }

    .abPopupModalWrap {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .abPopupModalImg {
            width: 300px;
            height: 340px;
            background-color: #ccc;
            border-radius: 10px;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 20px;
                object-position: center top;
            }
        }

        .abPopupModalTxt {
            width: calc(100% - 300px);
            padding-left: 25px;

            h6 {
                color: #838383;
                font-family: 'Quicksand';
                font-size: 20px;
                font-weight: 700;
                line-height: 20px;
                margin-bottom: 8px;
            }

            p {
                color: #014DC9;
                font-family: "Zabal DEMO";
                font-size: 18px;
                font-weight: 600;
                line-height: 20px;
            }

            .bodTxtPara {
                width: 100%;
                height: 200px;
                overflow-y: auto;
                padding-right: 10px;

                p {
                    color: #000;
                    font-size: 16px;
                    font-weight: 500;
                }

                &::-webkit-scrollbar {
                    width: 4px;
                }

                &::-webkit-scrollbar-thumb {
                    background-color: #B70800;
                }

                &::-webkit-scrollbar-track {
                    background-color: #ccc;
                }
            }
        }
    }

}


/* certificate section */
.certificSec {
    padding-bottom: 170px;
	display: none;

    .headingWrap {
        p {
            color: #000;
            text-align: center;
            font-family: 'Poppins';
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }
    }

    .certificSlider {
        padding-top: 30px;

        .certiItem {
            border-radius: 12px;
            border: 1px solid rgba(0, 0, 0, 0.25);
            margin: 0 20px;
            overflow: hidden;

            .certiImgWrap {
                padding: 12px;
                width: 100%;
                height: 240px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    margin: 0px auto;
                }
            }
        }

        .slick-arrow {
            &.slick-prev {
                left: calc(50% - 55px);
                top: auto;
                bottom: -80px;
            }

            &.slick-next {
                right: calc(50% - 55px);
                top: auto;
                bottom: -80px;
            }
        }
    }
}

/* start responsive */

@media(max-width: 1600px) {
    .countSec {
        &::before {
            height: 175px;
        }
    }

    /* end count */
}

@media(max-width: 1500px) {
    .page-template-about {
        .innerbannerWrap {
            /* height: 540px; */
        }
    }
}

@media(max-width: 1400px) {

    .coreGuidingSec {
        padding-bottom: 420px;
    }

    /* end coreGuidingSec*/
}

@media(max-width: 1366px) {

    .page-template-about {
    .innerbanner {
        /* height: 480px;*/
    }
}

    .aboutPageSec {
        & .abtUsBtm {
            & .abtImgSec {
                & .abtImgSecInn {
                    & .abtImgInn {
                        &.abtImg1 {
                            width: 420px;
                        }
                    }
                }
            }
        }
    }

    /* end about sec */

    .coreGuidingSec {
        padding-bottom: 150px;

        & .coreguideBtm {
            .coreguideCard {
                padding: 30px 15px;

                .coreGuideIconDiv {
                    width: 90px;
                    height: 90px;
                }

                &:hover {
                    &::after {
                        right: -7px;
                        bottom: -7px;
                    }
                }
            }
        }
    }

    /* end coreGuidingSec */

    .bodSec {
        & .bodSecBtm {
            & .bodSlider {
                & .bodSlideInn {
                    & .bodCard {
                        .bodImg {
                            height: 326px;
                        }
                    }
                }
            }
        }
    }

    /* end bod */

    .certificSec {
        & .headingWrap {
            p {
                font-size: 16px;
                line-height: 24px;
            }
        }
    }
}

@media(max-width: 1320px) {
    .mileStoneSec {
        & .aboutSliderDiv2 {
            .aboutMilestoneSlider {
                margin: 0 10px 50px;

                .swiper-pagination-progressbar {
                    left: 0;
                }
            }
        }
    }

    /* end milestone */
}

@media(max-width: 1280px) {}

@media(max-width: 1199px) {
    .aboutPageSec {
        & .abtUsBtm {
            padding-top: 60px;
            padding-bottom: 0px;

            & .abtImgSec {
                & .abtImgSecInn {
                    &.abtImgSecOne {
                        right: -70px;

                        & .abtImgInn {
                            &.abtImg1 {
                                transform: none;
                                height: 220px;
                                margin: 0 0 20px;
                            }

                            &.abtImg2 {
                                position: static;
                                transform: none;
                                width: 420px;
                            }
                        }
                    }

                    &.abtImgSecTwo {
                        left: 0;

                        & .abtImgInn {
                            &.abtImg1 {
                                transform: none;
                                height: 220px;
                                margin: 0 0 20px;
                            }

                            &.abtImg2 {
                                position: static;
                                transform: none;
                                width: 420px;
                            }
                        }
                    }
                }
            }
        }
    }

    /* end about sec */

    .countSec {
        &::before {
            height: 125px;
        }
    }

    /* end count */

    .mileStoneSec {
        & .aboutSliderDiv2 {
            & .aboutMilestoneSlider {
                & .milestoneSliderMain {
                    & .milestoneSliderWarp {
                        & .milestoneSliderInn {
                            h6 {
                                font-size: 42px;
                            }
                        }
                    }
                }
            }
        }
    }

    /* end milestone */

    .bodSec {
        & .bodSecBtm {
            & .bodSlider {
                & .bodSlideInn {
                    & .bodCard {
                        & .bodImg {
                            height: 330px;

                            &::before {
                                width: 80%;
                            }
                        }
                    }
                }
            }
        }
    }

    /* end board of director */

    .coreGuidingSec {
        padding-bottom: 80px;
    }

    /* end  coreGuidingSec */

    .certificSec {
        padding-bottom: 80px;
    }

    /* end certicate */
}

@media(max-width: 1024px) {

    .page-template-about {
        .innerbanner {
            /* height: 420px; */
        }
    }

    .aboutPageSec {
        & .abtUsBtm {
            & .abtImgSec {
                & .abtImgSecInn {
                    &.abtImgSecOne {
                        right: -25px;
                    }
                }
            }
        }
    }

    /* end about */


    .mileStoneSec {
        & .aboutSliderDiv2 {
            & .aboutMilestoneSlider {
                margin: 0 0 50px;

                & .swiper-slide {
                    &:nth-child(2n) {
                        .milestoneSliderMain {
                            flex-direction: row;

                            & .milestoneSliderWarp {
                                &::after {
                                    top: -6px;
                                }
                            }
                        }
                    }
                }

                & .milestoneSliderMain {
                    .milestoneSliderWarp:last-child {
                        display: none;
                    }

                    & .milestoneSliderWarp {
                        padding-top: 110px;
                        margin: 0 10px;

                        &::before {
                            height: 80px;
                            bottom: auto;
                            top: 0;
                        }

                        &::after {
                            top: -6px;
                            bottom: auto;
                        }
                    }
                }

                .swiper-pagination-progressbar {
                    top: 0;
                }

            }
        }
    }

    /* end milestone */

    .bodSec {
        & .bodSecBtm {
            & .bodSlider {
                & .bodSlideInn {
                    & .bodCard {
                        & .bodImg {
                            img {
                                object-position: center;
                            }
                        }
                    }
                }
            }
        }
    }

    /* end board of director */


}

@media(max-width: 991px) {

    .page-template-about {
        .innerbanner {
            /* height: 360px; */
            background-position: 56% 100%;

            & .innerbannerText {
                .bannerText {
                    padding: 10px 20px 12px 60px;
                }
            }
        }
    }

    .aboutPageSec {
        border-bottom: 1px solid #bfbfbf;

        .abtUsTop {
            .abtUsTopLeft {
                h2 {
                    margin-bottom: 15px;
                }
            }

            & .abtUsTopRght {
                & ul {
                    & li {
                        &::before {
                            top: 6px;
                            width: 17px;
                        }
                    }
                }
            }
        }

        & .abtUsBtm {
            & .abtImgSec {
                justify-content: space-between;

                & .abtImgSecInn {
                    &.abtImgSecOne {
                        position: static;
                        width: 48%;

                        & .abtImgInn {
                            &.abtImg1 {
                                width: 100%;
                            }

                            &.abtImg2 {
                                width: 100%;
                            }
                        }
                    }

                    &.abtImgSecTwo {
                        width: 48%;

                        & .abtImgInn {
                            &.abtImg1 {
                                width: 100%;
                            }

                            &.abtImg2 {
                                width: 100%;
                            }
                        }
                    }
                }
            }
        }
    }

    .countSec {
        padding-top: 40px !important;
    }

    /* end about */

    .coreGuidingSec {
        & .coreguideBtm {
            padding-top: 30px;

            & .coreguideCard {
                margin: 0 0 50px;

                & .coreGuideTxt {
                    .coreGuidePara {
                        height: auto;
                    }
                }
            }
        }
    }

    /* end coreGuidingSec */

    .bodSec {
        & .bodSecBtm {
            & .bodSlider {
                & .bodSlideInn {
                    & .bodCard {
                        & .bodImg {
                            &::before {
                                left: 45%;
                                width: 70%;
                            }
                        }

                        .bodTextBox {
                            width: 90%;
                        }
                    }
                }
            }
        }
    }

    /* end board of director */



    .coreGuidingSec {
        padding-bottom: 60px;
    }

    /* end  coreGuidingSec */

    .certificSec {
        padding-bottom: 60px;
    }

    /* end certicate */


}

@media(max-width: 768px) {

    .page-template-about {
        .innerbanner {
            /* height: 276px; */
        }
    }

    .countSec {
        padding-bottom: 90px;

        &::before {
            height: 82px;
        }
    }

    /* end count */

    .bodSec {
        .headingWrap {
            margin-bottom: 0;
        }

        & .bodSecBtm {
            & .bodSlider {
                & .bodSlideInn {
                    & .bodCard {
                        & .bodImg {
                            &::before {
                                left: 50%;
                                width: 90%;
                                background-color: #DA0A0A;
                            }
                        }

                        .bodTextBox {
                            width: 100%;
                            background-color: rgba(218, 10, 10, 0.89);

                            & .bodTxt {
                                h6 {
                                    color: #fff;
                                }

                                p {
                                    color: #fff;
                                }
                            }

                            .bodIcon {
                                background-color: #fff;

                                svg {
                                    color: #DA0A0A;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    /* end board of director */

    /* start modal */
    .abPopupModalBx {
        width: 90%;
        margin: 0 auto;

        .abPopupModalWrap {
            display: block;

            .abPopupModalImg {
                margin: 0 auto 20px;
            }

            .abPopupModalTxt {
                width: 100%;
                padding-left: 0;

                h6 {
                    text-align: center;
                }

                p {
                    text-align: center;
                }
            }
        }
    }

    /* end modal */

}

@media(max-width: 767px) {
    .aboutPageSec {
        & .abtUsTop {
            & .abtUsTopRght {
                p {
                    font-size: 16px;
                }
            }
        }

        & .abtUsBtm {
            & .abtImgSec {
                & .abtImgSecInn {
                    &.abtImgSecOne {
                        width: 70%;
                        margin: 0 auto;

                        & .abtImgInn {
                            &.abtImg1 {
                                width: 100%;
                                height: 270px;
                            }
                        }

                        .abtImgInn:not(:first-child) {
                            display: none;
                        }
                    }

                    &.abtImgSecTwo {
                        display: none;
                    }
                }
            }
        }
    }


    /* end about */

    .coreGuidingSec {


        & .coreguideBtm {
            & .coreguideCard {
                background-color: #FFF;
                box-shadow: 0px 0px 6px 0px rgba(0, 0, 0);

                &::after {
                    content: '';
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    border-radius: 10px;
                    background: #DA0A0A;
                    box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.25);
                    right: -7px;
                    bottom: -7px;
                    z-index: -1;
                }

                & .coreGuideIconDiv {
                    & .coreGuideImg {
                        &::before {
                            background-image: url(../images/About/round2.png);
                            height: 40px;
                            width: 60px;
                            left: -20px;
                            top: 12px;
                        }

                        &::after {
                            background-image: url(../images/About/round2.png);
                            height: 20px;
                            width: 30px;
                            right: -25px;
                            top: 18px;
                            transform: rotate(80deg);
                        }
                    }
                }

                & .coreGuideTxt {
                    .coreGuideHead {
                        font-size: 22px;
                        margin-bottom: 13px;
                    }

                    & .coreGuidePara {
                        p {
                            font-size: 16px;
                        }
                    }
                }


                .coreGuideIconDiv {
                    width: 80px;
                    height: 80px;

                    & .coreGuideImg {
                        img {
                            width: 35px;
                            height: 35px;
                        }
                    }
                }
            }
        }
    }

    /* end coreGuidingSec */

    .mileStoneSec {
        .headingWrap {
            margin-bottom: 20px;
            /* h2 {
                margin-bottom: 20px;
            } */
        }

        & .aboutSliderDiv2 {
            & .aboutMilestoneSlider {
                .swiper-button-next {
                    right: calc(50% - 55px);
                }

                .swiper-button-prev {
                    right: auto;
                    left: calc(50% - 50px);
                }

                & .milestoneSliderMain {
                    & .milestoneSliderWarp {
                        height: auto;
                        padding-top: 90px;
                    }
                }

                & .swiper-slide {
                    &:nth-child(2n) {
                        .milestoneSliderWarp {
                            padding-top: 90px;
                        }
                    }
                }
            }
        }
    }

    /* end milestone */

    .certificSec {
        & .headingWrap {
            p {
                font-size: 16px;
            }
        }
    }

    /* end certificate */
}

@media(max-width: 640px) {
    .bodSec {
        & .bodSecBtm {
            & .bodSlider {
                & .bodSlideInn {
                    & .bodCard {
                        & .bodImg {
                            height: 300px;

                            &::before {
                                width: 70%;
                            }
                        }

                        & .bodTextBox {
							min-height: auto;
                            & .bodTxt {
                                h6 {
                                    font-size: 18px;
                                }

                                p {
                                    font-size: 16px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    /* end board of director */
}



@media(max-width: 575px) {

    .page-template-about {
        .innerbanner {
            /* height: 220px; */
        }
    }

    .aboutPageSec {
        & .abtUsBtm {
            padding-top: 20px;

            & .abtImgSec {
                & .abtImgSecInn {
                    &.abtImgSecOne {
                        width: 90%;

                        & .abtImgInn {
                            &.abtImg1 {
                                width: 100%;
                                height: 250px;
                            }
                        }
                    }
                }
            }
        }
    }

    /* end about */

    .mileStoneSec {
        & .aboutSliderDiv2 {
            & .aboutMilestoneSlider {
                & .milestoneSliderMain {
                    & .milestoneSliderWarp {
                        padding-top: 70px;

                        & .milestoneSliderInn {
                            h6 {
                                font-size: 35px;
                                margin-bottom: 10px;
                            }
                        }

                        &::before {
                            left: 12px;
                            height: 60px;
                        }

                        &::after {
                            width: 25px;
                            height: 25px;
                        }
                    }
                }

                & .swiper-slide {
                    &:nth-child(2n) {
                        & .milestoneSliderWarp {
                            padding-top: 70px;

                            &::before {
                                left: 12px;
                            }
                        }
                    }
                }
            }
        }
    }

    /* end milestone */


    .certificSec {
        .certificSlider {
            padding-top: 0;
        }
    }

    /* end certificate */

}

@media(max-width: 480px) {

    .page-template-about {
        .innerbanner {
            /* height: 180px; */
        }
    }

    .countSec {
        padding-bottom: 60px;

        &::before {
            height: 52px;
        }
    }

    /* end count */

    .aboutPageSec {
        & .abtUsBtm {
            & .abtImgSec {
                & .abtImgSecInn {
                    &.abtImgSecOne {
                        width: 100%;
                    }
                }
            }
        }
    }

    /* about  */

    .bodSec {
        & .bodSecBtm {
            & .bodSlider {
                & .bodSlideInn {
                    & .bodCard {
                        & .bodImg {
                            &::before {
                                width: 90%;
                            }
                        }

                    }
                }
            }
        }
    }

    /* end board of director */

    /* start modal */
    .abPopupModalBx {
        padding: 30px 10px;

        .abPopupModalWrap {
            .abPopupModalImg {
                width: 90%;
                height: auto;
            }

            .abPopupModalTxt {
                .bodTxtPara {
                    height: 150px;
                }

            }
        }
    }

    /* end modal */
}

@media(max-width: 420px) {


    /* ============ end btn ============ */

    .coreGuidingSec {
        & .coreguideBtm {
            & .coreguideCard {
                .coreGuideIconDiv {
                    width: 70px;
                    height: 70px;

                    & .coreGuideImg {
                        img {
                            width: 30px;
                            height: 30px;
                        }
                    }
                }
            }
        }
    }

    /* ========== end coreGuiding ============ */
}

@media(max-width: 360px) {
    .page-template-about {
        .innerbanner {
            /* height: 152px;*/
        }
    }
}

/* end responsive */