:root {
    --main-color: #393185;
    --support-color: #e31e34;
    --third-color: white;
    --fourth-color: black;
}

body {
    background-color: #f2f2f2;
}

.top_bar {
    background-color: var(--main-color);
    padding: 10px;
    min-height: 10px;
}

.list_social {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
    float: left;
}

.list_social>li>a {
    text-decoration: none;
    color: white;
}

.list_social>li {
    padding-right: 17px;
}

.list_social>li>a>i {
    font-size: 20px;
}

.list_right {
    display: flex;
    float: right;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.top_header_content {
    overflow: hidden;
}

.list_right>li>a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.list_right>li {
    border-right: 1px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
}

.btn_button {
    background-color: #ffc107;
    padding: 3px;
    border-radius: 3px;
    color: black !important;
}

nav {
    background-color: var(--third-color);
    padding: 10px;
    min-height: 30px;
    overflow: hidden;
}

.logo {
    display: flex;
    float: left;
}

.list {
    float: right;
    display: flex;
}

.list>ul {
    list-style: none;
    padding-top: 8px;
}

.hidenav {
    display: flex;
}

.list>ul>li {
    padding-left: 15px;
}

.hidenav>li>a {
    text-decoration: none;
    color: var(--fourth-color);
    font-weight: 700;
    font-size: 16px;
}

.logo>a>img {
    width: 280px;
}

#home {
    min-height: 480px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.list_items>ul {
    list-style: none;
    float: right;
    padding-left: 0;
}

.list_items>ul>li {
    width: 100%;
}

.list_items>ul>li>a {
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #888;
    background: #000000a8;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    border-radius: 0;
    display: block;
    text-decoration: none;
}

.admission_head {
    background-color: var(--support-color);
    color: white;
    font-weight: 700;
    padding: 20px;
}

.opacity_con {
    min-height: 480px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.inside_image {
    position: absolute;
    top: 10;
    text-align: center;
    background: linear-gradient(to bottom, #312a72, transparent);
    height: 100%;
    width: 100%;
    padding-top: 30px;
}

.img_row {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-image: linear-gradient(to bottom, #312a72, transparent);
}

#more {
    margin-top: 20px;
}

.box_more {
    background-color: white;
    padding: 10px;
    box-shadow: rgb(174 174 174 / 24%) 0 9px 38px 0;
}

.inside_image>h2 {
    color: white;
    font-weight: 700;
}

.inside_image>p {
    color: white;
    font-weight: 700;
    text-align: center;
}

.studen_list {
    color: white;
    font-weight: 800;
}

.play {
    width: 94px;
    height: 94px;
    background: radial-gradient(#e31e34 50%, rgb(214 37 31 / 62%) 52%);
    border-radius: 50%;
    display: block;
    padding-top: 10px;
    color: white;
    overflow: hidden;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e31e34;
    -webkit-transition: all 1s cubic-bezier(0, 0, .2, 1);
    -o-transition: all 1s cubic-bezier(0, 0, .2, 1);
    transition: all 1s cubic-bezier(0, 0, .2, 1);
    -webkit-box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
    box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
}

.btn_about {
    background-color: var(--support-color);
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    text-decoration: none;
}

.conent_more {
    padding: 10px;
}

.conent_more>p {
    font-weight: 600;
}

#blog {
    margin-top: 30px;
}

.blog_story {
    text-decoration: none;
}

.blog_story>img {
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 3px 3px rgb(0 0 0 / 15%);
}

.blog_text {
    font-weight: 700;
    padding-top: 10px;
    font-size: 20px;
    text-decoration: none !important;
    color: var(--main-color);
}

.blog_text>i {
    color: var(--main-color);
}

.dec {
    text-decoration: none;
}

#spelization {
    background-color: var(--main-color);
    padding: 10px;
    margin-top: 30px;
    color: white;
}

.sec_head {
    text-align: center;
    font-weight: 600;
}

.box_spec {
    padding: 20px;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
    height: 100%;
}

.box_spec>p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.icon_uni {
    margin-bottom: 10px;
}

.icon_uni>i {
    font-size: 40px;
}

.br_bottom {
    padding-bottom: 30px;
    padding-top: 30px;
}

.sp_b {
    border-right: 1px solid #7b7a7b;
    border-left: 1px solid #7b7a7b;
}

.sp_b>div>.box_spec {
    border-right: none;
}

.pd_top {
    padding-top: 90px;
}

.news {
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
    background-color: white;
    min-height: 300px;
    margin-bottom: 20px;
}

.news>img {
    width: 100%;
}

.date {
    padding: 10px;
    background-color: var(--support-color);
    color: white;
}

.content {
    padding: 10px;
}

.content>h2 {
    font-size: 17px;
}

#news {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-wrapper {
    min-height: 100%;
}

.page-wrapper a:hover {
    color: #006669;
}


/* POST SLIDER */

.post-slider {
    position: relative;
}

.post-slider .slider-title {
    text-align: center;
    margin: 30px auto;
}

.post-slider .post-wrapper {
    width: 100%;
    height: 350px;
    margin: 0px auto;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
}

.post-slider .post-wrapper .news {
    width: 300px;
    margin: 0px 10px;
    display: inline-block;
}

.post-slider .post-wrapper .news .post-info {
    height: 130px;
    padding: 0px 5px;
}

.post-slider .post-wrapper .news .slider-image {
    width: 100%;
    height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

footer {
    color: #fff;
    font-size: 14px;
    padding: 40px 0 30px 0;
    padding-bottom: 0;
    background: #3c3b4b;
    box-shadow: rgb(0 0 0 / 25%) 0 4px 4px inset;
}

.list_footer {
    list-style: none;
    padding-left: 0;
}

.list_footer>li {
    padding-bottom: 10px;
}

.list_footer>li>a {
    text-decoration: none;
    color: white;
}

.list_footer>li>i {
    margin-right: 5px;
}

.linksa>a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #e31e34;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s;
}

.copy {
    margin-bottom: 0;
}

.copy>a {
    text-decoration: none;
    font-weight: 700;
    color: yellow;
}

.copy_right {
    background-color: var(--main-color);
    padding: 15px;
}

.gallery_tab {
    display: block;
    padding: 10px 49px;
    color: #312a72;
    background-color: #ececec;
    margin-right: 5px;
    border-color: #ececec;
    font-size: 22px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

#gallery {
    background-color: white;
    padding: 10px;
}

.detail_tab {
    margin-top: 10px;
}

.img_tab>img {
    border-radius: 7px;
}

.img_tab {
    position: relative;
    display: flex;
    flex-direction: column;
}

.content_image {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    padding-top: 50px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
}

#activites_detail,
#award_detail {
    display: none;
}

.list_items>ul>li>a>i {
    padding-right: 10px;
}

.pd_top:hover {
    background-color: var(--support-color);
}

.box_spec :hover {
    background-color: var(--support-color);
}

.slider_news {
    float: right;
}

.next {
    display: inline-block;
    width: 36px;
    height: 36px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background-color: #e31e34;
    padding-top: 10px;
}

.prev {
    display: inline-block;
    width: 36px;
    height: 36px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background-color: #e31e34;
    padding-top: 10px;
}

.menu_bar {
    color: red;
    border: none;
    background-color: transparent;
    margin-top: 3px;
    font-size: 23px;
}

.closemenu {
    float: right;
    font-size: 20px;
    margin-top: 2px;
    display: none;
}

.logo>a>img {
    width: 200px;
}

.close_li {
    display: none;
}

.menu_bar {
    display: none;
}


/* Navbar */

@media(max-width:992px) {
    .close_li {
        display: block;
    }
    .menu_bar {
        display: unset;
    }
    .list {
        display: none;
        float: right;
        background: #2e3191;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 80%;
    }
    .hidenav {
        display: none;
        padding-left: 0;
        color: #fff;
    }
    .hidenav>li {
        border: none;
        padding: 11px;
        margin: 3px 0;
        background: 0 0;
        background-color: #393185;
    }
    .hidenav>li>a {
        color: white;
        font-weight: 100;
    }
    .conte_top {
        width: 100%;
        overflow: hidden;
    }
    .logo {
        display: unset;
        float: left;
    }
    nav {
        width: 100%;
    }
    .list {
        float: right;
    }
    .menu_div {
        float: right;
    }
    .drop_sub {
        color: white;
        font-weight: unset;
    }
}

@media(max-width:381px) {
    .logo {
        display: unset;
        float: unset;
    }
    .logo>a>img {
        width: 90%;
    }
    .list {
        float: right;
    }
    nav {
        width: 100%;
    }
    .conte_top {
        display: inline-flex;
        width: 100%;
    }
}

@media(max-width:729px) {
    .pd_top {
        padding: 66px;
        border: 1px solid #7b7a7b;
    }
    .gallery_tab {
        margin-bottom: 10px;
    }
    .img_tab {
        margin-bottom: 10px;
    }
}

#page_bar {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
}

#highlights {
    background-color: var(--main-color);
    padding: 10px;
}

.high_box {
    border: none;
    margin: 10px 0;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    min-height: 50px;
    box-shadow: 0 2px 25px rgb(0 0 0 / 10%);
}

.high_box>h2 {
    font-size: 13px;
    text-align: center;
}

.img_higlight {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.img_higlight>img {
    width: 50px;
    height: 50px;
}

.hig_link {
    text-decoration: none;
    color: black;
}

.address {
    display: inline-flex;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 15px;
}

.loc {
    padding-right: 10px;
}

.loc>i {
    background-color: var(--support-color);
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.cont_detail {
    font-size: 18px;
}

.image_page>img {
    width: 100%;
    margin-top: 20px;
}

.sub_menu {
    position: absolute;
    display: none;
    background-color: var(--main-color);
}

.sub_menu>ul {
    list-style: none;
    padding-left: 0;
    padding: 5px;
}

.sub_menu>ul>li>a {
    color: #ffffff;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-transform: initial;
    font-weight: 600;
    text-decoration: none;
}

.sub_menu>ul>li {
    /* padding: 10px;
    padding-top: 10px;
    padding-bottom: 2px; */
}

.sub_menu>ul>li:hover {
    background-color: var(--support-color);
}

.sub_menus_parent:hover+.sub_menu {
    display: block;
}

.menu_bar_sub>.dropdown {
    position: unset;
}

.drop_sub {
    background-color: transparent;
    border: none;
    font-weight: 700;
    font-size: 16px;
}

.form_admission {
    margin-top: 15px;
    background-color: white;
    box-shadow: 0 2px 25px rgb(0 0 0 / 10%);
    padding: 10px;
}

#showtcthis,
#bus_require {
    display: none;
}