/*===========================
    1. Theme default css 
===========================*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

body {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
}

a:focus, input:focus, textarea:focus, button:focus {
    text-decoration: none;
    outline: none;
}

a:focus, a:hover {
    text-decoration: none;
}

i, span, a {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #2c2a2a;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

ul {
    padding: 0 !important;
}

a {
    text-decoration: none !important;
}

.section-space {
    padding: 60px 0;
}

/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    text-align: center;
    border: 1px solid #ffc600;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    color: #07294d;
    position: relative;
    overflow: hidden;
    z-index: 5;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
}

.main-btn:hover {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}

.main-btn-2 {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}

.main-btn-2:hover {
    color: #07294d;
    background-color: #ffc600;
    border-color: #ffc600;
}

/*===== All Section Title Style =====*/
.section-title {
    padding-bottom: 40px;

    ;
}

.section-title h5 {
    color: #07294d;
    position: relative;
    padding-bottom: 12px;
}

.section-title h2::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #ffc600;
    bottom: -15px;
    left: 0;
}

.section-title h2 {
    font-size: 34px;
    color: #000;
    padding-top: 10px;
    position: relative;
    padding-top: 0;
}

/*=====================================================
        top band
======================================================*/

.header-top {
    background-color: #07294d;
    padding: 3px;
    font-size: 16px;
}

.header-top marquee {
    color: #fff;
}



/*=====================================================
    slider band
======================================================*/


.slider_band .main_band {
    background-color: #07294d;
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 10px;


}

.slider_band .main_band h2 {
    margin: 0;
    padding-left: 15px;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.slider_band .highlights {
    padding: 30px 20px;
    border-radius: 10px;
    width: 100%;
    max-width: auto;
}

.slider_band .highlights h4 {
    font-size: 18px;
    font-weight: 400;

}

.slider_band .highlights img {
    width: 30%;
    padding: 15px 0;
}

.slider_band .highlights p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

section.slider_band {
    margin-top: -122px;
    z-index: 22;
    position: relative;
}

/*=====================================================
            about section
======================================================*/
.about-part {
    position: relative;
}

.abt_bg_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    animation: faculty_shape 5s infinite linear;
    z-index: -1;
}

.about-cont p {
    padding-top: 10px;
    padding-right: 50px;
}

.about-part .section-title {
    padding-bottom: 0px;
}

.about-part .section-title h2 {
    font-size: 28px;
    line-height: 1.5;
}

.about-part .section-title h2::before {
    display: none;
}


.about-event {
    padding: 40px 40px 30px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.about-event .event-title h3 {
    font-size: 30px;
    color: #f1a700;
    padding-bottom: 25px;
}

.about-event ul li .single-event {
    padding: 10px 0;
    border-bottom: 1px solid #cecece;
}

.about-event ul li:last-child .single-event {
    border-bottom: 0;
}

.about-event ul li .single-event span {
    font-size: 16px;
    color: #8a8a8a;
    margin-right: 20px;
}

.about-event ul li .single-event span i {
    color: #ffc600;
    margin-right: 3px;
    font-size: 20px;
}

.about-event ul li .single-event a {
    display: block;
}

.about-event ul li .single-event a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.about-event ul li .single-event a:hover h4 {
    color: #ffc600;
}

/* =====================================================
                our mission
======================================================== */

.our_mission {
    color: #fff;

}

.our_mission_text h3 {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 400;
}

.our_mission_text h3::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;

}

.our_mission_text {
    padding: 30px;
}


.our_mission_content {
    border-radius: 10px;
    overflow: hidden;
}

.our_mission_text p {
    color: #fff;
    margin: 0;
    font-weight: 300;
}


.our_mission .nav-link {
    padding: 10px 20px;
    border: 1px solid #ffa523 !important;
    font-size: 20px;
    color: #fff;

    margin-right: 20px;
    margin-top: -1px;
    border-bottom: transparent;
    border-radius: 10px 10px 0 0;
}

.our_mission .nav-link.active {
    background: #ffa523 !important;
    border-color: #ffa523 !important;

}

.our_mission .tab-pane {
    padding-top: 20px;
}

.our_mission .tab-pane p {
    color: #fff;
    font-weight: 300;
}

.our_mission .nav-tabs {
    border-bottom-color: #ffa523 !important;
    margin-right: 30px;
}


.our_mission img {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.our_mission h4 {
    margin-bottom: 10px;
    color: #ffbc00;
    font-size: 32px;
    font-weight: 400;
}

.our_vision_main_content_text {
    padding: 40px;
}

.our_vision_main_content {
    margin: 30px;

}

.our_vision_main_content p {
    color: #fff;
    font-weight: 300;
}

/*=====================================================
           facilities section
======================================================*/
.facilities .main-btn {
    line-height: 40px;
    padding: 0 20px;
}

.science_sub {
    background: #fff;
    text-align: center;
    margin-top: 20px;
}

.science_sub h5 {
    padding: 10px 0;
}

.facilities .container-fluid {
    width: 80%;
}

.facilities p {
    margin: 15px 0;
}

.single-course {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.single-course>.thum {
    position: relative;
}

.single-course .thum .image {
    overflow: hidden;
}

.single-course .thum .image img {
    width: 100%;
    transition: all 0.4s linear;
}

.single-course:hover .thum .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-course .cont {
    padding: 20px;
}


.single-course .cont h4 {
    font-weight: 500;
    font-size: 24px;
    color: #000;
    transition: all 0.4s linear;
}

.single-course:hover .cont h4 {
    color: #ffc600;
}

/*=====================================================
             faculty section
======================================================*/
.faculty {
    background-image: url(../images/school_banner.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding: 80px 0;
}

.faculty::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.9);
}

.faculty_content {
    padding: 0 0 0 60px;
}

.faculty_content h2 {
    margin-bottom: 15px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
}

.faculty_content h2::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;
}

.teachers {
    position: relative;
    z-index: 1;
    color: #fff;
}

.teachers img {
    position: relative;
    z-index: 1;

}

.teacher_shape_img img {
    position: absolute;
    width: 30%;
}

.teacher_shape_img img:first-child {
    left: -15px;
    top: -15px;
    z-index: 0;

}


.teacher_shape_img img:last-child {
    bottom: -15px;
    right: -15px;
    z-index: 0;
    transform: rotate(180deg);
}


.teachers p {
    color: #fff;
    font-weight: 300;
}

.faculty_shape_img img {
    position: absolute;
}

.faculty_shape_img img:first-child {
    width: 3%;
    right: 10%;
    top: 10%;
    transform: rotate(10deg);
    animation: faculty_shape 5s infinite linear;
}

.faculty_shape_img img:last-child {
    width: 3%;
    left: 7%;
    bottom: 15%;
    transform: rotate(10deg);
    animation: faculty_shape 5s infinite linear;
}

@keyframes faculty_shape {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 35px);
    }

    100% {
        transform: translate(0, 0);
    }
}



/*=====================================================
FOOTER css 
======================================================*/
footer#footer-part {
    background: url(../images/school_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.footer-top {
    background-color: #07294df7;
    padding: 50px 0 30px;
}



.footer-about ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer-about ul li:last-child {
    margin-right: 0;
}

.footer-about ul li a {
    width: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-color: #ffc600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-about ul li a:hover {
    background-color: #021d3a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-title h6 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    font-weight: 400;
}

.footer-title h6::before {
    content: '';
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #ffc600;
    bottom: -14px;
    left: 0;
}

.footer-link {
    overflow: hidden;
}

.footer-link ul li {
    line-height: 35px;
}

.footer-link ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-link ul li a i {
    margin-right: 8px;
    color: #ffc600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-link ul li a:hover {
    color: #ffc600;
}

.footer-link ul li a:hover i {
    margin-right: 15px;
}

.support ul {
    float: none;
    width: 100%;
}

.footer-address ul li {
    position: relative;
    margin-bottom: 10px;
}

.footer-address ul li:last-child {
    margin-bottom: 0;
}

.footer-address ul li .icon i {
    font-size: 18px;
    color: #ffc600;
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-address ul li .cont {
    padding-left: 35px;
}

.footer-address ul li .cont p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}

.footer-copyright p {
    font-weight: 300;
}

.footer-copyright {
    background-color: #021d3aeb;
    padding: 5px 0;
}

.footer-copyright .copyright p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}


.footer-copyright .copyright p span {
    font-weight: 600;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #ffc600;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}

.back-to-top:hover {
    color: #fff;
    background-color: #021d3a;
}



/*=====================================================
    20. PAGE BANNER  css 
======================================================*/

.page-banner-cont {
    position: relative;
    z-index: 5;
}

.page-banner-cont h2 {
    font-size: 52px;
    color: #fff;
    padding-bottom: 15px;
}

.page-banner-cont .breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
}

.page-banner-cont .breadcrumb .breadcrumb-item {
    color: #ffc600;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.page-banner-cont .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.page-banner-cont .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "/";
    font-size: 18px;
}

/*=====================================================
    21. ABOUT PAGE css 
======================================================*/

.about-image img {
    width: 100%;
    border-radius: 5px;
}

.about-single-items span {
    font-size: 60px;
    color: #dbdbdb;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 22px;
}

.about-single-items h4 {
    color: #000;
    font-size: 24px;
    padding-bottom: 25px;
}



/*=====================================================
    31. CONTACT PAGE css 
======================================================*/

.contact-from {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
}

section#contact-page .section-title {
    padding-bottom: 15px;
}


.contact-from .main-form .single-form {
    margin-top: 20px;
}

.contact-from .main-form .single-form input, .contact-from .main-form .single-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
    font-size: 15px;
}

.contact-from .main-form .single-form textarea {
    padding-top: 10px;
    height: 100px;
    resize: none;
}

.form-group {
    margin: 0;
}

.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}

p.form-message.success, p.form-message.error {
    font-size: 16px;
    color: #353535;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}

.contact-address {
    height: 100%;
}

.contact-address ul li {
    padding-top: 0px;
}

.contact-address ul li .single-address {
    text-align: center;
    padding: 20px;
    min-height: 250px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.contact-address ul li .single-address .icon i {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px dashed #ffa200;
    color: #ffa200;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    transition: .5s ease;
}

.single-address:hover i {
    background: #ffa200;
    color: #fff !important;
    transition: .5s ease;
}

.contact-address ul li .single-address p {
    color: #07294d;
    margin: 0;
}

.contact-address ul li .single-address .cont {
    width: 100%;
}

.map #contact-map {
    width: 100%;
    height: 225px;
}

.contact_header h4 {
    color: #07294d;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
}

.contact_header h4 span {
    font-weight: 600;
    font-size: 26px;
}


.map.map-big #contact-map {
    width: 100%;
    height: 415px;
}

.contact-address .contact-heading {
    padding-top: 35px;
}

.contact-address .contact-heading h5 {
    padding-bottom: 15px;
}



/*=========================================================
                    nav bar 
===========================================================*/


.main_logo a {
    display: flex;
}

.main_logo a .logo_img {
    width: 100%;
}

.logo_img h4 {
    color: #07294d;
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 1px;
}


.logo_img h4 span {
    font-weight: 700;
    color: #07294d;
    font-size: 26px;
}

.dr_name {
    margin-top: -6px;
}

.main_logo a .logo_img img {
    width: 20%;
    margin-right: 3%;
}

h4.neuro_serh4 {
    margin: 0;
    line-height: 1;
}


/* = */

.row.v-center {
    display: flex;
}

header.header {
    position: sticky;
    top: 0;
    background: white;
    box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
}

.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 101;
    padding: 5px 0;
}

.header .item-left {
    flex: 0 0 40%;
    text-align: center;
}

.header .item-center {
    flex: 0 0 60%;
}

.header .item-right {
    flex: 0 0 0%;
    justify-content: flex-end;
    text-align: center;
}

.header .menu>ul>li {
    display: inline-block;
    padding-bottom: 0px;
}

.header .menu>ul>li .active {
    color: #e7b300;
}

.header .menu>ul>li>a:hover {
    color: #e7b300;
}

.header .menu>ul>li>a {
    color: #07294d;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 16px;
    padding: 20px 3px;
    margin: 0 15px;
    font-weight: 500;
}

.header .menu>ul>li>.cnt {
    margin-right: 0;
}

.header .menu>ul>li>a::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    background: #ffc600;
    transform-origin: 0 50%;
}

.header .menu>ul>li>a:hover::before {
    transform: scale3d(1, 1, 1);
    transform-origin: 100% 50%;
}

ul.menu-main {
    text-align: right;
    padding: 40px 0;
    margin: 0;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

@media(max-width: 991px) {
    .header .menu>ul>li .sub-menu.active {
        display: block;
    }

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #f1a700;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f1a700;
    }

    .header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
        font-size: 14px;
        text-align: left;
        font-weight: 600;
    }

    .header .menu>ul>li>a i {
        position: absolute;
        top: 15px;
        right: 9px;
        text-align: center;
        font-size: 20px;
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
        flex-direction: row-reverse;
    }

    .header .menu .mobile-menu-head .go-back {

        display: none;
    }



    .header .menu .mobile-menu-head .current-menu-title {

        display: none;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 35px;
        width: 35px;
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #f1a700;
        font-size: 25px;
        margin-right: 10px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }


}

/* =navbar dropdown styles= */

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px !important;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.5;
    color: #07294d;
    width: 100%;
    font-weight: 500;
    border-bottom: 1px dotted #f1a700;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover {
    background-color: #f1a700;
    color: white !important;
}

.sub-menu.mega-menu>.list-item>ul>li {
    padding-bottom: 0;
}

.sub-menu.mega-menu>.list-item>ul>li:last-child {
    border-bottom: none;
}


.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}


.header .menu>ul>li.menu-item-has-children .list-item ul {
    padding: 0;
}

.header .menu>ul>li.menu-item-has-children .list-item {
    text-align: left;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li:hover a {
    color: white !important;
}

/*======================================================
                  animation styles
========================================================*/

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-20%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*======================================================
                    about inner page
========================================================*/

.inner_banner h2 {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 15px;
}

.abt_sec {
    box-shadow: 2px 1px 2px 2px #092e49bd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.abt_sec p {
    text-align: justify;
}

.inner_banner {
    background: url(../images/inner_banner.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
}

.inner_tint {
    padding: 30px 0;
    background: #07294ded;
    text-align: center;
}

.inner_banner h5 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #ffc600;
}

img.abt_s_cls {
    width: 100%;
}

.abt_secrigh h5 {
    font-size: 22px;
    margin-bottom: 10px;
}

img.abt_s_cls {
    width: 100%;
}

.abt_secrigh h4 {
    font-size: 45px;
    font-style: italic;
    margin-bottom: 20px;
    border-bottom: 2px solid;
}

.abt_secrigh {
    padding: 55px 60px;
    height: 100%;
    border-radius: 32px;
}



/*======================================================
                    scholastic inner page
========================================================*/
.sectio_curriculum_head h1 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    margin-top: 0;
    color: #07294d;
}

.sectio_curriculum_head h1:after {
    background: #ffc600;
}

.sectio_curriculum_head h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 90px;
    height: 3px;
}

.curriculum_main1 {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.curriculum_text p {
    text-align: justify;
}

.Scholastic_text p {
    text-align: justify;
}

.curriculum_main {
    background: aliceblue;
    padding: 30px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/* ==new== */
.scho_sectop {
    text-align: center;
    padding: 30px;
    background: #ffffff;
    border: 4px solid #ffc600bd;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.scho_sectop h4 {
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
    font-style: italic;
}


/*======================================================
                    event inner page
========================================================*/

.accordion.nstyle {
    margin-bottom: 15px;
}

.accordion:last-child {
    margin-bottom: 0;
}

.accordion-item {
    padding: 5px;
    border-bottom: 4px solid #0a65ac2b;
}

button.accordion-button.nstyle {
    font-size: 20px;
    background: #f5f5f5;
    color: #07294d;
    font-weight: 500;
    padding: 10px 20px;
    border-bottom: none;
}



/*======================================================
                    vission inner page
========================================================*/
img.vsion_cls {
    width: 100%;
}

.vision_missecrigh h4 {
    font-size: 28px;
    font-style: italic;
    margin-bottom: 20px;
    border-bottom: 2px solid #ffc600;
    color: #07294d;
    padding-bottom: 10px;
}

.vision_missecrigh {
    padding: 30px;
    height: 100%;
    border-radius: 5px;
}

/*======================================================
                    leadership inner page
========================================================*/
.leader_shipsec {
    background: #fff;
    margin-bottom: 50px;
    border-radius: 5px;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.leader_shipsecmain {
    padding-left: 20px;
}

.leader_shipsec2 {
    background: #fff;
    margin-bottom: 0px;
    border-radius: 5px;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 50px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.leader_shipsecmain p {
    text-align: justify;
}

img.img_cls {
    border-radius: 10px;
}

.leader_shipsecmainh4 {
    font-size: 30px;
    color: #07294d;
    padding-bottom: 15px;
    border-bottom: 2px solid #ffc600;
    margin-bottom: 20px;
}

.leader_shipsecmainsub h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 39px 0px 0px 0px;
    padding-bottom: 5px;
    font-style: italic;
}

/*======================================================
                    Gallery inner page
========================================================*/

img.gallary_img2 {
    width: 100%;
    padding: 10px;
}


.gal_fstmain {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 0px 6px 0px #acacac;

}

.gal_fstmain p {
    margin: -5px;
}

.gal_fstmain h4 {
    font-size: 22px;
    font-style: italic;
    color: black;
    font-size: 18px;
    color: #d03f0f;
    padding-bottom: 15px;
}

.gal_fstmain p {
    margin: -5px;
    font-size: 14px;
    color: #0b143d;
    font-weight: 600;
    padding-bottom: 15px;
}

/* ================================================
floater css
==================================================== */

.fixedcall {
    position: fixed;
    width: 180px;
    height: 50px;
    margin: 0;
    padding: 0;
    top: 50%;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.wtp {
    top: 60%;
}

.fixedcall {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedcall i {
    width: 45px;
    height: 50px;
    float: left;
    background: #07294d;
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.fixedcall span {
    margin-top: 8px;
    color: #07294d;
    font-weight: 500;
}


.fixedcall p {
    margin: 0;
    padding: 0px;
    color: #2c1574;
    font-size: 14px;
    line-height: 16px;
}

.fixedcall a svg {
    color: #fff;
    -webkit-animation: tada 1.25s infinite;
    -moz-animation: tada 1.25s infinite;
    -ms-animation: tada 1.25s infinite;
    animation: tada 1.25s infinite;
}


@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.fixedcall:hover {
    right: 0;
}



/* ///////////////////////////////modal pop form  ///////////////////// */
.modal-header.newstyle {
    background: #c67702eb;
    border: none;
}

.modal-body.newstyle {
    background: #031426d4;
}

.modal-content.newstyle {
    background: url(../images/enquary_images4.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    border: none;
}

h5.modal-title.nstyhd {
    color: white;
    font-size: 26px;
    padding: 1px 0px 0px 30px;
    font-weight: 600;
    font-family: sans-serif;
}

button.btn-close.nstylecls {
    background-color: white;
    border-radius: 50%;
    margin-top: -70px;
    font-size: 10px;
    font-weight: 900 !important;
}

.row.info_block {
    padding: 15px 27px 20px 27px;
}

.row.info_block h5 {
    font-weight: 600;
    font-size: 15px;
    color: white;
    line-height: 1.8;
    padding-bottom: 5px;
}

.contact_nlist {
    margin-bottom: 15px;
}

.contys_btn button {
    padding: 7px 73px;
    width: 100%;
    background: #4886ff;
    border: none;
    border-radius: 20px;
    color: white;
    font-weight: bold;
}

.contact_nlist .form-control {
    font-size: 12px;
}

input.inputerror {
    color: red;
    border: 1px solid;
    background: rosybrown;
}

span.error p {
    font-size: 10px;
    color: red;
    font-weight: 700;
}

.index4-sec2submai h2 {
    text-align: center;
    border-bottom: 2px solid;
    font-style: italic;
    color: #FF9800;
    margin: 30px;
}

.alert.alert-danger.newstyle {
    text-align: center;
    padding: 2px;
    /* font-size: 12px; */
    margin-bottom: 2px;
    width: 94%;
    margin: auto;
}

/* ========================================================
home testimonial
=========================================================== */



.testimonial h4 {
    margin-bottom: 20px;
    color: #f1a700;
}

.testimonial h4 small {
    color: #000;
    font-size: 16px;
}
.testimonial .section-title {
    text-align: center;
    padding-bottom: 50px;
}


.testimonial .section-title h2::before {
    left: 0;
    right: 0;
    margin: auto;
}

.testi_tint {
    /* background-color: #001e4dc2; */
}

.carousel-caption_testi img {
    border-radius: 40px;
    border: 10px solid #fff;
    margin-left: -10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-left: -60%;
    
}

.carousel-caption_testi {
    width: 65%;
    margin: auto;
    background-size: 100%;
    padding: 50px;
    border-radius: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-bottom: 10px;
    background: #f2fbff;
}

/* ================================================
               slider video main
=================================================== */
