/*=========================================================
                     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;
    color: #f5c016;
    font-weight: 400;
}

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%;
}

a {
    text-decoration: none !important;
}

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

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

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

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

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

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

.fx-contact-list li {
    display: inline;
    margin-right: 30px;
}

.fx-contact-list {
    float: left;
}

.fx-social-icon ul li {
    display: inline;

}

.fx-social-icon ul li a {
    color: #fff;
    padding-left: 13px;
}

/* =================================================
slider
==================================================== */
.carousel-item {
    position: relative;
}

.carousel-item::after {
    position: absolute;
    content: "";
    background: #0000008c;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
}

.carousel-item::before {
    position: absolute;
    content: "";
    background: #1f109480;
    z-index: 11;
    height: 120%;
    width: 60%;
    margin: auto;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: -15%;

}


.slider .carousel-caption {
    top: 39%;
    text-align: left;
    z-index: 111;
}

.slider .carousel-caption h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}

.slider .carousel-caption p {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
}



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

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

.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: #fec40a;
    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: #180e62;
    padding: 5px 0;
}

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


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


/*=========================================================
                    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: 50%;
    margin-right: 3%;
}

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


/* = */

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

header.header {
    position: fixed;
    top: 0;
    border-radius: 10px;
}

header.header .row {
    margin: 0;
}

.main_logo {
    padding: 10px 0;
}

.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 101;
    padding: 15px 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: #f6c938;
}

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

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

/* = */
.header-wrap.sticky {
    padding-top: 0;
    transition: .5s ease;
}

/*======================================================
                  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(20%, 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);
    }
}

/* Thm Btn Css */
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 400;
    font-size: 16px;
    color: white;
    background-color: #dba500;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    text-transform: capitalize;
    overflow: hidden;
    gap: 15px;
    z-index: 2;
    text-align: center;
    border: 2px solid #fff;
}

.thm-btn::after {
    content: "";
    background-color: #1f1094cf;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}

.thm-btn:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: red;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-btn:hover span {
    background-color: #fff;
    color: green;
    transition-delay: 200ms;
}

.thm-btn:hover span i {
    -webkit-animation: bounceright .3s alternate ease infinite;
    animation: bounceright .3s alternate ease infinite;
    background-color: #fff;
    padding: 10px;
    color: #000;

}

.thm-btn:hover {
    color: #fff;
}


/* =======================================================
                    about section
  ======================================================== */

.abt-main-block {
    position: relative;
    border: 2px solid #fdc203;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.abt-main-block img {
    transition: .5s ease;
}

.abt-main-block img:hover {
    transform: scale(1.1);
    transition: .5s ease;
}

.hover-img {
    overflow: hidden;
}

.hover-img img {
    transition: .5s ease;
}

.hover-img img:hover {
    transform: scale(1.1);
    transition: .5s ease;
}

.wwo-card:hover img {
    transform: scale(1.1);
    transition: .5s ease;
}

/* ========================================================
                    what samathva stand for
=========================================================== */

.wssf::before {
    position: absolute;
    height: 50%;
    width: 100%;
    background-color: #f5f5f5;
    content: "";
    z-index: -1;
}

.main-wssf-block-sub {
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.wssf .img-block img {
    border-radius: 50%;
}

.wssf .img-block {
    position: relative;
}

.wssf .img-block img:last-child {
    position: absolute;
    border: 6px solid #fff;
    width: 40%;
    right: 10%;
    bottom: 2%;
}

.main-wssf-block .section-title h2::before {
    margin: inherit;
}

.quote-icon {
    font-size: 79px;
    position: absolute;
    top: -10%;
    right: -4%;
    z-index: 11;
    background: #1b0f91;
    color: #fff;
    padding: 80px;
    border-radius: 50%;
    height: 250px;
    width: 250px;
}

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

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


.inner_banner {
    background: url(../images/h1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    position: relative;
    padding: 200px 0 100px;
}

.inner_banner::before {
    position: absolute;
    content: "";
    background: #0000008c;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
}

.inner_banner::after {
    position: absolute;
    content: "";
    background: #1f109480;
    z-index: 11;
    height: 120%;
    width: 60%;
    margin: auto;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: -15%;
}


/* ===================================================
                    vision mission section
====================================================== */

.vision-mission-main {
    background: #2e228c;
    color: #fff;
}

.vision-mission-main ul li {
    list-style: disc;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
}

.vision-mission-main h4 {
    margin-bottom: 20px;
}

.vision-mission-main ul {
    padding-left: 30px !important;
}

.vision-mission-main p {
    color: #fff;
    font-weight: 300;
}

/* =====================================================
                        wwoa
======================================================= */

.wwoa ul li {
    list-style: disc;
    padding-bottom: 10px;
    font-size: 18px;
}

.wwoa ul {
    padding-left: 20px !important;
}

/*=====================================================
                        wwo
======================================================= */

.wwo-card ul li {
    list-style: disc;
    padding-bottom: 10px;
    font-size: 18px;
}

.wwo-card ul {
    padding-left: 30px !important;
}

.wwo-card h4 {
    padding-bottom: 10px;
    font-weight: 400;
}

.wwo-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    margin-top: 30px;
    border-radius: 10px;
}

/*========================================================
                        samathva
==========================================================*/

.samathva .section-title h2::before {
    margin: inherit;
}

/*============================================================
                        core value section
==============================================================*/
.core-value-block {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: #fff;
    min-height: 400px;
    border-radius: 10px;
}

.core-value-text {
    padding: 20px;
}

.core-value-img img {
    border-radius: 0 0 50% 50%;
    position: relative;
    z-index: 0;
}

.core-value-img {
    position: relative;
}

.core-value-img::before {
    position: absolute;
    content: "";
    background: #1f1094b8;
    z-index: 11;
    height: 100%;
    width: 100%;
    margin: auto;
    border-radius: 0 0 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
}

.core-value-img h4 {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 111;
    font-size: 26px;
    text-align: center;
}

/* =======================================================
                        otd section
 ========================================================*/

.otd-block ul {
    padding-left: 30px !important;
    list-style: disc;
}

.otd-block {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    transition: 0.5s ease;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.otd-block:hover {
    transition: 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-bottom: 5px solid #f5c016;
}

.otd-block:hover img {
    transition: 0.5s ease;
    transform: scale(1.1);
}

.otd-block i {
    transition: 0.5s ease;
}

.otd-block:hover i {
    background: #f5c016;
    border-color: #f5c016;
    transition: 0.5s ease;
}

.otd-block h4 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.otd-block h4 i {
    color: #1f1094;
    border: 1px solid #493da8;
    border-radius: 50%;
    padding: 10px 12px;
    margin-right: 10px;
    font-size: 40px;
}

.otd-block ul li {
    padding-bottom: 10px;
    font-size: 18px;
}

/*==============================================
                    contact page
=================================================*/

.contact .section-title h2::before {
    margin: inherit;
}

.contact-block {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 30px;
    background: #fff;
}

.contact-block i {
    font-size: 30px;
    border: 2px dotted #fdc512;
    padding: 10px 16px;
    margin-bottom: 20px;
    border-radius: 50%;
    color: #231195;
    transition: .5s ease;
}

.contact-block p {
    font-weight: 500;
}

.contact-block:hover i {
    transition: .5s ease;
    background-color: #fdc512;
}