/*=========================================================
                     css common style 
===========================================================*/

@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 #e27921;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 5;
    transition: 0.4s ease-in-out;
    background-color: #e27921;
}

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

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

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

/*===== 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: #e27921;
    bottom: -20px;
    left: 0;
}

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

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

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

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



/*=====================================================
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: #dc792b;
    -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: #dc792b;
    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: #dc792b;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

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

.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: #dc792b;
    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(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

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

.single-address:hover i {
    background: #e27921;
    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;
    font-size: 28px;
}

.contact_header h4 span {
    font-weight: 600;
    font-size: 30px;
    color: #07294d;
}


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

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

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

.main_contact_form {
    padding: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 10px;
}



/*=========================================================
                    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: 28px;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 1px;
}


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

.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: #e27921;
}

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

.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: #e27921;
    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: #e27921;
        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: #e27921;
    }

    .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: #e27921;
        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 #e27921;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover {
    background-color: #e27921;
    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: #e27921;
}

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: #e27921;
    border: none;
}

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

.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: 2px solid #fff;
}

h5.modal-title.nstyhd {
    color: white;
    font-size: 26px;
    padding: 1px 0px 0px 30px;
    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: 5px 27px 20px 27px;
}

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

.contact_nlist {
    margin-bottom: 15px;
}

.contys_btn button {
    padding: 7px 73px;
    width: 100%;
    background: #e27921;
    border: none;
    border-radius: 20px;
    color: white;
}

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

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

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;
    margin-bottom: 2px;
    width: 94%;
    margin: auto;
}

	.index4-sec2submai1 h4 {
    text-align: center;
    color: #07294d;
    font-weight: 400;
    border-bottom: 2px solid;
    font-style: italic;
}

/*============================================================
                    landing seceond section
==============================================================*/
section.landing_2nd_sec {
    margin: 90px 0;
    position: relative;
}

.landing_2nd_sec_imgblock {
    position: relative;
    height: auto;
    min-height: 493px;
    z-index: 1;
}

.landing_2nd_sec_imgblock .img {
    position: absolute;
    width: 54%;

}

.landing_2nd_sec_imgblock .img img {
    width: 100%;
    border-radius: 50px;
    border: 10px solid #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: 1s ease;

}

.landing_2nd_sec_imgblock .img:first-child {
    top: 0;
    z-index: 1;
}

.landing_2nd_sec_imgblock .img:first-child::after {
    position: absolute;
    right: -7%;
    top: -7%;
    width: 120px;
    height: 120px;
    content: "";
    border-radius: 0 70px;
    z-index: -1;
    border-right: 50px solid rgb(3 27 53);
    border-top: 50px solid rgb(3 27 53);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;

}

.landing_2nd_sec_imgblock .img:last-child::after {
    position: absolute;
    left: -7%;
    bottom: -7%;
    width: 120px;
    height: 120px;
    content: "";
    border-radius: 0 70px;
    z-index: -1;
    border-left: 50px solid rgb(3 27 53);
    border-bottom: 50px solid rgb(3 27 53);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;

}

.landing_2nd_sec_imgblock .img:last-child {
    top: 30%;
    right: 0;
    z-index: -1;
}

.section_heading h2 {
    font-weight: 500;
    font-family: math;
    font-size: 40px;
    color: #fda610;
}

.section_heading h2 span {
    font-size: 20px;
    color: rgb(3 27 53);
}

.landing_2nd_sec_seccontent {
    padding-left: 60px;
}

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

.abt_bg img:first-child {
    left: 0;
    top: 0;
    z-index: -1;
    width: 25%;
}

.abt_bg img {
    position: absolute;
}

.abt_bg img:last-child {
    right: 0%;
    bottom: -20%;
    z-index: -1;
}


/*============================================================
                     landing band
==============================================================*/
.home_band .band_content h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 400;
}

.home_band .band_content a {
    color: #fff;
    text-align: right;
    font-size: 20px;
    background: #031b35;
    border-radius: 15px;
    padding: 15px 20px;
    border: 4px solid #fff;
    transition: 1s ease;
}

.home_band .band_content a:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: 1s ease;
}

.home_band .band_content .admission {
    text-align: right;
}

.home_band .band_content p {
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}

.home_band .band_content_bg {
    background-image: url(../images/band_banner.png);
    background-position: center;
    border-radius: 10px;
    background-size: 100%;
    background-attachment: fixed;
}

.home_band .band_content {
    background-color: #e27921eb;
    padding: 50px 100px;
    border-radius: 10px;
}


/*======================================================
                    gallery section
========================================================*/
.gallery_card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s ease;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}

.gallery_sec {
    background-position: center;
    padding-bottom: 30px;
}


.gallery_card:hover .gallery_card_contet button i {
    color: #fff;
    transition: .5s ease;
    background-color: #e57914;
}

.gallery_card:hover .gallery_card_contet h4 {
    color: #e57914;
    transition: .5s ease;
    font-weight: 400;
}

.gallery_card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 120%);
    height: 80%;
    transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.gallery_card_contet {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
}

.gallery_card:hover {
    margin-top: -10px;
    transition: .5s ease;
}


.gallery_card_contet h4 {
    width: 100%;
    transition: .5s ease;
    font-weight: 400;
    font-size: 20px;
}

.gallery_card_contet button {
    width: 20%;
    display: none;
}

.gallery_card_contet button i {
    background: #fff;
    transform: rotate(-45deg);
    font-size: 30px;
    padding: 1px 11px 5px 10px;
    border-radius: 50%;
    transition: .5s ease;
}


/* ====================================================
                 core value page
====================================================== */

.inner_block_sec_content h4 {
    color: #e27921;
    margin-bottom: 15px;
    font-weight: 400;

}

.inner_block_sec h4{
    font-weight: 400;
}

.inner_block_sec {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 15px;
}

.inner_block_sec_img {
    border: 1px solid #e27921;
    padding: 15px;
}

.inner_block_sec_content {
    padding: 20px;
}

/*======================================================
                    Academics pages
========================================================*/

.syl-tab-in>table>tbody>tr>th {
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    background: #00223e;
    color: #fff;
    padding: 8px 10px;
    font-weight: 400;
}

.syl-tab-in>table>tbody>tr>td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: center;
}

.syl-tab-in table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}


/*======================================================
                    calender events
========================================================*/
.calendar-header h2 {
    font-size: 22px;
    margin-bottom: 0px;
    font-weight: 400;
    float: left;
  }
  
  p.view_all_block {
    float: right;
    color: #e27921;
  }
  
  .calendars_block a {
    float: right;
  }
  
  .events_block {
    border-top: 1px solid #ffda75;
    padding: 10px 5px 0px 5px;
    min-height: 100px;
    clear: both;
  }
  
  .date_block {
    float: left;
    width: 70px;
    margin-right: 20px;
    text-align: center;
  }
  
  .date_block h4 {
    margin: 0 0;
    font-size: 16px;
    padding: 9px 0;
    background-color: #07294d;
    color: white;
    font-family: 'Lato', sans-serif !important;
  }
  
  .date_block h3 {
    margin: 0 0;
    font-size: 16px;
    padding: 9px 0;
    background-color: rgb(226 121 33);
    color: #ffffff;
    font-family: 'Lato', sans-serif !important;
  }
  
  .event_detblock p {
    color: #000000;
    margin-top: 0;
  }

  .calendars_block {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}