﻿@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;1,100;1,300;1,400&display=swap);

body {
    padding: 0;
    margin: 0;
    font-family: Jost,sans-serif !important;
    font-size: 17px;
    color: #444;
    position: relative
}

a {
    text-decoration: none !important
}

    a:hover {
        color: #f9690e !important
    }

p {
    color: #6b6b84;
    line-height: 1.8
}

.main-heading {
    font-size: 40px !important;
    color: #f30
}

.sub-heading {
    color: #012b53
}

.navbar_header {
    width: auto;
    height: auto;
    display: block;
    letter-spacing: .3px
}

    .navbar_header ul li:last-child > ul {
        right: 0;
        left: auto
    }

    .navbar_header > ul > li > ul > li > ul {
        position: absolute;
        top: 0;
        right: -150px;
        width: 150px;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        z-index: 999
    }

        .navbar_header > ul > li > ul > li > ul > li > a {
            color: #fff;
            width: 100%;
            height: auto;
            display: inline-block;
            background-color: #ec390c;
            border-bottom: 1px dashed #fff;
            padding: 10px;
            font-size: 12px;
            position: relative;
            text-decoration: none
        }

            .navbar_header > ul > li > ul > li > ul > li > a:hover {
                background: #ccc;
                border-bottom: 1px solid #244e86
            }

    .navbar_header > ul > li > ul {
        position: absolute;
        left: 0;
        min-width: 250px;
        list-style: none;
        padding: 0;
        top: 44px;
        z-index: 999;
        margin: 0;
        display: none;
        background-color: #9c2305 !important;
    }

        .navbar_header > ul > li > ul > li {
            position: relative
        }

            .navbar_header > ul > li > ul > li > a {
                color: #fff;
                border-bottom: 1px dashed;
                width: 100%;
                height: auto;
                display: inline-block;
                padding: 10px;
                font-size: 13px;
                position: relative;
                text-decoration: none;
                text-align: start;
                background: #9c2305 !important;
            }

                .navbar_header > ul > li > ul > li > a:hover {
                    text-decoration: none;
                    background: #fff;
                    color: #003a82;
                    letter-spacing: 1px
                }

    .navbar_header > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%
    }

        .navbar_header > ul > li:hover > a {
            text-decoration: none;
            color: #f0c50b
        }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: auto;
            display: inline-block
        }

        .navbar_header > ul li:hover > ul, .navbar_header > ul li > ul > li:hover > ul {
            display: inline
        }

        .navbar_header > ul > li > a {
            display: inline-block;
            color: #333;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
            letter-spacing: .3px;
            text-decoration: none;
            position: relative;
            transition: .5s;
            font-size: 17px
        }

            .navbar_header > ul > li > a:after {
                content: '';
                position: absolute;
                left: auto;
                bottom: auto;
                top: auto;
                right: 9px;
                width: 0;
                bottom: 16px;
                height: 0;
                clear: both
            }

        .navbar_header > ul a:hover {
            color: #000
        }

.MobileMenubar {
    display: none
}

.Navbartoggle {
    font-size: 20px;
    color: #fff
}

@media only screen and (max-width:768px) {
    .MobileMenubar {
        display: inline-block;
        padding: 10px;
        float: right
    }

    .navbar_header > ul {
        padding: 5px;
        list-style: none;
        margin: 0;
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
        background-color: #f8f9fa
    }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: 100%;
            display: inline-block;
            border-bottom: 1px solid #064089
        }

            .navbar_header > ul > li > a {
                width: 100%;
                color: #333
            }

            .navbar_header > ul > li > ul {
                /*display: inline-block;*/
                position: static;
                width: 100%
            }

    .navbar_header {
        width: 0;
        right: -100%;
        position: fixed;
        left: auto;
        height: 100%;
        overflow: auto;
        background-color: white;
        top: 0;
        bottom: 0;
        z-index: 999
    }

    .div_Logo {
        position: static;
        z-index: 99;
        width: 60%;
        height: auto;
        background-color: #fff;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .Header_address {
        padding: 5px
    }
}

.affix {
    position: fixed;
    z-index: 999;
    top: 0;
    box-shadow: 0 2px 6px 0
}

.menuBar {
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.mobileMenu {
    width: 100%;
    display: none
}

@media only screen and (max-width:768px) {
    .navbar_header > ul > li > ul {
        /*display: inline-block;*/
        position: static;
        width: 100%
    }

    .mobileMenu {
        width: 100%;
        display: inline-block;
        padding: 10px;
        text-align: left;
        margin-top: 10px;
        display: block
    }

    .menuBar {
        width: 0;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        display: block
    }

    .closebtn {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: -30px;
        z-index: 999;
        height: 100%;
        width: 0;
        top: 0;
        display: inline-block;
        padding: 0;
        background-color: #f9f9f9;
        padding: 8px
    }
}

.Togglebtn {
    display: none
}

@media only screen and (max-width:768px) {
    .Admission {
        width: 120px !important;
        top: auto !important;
        bottom: 10px;
    }

    #back-top img {
        width: 30px;
    }

    .Togglebtn {
        padding: 5px;
        border: 1px solid gray;
        display: inline-block;
        color: orange;
        font-size: 25px
    }
}

a:hover {
    color: #f0c50b !important
}

.Layer2 {
    float: right;
    padding-top: 20px
}

.header-cont {
    border-top: 5px solid #f30;
    border-bottom: 5px solid #f30;
    background-image: url(../img/background/banner.jpg)
}

.carousel-control-next, .carousel-control-prev {
    background-color: transparent !important;
    border: none !important
}

.about-cont {
    background-image: url(../img/background/pattern-4.png);
    background-size: cover
}

.btn-grad {
    background-image: linear-gradient(to right,#ff512f 0,#f09819 51%,#ff512f 100%)
}

.btn-grad {
    padding: 15px 45px;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: inline-block
}

    .btn-grad:hover {
        background-position: right center;
        color: #fff;
        text-decoration: none
    }

.sticky {
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 10;
    background-image: url(../img/background/banner.jpg)
}

    .sticky + .content {
        padding-top: 102px
    }

.top-bar {
    background-color: #f30 !important
}

.counter-cont {
    padding: 60px 0;
    background-color: #f30
}

.counter {
    background-color: #fff;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.count-title {
    font-size: 40px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center
}

.count-text {
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #f30
}

.icon-color {
    color: #f30
}

.galley {
    background-image: url(../img/background/banner.jpg);
    background-size: cover
}

.mantor {
    padding: 50px 0
}

.about-us {
    padding: 50px 0
}

footer {
    background-image: url(../img/footer.jpg);
    background-size: cover
}

.footer-list {
    padding-left: 0
}

    .footer-list li {
        line-height: 40px;
        list-style: none;
        color: #fff
    }

        .footer-list li a {
            color: #fff
        }

.bottom-link {
    background-color: #012b53
}

.soical-media {
    padding: 60px 0
}

.soical-cont {
    height: 350px;
    overflow: auto
}

.gallery-album {
    position: relative;
    overflow: hidden;
    border: 2px solid #282727;
    border-radius: 10px;
    padding: 5px
}

.gallery-album {
    width: 100%;
    height: 230px
}

    .gallery-album:before {
        content: '';
        width: 33px;
        height: 20px;
        position: absolute;
        top: -60px;
        right: 30px;
        cursor: pointer;
        transition: cubic-bezier(.22,.61,.36,1) all .4s;
        -webkit-transition: cubic-bezier(.22,.61,.36,1) all .4s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        z-index: 3
    }

    .gallery-album a.img-0 {
        display: block !important;
        position: relative;
        width: auto;
        height: 216px;
        border-radius: 5px;
        background-size: cover;
        background-repeat: no-repeat
    }

    .gallery-album .titles {
        position: absolute;
        text-align: right;
        font-size: 16px;
        letter-spacing: .5px;
        font-weight: 500;
        text-transform: uppercase;
        right: 30px;
        background: #fff;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        bottom: -100px;
        transition: cubic-bezier(.22,.61,.36,1) all .6s;
        -webkit-transition: cubic-bezier(.22,.61,.36,1) all .6s
    }

    .gallery-album:hover .titles {
        bottom: 28px;
        background: #fff;
        width: 100%;
        padding: 10px 0;
        text-align: center
    }

div#ModelSlider, div#modal_div {
    background: url(../img/overlay.png);
    background-color: #151515a8
}

.modal-body .Model_header {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(180deg,#f30,#ea370a);
    text-align: center;
    padding: 2px 0 10px;
    letter-spacing: .5px
}

.modal-body {
    padding: 0 !important;
    box-shadow: 1px 1px 14px 10px #00000024;
    border-radius: 1px;
    border: 8px solid #f30
}

.close_btn {
    background: 0 0;
    box-shadow: none;
    border: none;
    font-size: 26px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 20px;
    transition: .3s all ease-in
}

.news_date_con {
    border: 6px solid #05050500;
    background: #f8f9fa;
    border-radius: 6px;
    min-width: 50px;
    max-width: 100px;
    box-shadow: 0 0 10px #33333321;
    text-align: center;
    cursor: pointer
}

.news_evt_div h4 {
    color: #3b3b3b
}

.news_evt_href:hover > h4 {
    color: #f0c50b
}

#MrqNews {
    height: 280px;
    padding: 0 0 0 5px
}

.news_date_con > span {
    color: #003466;
    font-size: 30px;
    font-weight: 800
}

    .news_date_con > span + span {
        margin: -7px 0 10px;
        letter-spacing: 3px;
        font-weight: 500;
        color: #ff5722;
        text-transform: uppercase;
        font-size: 13px;
        text-align: center
    }

.news_evt_div {
    overflow: hidden;
    width: 100%;
    height: 270px
}

.news_evt_heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#back-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
}

.Admission {
    position: fixed;
    top: 58%;
    z-index: 9;
    left: 10px;
    width: 160px;
}

#back-top {
    width: 40px;
}

.Admission > a > img {
    filter: hue-rotate( 350deg );
}

.navbar_header i{
    font-size:13px 
}