html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    height: 100%;

}



.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.navbar.fixed-top {
    padding: 5px 0;
}

.navbar.top-nav ul li {
    margin: 0 25px;
}

.navbar.top-nav ul li i {
    margin-right: 5px;
    transform: rotate(20deg);

}

.navbar.top-nav ul li a {
    font-family: 'Newsreader', serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #505050;
}

.navbar.top-nav ul li a:hover {
    text-decoration: underline;
}

.navbar.top-nav .dropdown-menu {
    top: 80%;
    border: none;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%);

}

.navbar .navbar-brand img {
    width: 100px;
    height: 105px;
    position: absolute;
    top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.navbar.top-nav .for-account {
    display: none;
}

.navbar.botton-nav {
    background-color: #fff;
    margin-top: 45px;
}

.navbar.botton-nav .hidden-item {
    display: none;
}

.navbar.botton-nav ul.navbar-nav li,
.navbar.botton-nav ul.navbar-nav li a {
    font-family: 'Newsreader', serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #505050;
}

.navbar.botton-nav ul.navbar-nav li a.dropdown-item:active,
.navbar.botton-nav ul.navbar-nav li a.dropdown-item:hover {
    background: transparent;
    border: none;
    text-decoration: underline;
}

.navbar.botton-nav ul.navbar-nav li a:hover {
    text-decoration: none;
}

.navbar.botton-nav ul.navbar-nav li.add-gap {
    margin: 20px;
}

.navbar.botton-nav .nav-link {
    padding: 0 .5rem;
}

.navbar.botton-nav .dropdown-menu {
    top: 95%;
    border: none;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%);

}

.navbar.botton-nav .dropdown-menu ul {
    list-style: none;
    padding: 0;

}

.navbar.botton-nav .hidden-user {
    display: none;
}




/*search*/
.searchbar {
    position: relative;
    margin-left: 60px;
}

.searchbar input[type="text"] {
    border: 0;
    padding: 0;
    width: 0px;
    height: 45px;
    border-radius: 3px;
    transition: all 0s ease;
}

.searchbar .icon {
    width: 35px;
    height: 100%;
    color: #000;
    transition: all 0s ease;
    position: relative;
    bottom: 25px;

}

.searchbar .icon i {
    position: absolute;
    top: 50%;
    left: 0;
    background: #f3f3f3;
    padding: 15px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;

}

.searchbar .icon.active i {
    background: #062333;
    padding: 15px;
    border-radius: 50%;

}


.searchbar .icon.active {
    background: #062333;
    color: #fff;
    transition: all 0.3s ease;
    /*    position: absolute;*/
    top: 0;
    right: 0;
}

.searchbar input[type="text"].active {
    width: 25em;
    height: 45px;
    padding: 0 10px;
    transition: all 0.5s 0.2s ease;
    border: 1px solid #f1f1f1;
    position: absolute;
    right: 6vh;
    top: -23px;
}

@media screen and (max-width: 730px) {
    .wrapper .navbar {
        padding: 0px;
        flex-direction: column;
        height: 200px;
        justify-content: center;
    }

    .wrapper .navbar .menu ul li {
        display: block;
        text-align: center;
        margin: 10px 0;
    }

    .searchbar .icon {
        margin-right: -20px;
    }
}

.searchbar-2 {
    display: none;
}







/*indexpage*/
.home-main .col-md-9 .for-img {
    background: url(../img/IMG_0552.jpg);
    width: 100%;
    height: 670px;
    background-size: cover;
    position: relative;
    border-radius: 20px;
}

.home-main .col-md-9 .for-img-2 {
    background: url(../img/IMG_0525.jpg);
    width: 100%;
    height: 670px;
    background-size: cover;
    position: relative;
    border-radius: 20px;
}

.home-main .col-md-9 .for-img-3 {
    background: url(../img/20210216_104753.jpg);
    width: 100%;
    height: 670px;
    background-size: cover;
    position: relative;
    border-radius: 20px;
}


.home-main .p-5 {
    padding-right: 0 !important;
    position: relative;
}

.home-main h1 {
    font-family: 'Newsreader', serif;
    color: #303030;
    font-size: 38px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    width: 572px;
    border-radius: 1px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 241, 148, 0.5);
    padding: 10px 32px;
}

.home-main p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: normal;
    color: #303030;
    border-radius: 1px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 241, 148, 0.5);
    width: 672px;
    padding: 22px 32px;
}

.home-main .col-md-9 h1,
.home-main .col-md-9 p {
    display: none;
}

.home-main .col-md-2 .for-position {
    position: absolute;
    z-index: 20;
    margin-top: 95px;
    margin-left: 10px;
    width: 100%;
}

.home-main .col-md-2 .shape-1 img {
    width: 30px;
    height: 50px;
    object-fit: contain;
    background-position: bottom right;
}

.home-main .col-md-2 .shape-1 {
    position: absolute;
    bottom: 20px;
    right: 0;
}


.for-mangement {
    margin-top: 150px;
}

.for-mangement .col-md-6.for-img {
    position: relative;
}

.for-mangement .col-md-6.for-img .fit-img {
    width: 100%;
    height: 340px;
    background-color: #f1f1f1;
    margin-bottom: 30px;
    border-radius: 10px;
}

.for-mangement .col-md-6.for-img .fit-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
}

.for-mangement .col-md-6 .shape-3 img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.for-mangement .col-md-6 .shape-3 {
    position: absolute;
    right: -15px;
    bottom: 0;
}


.for-mangement .col-md-6.for-img .fit-img img.hidden-img {
    display: none;
}

.for-mangement .big-screen .col-md-6.for-img.gap {
    margin-top: 50px;
    z-index: 30;
}

.for-mangement .col-md-1.no-padding-left {
    position: relative;
}

.for-mangement .col-md-1.no-padding-left .shape-2 {
    position: absolute;
    position: absolute;
    left: -15px;
    top: 8rem;
}

.for-mangement .col-md-1.no-padding-left .shape-2 img {
    height: 55px;
    width: 50px;
    object-fit: contain;
}


.remind p.index {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.33;
    letter-spacing: 0.5px;
    color: #909090;
}

.for-mangement .col-md-5.for-text {
    margin-top: 95px;
}

.for-mangement .col-md-5.for-text h2 {
    font-family: 'Newsreader', serif;
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

.for-mangement .col-md-5.for-text .inquiry {
    margin-top: 15px;
}

.for-mangement .col-md-5.for-text .inquiry p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #505050;
}

.for-mangement .col-md-5 .navbar-collapse {
    margin-top: 30px;
}

.for-mangement .navbar-collapse ul {
    list-style-type: none;
    border: 1px solid #f1f1f1;
    border-radius: 1px;
    padding: 0;
    background-color: #fafafa;
}

.for-mangement .navbar-collapse ul > li a {
    text-decoration: none;
    cursor: pointer;
}

.for-mangement .navbar-collapse ul > li a i {
    display: none;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.for-mangement .navbar-collapse ul > li a:hover i {
    display: inline-block;
}

.for-mangement .navbar-collapse h3 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-variation-settings: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #303030;
    display: inline-block;
    margin-right: 10px;
    width: 45%;
    margin-bottom: 0;
}

.for-mangement .navbar-collapse .list p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.15;
    letter-spacing: normal;
    color: #505050;
    display: inline-block;
    width: 40%;
    margin-right: 30px;
    margin-bottom: 0;
}

.for-mangement .navbar-collapse .list li.for-gaps {
    border-bottom: solid 1px #f1f1f1;
    padding: 0 0 0 30px;
}

.for-mangement .navbar-collapse .list li.for-gaps .fa-caret-down {
    color: #303030;
    margin-right: 20px;
}

.for-mangement .navbar-collapse ul.list li > ul {
    border: none;
    margin: 0 20px 20px 0;
}

.for-mangement .navbar-collapse ul.list li > ul a span {
    color: #505050;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.for-mangement .navbar-collapse ul > li a .for-gap {
    padding: 20px 0;
}


.for-mangement .col-md-5 .navbar-collapse-2 {
    margin-top: 30px;
}

.for-mangement .navbar-collapse-2 ul {
    list-style-type: none;
    border: 1px solid #f1f1f1;
    border-radius: 1px;
    padding: 0;
    background-color: #fafafa;
}

.for-mangement .navbar-collapse-2 ul > li a {
    text-decoration: none;
    cursor: pointer;
}

.for-mangement .navbar-collapse-2 ul > li a .for-gap {
    padding: 20px 0;
}

.for-mangement .navbar-collapse-2 ul > li a i {
    display: none;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.for-mangement .navbar-collapse-2 ul > li a:hover i {
    display: inline-block;
}

.for-mangement .navbar-collapse-2 h3 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-variation-settings: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #303030;
    display: inline-block;
    margin-right: 10px;
    width: 90%;
    margin-bottom: 0;
}


.for-mangement .navbar-collapse-2 .list li.for-gaps {
    border-bottom: solid 1px #f1f1f1;
    padding: 0 0 0 30px;
}

.for-mangement .navbar-collapse-2 ul.list li > ul {
    border: none;
    margin: 0 20px 20px 0;
}

.for-mangement .navbar-collapse-2 ul.list li > ul a span {
    color: #505050;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}




.harikul-life {
    margin-top: 70px;
}

.harikul-life h2 {
    font-family: 'Newsreader', serif;
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

.harikul-life .owl-theme .owl-dots,
.harikul-life .owl-theme .owl-nav {
    display: none;
}

.harikul-life .owl-carousel .owl-item .img-in {
    width: 100%;
    height: 420px;
    border-radius: 10px;
    background: #f1f1f1;
}

.harikul-life .owl-carousel .owl-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

.harikul-life .owl-carousel .owl-item .item {
    position: relative;
}

.harikul-life .owl-carousel .owl-item .item .shape-4 {
    position: absolute;
    top: 35px;
    right: -25px;
}


.harikul-life .owl-carousel .owl-item .item .shape-4 img {
    width: 20px;
    height: 50px;
    object-fit: cover;
}

.harikul-life .owl-carousel .owl-item .item .content {
    margin-top: 15px;
}

.harikul-life .owl-carousel .owl-item .item h3 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 0;
}

.harikul-life .owl-carousel .owl-item .item p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #303030;
}


.for-mangement .col-md-5 .navbar-collapse-1 {
    margin-top: 30px;
}

.for-mangement .navbar-collapse-1 ul {
    list-style-type: none;
    border: 1px solid #f1f1f1;
    border-radius: 1px;
    padding: 0;
    background-color: #fafafa;
}

.for-mangement .navbar-collapse-1 ul li {
    padding: 25px 32px;
    border-bottom: 1px solid #f1f1f1;
}

.for-mangement .navbar-collapse-1 h3 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-variation-settings: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #303030;
    display: inline-block;
    margin-right: 10px;
}

.for-mangement .big-screen .col-md-12.for-img .fit-img {
    border-radius: 10px;
}

.for-mangement .big-screen .col-md-12.for-img .fit-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    background-color: #f1f1f1;
    border-radius: 10px;
}

.for-mangement .big-screen .col-md-12.for-img .shape-5 img {
    width: 50px;
    height: 30px;
    object-fit: contain;
    margin-left: 10px;
}

.for-mangement .col-md-6.for-img .fit-img img.cute-boy {
    display: none;
}

.for-mangement .hidden-in {
    display: none;
}

.faculty-member {
    margin-top: 70px;
}

.faculty-member h2 {
    font-family: 'Newsreader', serif;
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

.faculty-member .col-md-3 .card {
    border: none;
    border-radius: 10px;
}

.faculty-member .col-md-3 .card .img-in {
    width: 100%;
    height: 340px;
    border-radius: 10px;
    background: #f1f1f1;
}

.faculty-member .col-md-3 .card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
}

.faculty-member .col-md-3 .card .card-body {
    padding: 20px 0;
}

.faculty-member .col-md-3 .card .card-body h3 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #303030;
    display: inline-block;
    margin-right: 15px;
}

.faculty-member .col-md-3 .card .card-body p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.15;
    letter-spacing: normal;
    color: #505050;
    display: inline-block;
}

.faculty-member .for-faculty {
    margin-bottom: 25px;
}

.notice {
    background-color: #fafafa;
    padding: 100px 0;
    margin-top: 60px;
}



.notice .owl-carousel .owl-stage-outer {
    padding: 5% 0;
}

/*
.notice .owl-item img .img-in{
   width: 271px;
    height: 420px;
    border-radius: 10px;
    background: #f1f1f1;
}

.notice .owl-item.center .img-in{
    background: #d6d2c4;
    border-radius: 10px;
    width: 337px;
    height: 395px;
}
*/


.notice .owl-item img {
    transition: 0.45s;
    width: 271px;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.notice .owl-item.center {
    z-index: 30;
    border-radius: 10px;
}

.notice .owl-item.center img {
    transform: scale(1.2);
    width: 337px;
    height: 395px;
    object-fit: cover;
    position: absolute;
    right: -5rem;
    top: 12px;
    border-radius: 10px;
    filter: none;
    -webkit-filter: none;
}

.notice .owl-nav {
    display: inline-block;
    width: 150px;
    position: absolute;
    /* left: 0; */
    bottom: 4rem;
    right: -16.5rem;
}

.notice .owl-carousel .owl-nav button.owl-prev,
.notice .owl-carousel .owl-nav button.owl-next {
    opacity: 0.6;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius: 50%;
    margin-right: 15px;

}

.notice .owl-nav button i {
    padding: 16px 18px;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000;
}

.notice .owl-dots {
    display: none;
}

.notice .col-md-5.offset-md-1 {
    padding-top: 55px;
}

.notice .content-add {
    margin-bottom: 40px;
}

.notice .content-add h2 {
    font-family: 'Newsreader', serif;
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    margin-bottom: 25px;

}

.notice .content-add p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #303030;
}

.notice a.to-learn {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.33;
    letter-spacing: 0.5px;
    color: #303030;
}

.shape-6 {
    margin-bottom: 100px;
}

.shape-6 .in-shpae-6 {
    position: relative;
    bottom: 12px;
}

.shape-6 .in-shpae-6 img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    object-fit: contain;
}


.contact .for-shape {
    border-radius: 5px;
    background-color: #097054;
    padding: 60px 0;
}

.contact .inside-content {
    display: grid;
    place-items: center;
}

.contact .inside-content h2 {
    font-family: 'Newsreader', serif;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}


.contact .inside-content p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.contact .inside-content .btn {
    padding: 15px 86px;
    border-radius: 3px;
    background-color: #ffffff;
    font-family: 'Newsreader', serif;
    color: #097054;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    border: none;
    margin-top: 15px;
}

.contact .inside-content .btn-primary:not(:disabled):not(.disabled).active,
.contact .inside-content .btn-primary:not(:disabled):not(.disabled):active,
.show > .contact .inside-content .btn-primary.dropdown-toggle {
    background-color: #ffffff;
    color: #097054;
    border-color: transparent;
}

.contact .inside-content .btn:hover {
    text-decoration: underline;
}







/*directormsgpage*/
.director-message {
    margin-top: 90px;
}

.director-message h1 {
    font-family: 'Newsreader', serif;
    color: #097054;
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    padding-right: 30px
}

.director-message .blogcontain-1 {
    margin-top: 20px;
}

.director-message .blogcontain-1 p {
    color: #404040;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 25px;
}

.director-message .blogcontain-1 .down-text {
    position: relative;
}

.director-message .blogcontain-1 .down-text .bottom-left p {
    color: #FFFFFF;
    font-family: 'Fenix', serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}

.director-message .blogcontain-1 .img-in {
    height: 400px;
    border-radius: 10px;
    width: 100%;
    background: #f1f1f1;
}

/*
.director-message .blogcontain-1 .down-text {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    background: #f1f1f1;
}
*/

.director-message .blogcontain-1 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.director-message .blogcontain-1 .contents1 {
    margin: 1rem 0 0 0;
}

.director-message .blogcontain-1 .contents1 h3 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-variation-settings: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #303030;
    display: inline-block;
    margin-right: 20px;
}

.director-message .blogcontain-1 .contents1 p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.15;
    letter-spacing: normal;
    color: #505050;
    display: inline-block;
}

.director-message .blogcontain-2 h2 {
    font-family: 'Newsreader', serif;
    font-weight: 600;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 0;
}

.director-message .blogcontain-2 p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 5px;
}

.admission {
    margin-top: 95px;
    margin-bottom: 40px;
}

.admission .card .card-body {
    padding: 25px 30px;
}

.admission h2 {
    font-family: 'Newsreader', serif;
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

.admission .card {
    border: solid 1px #f1f1f1;
    background-color: #fafafa;
}

.admission .card .card-body {
    padding: 25px 30px;
}

.admission .card a {
    text-decoration: none;
}

.admission h5 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-variation-settings: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 0;
}

.admission p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.15;
    letter-spacing: normal;
    color: #505050;
}






/*teampage*/
.our-team {
    margin-top: 90px;
}

.our-team h2 {
    font-family: 'Newsreader', serif;
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
}

.our-team .col-md-9 .picture {
    margin-top: 30px;
}

.our-team .col-md-9 .col-md-4 {
    margin-bottom: 40px;
}

.our-team .col-md-9 .col-md-4 .card {
    border: none;
}

.our-team .col-md-9 .col-md-4 .card .card-body {
    padding: 15px 0 0 0;
}

.our-team .col-md-9 .col-md-4 .card .img-in {
    width: 100%;
    height: 340px;
    border-radius: 10px;
    background: #f1f1f1;
}

.our-team .col-md-9 .col-md-4 .card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
}

.our-team .col-md-9 .col-md-4 .card .card-body h3 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #303030;
    display: inline-block;
    margin-right: 15px;
}

.our-team .col-md-9 .col-md-4 .card .card-body p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.15;
    letter-spacing: normal;
    color: #505050;
    display: inline-block;

}


.sectional-nav {
    display: none;
    margin: 20px 0 40px 0;
    /*    border: none;*/
    padding: 0 20px;
    height: 50px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 95% #f9f9f9;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 4px 20px
}


.our-team .col-md-3 .contact-seller ul {
    list-style: none;
    padding: 0;
    margin-bottom: 115px;
}


.our-team .col-md-3 .contact-seller li a {
    display: block;
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-variation-settings: normal;
    line-height: 2.78;
    letter-spacing: normal;
    color: #303030;
    padding: 10px 0 10px 20px;
    border-left: 2px solid #f1f1f1;
}


.our-team a.nav-link.active,
.our-team a.nav-link:hover {
    color: #097054 !important;
    border-left: 2px solid #097054 !important;
}

.our-team .col-md-3 {
    position: relative;
}






/*admissionpage*/
.admission-page {
    margin-top: 90px;
    margin-bottom: 190px;
}

.admission-page h2 {
    font-family: 'Newsreader', serif;
    color: #097054;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
}

.admission-page .col-md-9 .picture {
    margin-top: 30px;
}

.admission-page .col-md-9 .col-md-4 {
    margin-bottom: 40px;
}

.admission-page .col-md-9 .col-md-4 .card {
    border: none;
}

.admission-page .col-md-9 .col-md-4 .card .card-body {
    padding: 15px 0 0 0;
}

.admission-page .col-md-9 .col-md-4 .card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
}

.admission-page .col-md-9 .col-md-4 .card .card-body h3 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #303030;
    display: inline-block;
    margin-right: 15px;
}

.admission-page .col-md-9 .col-md-4 .card .card-body p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.15;
    letter-spacing: normal;
    color: #505050;
    display: inline-block;
}

.admission-page .curriculum .images img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.admission-page .col-md-3 .contact-seller {
    margin-top: 110px;
    /*    width: 100%!important;*/
    height: auto;
    line-height: 2;
}


.admission-page .col-md-3 .contact-seller ul {
    list-style: none;
    padding: 0;
    margin-bottom: 115px;

}



.admission-page .col-md-3 .contact-seller li a {
    display: block;
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-variation-settings: normal;
    line-height: 2.78;
    letter-spacing: normal;
    color: #303030;
    padding: 10px 0 10px 20px;
    border-left: 2px solid #f1f1f1;
}

.admission-page .nav-link.active,
.admission-page .nav-link:hover {
    color: #097054 !important;
    border-left: 2px solid #097054 !important;
}


.admission-page .col-md-3 .contact-seller li.visible > a {
    color: #097054;
    -webkit-transform: translate(2px);
    -ms-transform: translate(2px);
    transform: translate(2px);
}

.admission-page .col-md-3 {
    position: relative;
}


.admission-page .col-md-9 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 10px;
}

.admission-page .col-md-9 .inside-content {
    margin-top: 45px;
}

.admission-page .col-md-9 .gap {
    margin-top: 60px;
}

.admission-page .col-md-9 h4 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-variation-settings: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 15px;
}

.admission-page .col-md-9 p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #303030;
}

.admission-page .col-md-9 .remind p.index {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-variation-settings: normal;
    line-height: 2.78;
    letter-spacing: normal;
    color: #202020;
    margin-bottom: 0;
}

.admission-page .col-md-9 .online-apply .inputBox {
    margin-bottom: 30px;
}

.admission-page .col-md-9 .online-apply .inputBox input {
    height: 70px;
    border-radius: 5px;
    border: solid 1px #f1f1f1;
    width: 100%;
    text-indent: 30px;
}

.admission-page form .inputBox input::placeholder {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #707070;

}

.admission-page form .submit input[type=submit] {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-variation-settings: normal;
    line-height: 1.56;
    color: #fff;
    background-color: #097054;
    border-radius: 1px;
    border: none;
    height: 70px;
    width: 271px;
}




/*blogpage*/
.director-message .blogcontain-3 {
    margin-top: 30px;
}

.director-message .blogcontain-3 h2 {
    font-family: 'Newsreader', serif;
    font-weight: 600;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 0;
}

.director-message .blogcontain-3 p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 5px;
}

.blogcontain-4 .content {
    margin-top: 50px;
}

.blogcontain-4 .content h2 {
    font-family: 'Newsreader', serif;
    color: #097054;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
}

.blogcontain-4 p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 5px;
}


.home-blog {
    margin-top: 65px;
    margin-bottom: 85px;
}


.home-blog h2 {
    font-family: 'Newsreader', serif;
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}


.home-blog .col-md-6 .content h4 {
    font-family: 'Newsreader', serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #303030;
}

.home-blog .col-md-6 .content {
    margin-top: 20px;
    height: 100px;
    overflow-y: scroll;
}

.home-blog .col-md-6 .content p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #505050;
    margin-bottom: 10px;
}

.home-blog .col-md-6 a .card img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    transform: scale(1);
    border-radius: 10px;
}

.home-blog .col-md-6 a:hover {
    text-decoration: none;
}

.home-blog .col-md-6 a .card {
    /*    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);*/
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

.home-blog .col-md-6 a .card .for-img {
    position: relative;
    height: 230px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #f1f1f1;
}

.home-blog .col-md-6 a:hover .for-img img {
    transform: scale(1.05);
}



/*contactpage*/
.contact-page {
    margin-top: 90px;
    margin-bottom: 130px;
}

.contact-page .col-md-8 h1 {
    font-family: 'Newsreader', serif;
    color: #097054;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

.contact-page .col-md-8 .top-gap {
    margin-top: 55px;
}

.contact-page .col-md-8 .for-in-gap .title {
    display: inline-block;
}

.contact-page .col-md-8 .for-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin-top: 5px;
}

.contact-page .col-md-8 .for-in-gap ul {
    list-style: none;
    padding: 0;
}

.contact-page .col-md-8 .for-in-gap ul li {
    display: inline-block;
}

.contact-page .col-md-8 .for-in-gap h3 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #303030;
}

.contact-page .col-md-8 .for-in-gap p,
.contact-page .col-md-8 .for-in-gap a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #404040;
}

.contact-page .col-md-8 .for-in-gap i {
    font-size: 16px;
    color: #097054;
    line-height: 26px;
    margin-right: 10px;
}

.contact-page .col-md-8 .for-in-gap .vl {
    border: 1px solid #F3F3F3;
    height: 128px;
    float: right;
}

.send-message {
    margin-top: 45px;
}

.send-message h2 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #303030;
}

.send-message form {
    margin-top: 35px;
}

.send-message form .col-md-6,
.send-message form .col-md-12 {
    margin-bottom: 30px;
}

.send-message .inputBox input {
    height: 70px;
    border-radius: 2px;
    border: solid 1px #bababa;
    width: 100%;
    text-indent: 30px;
}


.send-message form .for-text textarea {
    background-color: #FFFFFF;
    border: 1px solid #BABABA;
    border-radius: 1px;
    width: 100%;
    height: 160px;
    text-indent: 30px;
    resize: none;
    padding-top: 15px;
    border-radius: 2px;
}

.send-message form input[type=submit] {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-variation-settings: normal;
    line-height: 1.56;
    color: #fff;
    padding: 25px 89px 25px 59px;
    border-radius: 5px;
    background-color: #097054;
    border: none;
}


/*alumnipage*/
.alumni {
    margin-top: 90px;
    margin-bottom: 120px;
}

.alumni h1 {
    font-family: 'Newsreader', serif;
    color: #097054;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
}

.alumni .for-img .img-in {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    background: #f1f1f1;
}

.alumni .for-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.alumni .for-img .content {
    margin-top: 25px;
}

.alumni .for-img .content p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #303030;
}



/*welcomepage*/
.welcome {
    margin-top: 90px;
    margin-bottom: 120px;
}

.welcome .col-md-8 h1 {
    font-family: 'Newsreader', serif;
    color: #097054;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
}

.welcome .blogcontain-1 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.welcome .blogcontain-1 .content {
    margin-top: 30px;
}

.welcome .blogcontain-1 .content p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #303030;
}


.welcome .blogcontain-1 .content h3 {
    font-family: 'Newsreader', serif;
    font-weight: 600;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 0;
}



/*newspage*/
.news {
    margin-top: 90px;
    margin-bottom: 100px;
}

.news h1 {
    font-family: 'Newsreader', serif;
    color: #097054;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
}

.news .blog-content {
    margin-top: 35px;
}

.news .blog-content .col-md-12 {
    margin-bottom: 45px;
}

.news .blog-content .col-md-4 a .card {
    /*    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);*/
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

.news .blog-content .col-md-4 a .card .for-img {
    position: relative;
    height: 230px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #f1f1f1;
}

.news .blog-content .col-md-4 a .card img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    transform: scale(1);
    border-radius: 10px;
}

.news .blog-content .col-md-4 a:hover {
    text-decoration: none;
}

.news .blog-content .col-md-4 a:hover .for-img img {
    transform: scale(1.05);
}

.news .blog-content .col-md-4 .content {
    margin-top: 20px;
    height: 100px;
    overflow-y: scroll;
}


.news .blog-content .col-md-4 .content h4 {
    font-family: 'Newsreader', serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #303030;
}


.news .blog-content .col-md-4 .content p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #505050;
    margin-bottom: 10px;
}

.news nav.top-gap-nav {
    margin-top: 65px;
}

.news .pagination li a.page-link {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #097054;
    padding: 9px 15px;
    border-radius: 0;
}

.news .pagination li a.page-link:hover {
    text-decoration: underline;
    background-color: #097054;
    color: #ffffff;
}

.news .pagination li:nth-child(2) {
    margin-left: 10px;
}

.news .pagination li:nth-last-child(2) {
    margin-right: 10px;
}

.news .pagination li:first-child a.page-link,
.news .pagination li:last-child a.page-link {
    border: none;
    background-color: #fafafa;
    padding: 9px 10px;
}


.news .pagination li:first-child a.page-link:hover,
.news .pagination li:last-child a.page-link:hover {
    background-color: #097054;
    color: #ffffff;
}



/*footer*/
.site-footer {
    margin-top: 70px;
    z-index: 50;
}

.site-footer .footer-card h3 {
    color: #303030;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    margin-bottom: 12px;
}


.site-footer .footer-card ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.site-footer .footer-card ul li {
    padding: 10px 0;
}


.site-footer .footer-card ul li a {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}

.site-footer .footer-card ul li a i {
    transform: rotate(260deg);
    color: #097054;
    font-size: 20px;
    margin-right: 10px;
    font-weight: bold;
}

.site-footer .footer-card h4 {
    color: #303030;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 15px;
}

.site-footer .footer-card .col-md-4 p {
    color: #505050;
    font-family: 'Fenix', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}


.site-footer .footer-card .shop-name {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    padding: 10px 0;
}

.site-footer .footer-card .footer-address-2 br {
    display: none;
}

.site-footer .footer-card .footer-address-2 img {
    margin-right: 10px;
}

.site-footer .footer-card ul.footer-address li {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    margin-bottom: 15px;

}

.site-footer .footer-card ul.footer-address-2 {
    margin-top: 15px;
}

.site-footer .footer-card ul.footer-address-2 li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.site-footer .footer-card ul.footer-address-2 li {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #303030;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.site-footer .copyright p {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    margin-top: 2px;

}

.site-footer .copyright p a {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}

.site-footer .footer-nav p {
    color: #303030;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    text-align: left;
    float: left;
}

.site-footer .footer-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.site-footer .footer-nav ul li a {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}

.site-footer .footer-nav ul li {
    margin-right: 45px;
}


.site-footer .bottom-footer {
    margin-top: 60px;
    border-top: 2px solid #E8E8E8;
    padding: 35px 0;
}

.site-footer .footer-nav li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}


.site-footer .social-icons {
    float: right;
}

.site-footer .social-icons img {
    display: inline-block;
    margin-left: 35px;

}











@media (min-width: 320px) and (max-width: 479px) {
    html {
        scroll-padding-top: 50px;
    }

    .navbar.top-nav {
        display: none;
    }

    .navbar-light .navbar-toggler {
        border: none;
        padding: 15px 0;
    }


    .navbar.botton-nav {
        background-color: #ffffff;
        border-style: none;
        border-bottom: 1px solid #f1f1f1;
        margin-top: 0;
    }

    .navbar.botton-nav .hidden-item {
        display: inherit;
    }

    .navbar .navbar-brand img {
        position: inherit;
        width: 50px;
        height: 55px;
    }

    .navbar.botton-nav .hidden-user {
        display: inherit;
    }

    .navbar.botton-nav .nav-link {
        padding: 0;
    }

    .navbar.botton-nav ul.navbar-nav li.add-gap {
        margin: 10px 0;
    }

    .navbar.botton-nav .dropdown-menu {
        box-shadow: none;
    }

    .navbar.botton-nav .navbar-collapse {
        min-height: 360px;
        max-height: 35rem;
        overflow-y: auto;
        padding: 0;
    }

    .navbar.botton-nav .nav-item .phone i {
        margin-right: 5px;
        transform: rotate(25deg);
    }

    .navbar.botton-nav .searchbar {
        display: none;
    }

    .searchbar-2 {
        display: inherit;
    }

    .searchbar-2 .form-control {
        display: inline-block;
        width: 70%;
    }

    .searchbar-2 form-inline .form-control {
        border-radius: 0;
    }

    /*    footer*/
    .site-footer {
        margin-top: 50px;
    }

    .site-footer .top-footer .col-xs-6:nth-child(4) {
        clear: both;
    }

    .site-footer .footer-card .shop-name {
        width: 100%;
    }

    .site-footer .footer-card ul li a {
        width: 100%;
    }

    .site-footer .social-icons {
        margin-top: 10px;
        float: inherit;
    }

    .site-footer .social-icons img {
        margin-left: 0;
        margin-right: 35px;
    }

    .site-footer .footer-card ul.footer-address-2 {
        margin-top: 25px;
    }

    .site-footer .footer-card .footer-address-2 br {
        display: inherit;
    }

    .site-footer .footer-card h3 {
        margin-bottom: 0;
    }

    .site-footer .social-icons i {
        margin: 0;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .site-footer .footer-nav ul li {
        margin-right: 15px;
    }

    .no-padding-left {
        padding-left: 15px;
    }

    .no-padding-right {
        padding-right: 15px;
    }


    /*    indexpage*/
    .home-main{
        width: 100%;
        overflow-x: hidden;
    }
    .home-main .col-md-2.offset-md-1 h1,
    .home-main .col-md-2.offset-md-1 p {
        display: none;
    }

    .home-main .col-md-2 .shape-1 {
        display: none;
    }

    .home-main .p-5 {
        padding: 0 !important;
    }

    .home-main .col-md-9 .for-img,
    .home-main .col-md-9 .for-img-2,
    .home-main .col-md-9 .for-img-3 {
        border-radius: 0;
    }

    .home-main .col-md-9 .for-text {
        position: absolute;
        bottom: 0;
        padding: 0;
    }

    .home-main .col-md-9 h1,
    .home-main .col-md-9 p {
        display: inherit;
        width: 100%;
        text-align: center;
    }

    .home-main .col-md-9 h1 {
        font-size: 24px;
        line-height: 38px;
    }

    .home-main .col-md-9 p {
        margin-bottom: 0;
    }

    .for-mangement {
        margin-top: 90px;
    }

    .for-mangement .custom_scroll_wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .for-mangement .custom_scroll_wrapper .custom_scroll {
        width: 90%;
        flex: 0 0 auto;
        overflow: scroll;
        padding-right: 15px;
    }

    .for-mangement .col-md-6.for-img.gap {
        margin-top: 0;
        display: none;
    }

    .for-mangement .col-md-6.for-img .fit-img img.hidden-img {
        display: inherit;
    }

    .for-mangement .col-md-6 .shape-3 img {
        display: none;
    }

    .for-mangement .col-md-1.no-padding-left {
        display: none;
    }

    .for-mangement .col-md-5.for-text h2 {
        font-size: 24px;
        line-height: 38px;
    }
    
    .for-mangement .col-md-5.for-text .inquiry {
        margin-top: 0;
    }

    .for-mangement .col-md-5.for-text.no-padding {
        padding: 0 15px;
        margin: 0;
    }

    .for-mangement .navbar-collapse .list li.for-gaps {
        padding: 0 0 0 15px;
    }

    .for-mangement .navbar-collapse h3 {
        width: 35%;
    }

    .for-mangement .navbar-collapse p {
        width: 35%;
    }
    
    .for-mangement .navbar-collapse-2 h3{
        margin-right: 0;
    }


    .for-mangement .col-md-5.for-text {
        margin-top: 0;
    }

    .harikul-life .owl-carousel .owl-item .img-in {
        height: 215px;
    }

    .harikul-life .owl-carousel .owl-item img {
        height: 215px;
    }

    .for-mangement .col-md-6.for-img .fit-img img.cute-boy {
        display: inherit;
    }

    .for-mangement .col-md-12.for-img .fit-img img {
        display: none;
    }

    .for-mangement .col-md-12.for-img .fit-img img {
        display: none;
    }

    .for-mangement .col-md-12 .shape-5 {
        display: none;
    }

    .for-mangement .hidden-in {
        display: inherit;
    }

    .faculty-member h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .for-mangement .show-in {
        display: none;
    }

    .faculty-member .custom_scroll_wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .faculty-member .custom_scroll_wrapper .custom_scroll {
        width: 90%;
        flex: 0 0 auto;
        overflow: scroll;
        padding-right: 15px;
    }



    .notice .owl-item.center img {
        object-fit: contain;
        position: inherit;
        width: 100%;
    }

    .notice .owl-item img {
        width: 100%;
    }

    .notice .owl-carousel .owl-nav.disabled button.owl-next,
    .notice .owl-carousel .owl-nav.disabled button.owl-prev {
        opacity: 0.6;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.03);
        background-color: #fff;
        border-radius: 50%;
        margin-right: 15px;
    }



    .notice .owl-dots {
        display: none;
    }

    .notice .owl-nav {
        position: inherit;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .notice .owl-carousel .owl-nav button.owl-next,
    .notice .owl-carousel .owl-nav button.owl-prev {
        opacity: 0.6;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.03);
        background-color: #fff;
        border-radius: 50%;
        margin-right: 15px;
    }

    .notice .owl-nav button i {
        padding: 16px 18px;
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        color: #000;
    }

    .contact {
        border-radius: 5px;
        background-color: #097054;
        padding: 60px 0;
    }

    .contact h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .contact .inside-content .btn {
        padding: 10px 45px;
    }


    /*    directormsgpage*/
    .director-message {
        margin-top: 35px;
    }

    .director-message h1 {
        font-size: 24px;
        line-height: 38px;
        padding-right: 0;
    }

    .admission .custom_scroll_wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .admission .custom_scroll_wrapper .custom_scroll {
        width: 80%;
        flex: 0 0 auto;
        overflow: scroll;
        padding-right: 15px;
    }

    /*    teampage*/
    .our-team {
        margin-top: 0;
        margin-bottom: 30px;
    }


    .our-team .col-md-3 .contact-seller ul {
        margin: 10px 0 30px 0;
    }

    .our-team .col-md-3 .contact-seller li {
        display: inline-block;
    }

    .our-team .col-md-3 .contact-seller li a {
        font-size: 15px;
        line-height: 1.87;
        padding: 15px 10px;
    }

    .our-team h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .our-team .col-md-3 .contact-seller {
        display: none;
    }

    .sectional-nav {
        display: inherit;
    }


    /*    admissionpage*/
    .admission {
        margin-top: 30px;
    }

    .admission-page {
        margin-top: 0;
        margin-bottom: 100px;

    }

    .admission-page .col-md-9 img {
        height: 250px;
    }

    .admission-page .col-md-3 .contact-seller {
        display: none;
    }

    .admission-page h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .admission h2 {
        font-size: 24px;
        line-height: 38px;
    }

    /*    blogpage*/
    .blogcontain-4 .content h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .home-blog .custom_scroll_wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .home-blog .custom_scroll_wrapper .custom_scroll {
        width: 90%;
        flex: 0 0 auto;
        overflow: scroll;
    }

    /*    contactpage*/
    .contact-page {
        margin-top: 35px;
        margin-bottom: 80px;
    }

    .contact-page .col-md-8 h1 {
        font-size: 24px;
        line-height: 38px;
    }

    .contact-page .col-md-8 .for-in-gap p br {
        display: none;
    }

    .contact-page .col-md-8 .for-in-gap p {
        margin-bottom: 0;
    }

    .contact-page .col-md-8 .for-in-gap .vl {
        display: none;
    }

    .contact-page .col-md-8 .for-in-gap {
        margin-bottom: 20px;
    }


    /*    alumnipage*/
    .alumni {
        margin-top: 35px;
        margin-bottom: 80px;
    }

    .alumni .col-md-8 h1 {
        font-size: 24px;
        line-height: 38px;
    }


    /*    newpage*/
    .news {
        margin-top: 35px;
    }

    .news h1 {
        font-size: 24px;
        line-height: 38px;
    }

    .news .blog-content {
        margin-top: 20px;
    }


    .news .blog-content .col-md-12 {
        margin-bottom: 0;
    }

    .news .blog-content .col-md-12 .col-md-4 {
        margin-bottom: 45px;
    }

    .news nav.top-gap-nav {
        margin-top: 15px;
    }

    .news .blog-content .col-md-4 .content {
        height: 100%;
    }


    .site-footer .bottom-footer {
        padding: 15px 0;
    }

    .site-footer .col.col-xs-6 {
        max-width: 50%;
        margin-top: 20px;
        flex-basis: auto;
    }

    .site-footer .col-md-3.col-xs-12 {
        margin-top: 20px;
    }


    .site-footer .col.col-xs-12 {
        margin-top: 20px;
    }

}

@media (min-width: 411px) and (max-width: 479px) {}

/* iPhone 5 only */
@media (device-height :568px) and (device-width :320px) and (-webkit-min-device-pixel-ratio:2) {}

/*ipad*/
@media (min-width:768px) and (max-width:991px) {
    html {
        scroll-padding-top: 100px;
    }

    .navbar.botton-nav {
        margin-top: 0;
        border-bottom: 1px solid #f1f1f1;
    }

    .navbar.botton-nav .hidden-item {
        display: inherit;
    }

    .navbar .navbar-brand img {
        width: 50px;
        height: 55px;
        object-fit: contain;
    }

    .navbar.fixed-top {
        display: none;
    }

    .navbar.botton-nav ul.navbar-nav li.add-gap {
        margin: 20px 0;
    }

    .navbar.botton-nav .searchbar {
        display: none;
    }

    .searchbar-2 {
        display: inherit;
    }

    .navbar.botton-nav .hidden-user {
        display: inherit;
    }

    .navbar.botton-nav .dropdown-menu {
        box-shadow: none;
    }

    .navbar.botton-nav .nav-item .phone i {
        margin-right: 5px;
        transform: rotate(25deg);
    }

    .searchbar-2 .form-inline .form-control {
        border-radius: 0;
        margin-right: 0;
    }

    .searchbar-2 .btn-outline-success {
        border-radius: 0;
    }



    /*    indexpage*/

    .home-main .p-5 {
        padding: 3rem 0 !important;
    }

    .home-main .col-md-2 .for-position {
        margin-top: 60px;
    }

    .home-main .col-md-9 .for-img,
    .home-main .col-md-9 .for-img-2,
    .home-main .col-md-9 .for-img-3 {
        height: 395px;
    }

    .for-mangement .navbar-collapse .list li.for-gaps {
        padding: 0 0 0 15px;
    }

    .for-mangement .navbar-collapse h3 {
        width: 35%;
    }

    .for-mangement .col-md-6.for-img .fit-img,
    .for-mangement .col-md-6.for-img .fit-img img {
        height: 280px;
    }

    .for-mangement .big-screen .col-md-12.for-img .fit-img img {
        height: 100%;
    }

    .notice .owl-item img {
        transition: 0.45s;
        width: 220px;
        height: 320px;
        object-fit: cover;
        border-radius: 10px;
    }

    .notice .owl-item.center img {
        transition: 0.45s;
        width: 100%;
        height: 320px;
        position: inherit;
    }

    .notice .owl-nav {
        position: inherit;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    /*    teampage*/
    .our-team .col-md-3 .contact-seller li a {
        padding: 20px 10px;
    }

    .our-team .col-md-9 .col-md-4 .card img {
        height: 230px;
    }


    /*    adnissionpage*/

    /*
    .admission-page .col-md-3 .contact-seller {
        margin-top: 75px;
    }
*/
    .admission-page .col-md-3 .contact-seller li a {
        line-height: 1.78;
    }

    .admission .custom_scroll_wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .admission .custom_scroll_wrapper .custom_scroll {
        max-width: 40%;
        flex: 0 0 auto;
        overflow: scroll;
        padding-right: 15px;
    }

    /*    contactpage*/
    .contact-page .col-md-8 .top-gap {
        margin-top: 35px;
    }

    .contact-page .col-md-8 .for-in-gap .vl {
        display: none;
    }


    /*footer*/
    .site-footer .footer-card ul {
        width: 90%;
        overflow: hidden;
    }

    .site-footer .footer-nav ul li {
        margin: 0 15px;
    }

    .site-footer .top-footer .for-gap-one {
        clear: both;
    }
}

/*ipadnew*/
@media (min-width:992px) and (max-width:1199px) {
    .navbar.botton-nav ul.navbar-nav li.add-gap {
        margin: 15px 5px;
    }



    /*    indexpage*/
    .home-main .p-5 {
        padding: 3rem 0 !important;
    }

    .for-mangement .navbar-collapse h3 {
        width: 35%;
    }

    .notice .owl-item.center img {
        right: -5rem;
    }

    .notice .owl-nav.disabled {
        right: -15.4rem;
    }
    
    .home-main .col-md-9 .for-img,
    .home-main .col-md-9 .for-img-2,
    .home-main .col-md-9 .for-img-3 {
        height: 500px;
    }


    /*    admissionpage*/
    .admission-page .col-md-3 .contact-seller {
        height: auto;
    }

    .admission-page .col-md-3 .contact-seller li a {
        line-height: 2;
    }

    .admission .custom_scroll_wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .admission .custom_scroll_wrapper .custom_scroll {
        max-width: 40%;
        flex: 0 0 auto;
        overflow: scroll;
        padding-right: 15px;
    }
}

/*12inchlaptop*/
@media (min-width:1200px) and (max-width:1370px) {}



@media (min-width:1681px) and (max-width:2560px) {
    .home-main .offset-md-1 {
        margin-left: 16.333333%;
    }

    .home-main .col-md-9 {
        max-width: 67%;
    }
}