/*----global css-----*/
html {
    font-size: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
    width: 5px;
  }
  
::-webkit-scrollbar-thumb {
  background: #eaeaea;
  border-radius: 10px;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.35s ease-in-out;
    text-decoration: none;
    outline: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}
/*owl css overwrite*/
.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 8px;
    margin: 15px 7px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #213266;
    width: 35px;
}

/*maginific popup css overwrite*/
img.mfp-img {
    /*height: 450px;
    width: 600px;*/
    /* object-fit: contain; */
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

/*----end global css------*/


#scrollUp {
    background-color: #213266;
    bottom: 36px;
    right: 20px;
    color: #ffffff;
    display: none;
    font-size: 18px;
    width: 40px;
    height: 40px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    z-index: 100;
    border-radius: 5px;
    animation: fadeInUp 1s both;
}

    #scrollUp i {
        line-height: 40px;
    }

.btn-theme {
    border-radius: 7px;
    /*padding: 5px 34px;*/
    background-color: #213266;
    color: #fff !important;
    border: 2px solid #213266;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 5px #3e4095;
    animation: fadeInDown 1s both;
}

marquee {
    position: fixed;
    bottom: 0;
    background-color: #213266;
    color: #f5f5f5;
    padding: 5px 0;
    z-index: 1000;
    width: 100%;
}

    marquee a {
        color: #f5f5f5;
    }

        marquee a:hover {
            color: #000;
        }

.flashMenu {
    animation-name: flashMenu;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flashMenu {
    0% {
        color: red;
    }

    50% {
        color: yellow;
    }

    100% {
        color: white;
    }
}


/*----------------------header - start --------------------------*/

/* ----- topbar css -----*/
.topbar {
    background-color: #213266;
    /*border-bottom: 1px solid #a8a8a8;*/
    padding: 10px 0;
}

@media (min-width: 576px) and (max-width: 768px) {
    .topbar .container {
        max-width: 680px;
    }
}

.topbar a {
    text-decoration: none;
    color: #fff;
}

.topbar li a{
    padding: 0 12px;
}

.topbar li{
    display: inline;
}

.topbar i {
    font-weight: 500;
}

.topbar .topbar_left {
    text-align: end;
}

.topbar .contact_left li i {
    padding-right: 8px;
}

.topbar .topbar_right {
    text-align: end;
}

@media (max-width:575px) {
    .topbar .topbar_right {
        padding-top: 5px;
    }
}

.topbar .topbar_right li .facebook:hover {
    color: #4064ac;
}

.topbar .topbar_right li .youtube:hover {
    color: #F60000;
}

.topbar .topbar_right li .instagram:hover {
    color: #cd486b;
}

.topbar .topbar_right li .twitter:hover {
    color: #1C9CEA;
}

/* ---- Header Line CSS ---- */
.HeaderLine {
    padding: 5px;
    background: rgba(237, 51, 56, 0.1);
}

    .HeaderLine table {
        width: 100%;
    }

        .HeaderLine table .reg-no {
            text-align: left;
        }

        .HeaderLine table .heading {
            text-align: center;
            font-weight: bold;
        }

        .HeaderLine table .estd-date {
            text-align: right;
        }

/* ----- menubar css -----*/
    .menubar .navbar .navbar-brand {
        z-index: 1000;
    }

        .navbar-brand img {
            width: 120px;
            height: 120px;
            margin-bottom: -60px;
            max-width: fit-content;
            /*margin-top: -45px;
            margin-bottom: -18px;*/
        }

.sticky .navbar .navbar-brand img {
    width: 105px;
    height: 105px;
    margin-top: 0;
    margin-bottom: -50px;
}

.menu_button .btn-onlinepay {
    background-color: #343e57;
    border: none;
}

.menu_button {
    margin: 5px 10px;
}

/* ------------------------------silder-main-main start --------------------------*/
.silder_main .owl-nav {
    margin: 0 !important;
}

    .silder_main .owl-nav .owl-prev,
    .silder_main .owl-nav .owl-next {
        position: absolute;
        top: 43%;
        background: rgba(0, 0, 0, 0.5) !important;
        width: 40px;
        height: 40px;
        display: block;
        opacity: 0;
        z-index: 1000;
        transition: all 0.4s ease-out;
    }

    .silder_main .owl-nav .owl-prev {
        left: 15px;
    }

    .silder_main .owl-nav .owl-next {
        right: 15px;
    }

.silder_main:hover .owl-nav .owl-prev {
    left: 5px;
    opacity: 1;
}

.silder_main:hover .owl-nav .owl-next {
    right: 5px;
    opacity: 1;
}

.silder_main .owl-nav .owl-prev span,
.silder_main .owl-nav .owl-next span {
    font-size: 26px;
    color: #a1a1a1;
}

.silder_main .owl-dots {
    display: none;
}
/* ------------------------------silder-main-main end --------------------------*/





/* ------------------------------facility-main start --------------------------*/
.facility_main {
    padding: 100px 0 50px;
}

@media (max-width:768px) {
    .facility_main {
        padding: 50px 0;
    }
}

.facility_main .item_box {
    height: 330px;
    margin-bottom: 15px;
    cursor: pointer;
}

    .facility_main .item_box .item {
        display: block;
        padding: 50px 30px;
        box-shadow: 0 0 10px #cccccc;
        background: #ffffff;
        text-decoration: none;
        color: #333;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .facility_main .item_box .item::after {
            position: absolute;
            top: 0;
            right: -100%;
            content: "";
            height: 100%;
            width: 100%;
            background: #99afef38;
            z-index: -1;
            transition: all 0.4s ease-in-out;
        }

        .facility_main .item_box .item:hover::after {
            right: 0;
        }

        .facility_main .item_box .item i {
            display: inline-block;
            font-size: 60px;
            margin-bottom: 30px;
            color: #3e4095;
            position: relative;
            z-index: 1;
            display: inline-block;
            font-size: 55px;
            min-width: 50px;
            margin-right: 20px;
        }

    .facility_main .item_box .item1 i {
        color: #307ad5;
    }

    .facility_main .item_box .item2 i {
        color: #e948ae;
    }

    .facility_main .item_box .item3 i {
        color: #725df6;
    }

    .facility_main .item_box .item4 i {
        color: #10c45c;
    }

    .facility_main .item_box .item5 i {
        color: #30b9d5;
    }

    .facility_main .item_box .item6 i {
        color: #e98948;
    }

    .facility_main .item_box .item7 i {
        color: #3e9568
    }

    .facility_main .item_box .item8 i {
        color: #c41034;
    }

    .facility_main .item_box .item9 i {
        color: #1a2495;
    }

    .facility_main .item_box .item10 i {
        color: #6e402f;
    }

    .facility_main .item_box .item11 i {
        color: #964bb5;
    }

    .facility_main .item_box .item12 i {
        color: #0fa38e;
    }
    .facility_main .item_box .item13 i {
        color: #307ad5;
    }

    .facility_main .item_box .item14 i {
        color: #e948ae;
    }

    .facility_main .item_box .item15 i {
        color: #725df6;
    }

    .facility_main .item_box .item16 i {
        color: #10c45c;
    }

    .facility_main .item_box .item17 i {
        color: #30b9d5;
    }

    .facility_main .item_box .item18 i {
        color: #e98948;
    }

    .facility_main .item_box .item19 i {
        color: #3e9568
    }

    .facility_main .item_box .item20 i {
        color: #c41034;
    }

    .facility_main .item_box .item21 i {
        color: #1a2495;
    }

    .facility_main .item_box .item22 i {
        color: #6e402f;
    }

    .facility_main .item_box .item23 i {
        color: #964bb5;
    }

    .facility_main .item_box .item24 i {
        color: #0fa38e;
    }

    .facility_main .item_box .item i::after {
        position: absolute;
        left: -15px;
        top: -15px;
        content: "";
        height: 50px;
        width: 50px;
        background: #f7f6f6;
        z-index: -1;
        border-radius: 50%;
    }

    .facility_main .item_box .item h4 {
        text-transform: capitalize;
        font-weight: 700;
        color: #213266;
        margin-bottom: 15px;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .facility_main .item_box .item p {
        margin: 0;
        height: 85px;
        overflow: auto;
    }

/* width */
.facility_main ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(33, 50,  102, 0.5);
    border-radius: 10px;
}

/* ------------------------------facility-main end ----------------------------*/






/* ------------------------------about-main start --------------------------*/
.about_main {
    padding: 50px 0;
}

    .about_main .about_info {
        padding: 20px;
    }

        .about_main .about_info h2 {
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 20px;
            font-size: 55px;
            margin-top: -20px;
        }

            .about_main .about_info h2 span {
                font-weight: 200;
                display: block;
                font-size: 30px;
            }

        .about_main .about_info blockquote {
            padding: 0;
            padding-left: 20px;
            border-left: 5px solid #213266;
            line-height: 30px;
            font-size: 18px;
        }

    .about_main .about_img {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

@media (max-width:767px) {
    .about_main .about_img {
        height: 400px;
    }
}
/* ------------------------------about-main end --------------------------*/





/* ----------------------------achievement-main start ------------------------*/
.achieve_main {
    padding: 50px 0;
}

    .achieve_main .achieve_header {
        text-align: center;
    }

        .achieve_main .achieve_header h1 {
            font-weight: 700;
            position: relative;
        }

            .achieve_main .achieve_header h1::after {
                content: "";
                position: absolute;
                bottom: -10px;
                left: 50%;
                margin-left: -10px;
                width: 50px;
                height: 2px;
                background-color: #213266;
            }

        .achieve_main .achieve_header p {
            margin: 30px 120px;
        }

@media (max-width:400px) {
    .achieve_main .achieve_header p {
        margin: 30px 0;
    }
}

@media (min-width:400px) and (max-width:768px) {
    .achieve_main .achieve_header p {
        margin: 30px 15px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .achieve_main .achieve_header p {
        margin: 30px 80px;
    }
}

.achieve_main .achieve_data .item {
    display: block;
    box-shadow: 0 0 10px #cccccc;
    background: #ffffff;
    color: #333;
    margin-bottom: 15px;
}

.achieve_main .item .achieve_img {
    height: 260px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

    .achieve_main .item .achieve_img img {
        height: 100%;
        width: 100%;
        transition: .8s ease;
        object-fit: fill;
    }

    .achieve_main .item .achieve_img:hover img {
        transform: scale(1.1);
        transition: .8s ease;
    }

.achieve_main .item .achieve_info {
    padding: 20px 15px;
}

    .achieve_main .item .achieve_info .a_date {
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 500;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }

    .achieve_main .item .achieve_info h5 {
        /*color: #3e4095;*/
        font-weight: 600;
        padding: 10px 0;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

@media (max-width:991px) {
    .achieve_main .item .achieve_info h5 {
        font-size: 18px;
    }
}

.achieve_main .item .achieve_info h5:hover {
    color: #213266;
    transition: .5s ease;
}

.achieve_main .item .achieve_info .a_text {
    height: 105px;
    overflow: hidden;
    margin-bottom: 8px;
}

.achieve_main .achieve_footer {
    text-align: center;
    padding: 40px 0;
}
/* ----------------------------achievement-main end --------------------------*/







/* ----------------------------school_campus-main end --------------------------*/
.campus_main {
    padding: 50px 0;
    background-image: url(../images/campus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-color: #111111;
    color: #f5f5f5;
}

    .campus_main .campus_info {
        padding: 100px 80px;
        text-align: center;
    }

        .campus_main .campus_info h1 {
            display: inline-block;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 30px;
            position: relative;
            z-index: 1;
            margin-top: -8px;
        }

            .campus_main .campus_info h1::before {
                position: absolute;
                margin-top: -1px;
                top: 50%;
                content: "";
                height: 2px;
                width: 30px;
                background: #213266;
                border-radius: 30px;
                right: -40px;
            }

            .campus_main .campus_info h1::after {
                position: absolute;
                margin-top: -1px;
                top: 50%;
                left: -40px;
                content: "";
                height: 2px;
                width: 30px;
                background: #213266;
                border-radius: 30px;
            }

@media (max-width:405px) {
    .campus_main .campus_info h1 {
        font-size: 22px;
    }

    .campus_main .campus_info {
        padding: 100px 10px;
    }
}

.campus_main .campus_info a.video-play-button {
    position: inherit;
    left: 50%;
    right: auto;
    display: inline-block;
    margin-left: 40px;
    margin-top: 70px;
    margin-bottom: -25px;
}

.campus_main .campus_info .video-play-button {
    color: #213266;
    font-size: 30px;
    padding-left: 7px;
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

    .campus_main .campus_info .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: #ffffff repeat scroll 0 0;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .campus_main .campus_info .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: #ffffff repeat scroll 0 0;
        border-radius: 50%;
        transition: all 200ms;
    }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.campus_main .campus_info .video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: #213266;
}

.campus_main .video_dialog_box .video_header {
    background-color: #213266;
}

.campus_main .video_dialog_box .close {
    color: #fff;
    font-size: 20px;
}

.campus_main .video_box {
    height: 470px;
}

@media (min-width: 576px) {
    .campus_main .modal-dialog {
        max-width: 850px;
        margin: 1.75rem auto;
    }
}

/* ----------------------------school_campus-main end --------------------------*/





/* ----------------------------Application-main start --------------------------*/
.app_main {
    margin-top: 60px;
    padding: 50px 0 20px;
    background-image: url(../images/bg.png);
    background-position: center;
    background-size: cover;
}

    .app_main .app_header h1 {
        font-weight: 700;
        position: relative;
        text-align: center;
    }

        .app_main .app_header h1::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            margin-left: -10px;
            width: 50px;
            height: 2px;
            background-color: #213266;
        }

    .app_main .app_body {
        margin-top: 50px;
    }

        .app_main .app_body .app_left .data2 p {
            font-weight: 600;
            margin: 10px 0;
        }

        .app_main .app_body .app_left .data2 li {
            list-style: circle;
            list-style-position: inside;
        }

        .app_main .app_body .app_left .data3 {
            padding: 20px 0 0;
        }

@media (max-width:768px) {
    .app_main .app_body .app_left .data3 {
        padding: 10px 0 20px;
    }
}

.app_main .app_body .app_left .data3 .ft_app {
    margin-top: 25px;
}

    .app_main .app_body .app_left .data3 .ft_app a {
        padding: 6px 18px;
        margin-right: 25px;
        background-color: #fff;
        border-radius: 10px;
        font-size: 35px;
    }

        .app_main .app_body .app_left .data3 .ft_app a.ios {
            color: #b0b0b0;
        }

        .app_main .app_body .app_left .data3 .ft_app a.android {
            color: #a4ba47;
        }



.app_main .app_right {
    height: 480px;
    position: relative;
    display: flex;
    justify-content: center;
}

    .app_main .app_right img {
        height: 100%;
    }

.app_top {
    z-index: 2;
}

.app_behind {
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 6px;
    padding: 12px 0;
}
/* ----------------------------Applocation-main end --------------------------*/





/* ----------------------------gallery-main start --------------------------*/
.gallery_main {
    padding: 50px 0;
}

    .gallery_main .gallery_header h1 {
        text-align: center;
        font-weight: 700;
        position: relative;
    }

        .gallery_main .gallery_header h1::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            margin-left: -20px;
            width: 50px;
            height: 2px;
            background-color: #213266;
        }

    .gallery_main .gallery_body {
        padding-top: 40px;
    }

.owl_carousel_gallery {
    position: relative;
}

    .owl_carousel_gallery .item {
        overflow: hidden;
    }

        .owl_carousel_gallery .item a {
            color: #333;
        }

        .owl_carousel_gallery .item img {
            width: 500px;
            height: 260px;
            object-fit: fill;
            transition: .5s ease;
            position: relative;
        }

        .owl_carousel_gallery .item:hover img {
            transform: scale(1.2);
            transition: .5s ease;
        }

        .owl_carousel_gallery .item h5 {
            position: absolute;
            bottom: -8px;
            color: #fff;
            background: rgba(0, 0, 0, 0.8);
            display: block;
            width: 100%;
            padding: 10px;
            text-align: center;
        }

.gallery_btn {
    text-align: center;
    padding-top: 20px;
}
/* ----------------------------gallery-main end --------------------------*/





/* ----------------------------infrastructure-main start --------------------------*/
.infra_main {
    padding: 50px 0;
}

    .infra_main .infra_header {
        padding-bottom: 40px;
    }

@media (max-width:768px) {
    .infra_main .row_reverse {
        flex-flow: wrap-reverse;
    }
}

.infra_main .infra_header h1 {
    font-weight: 700;
    text-align: center;
    position: relative;
}

    .infra_main .infra_header h1::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -20px;
        width: 50px;
        height: 2px;
        background-color: #213266;
    }

.infra_main .infra_body {
    background-color: #503a8f;
}

    .infra_main .infra_body .col-md-3 {
        height: 198px;
        overflow: hidden;
    }

    .infra_main .infra_body .infra_txt {
        padding: 15px;
    }

    .infra_main .infra_body .infra_img {
        padding: 0;
        overflow: hidden;
        cursor: pointer;
    }

        .infra_main .infra_body .infra_img img {
            width: 100%;
            height: 100%;
            transition: .6s ease-in-out;
        }

        .infra_main .infra_body .infra_img:hover img {
            transform: scale(1.3);
            transition: .6s ease-in-out;
        }

    .infra_main .infra_body .infra_txt h5 {
        text-align: center;
        color: #f5f5f5;
    }

    .infra_main .infra_body .infra1 {
        background-color: #a7a4c4;
    }

    .infra_main .infra_body .infra2 {
        background-color: #f6b183;
    }

    .infra_main .infra_body .infra3 {
        background-color: #ff8686;
    }

    .infra_main .infra_body .infra4 {
        background-color: #7acefe;
    }
/* ----------------------------infrastructure-main end ----------------------------*/





/* ----------------------------dignitaries-main start --------------------------*/
.digni_main {
    padding: 50px 0;
}

    .digni_main .digni_header {
        text-align: center;
    }

        .digni_main .digni_header h1 {
            text-align: center;
            font-weight: 700;
            position: relative;
        }

            .digni_main .digni_header h1::after {
                content: "";
                position: absolute;
                bottom: -14px;
                left: 50%;
                margin-left: -20px;
                width: 50px;
                height: 2px;
                background-color: #213266;
            }

    .digni_main .digni_box {
        margin: 15px 0;
    }

        .digni_main .digni_box .item {
            position: relative;
            z-index: 1;
            background: #ffffff;
            box-shadow: 0 0 10px #cccccc;
        }

            .digni_main .digni_box .item .digni_thumb {
                padding: 10px;
            }

                .digni_main .digni_box .item .digni_thumb img {
                    height: 200px;
                    width: 200px;
                    margin: auto;
                    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.5);
                    padding: 5px;
                    border-radius: 50%;
                    transition: .5s ease;
                    object-fit: fill;
                }

                    .digni_main .digni_box .item .digni_thumb img:hover {
                        transform: scale(1.1);
                        transition: .5s ease;
                    }

            .digni_main .digni_box .item .digni_info {
                padding: 10px 20px;
                background: #efefef;
                text-align: center;
            }

                .digni_main .digni_box .item .digni_info span {
                    color: #606060;
                    font-weight: 600;
                    text-transform: uppercase;
                    display: block;
                    margin-bottom: 10px;
                }

                .digni_main .digni_box .item .digni_info h4 {
                    margin: 0;
                    color: #213266;
                    font-weight: 600;
                }

                .digni_main .digni_box .item .digni_info .digni-msg {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

    .digni_main .digni_body {
        padding-top: 50px;
    }

        .digni_main .digni_body .digni-img img {
            width: 100%;
            height: 100%;
            object-fit: fill;
            box-shadow: 1px 1px 16px #213266;
            border-radius: 4px;
        }

@media (max-width: 767px) {
    .digni_main .digni_body .digni-content {
        padding-top: 20px;
    }
}


.digni_main .digni_body .digni-content .digni-symbol {
    font-size: 30px;
    color: #213266;
}

.digni_main .digni_body .digni-content h5 {
    color: #393185;
    font-weight: 600;
    margin-bottom: 5px;
}

.digni_main .digni_body .digni-content .tag {
    color: #213266;
    font-weight: 500;
}
/* ----------------------------dignitaries-main end --------------------------*/


/* ----------------------------Topper Student-main start --------------------------*/
.stud_main {
    padding: 50px 0;
    background-image: url(../images/Topperbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #111;
    overflow: hidden;
}

.stud_header h1 {
    text-align: center;
    font-weight: 700;
    position: relative;
    color: #f5f5f5;
}

    .stud_header h1::after {
        content: "";
        position: absolute;
        bottom: -14px;
        left: 50%;
        margin-left: -20px;
        width: 50px;
        height: 2px;
        background-color: #213266;
    }

.stud_area {
    padding: 50px 0;
}

.stud_area_left,
.stud_area_right {
    padding: 0;
    height: 300px;
}

.stud_body {
    background-color: #f0f0f0;
}

    .stud_body .stud_scroll_left li img,
    .stud_body .stud_scroll_right li img {
        height: 100px;
        width: 100px;
        border: 5px solid #fff;
        border-radius: 50%;
    }

.stud_body_txt {
    background-color: #213266;
    height: 300px;
    font-weight: 700;
    color: #f5f5f5;
    display: grid;
    place-content: center;
    place-items: center;
    text-align: center;
}

/*.stud_body_txt h1 {
        margin-bottom: 30px;
    }*/






/* ----------------------------Topper Student-main end --------------------------*/






/* ----------------------------testimonial-main start --------------------------*/
.testimonial_main {
    padding: 50px 0;
    background-image: url(../images/shape-bg.png);
    background-color: #fafafa;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .testimonial_main .testimonial_header {
        text-align: center;
        margin-bottom: 50px;
    }

        .testimonial_main .testimonial_header h1 {
            font-weight: 700;
            position: relative;
        }

            .testimonial_main .testimonial_header h1::after {
                content: "";
                position: absolute;
                bottom: -10px;
                left: 50%;
                margin-left: -20px;
                width: 50px;
                height: 2px;
                background-color: #213266;
            }

        .testimonial_main .testimonial_header p {
            margin: 30px 120px;
        }

@media (max-width:400px) {
    .testimonial_main .testimonial_header p {
        margin: 30px 0;
    }
}

@media (min-width:400px) and (max-width:768px) {
    .testimonial_main .testimonial_header p {
        margin: 30px 15px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .testimonial_main .testimonial_header p {
        margin: 30px 80px;
    }
}

.testimonial_body .owl_carousel_testimonial {
    margin: -15px 0 0;
    padding: 15px;
}

.testimonial_body .item {
    background: #ffffff;
    border: 5px dashed rgba(255, 255, 255, 0.5);
    padding: 35px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    margin: 5px;
}

    .testimonial_body .item .icon {
        position: absolute;
        right: -50px;
        top: -50px;
        height: 100px;
        width: 100px;
        background: #213266;
        transform: rotate(45deg);
    }

        .testimonial_body .item .icon i {
            position: absolute;
            left: 40px;
            top: 70px;
            transform: rotate(-45deg);
            color: #f5f5f5;
            font-size: 20px;
        }

    .testimonial_body .item img {
        height: 140px;
        width: 140px;
        object-fit: fill;
        margin: 10px auto;
        border-radius: 50%;
        padding: 2px;
        background: #ffffff;
        box-shadow: 0 0 10px #cccccc;
    }

    .testimonial_body .item .author {
        padding-top: 20px;
        margin-top: 20px;
        position: relative;
        z-index: 1;
    }

        .testimonial_body .item .author h4 {
            text-transform: capitalize;
            font-weight: 600;
            margin-bottom: 10px;
            color: #213266;
        }

        .testimonial_body .item .author::after {
            position: absolute;
            left: 50%;
            top: 0;
            content: "";
            height: 1px;
            width: 50%;
            background: #e7e7e7;
            margin-left: -25%;
        }

/* ----------------------------testimonial-main end ----------------------------*/






/* ----------------------------Counter-main start ---------------------------*/
.counter_main {
    padding: 60px 0;
    background-image: url(../images/counter-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-color: #252525;
}

    .counter_main .count {
        text-align: center;
    }

        .counter_main .count .icon i {
            display: inline-block;
            font-size: 40px;
            color: #213266;
            height: 100px;
            width: 100px;
            line-height: 100px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.7);
        }

        .counter_main .count .info {
            margin-top: 25px;
            color: #ffffff;
            font-weight: 700;
            font-size: 36px;
        }

            /*.counter_main .count .info span {
                display: block;
            }*/

            .counter_main .count .info .timer {
                font-size: 36px;
                line-height: 1;
                letter-spacing: 0.6px;
                font-weight: 700;
            }

            .counter_main .count .info .medium {
                font-size: 14px;
                margin-top: 10px;
                font-weight: 600;
                letter-spacing: 0.6px;
                display: block;
            }
/* ----------------------------Counter-main end ----------------------------*/





/* ----------------------------news-main start ---------------------------*/
.news_main {
    padding: 50px 0;
}

    .news_main .news_header {
        text-align: center;
    }

        .news_main .news_header h1 {
            font-weight: 700;
            position: relative;
        }

            .news_main .news_header h1::after {
                content: "";
                position: absolute;
                bottom: -10px;
                left: 50%;
                margin-left: -20px;
                width: 50px;
                height: 2px;
                background-color: #213266;
            }

        .news_main .news_header p {
            margin: 30px 120px;
        }

@media (max-width:400px) {
    .news_main .news_header p {
        margin: 30px 0;
    }
}

@media (min-width:400px) and (max-width:768px) {
    .news_main .news_header p {
        margin: 30px 15px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .news_main .news_header p {
        margin: 30px 80px;
    }
}

.news_main .news_body .item_box {
    margin-bottom: 30px;
}

.news_body .item_box .item {
    box-shadow: 0px 0px 10px #cccccc;
    background: #ffffff;
}

    .news_body .item_box .item .news_img {
        height: 260px;
        width: 100%;
        overflow: hidden;
        cursor: pointer;
    }

        .news_body .item_box .item .news_img img {
            height: 100%;
            width: 100%;
            object-fit: fill;
            transition: .7s ease;
        }

        .news_body .item_box .item .news_img:hover img {
            transform: scale(1.1);
            transition: .7s ease;
        }

    .news_body .item_box .item .news_date {
        padding: 10px 20px;
        background-color: #f5f5f5;
        font-weight: 500;
        border-bottom: 1px solid #e7e7e7;
    }

        .news_body .item_box .item .news_date i {
            color: #213266;
            padding: 8px;
        }

    .news_body .item_box .item .news_info {
        padding: 20px;
    }

        .news_body .item_box .item .news_info a {
            text-decoration: none;
            color: #000;
        }

        .news_body .item_box .item .news_info .tags {
            margin-bottom: 10px;
        }

            .news_body .item_box .item .news_info .tags a {
                text-decoration: underline;
            }

            .news_body .item_box .item .news_info .tags:hover a {
                color: #213266;
            }

        .news_body .item_box .item .news_info h5 {
            text-transform: capitalize;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .news_body .item_box .item .news_info .News-desc {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 42px;
        }

        .news_body .item_box .item .news_info .News-desc p{
            margin: 0;
        }

@media (max-width:991px) {
    .news_body .item_box .item .news_info h5 {
        font-size: 16px;
    }
}

/*.news_body .item_box .item .news_info h5 a {
    color: #393185;
}*/

.news_body .item_box .item .news_info h5:hover a {
    color: #213266;
}

.news_body .item_box .item .news_info > a {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 10px 35px;
    border: 2px solid #213266;
    color: #222222;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: -8px;
    border-radius: 30px;
}

    .news_body .item_box .item .news_info > a:hover {
        color: #fff;
    }

    .news_body .item_box .item .news_info > a::after {
        position: absolute;
        left: -100%;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: #213266;
        border-radius: 30px;
        z-index: -1;
        transition: all 0.4s ease-in-out;
    }

    .news_body .item_box .item .news_info > a:hover::after {
        left: 0;
    }

    .news_body .item_box .item .news_info > a i {
        font-size: 12px;
        padding-right: 5px;
    }


.news_btn {
    text-align: center;
    padding-top: 20px;
}

/* ----------------------------news-main end ----------------------------*/



/* ----------------------------footer-main start ----------------------------*/
.footer_img {
    margin-bottom: -1px;
}

    .footer_img img {
        margin: auto;
    }

.footer_main {
    padding: 30px 0;
    background-color: #e5e5e5;
    color: #000000;
}

    .footer_main a {
        text-decoration: none;
        color: #000000;
    }

        .footer_main a:hover {
            color: #213266;
        }

    .footer_main .footer_logo,
    .footer_main .footer_links,
    .footer_main .footer_address,
    .footer_main .footer_follow {
        padding: 15px 0;
    }

    .footer_main .footer_logo {
        display: grid;
        place-content: center;
        place-items: center;
        padding: 0 10px;
    }

    .footer_main .f_logo {
        padding-bottom: 20px;
    }

        .footer_main .f_logo img {
            height: 140px;
            width: 140px;
        }

    .footer_main .f_app {
        display: flex;
        flex-wrap: nowrap;
    }

        .footer_main .f_app img {
            width: 125px;
            padding: 0 5px;
        }

    .footer_main .footer_links {
        padding-left: 25px;
    }

        .footer_main .footer_links h5,
        .footer_main .footer_address h5,
        .footer_main .footer_follow h5 {
            font-weight: 800;
        }

        .footer_main .footer_links .f_link {
            line-height: 2;
        }

            .footer_main .footer_links .f_link i {
                padding-right: 8px;
            }

    .footer_main .footer_address .f_contact li {
        display: flex;
        align-items: baseline;
    }

        .footer_main .footer_address .f_contact li i {
            padding-right: 8px;
        }

    /*.footer_main .footer_follow .f_follow {
            display: flex;*/
    /* flex-wrap: wrap; */
    /*align-items: center;
            justify-content: center;
        }*/

    .footer_main .footer_follow li {
        /*margin: 5px;*/
        display: inline-block;
    }

        .footer_main .footer_follow li a {
            font-size: 16px;
            display: inline-block;
            text-align: center;
            transition: all .2s linear;
            width: 40px;
            height: 40px;
            /*padding: 12px;*/
            border-radius: 100%;
            color: #fff;
            background-color: #213266;
        }

            .footer_main .footer_follow li a i {
                line-height: 40px;
            }

            .footer_main .footer_follow li a:hover {
                box-shadow: 0 0 2px #ddd;
                color: #f5f5f5;
            }

        .footer_main .footer_follow li .facebook:hover {
            background-color: #4064ac;
        }

        .footer_main .footer_follow li .youtube:hover {
            background-color: #F60000;
        }

        .footer_main .footer_follow li .instagram:hover {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
        }

        .footer_main .footer_follow li .twitter:hover {
            background-color: #1C9CEA;
        }


@media (min-width:972px) {
    .footer_main .footer_map {
        margin-right: 25px;
    }
}

.footer_end {
    padding: 16px 30px 45px;
    background-color: #cbcbcb;
    color: #213266;
}

    .footer_end p {
        margin: 0;
        color: #242424;
    }

    .footer_end a {
        text-decoration: none;
        color: #213266;
    }

/*.footer_end b {
        color: #213266;
    }*/
/* ----------------------------footer-main end ----------------------------*/





/* ------------------All page Head Section -------------------*/
.head_section {
    padding: 60px 0;
    background-image: url(../images/PageBanner.jpg);
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-size: cover;
    background-color: #111;
    color: #f5f5f5;
    text-align: center;
}

@media (min-width:768px) and (max-width:991px) {
    .head_section {
        padding: 50px 0;
    }
}

@media (max-width:767px) {
    .head_section {
        padding: 40px 0;
    }
}

.head_section h1 {
    font-weight: 600;
    margin-bottom: 20px;
}

.head_section h5 {
    font-size: 16px;
}

.head_section a {
    color: #f5f5f5;
}

    .head_section a:hover {
        color: #415699;
    }




/*---------------------------about us page ------------------------------*/

/*---------------about story---------------*/
.about_page {
    padding: 50px 0 100px;
}

.about_story {
    padding: 50px 0;
}

    .about_story .about_txt h1 {
        font-weight: 700;
        position: relative;
        margin-bottom: 30px;
    }

    .about_story h1::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 5px;
        margin-left: -10px;
        width: 50px;
        height: 2px;
        background-color: #213266;
    }

    .about_story .about_img img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        border: 5px solid #fff;
        box-shadow: 0 0 5px #ddd;
    }

/*---------------about block---------------*/
.about_block {
    padding: 50px 0;
    background-image: url(../images/shape-bg.png);
    background-attachment: fixed;
    background-size: contain;
    background-color: rgba(245, 245, 245, 0.5);
}

    .about_block .row {
        justify-content: center;
    }

    .about_block .item {
        box-shadow: 0 0 5px 5px #ddd;
        background-color: #fff;
        padding: 25px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        height: 360px;
        margin: 15px 0;
    }

        .about_block .item::after {
            position: absolute;
            content: " ";
            width: 100%;
            height: 100%;
            bottom: -355px;
            left: 0;
            z-index: 4;
            transition: .6s ease-in-out;
        }

        @media (max-width: 1200px) {

            .about_block .item{
                height: 410px;
            }

            .about_block .item::after {
                bottom: -405px;
            }
            
        }

        .about_block .item:hover::after {
            bottom: 0;
            z-index: -1;
            transition: .6s ease-in-out;
        }

    .about_block .aim::after {
        background-color: #f6cdcc;
    }

    .about_block .motto::after {
        background-color: #f4cd90;
    }

    .about_block .approach::after {
        background-color: #8ac2f6;
    }

    .about_block .item .item_img {
        height: 50px;
        width: 50px;
    }

        .about_block .item .item_img img {
            height: 100%;
            width: 100%;
            object-fit: fill;
        }

    .about_block .item .item_txt {
        padding-top: 10px;
    }

        .about_block .item .item_txt h4 {
            font-weight: 700;
            color: #213266;
            position: relative;
            margin-bottom: 15px;
        }

            .about_block .item .item_txt h4::after {
                content: " ";
                position: absolute;
                width: 40px;
                height: 2px;
                bottom: -4px;
                left: 2px;
                background-color: #333;
                transition: .6s ease-in-out;
            }

    .about_block .item:hover .item_txt h4::after {
        width: 60px;
        transition: .6s ease-in-out;
    }

    .about_block .item .item_txt p {
        margin-bottom: 0;
    }



/* ------------------about story ----------------- */
.about_story {
    padding: 50px 0;
}

.ab_s_img {
    padding: 20px;
}

    .ab_s_img img {
        width: 100%;
        height: 100%;
    }

.ab_s_txt h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 18px;
}

    .ab_s_txt h3::after {
        content: " ";
        position: absolute;
        width: 40px;
        height: 2px;
        bottom: -5px;
        left: 2px;
        background-color: #213266;
    }

.ab_s_txt ul li {
    list-style: circle;
    list-style-position: inside;
}



/*---------------about mission, vission, value - start --------------*/
.about_mvv {
    padding: 50px 0;
    background-image: url(../images/shape-bg.png);
    background-attachment: fixed;
    background-size: contain;
    background-color: rgba(245, 245, 245, 0.5);
}

.about_mvv_body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    perspective: 2000px;
}

    .about_mvv_body .deck {
        display: flex;
        flex-wrap: nowrap;
    }

    .about_mvv_body .card-space {
        transition: .6s ease;
        margin: 10px 0;
    }

        .about_mvv_body .card-space:hover .card {
            transform: rotateY(-180deg);
            transition: .6s ease;
        }

    .about_mvv_body .card {
        border-top: 5px solid #213266;
        border-radius: 10px;
        height: 300px;
        margin: 0 20px;
        width: 250px;
        position: relative;
        transform-style: preserve-3d;
        align-items: center;
        justify-content: center;
        transition: .6s ease;
        background-image: url(../images/image_upload_5bb8787971900.jpg);
        background-size: cover;
        background-blend-mode: overlay;
        background-color: #222222;
        color: #f5f5f5;
    }

        .about_mvv_body .card h2 {
            margin-top: 5px;
            font-weight: 600;
            line-height: 1.5;
        }

        .about_mvv_body .card p {
            margin-top: 0px;
        }

    .about_mvv_body .face {
        border-radius: 10px;
        box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
        padding: 20px;
        position: absolute;
        height: 100%;
        width: 100%;
        display: grid;
        place-content: center;
    }

        .about_mvv_body .face h1 {
            padding: 0;
        }

        .about_mvv_body .face.front {
            text-align: center;
            z-index: 20;
            backface-visibility: hidden;
            transform: rotateY(0deg);
        }

        .about_mvv_body .face.back {
            transform: rotateY(180deg);
            backface-visibility: hidden;
        }



/* ----------------------------- contact us page start -------------------- */
.contact_info_area {
    padding: 50px 0;
}

.contact_info {
    background-image: url(../images/dotted-bg.png);
    background-color: #fafafa;
    padding: 50px 0;
}

.contact_info_area .contact_info .item {
    display: grid;
    place-content: center;
    text-align: center;
    padding: 10px 0;
}

.contact_info_area .contact_info i {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    border-radius: 50%;
    margin-bottom: 25px;
    font-size: 45px;
    color: #213266;
    background: #ffffff;
}

.contact_info_area .contact_info h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}

.contact_info_area .contact_info a {
    color: #333;
}


.contact_area {
    padding: 50px 0;
}

    .contact_area .contact_map,
    .contact_area .contact_form {
        margin: 10px 0;
    }

        .contact_area .contact_map h5,
        .contact_area .contact_form h5 {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 18px;
            padding-bottom: 20px;
        }


.contact_form {
    padding: 0 20px;
}

    .contact_form .form-control {
        border-radius: 5px;
        font-size: 15px;
        padding: 8px 10px;
    }

        .contact_form .form-control:focus {
            border-color: #a9a6ca;
            box-shadow: 0 0 0 1px rgb(169 166 202 / 25%);
        }

    .contact_form .form-group {
        margin-bottom: 15px;
    }

        .contact_form .form-group textarea {
            min-height: 160px;
            padding-top: 15px;
        }

    .contact_form .btn-contact {
        margin: 5px;
        width: auto;
        padding: 10px 25px;
        background: #213266;
        border: #213266;
        color: #fff;
        border-radius: 5px;
    }

        .contact_form .btn-contact:focus-visible {
            outline: 0;
            box-shadow: none;
        }


@media (max-width:768px) {
    .contact_form .btn-contact {
        margin: 5px;
    }
}
/* ------------------------------ contact us page end -------------------- */
/* ------------------------------ Achievement page start -------------------- */
.achieve_area {
    padding: 80px 0;
}

    .achieve_area .item {
        box-shadow: 0 0 10px #ddd;
        overflow: hidden;
        margin: 40px 0;
    }

    .achieve_area .item_img {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

@media (max-width:767px) {
    .achieve_area .item_img {
        min-height: 250px;
    }
}

.achieve_area .item_img img{
    width: 100%;
    object-fit: fill;
    height: 300px !important;
    margin: auto;
}

.achieve_area .item_txt {
    padding: 30px;
    display: flex;
}

@media (max-width: 767px) {
    .achieve_area .item_txt {
        padding: 20px 15px;
        display: block;
    }
}

.achieve_area .item_txt .date {
    text-align: center;
    min-width: 75px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

    .achieve_area .item_txt .date strong {
        font-size: 50px;
        font-weight: 800;
        line-height: 1;
        color: #213266;
        display: block;
    }

.achieve_area .item_txt .content {
    margin-left: 25px;
    padding-left: 25px;
    position: relative;
}

    .achieve_area .item_txt .content::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 1px;
        height: 70px;
        background-color: #e7e7e7;
    }

@media (max-width:767px) {
    .achieve_area .item_txt .content {
        padding-left: 0;
        margin-left: 0;
        text-align: center;
        margin-top: 15px;
        border-top: 1px solid #e7e7e7;
        padding-top: 15px;
    }

        .achieve_area .item_txt .content::after {
            width: 0;
            height: 0;
        }
}

.achieve_area .item_txt .content h4 {
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
}

@media (max-width:767px) {
    .achieve_area .item_txt .content h4 {
        font-size: 20px;
    }
}

.achieve_area .item_txt .content h4 a {
    color: #000;
}

.achieve_area .item_txt .content .achieve-desc {
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}

.achieve_area .item_txt .content .achieve-desc p{
    margin: 0;
}


.achieve_area .item_txt .bottom .btn-border {
    border: 1px solid #213266;
    border-radius: 30px;
    padding: 8px 25px;
    transition: .5s ease;
}

.achieve_area .item_txt .bottom:hover .btn {
    background-color: #213266;
    color: #f5f5f5;
    transition: .5s ease;
}



/*achievement modal css*/
.achieve_area .modal-header {
    background-color: #213266;
    padding: 10px 20px;
}

    .achieve_area .modal-header h5,
    .achieve_area .modal-header button {
        color: #f5f5f5;
        font-size: 20px;
    }

.achieve_area .modal-body img {
    width: 100%;
    /*height: 300px;*/
    box-shadow: 0 0 5px #6c6c6c;
}

.achieve_area .modal-body .date {
    background-color: #303030;
    color: #f5f5f5;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
}

.achieve_area .modal-body h5 {
    font-weight: 700;
    margin: 30px 0 10px;
}

.achieve_area .modal-footer {
    padding: 5px;
}

    .achieve_area .modal-footer button {
        background-color: #213266;
        color: #f5f5f5;
    }
/* ------------------------------ Achievement page end -------------------- */





/* ------------------------------ gallery album page start -------------------- */
.gallery_album_area {
    padding: 80px 0;
}

    .gallery_album_area .item {
        position: relative;
        z-index: 1;
        margin: 10px 0;
        box-shadow: 0 0 5px #ddd;
    }

        .gallery_album_area .item::after {
            content: "";
            position: absolute;
            background: rgba(0, 0, 0, 0.8);
            opacity: 0.7;
            top: 15px;
            bottom: 15px;
            left: 15px;
            right: 15px;
            transform: scaleX(0);
            transform-origin: 100% 50%;
            transition: transform 0.35s;
        }

        .gallery_album_area .item:hover::after {
            transform: scaleX(1);
            transform-origin: 0 50%;
        }

        .gallery_album_area .item img {
            height: 220px;
            width: 100%;
            object-fit: fill;
            padding: 4px;
            box-shadow: 0 0 5px #ddd;
        }

        .gallery_album_area .item .overlay {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: #f5f5f5;
            z-index: 2;
            text-align: center;
            opacity: 0;
            width: 100%;
            padding: 18px;
        }

        .gallery_album_area .item:hover .overlay {
            opacity: 1;
            transition: all 0.3s ease-out;
        }

        .gallery_album_area .item .overlay h4 {
            text-transform: uppercase;
            font-weight: 500;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .gallery_album_area .item .overlay a {
            display: inline-block;
            background: #ffffff;
            height: 40px;
            width: 40px;
            border-radius: 50%;
            color: #213266;
            line-height: 40px;
            margin: 2px;
            text-align: center;
        }

            .gallery_album_area .item .overlay a i {
                line-height: 40px;
            }
/* ------------------------------ gallery album page end -------------------- */
/* ------------------------------ gallery page Start -------------------- */
.gallery_area {
    padding: 80px 0;
}

    .gallery_area .item {
        margin: 10px 0;
        position: relative;
    }

        .gallery_area .item img {
            width: 100%;
            height: 250px;
            object-fit: fill;
            transition: .35s ease-out;
            border: 5px solid #fff;
            box-shadow: 0 0 10px #ddd;
        }

        .gallery_area .item .overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 30px;
            z-index: 2;
            opacity: 0;
        }

        .gallery_area .item:hover .overlay {
            opacity: 1;
            transition: .35s ease-out;
        }

        .gallery_area .item .overlay a {
            color: #f5f5f5;
        }

        .gallery_area .item::after {
            content: "";
            position: absolute;
            background: rgba(0, 0, 0, 0.8);
            opacity: 0.7;
            top: 15px;
            bottom: 15px;
            left: 15px;
            right: 15px;
            transform: scaleX(0);
            transform-origin: 100% 50%;
            transition: transform 0.35s;
        }

        .gallery_area .item:hover::after {
            transform: scaleX(1);
            transform-origin: 0 50%;
        }
/* ------------------------------ gallery page end -------------------- */





/* ------------------------------ Dignataries page start -------------------- */
.dignitaries_area {
    padding: 80px 0;
}

    .dignitaries_area .item_box {
        margin: 20px 0;
    }

        .dignitaries_area .item_box .item {
            box-shadow: 0 0 8px #ddd;
        }

            .dignitaries_area .item_box .item .item_img {
                position: relative;
                padding: 30px;
                padding-bottom: 0;
            }

                .dignitaries_area .item_box .item .item_img img {
                    height: 220px;
                    width: 220px;
                    border-radius: 50%;
                    border: 5px solid #fff;
                    background-color: #213266;
                    margin: auto;
                    object-fit: fill;
                }

            .dignitaries_area .item_box .item .item_txt {
                padding: 20px;
                padding-bottom: 16px;
            }

                .dignitaries_area .item_box .item .item_txt span {
                    color: #343e57;
                    text-align: center;
                    font-weight: 600;
                }

                .dignitaries_area .item_box .item .item_txt h4 {
                    color: #213266;
                    text-align: center;
                    font-weight: 600;
                    margin: 8px 0 20px;
                }

                .dignitaries_area .item_box .item .item_txt .director-desc {
                    height: 64px;
                }

                .dignitaries_area .item_box .item .item_txt .director-desc p{
                    margin: 0;
                }
                
                .oneLine{
                    display: block;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

                .dignitaries_area .item_box .item .item_txt .btn {
                    color: #213266;
                    border: 1px solid #213266;
                    position: relative;
                    transition: .6s ease;
                    overflow: hidden;
                }

                    .dignitaries_area .item_box .item .item_txt .btn:hover {
                        transition: .6s ease;
                        color: #f5f5f5;
                    }

                    .dignitaries_area .item_box .item .item_txt .btn::after {
                        position: absolute;
                        height: 100%;
                        width: 100%;
                        content: "";
                        top: 0;
                        left: -125px;
                        border: 1px solid #213266;
                        background-color: #213266;
                        transition: .6s ease;
                        z-index: 1;
                    }

                    .dignitaries_area .item_box .item .item_txt .btn:hover::after {
                        left: 0;
                        transition: .6s ease;
                        z-index: -1;
                    }


/*dignitaries modal css*/
@media (min-width: 576px) {
    .dignitaries_area .modal-dialog {
        max-width: 650px;
    }
}

.dignitaries_area .item_box .modal-header {
    background-color: #213266;
    color: #f5f5f5;
    padding: 8px 12px;
}

    .dignitaries_area .item_box .modal-header h5 {
        font-size: 16px;
    }

    .dignitaries_area .item_box .modal-header button {
        color: #f5f5f5;
        font-size: 20px;
    }

.dignitaries_area .item_box .modal-body img {
    width: 260px;
    height: 260px;
    object-fit: fill;
    margin: auto;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 10px #ddd;
}

.dignitaries_area .item_box .modal-body h4 {
    margin: 10px 0 5px;
    font-weight: 700;
}

@media (max-width:767px) {
    .dignitaries_area .item_box .modal-body h4 {
        margin: 15px 0 5px;
    }
}

.dignitaries_area .item_box .modal-body span {
    color: #f08125;
    font-weight: 500;
}

.dignitaries_area .item_box .modal-body p {
    margin: 15px 0;
}

.dignitaries_area .item_box .modal-footer {
    padding: 5px;
}

    .dignitaries_area .item_box .modal-footer button {
        background-color: #213266;
        color: #f5f5f5;
    }

    .bora4px{
        border-radius: 4px;
    }
/* ------------------------------ Dignataries page end -------------------- */





/* ------------------------------ Download page Start -------------------- */
.download_area {
    padding: 100px 0;
}

    .download_area .item {
        box-shadow: 0 0 10px #ddd;
        margin: 10px 0;
        padding: 30px;
        text-align: center;
    }

        .download_area .item .item_img {
            font-size: 60px;
            display: inline-block;
            background-color: #393185;
            border-radius: 50%;
            width: 100px;
            height: 100px;
            margin-bottom: 25px;
        }

            .download_area .item .item_img a {
                color: #f5f5f5;
            }

                .download_area .item .item_img a i {
                    line-height: 100px;
                }

        .download_area .item .item_txt h5 {
            font-weight: 600;
        }

        .download_area .item .item_txt .btn {
            background-color: #213266;
            color: #f5f5f5;
        }
/* ------------------------------ Download page end -------------------- */





/* ------------------------------ News-Events page Start -------------------- */
.news_area {
    padding: 80px 0;
}

    .news_area .item {
        box-shadow: 0 0 10px #ddd;
        margin: 40px 0;
        border: 1px solid #ddd;
    }

        .news_area .item .news_img {
            height: 700px;
            width: 100%;
        }

            .news_area .item .news_img img {
                height: 100%;
                width: 100%;
                object-fit: fill;
            }


    .news_area .item_img {
        height: 280px;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-clip: content-box;
        padding: 0;
    }

@media (max-width:767px) {
    .news_area .item_img {
        min-height: 200px;
    }
}

.news_area .item_date {
    display: inline-block;
    padding: 10px;
    background-color: #213266;
    color: #f5f5f5;
    text-align: center;
    margin-left: 10px;
}

    .news_area .item_date strong {
        display: block;
        font-size: 25px;
        border-bottom: 1px solid;
    }

.news_area .item_txt {
    padding: 15px 20px;
}

    .news_area .item_txt .tags {
        margin-bottom: 10px;
    }

        .news_area .item_txt .tags a {
            color: #333;
            border-bottom: 1px solid;
            cursor: pointer;
        }

    .news_area .item_txt h5 {
        margin-bottom: 15px;
    }

        .news_area .item_txt h5 a {
            color: #213266;
            transition: .5s ease;
        }

        .news_area .item_txt h5:hover a {
            color: #213266;
            transition: .5s ease;
        }

    .news_area .item_txt .btn-more {
        border: 1px solid #213266;
        border-radius: 50px;
        padding: 10px 20px;
        font-weight: 500;
        transition: .5s ease-in-out;
    }

        .news_area .item_txt .btn-more:hover {
            background-color: #213266;
            color: #f5f5f5;
            transition: .5s ease-in-out;
        }

        .news_area .item_txt .btn-more i {
            font-size: 12px;
        }


/*news modal css*/
.news_area .modal-header {
    background-color: #213266;
    color: #f5f5f5;
    padding: 10px;
}

    .news_area .modal-header h5 {
        font-size: 18px;
    }

    .news_area .modal-header .close {
        color: #f5f5f5;
        font-size: 20px;
    }

.news_area .modal-body h5 {
    color: #393185;
    text-align: center;
}

.news_area .modal-body img {
    width: 100%;
    object-fit: fill;
    padding: 0 0 15px 0;
}

.news_area .modal-body .date {
    color: #213266;
    font-weight: 600;
}

.news_area .modal-footer {
    padding: 3px;
}

    .news_area .modal-footer button {
        background-color: #213266;
        color: #f5f5f5;
    }
/* ------------------------------ News-Events page end -------------------- */


/* ---------------------- contact main sccess ------------------- */
.c_success {
    background-color: #2574ab;
    height: 100vh;
    padding: 90px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .c_success .item {
        background-color: #fff;
        padding: 30px 20px;
        border-radius: 20px;
        box-shadow: 5px 5px 10px #616161;
        width: 350px;
        margin: 0 25px;
    }

        .c_success .item .icon {
            width: 120px;
            height: 120px;
            border-radius: 100%;
            background-color: #2574ab;
            border: 8px solid #d8efff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
        }

            .c_success .item .icon i {
                font-size: 40px;
                color: #fff;
            }

    .c_success .content h2 {
        font-size: 35px;
        color: #2574ab;
        font-weight: 700;
        padding: 20px 0;
    }

    .c_success .content p {
        font-size: 18px;
    }

    .c_success .content .link {
        line-height: 1.8;
        font-size: 16px;
    }

        .c_success .content .link a {
            font-weight: 500;
            color: #2574ab;
        }



/* ---------------------- contact main fail ------------------ */
.c_fail {
    background-image: linear-gradient(325deg, #d0242f, transparent);
    height: 100vh;
    padding: 90px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .c_fail .item {
        background-color: #fff;
        padding: 30px 20px;
        border-radius: 20px;
        box-shadow: 5px 5px 10px #616161;
        width: 350px;
        margin: 0 25px;
    }

        .c_fail .item .icon {
            width: 120px;
            height: 120px;
            border-radius: 100%;
            background-color: #d0242f;
            border: 8px solid #ffd9db;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
        }

            .c_fail .item .icon i {
                font-size: 40px;
                color: #fff;
            }

    .c_fail .content h2 {
        font-size: 35px;
        color: #d0242f;
        font-weight: 700;
        padding: 20px 0;
    }

    .c_fail .content p {
        font-size: 18px;
    }

    .c_fail .content .link {
        font-size: 16px;
        line-height: 1.8;
    }

        .c_fail .content .link a {
            font-weight: 500;
            color: #d0242f;
        }


.Public_Disclosure_area {
    padding: 100px 0;
}

    .Public_Disclosure_area ul {
        line-height: 40px;
    }

    .Public_Disclosure_area li {
        list-style: disc;
    }

        .Public_Disclosure_area li a {
            font-size: 16px;
            color: #000000;
            font-weight: 600;
        }

.p0 {
    padding: 0px;
}



.Branch_Block {
    padding: 100px 0;
}

.Branch-item {
    margin: 40px 10px;
}

    .Branch-item h5 {
        margin-bottom: 26px;
        line-height: 30px;
        color: #213266;
        font-weight: 600;
    }

    .Branch-item p {
        display: flex;
    }

        .Branch-item p b {
            flex: 0 0 30%;
        }

.all-branches {
    text-align: center;
    color: #213266;
    padding-bottom: 100px;
}

    .all-branches h3 {
        text-shadow: 0 1px #333;
        font-weight: 700;
    }

.elli{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.elli-2, .elli-3, .elli-4, .elli-5, .elli-6, .elli-7{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}.elli-2{
    -webkit-line-clamp: 2;
}.elli-3{
    -webkit-line-clamp: 3;
}.elli-4{
    -webkit-line-clamp: 4;
}.elli-5{
    -webkit-line-clamp: 5;
}.elli-6{
    -webkit-line-clamp: 6;
}.elli-7{
    -webkit-line-clamp: 7;
}
    
.pm0 p{
    margin: 0;
}

.news-p-data{
    height: 105px;
    margin-bottom: 20px;
}

.max-650{
    max-width: 650px;
}

.main_menu{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.nav-link{
    text-align: center;
}

.dd-hover, .dd-hover2{
    position: relative;
    transition: .5s;
}

.dd-menu{
    display: none;
    opacity: 0;
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 1000;
    color: #444444;
    background-color: white;
    font-weight: 500;
    white-space: nowrap;
    border-top: 3px solid #213266;
    border-radius: 4px 4px;
    transition: .5s;
    padding: 11px 0;
}

.dd-menu li{
    padding: 4px 15px;
}

.dd-hover:hover .dd-menu{
    display: block;
    opacity: 1; 
}

.navbar-nav a{
    color: #444444 !important;
    font-weight: 500;
}

.main_menu > ul > li{
    display: flex;
    align-items: center;
    justify-content: center;
}

.dd-menu2{
    display: none;
    opacity: 0;
    position: absolute;
    top: 1px;
    right: 100%;
    z-index: 999;
    background-color: white;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 4px 4px;
    padding: 5px;
    transition: .5s;
}

.dd-hover2:hover .dd-menu2{
    opacity: 1;
    display: block;
}

.dn{
    display: none;
}

.bar-toggler{
    font-size: 24px;
}

.openMenu{
    height: 380px;
    padding: 0 50px;
    margin-top: 50px;
    border-bottom: 20px solid white;
    overflow-y: auto;
}

.openMenu a{
    font-size: 15px;
    color: #444444;
    font-weight: 500;
    padding: 4px;
}

.aheadmenu{
    color: #444444;
}

.openMenu ul ul {
    margin-left: 20px;
}

.openMenu{
    position: relative;
}

.openMenu::-webkit-scrollbar {
    width: 0px;
}

.docitem_img{
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
}

.doc-p{
    margin: 0 0 15px;
}



@media (max-width: 1200px) {

    .dn-1200{
        display: none;
    }

    .db-1200{
        display: block;
    }

    .bars-end{
        justify-content: space-between;
        align-items: flex-start;
    }

    .fa.fa-angle-down.pt-1.float-end, .fa.fa-angle-right.pull-right.pt-1{
       display: none;
    }

    .menu_button{
        position: absolute;
        right: 20px;
    }
    
}

.pm0 p{
    margin: 0;
}

nav ul{
    list-style-type: none;
}

footer ul{
    list-style-type: none;
}

.div-site-button{
    position: relative;
    top: -130px;
    left: 50%;
    display: block;
    color: red;
}

    .div-site-button a {
        display: inline-block;
        color: #fff;
        font-weight: 500;
        background: #000;
        text-decoration: none;
        transform: translateX(-50%);
        border-radius: 4px;
        padding: 4px 20px;
        box-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
    }

.tdu{
    text-decoration: underline;
}


.fw600{
    font-weight: 600;
}

.openMenu ul{
    list-style-type: none;
}

.color-red{
    color: #213266;
}.bg-red{
    background: #213266;
}

.testi-more{
    color: #002d9f;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 10px;
}

.down-head{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
}

.doc-details-img embed{
    width: 100%;
    height: 400px;
}

.doc-details-img img{
    width: 100%;
    height: auto;
}

.silder_main img{
    width: 100%;
    height: 100vh;
    object-fit: fill;
}

.modal::-webkit-scrollbar {
    width: 0px;
}

.home-digni-data{
    height: 126px;
}

.digni-img{
    max-width: 270px;
    height: 300px;
    margin: auto;
}

.news-p-data{
    height: 105px;
}

@media (min-width: 576px){

    .max-w-650{
        max-width: 650px;
        margin: 1.75rem auto;
    }

}

@media (max-width: 576px){
    .silder_main img{
        height: 50vh;
    }
}

.testi-p-data{
    height: 64px;
}

.tdn{
    text-decoration: none !important;
}

.digni-img-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 55%;
    z-index: -1;
    background: #343e57;
}

.digni-read-more{
    display: block;
    width: 100%;
    color: #213266 !important;
    cursor: pointer;
    transition: .3s;
}

.digni-read-more .fa-angle-double-right:before{
    transition: .3s;
}

.digni-read-more:hover .fa-angle-double-right:before{
    padding-left: 6px;
}




.branch-img{
    width: 180px;
    margin: auto;
}

.branch-img img{
    width: 100%;
}

.branch-title{
    position: relative;
    color: #212529;
    font-size: 38px;
    text-align: center;
}

.branch-title::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
    width: 50px;
    height: 2px;
    background-color: #213266;
}

.branch-table{
    width: 100%;
    border: 1px solid rgba(52, 62, 87, 0.2);
    margin: auto;
}

.branch-table td{
    font-size: 16px;
    font-weight: 500;
    border: 0;
    padding: 10px 30px;
}

.branch-table th{
    width: 220px;
    color: #213266;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-right: 1px solid rgba(52, 62, 87, 0.2);
    padding: 10px 30px;
}

.branch-table tr{
    border: 0;
}

.branch-detail .table-striped tbody tr:nth-of-type(odd){
    background-color: rgba(52, 62, 87, 0.05);
}

.branch-detail .branch-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #343e57;
    border: 2px solid #fff;
}

.branch-mail, .branch-call, .branch-location{
    position: relative;
}

.branch-mail span{
    min-width: 50%;
    position: absolute;
    line-height: 36px;
    top: 0;
    right: 40px;
    border-top: 0.5px solid #ededed;
    border-bottom: 0.5px solid #ededed;
    padding: 0 10px 0 0;
}

.branch-call span{
    min-width: 50%;
    position: absolute;
    line-height: 36px;
    top: 0;
    left: 40px;
    border-top: 0.5px solid #ededed;
    border-bottom: 0.5px solid #ededed;
    padding: 0 0 0 10px;
}

.branch-location span{
    display: block;
    max-width: 550px;
    padding: 4px 15px;
    margin: auto;
}


.branch-mail .branch-icon{
    border-right-width: 1px;
}

.branch-call .branch-icon{
    border-left-width: 1px;
}

.branch-location .branch-icon{
    border-top-width: 0;
}
    
.branch-location i{
    font-size: 18px;
}

@media (max-width:992px) {

    .branch-table{
        width: 100%;
        min-width: auto;
    }
    
}

@media (max-width:768px){

    .branch-mail .branch-icon, .branch-call .branch-icon{
        border-right-width: 2px;
        border-left-width: 2px;
    }

    .branch-location .branch-icon{
        border-top-width: 2px;
    }

    .branch-call span, .branch-mail span, .branch-location span{
        display: block;
        position: static;
        min-height: 36px;
        border: 0;
        line-height: normal;
        padding: 4px 10px 0;
        margin-left: 50px;
    }

    .branch-icon{
        position: absolute;
        top: 0;
        left: 0;
    }

    .branch-location hr{
        display: none;
    }

}