<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&amp;display=swap');

/*
    MI School 
    V2.5.0.0 
    Modified: 05-2023
*/

*,
*::before,
*::after {
    box-sizing:border-box;
}
body {
    padding: 0px;
    margin: 0px;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-size: 10pt;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}

a {
    text-decoration:none !important;
}
/*
    Change bootstrap setting (row)
*/

/* no-gutters Class Rules */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters &gt; [class^="col-"],
    .row.no-gutters &gt; [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }


/*
    scrollbar 
*/


::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background:transparent;
}

::-webkit-scrollbar-thumb {
    background: #428bca;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #83bf5f;
    }

.Mi-Body {
    /*border-top: 2px solid #b40303;*/
}

.Mi-Hide {
    display: none;
}

.scrollToTop {
    width: 30px;
    height: 48px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 1%;
    display: none;
    font-size: 18pt;
    z-index: 99999;
}

/*header section */
.Mi-SiteTitle {
    font-size: 2.4vw;
    color: #fff;
}

/* site Logo */
#logopanel {
    background: #fff;
    box-shadow: 1px 1px 13px #999999;
    border-radius: 10px;
    /* position: absolute;
    top: -31px;*/
    height: 142px;
    display: flex;
    align-items: center;
    flex-basis: 150px;
}

/*
    Colors 
*/
.Mi-Color-White {
    color: #fff;
}

.Mi-Color-Black {
    color: #000;
}

.Mi-Color-light-Black {
    color: #444343;
}

.Mi-Color-Green {
    color: #76b745;
}

.Mi-Top-border-Green {
    border-top: 10px solid #1c6525;
}

.Mi-Top-border-Blue-Extra {
    border-top: 10px solid #122d73;
}

.Mi-Box-Shadow-With-Margin-Bottom-14 {
    margin-bottom: 14px;
    box-shadow: 3px 3px 4px #ccc;
}

.Mi-Box-Shadow-With-Margin-Bottom-Zero {
    margin-bottom: -1px;
    box-shadow: 3px 3px 4px #ccc;
    height: 61px;
}

.Mi-Box-Shadow {
    box-shadow: 3px 0px 4px #ccc;
}


/*
    Full Width Color Code ++ 
*/
.Mi-Image-Cover {
    width: 100%;
}

.Mi-Center {
    text-align: center;
}

.Mi-Left {
    text-align: left;
}

.Mi-Right {
    text-align: right;
}

.Mi-Absolute {
    position: absolute;
}

.Mi-Relative {
    position: relative;
}

.Mi-Full-Width-White {
    background: #fff;
}

.Mi-Full-Width-Dark-Gray {
    background: #989898;
}

.Mi-Full-Width-Black {
    background: #000;
}

.Mi-Full-Width-Light-Black {
    background: #444343;
}

.Mi-Full-Width-Light-Green {
    background: #1b5a23
}

.Mi-Full-Width-Blue {
    background: #2f50d0;
}

.Mi-Full-Width-Light-Blue {
    background: #5fc2f5;
}

.Mi-Full-Width-Green {
    background: #45791d;
}

.Mi-Full-Width-Dark-Blue {
    background-color: #002749;
}

.Mi-Full-Width-height-100 {
    height: 100px;
}

.Mi-Full-Width-Marron {
    background: #a20327;
}

.Mi-Full-Width-Blue-Extra {
    background: #0d2463;
}

.Mi-Full-Width-Sky-Blue {
    background: #cde5ec;
}

.Mi-Full-Width-Light-Pink {
    background: #edd7f7;
}

.Mi-Full-Width-Cream {
    background: #e6bebe;
}
.Mi-Full-Width-Light-Gray {
    background: #e8e8e8;
}
.Mi-Full-Width-Marron-White {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(166,30,13,1) 100%);
}
.Mi-Padding-2 {
    padding: 2px;
}

.Mi-Padding-3 {
    padding: 3px;
}

.Mi-Padding-4 {
    padding: 4px;
}

.Mi-Padding-5 {
    padding: 5px;
}

.Mi-Padding-6 {
    padding: 6px;
}

.Mi-Padding-7 {
    padding: 7px;
}

.Mi-Padding-8 {
    padding: 8px;
}

.Mi-Padding-9 {
    padding: 9px;
}

.Mi-Padding-10 {
    padding: 10px;
}

.Mi-Padding-11 {
    padding: 11px;
}

.Mi-Padding-12 {
    padding: 12px;
}

.Mi-Margin-2 {
    padding: 2px;
}

.Mi-Margin-3 {
    padding: 3px;
}

.Mi-Margin-4 {
    padding: 4px;
}

.Mi-Margin-5 {
    padding: 5px;
}

.Mi-Margin-6 {
    padding: 6px;
}

.Mi-Margin-7 {
    padding: 7px;
}

.Mi-Margin-8 {
    padding: 8px;
}

.Mi-Margin-9 {
    padding: 9px;
}

.Mi-Margin-10 {
    padding: 10px;
}

.Mi-Margin-11 {
    padding: 11px;
}

.Mi-Margin-12 {
    padding: 12px;
}

.Mi-Border-Bottom-SkyBlue-1 {
    border-bottom: 1px solid #d3d3d4;
}

.Mi-Padding-Top-Right-Bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.Mi-Show-More-Link {
    font-size: 14pt;
    color: #150abd;
    margin-left: 7px;
}



.Mi-Img-Full-Cover {
    background-clip: content-box;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
    Mi-Panel 
*/
.Mi-Panel {
}

.Mi-Panel-Header {
    padding: 6px;
    font-size: 2em;
    border-left: 4px solid #7d0b0b;
    padding-bottom: 10px;
}

.Mi-Panel-Body {
    margin-top: 10px;
}


/*
    Dav Management Message 
*/
.Mi-Management-Message {
    height: auto;
    margin-top: 20px;
    background: #fff;
    padding: 14px;
}

    .Mi-Management-Message h1 {
        font-size: 1.2em;
        color: #1f201f;
        text-align: center;
    }

.Mi-OSM-Login-Box {
    padding: 9px;
    text-align: center;
    font-size: 2em;
    background: #f6c15d;
    
    position: absolute;
    
    margin: 0 auto;
    display: block;
    width: 100%;
    margin: auto 0;
    color: #000;
}

    .Mi-OSM-Login-Box a {
        padding: 7px;
        color: #000000;
    }

        .Mi-OSM-Login-Box a span {
            font-size: 1em;
        }

.news {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .news li {
        color: #3b3838;
    }

/*image Slider */
.Mi-Image-Slider {
    height: 400px;
    background: #eee;
    position: relative;
    overflow: hidden;
}

#imageSlider {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
}

.carousel-inner &gt; .item {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
}

    .carousel-inner &gt; .item &gt; img {
        height: 100%;
        width: 100%;
    }


.Mi-Message-Box {
    /*position:relative;*/
}

.Mi-School-Message-Img {
    text-align: center;
}

    .Mi-School-Message-Img img {
        border: 1px solid #ccc;
        width:100%;
    }

.Mi-School-MessageBy {
    margin-top: 18px;
    font-size: 1.5em;
    color: #76b745;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.Mi-School-MessageBody {
    margin-top: 18px;
    color: #000;
    padding: 0% 3% 5% 3%;
    text-align: center;
}

.Mi-SchoolMessage-Next-Btn {
    position: absolute;
    top: 50%;
    right: 0px;
}

.Mi-SchoolMessage-Pre-Btn {
    position: absolute;
    top: 50%;
    left: 0px;
}

    .Mi-SchoolMessage-Next-Btn div, .Mi-SchoolMessage-Pre-Btn div {
        border: none;
        padding: 10px;
        font-weight: bold;
        background: #c32121;
        cursor: pointer;
    }

        .Mi-SchoolMessage-Next-Btn div:hover, .Mi-SchoolMessage-Pre-Btn div:hover {
            background: #fff;
        }

.Mi-Notice-Board {
    padding: 9px;
    margin: 0px;
    list-style: none;
    /* max-height: 300px;*/
    /*overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;*/
    margin-top: 25px;
}

    .Mi-Notice-Board li {
        padding: 0px;
        border-bottom: 1px solid #ccc;
        text-align: justify;
    }

.Mi-Notice-Board-Date {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
    border: 1px solid #0843af;
    padding: 3px;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
    background: rgba(12, 88, 162, 0.5)
}
    .Mi-Notice-Board-Date a {
        color:yellow !important;
    }

    .Mi-Default-Image-Size {
        max-height: 500px;
    }

.Mi-Menu-Highlight {
    height: 250px;
    border: 1px solid #ccc;
}

.Mi-Highlight-01 {
    background: url('https://www.fmjfee.com/i901fee/img/home/learn/learn_1.jpg');
    background-origin: content-box;
    background-size: cover;
}

.Mi-Highlight-02 {
    background: url('https://www.fmjfee.com/i901fee/img/home/learn/learn_4.jpg');
    background-origin: content-box;
    background-size: cover;
}
.Mi-Highlight-wrapper {
    clear: both;
    margin-top: 22px;
}
.Mi-Highlight {
    overflow-x: scroll;
}

    .Mi-Highlight ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: space-between;
        align-items: center;
        width: max-content;
    }

    .Mi-Highlight li {
        flex-grow: 1;
        border-radius: 8px;
        text-align: center;
        margin: 10px;
        display: inline-flex;
        align-content: center;
        width: 100%;
        height: 111px;
        align-items: center;
        justify-content: center;
    }

        .Mi-Highlight li a {
            white-space: normal;
            width: 100%;
            font-weight: bold;
            color: #fff;
            overflow-wrap: break-word;
            inline-size: 150px;
            display: block;
        }

        .Mi-Highlight li:hover {
            background-color: rgb(200 198 198 / 0.78);
        }

        .Mi-Highlight li:nth-of-type(odd) {
            /*background: url('/Images/Power_01.jpg');*/
            background-origin: content-box;
            background-size: cover;
            background: #C95042;
        }

        .Mi-Highlight li:nth-of-type(even) {
            /*background: url('/Images/power-3.jpg');*/
            background-origin: content-box;
            background-size: cover;
            background: #F1C14F;
        }

.Mi-Hightlight-Body-Image-01 {
    background: url('/Images/H1.jpg');
}

.Mi-Hightlight-Body-Image-02 {
    background: url('/Images/H2.jpg');
}

.Mi-Hightlight-Body-Image-03 {
    background: url('/Images/H3.jpg');
}

.Mi-Hightlight-Body-Image-04 {
    background: url('/Images/H4.jpg');
}

.Top-Bg-Menu {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 17px;
    margin-right: 10px;
}

    .Top-Bg-Menu li {
        float: left;
        height: 100px;
        width: 318px;
        margin-right: 5px;
    }

        .Top-Bg-Menu li:first-child {
        }

        .Top-Bg-Menu li:last-child {
        }

.Mi-AB-Box {
    height: 250px;
}

.Mi-AB-Title {
    background: #ffffff9e;
    top: 16px;
    position: absolute;
    width: 100%;
    padding: 10px;
}

    .Mi-AB-Title span {
        font-size: 2vw;
    }

.Mi-AB-Control-Box {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    background: #ffffffd9;
    width: 92%;
}

.Mi-Admission ul {
}

.Mi-Admission li:nth-of-type(odd) {
    border-left: 3px solid #0c086f;
}

.Mi-Admission li:nth-of-type(even) {
    border-left: 3px solid #eab509;
}

.Mi-DavManagement-Menu {
    padding: 8px;
    margin: 0px;
    list-style: none;
    text-align: right;
    background: #0c58a2;
}

    .Mi-DavManagement-Menu li {
        display: inline-block;
        font-size: 9pt;
        border-right: 1px solid #087ae1;
        padding-left: 2px;
        padding-right: 7px;
    }

    .Mi-DavManagement-Menu li:last-child {
        border-right: none;   
    }


        .Mi-DavManagement-Menu li a {
            text-decoration: none;
            color: #ffffff;
            opacity: 1;
            transition: 0.3s;
        }

            .Mi-DavManagement-Menu li a:hover {
                color: #fff;
                opacity: 1;
                border-bottom: 1px dashed yellow;
                transition: 0.3s;
            }

.Mi-Student-Birthday {
    border: 1px dashed #ccc;
    width: 250px;
    height: 244px;
    text-align: center;
    padding: 6px;
}

    

        .Mi-Student-Birthday img {
            margin-top: 3px;
            border-radius: 50%;
            text-align: center;
            border: 1px solid #a20327;
        }

.Mi-Student-Birth-Title {
    font-size: 2.0rem;
    font-weight: 700;
    padding-bottom: 3rem;
    color: #4c4242 !important;
    text-transform: uppercase;
    text-align: center;
   
    display: block;
}

.Mi-Achievement {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .Mi-Achievement li {
        background: #fff;
        padding: 4px;
        position: relative;
        height: 50px;
        overflow: hidden;
        box-shadow: 2px 2px 7px #ccc;
        margin-bottom: 14px;
    }

.Mi-Achievement-img {
    position: absolute;
    left: 0px;
    top: 0;
    width: 75px;
}

    .Mi-Achievement-img img {
        width: 100%;
    }

.Mi-Achievement-link {
    margin-left: 72px;
    padding-top: 4px;
}

.Mi-Achievement li:nth-of-type(odd) {
    border-left: 3px solid #0c086f;
}

.Mi-Achievement li:nth-of-type(even) {
    border-left: 3px solid #eab509;
}

.Mi-Footer-More-Btn {
    background: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: maroon;
    text-align: center;
    padding: 9px;
    font-weight: bold;
    font-size: 1.5em;
    margin: auto;
    position: absolute;
    top: -25px;
    left: 50%;
    cursor: pointer;
}

.Mi-Footer-Extra-Container {
    background: #fff;
    position: relative;
}

.Mi-Footer-Copy-Write-Info {
    background: #00579f;
    color: #ffffff;
    font-weight: bold;
    font-size: 8pt;
    padding: 4px;
}

.Mi-Small-Photo-Gallery {
    max-height: 300px;
    overflow-x: auto;
}

.smallgallery li a:hover {
    transform: scale(1.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.smallgallery li a img:hover {
    transform: scale(1.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.smallgallery {
 /*   margin: 0;
    padding: 40px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
*/
    margin: 0;
    padding: 40px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-content: center;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
}
.smallgallery li 
{
    flex-grow:1;
    flex-basis:100px;
}
.panel-default &gt; .panel-heading {
    background-image: -webkit-linear-gradient(top, #64b3b4 0%, #ffffff 100%);
    /*background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);*/
    /* background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); */
    /* background-repeat: repeat-x; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffffff', GradientType=0);
    font-weight: bold;
}

.gallery {
    margin: 0;
    padding: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .gallery li a img:hover {
        transform: scale(1.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

.Mi-Footer-Title {
    color: #fff;
    border-bottom: 2px solid #0e801c;
    font-size: 18pt;
    border-radius: 10px;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.Mi-Quick-Link {
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #5cb85c;
    margin-bottom: 4px;
    transition: background 5s;
}

    .Mi-Quick-Link a {
        color: #fff;
        display: block;
        transition: all 5s;
    }

    .Mi-Quick-Link:hover {
        background: linear-gradient(90deg, #26a8f2 0%, #8abf57 50%);
        transition: background 5s;
    }

.Mi-Footer-Submenu {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    list-style: none;
}

    .Mi-Footer-Submenu li {
        width: 200px;
    }

        .Mi-Footer-Submenu li &gt; a {
            color: #fff;
            font-size: smaller;
            opacity: 0.8;
        }

            .Mi-Footer-Submenu li &gt; a:hover {
                opacity: 1;
            }

#rptdetail {
    vertical-align: top;
}

.Mi-Box-Content {
    padding: 80px 0;
    width: 50%;
}

.Mi-Box-Content-pad-80 {
    padding: 80px;
}

.Mi-Box-Color-1 {
    background: #a20327;
}

.Mi-Box-Color-2 {
    background: #0c086f;
}

.Mi-Box-Color-3 {
    background: #c2ce13;
}

.Mi-Box-Color-3 {
    background: #c2ce13;
}

.Mi-Box-Color-4 {
    background: #c55050;
}

.Mi-Box-Content-forgroundColor-1 {
    color: #fff;
}

.Mi-Box-Content-FontSize {
    font-size: 3em;
    text-align: center;
}

.Mi-Clear-UL {
    list-style: none;
}

.Mi-Block-Label {
    display: inline-block;
}

.Mi-Birthday-Message {
    font-size: 10pt;
    font-weight: normal;
}

.Mi-Flex-Box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0px;
    margin: 0px;
}

.Mi-Flex-Box-Item {
    width: 50%;
    height: 350px;
    align-content: center;
}

.Mi-Flex-Box-Item-Btn {
    font-size: 14pt;
    border-radius: 6%;
    padding: 10px;
    color: #fff;
}

.Mi-Flex-Box-Item-Btn-1 {
    background: #0e39b3;
}

.Mi-Flex-Box-Item-Btn-2 {
    background: #a00606;
}

.Mi-Flex-Box-Item-Btn-3 {
    background: #808808;
}

.Mi-Flex-Box-Item-Btn-4 {
    background: #e66d6d;
}

.Mi-Flex-Box-Order-1 {
    order: 1;
}

.Mi-Flex-Box-Order-2 {
    order: 2;
}

.Mi-Flex-Box-Order-3 {
    order: 3;
}

.Mi-Flex-Box-Order-4 {
    order: 4;
}

.Mi-Flex-Box-Order-5 {
    order: 5;
}

.Mi-Flex-Box-Order-6 {
    order: 6;
}

.Mi-Flex-Box-Order-7 {
    order: 7;
}

.Mi-Flex-Box-Order-8 {
    order: 8;
}

.Mi-Flex-Box-Order-9 {
    order: 9;
}

.Mi-Flex-Box-Order-10 {
    order: 10;
}

.Mi-Flex-Box-Order-11 {
    order: 11;
}

.Mi-Birthday-Box {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}



.Mi-Mobile-Menu {
    width: 50px;
    height: 50px;
    background: #f44336;
    border-radius: 50%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

    .Mi-Mobile-Menu img {
        width: 26px;
        text-align: center;
        position: absolute;
        top: 12px;
        left: 13px;
    }

.camera_caption {
    color: #fff;
    background: rgb(162 3 39 / 79%);
    font-size: 12pt;
    font-weight: normal;
    z-index: 99999999999;
    position: absolute;
    width: 100%;
    text-align: center;
}

.sf-menu a {
    color: #13a;
    font-size: 0.8em;
    font-weight: 600;
}

.table th {
    text-align: center;
}

.Green-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

    .Green-table &gt; thead &gt; tr &gt; th, Green-table &gt; tbody &gt; tr &gt; th, .Green-table &gt; tfoot &gt; tr &gt; th, .Green-table &gt; thead &gt; tr &gt; td, .Green-table &gt; tbody &gt; tr &gt; td, .Green-table &gt; tfoot &gt; tr &gt; td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

.cameraSlide img {
    /*   width: 100% !important;
    height: 100% !important;
    margin: 0 !important;*/
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgb(233 233 233) !important;
}

.mean-nav .level2 {
    background: #fff;
    z-index: 9;
    position: relative !important;
    display: inline-block;
}

.mean-container .mean-nav {
    background: #e9e9e9 !important;
}

.Mi-IS-MOBILE {
    display: none;
}

.Mi-News-media {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}

    .Mi-News-media li {
        flex-basis: 300px;
        margin-right: 7%;
    }

.img-responsive {
    width: 100%;
}
/****** JiSlider css ******/
.carousel-inner &gt; .next, .carousel-inner &gt; .prev {
    position: static;
    top: 0;
    width: 100%;
}

.Mi-Panel-fix-height {
    height:377px;
}

.carousel-caption {
    background: #ff000052;
    font-size: 18pt;
}


.panel {
    border: 1px solid #eeeeee;
}

.Mi-panel-heading {
    border-bottom: 1px solid #e0dfdf;
    background: #f5f5f5;
}
.Mi-panel-Extra-header {
    background: rgb(255,255,255);
    background: linear-gradient( 0deg, rgba(255,255,255,1) 0%, rgb(209 207 206) 100%);
    border-radius: 10px 10px 10px 10px;
    padding: 6px;
    font-size: 2em;
    padding-bottom: 10px;
}
.Mi-panel-extra-header-marron {
    border-top: 3px solid #7d0b0b;
    border-left: 2px solid #7d0b0b;
}
.Mi-panel-extra-header-green {
    border-top: 3px solid #5cb85c;
    border-left: 2px solid #5cb85c;
}
.Mi-panel-extra-header-yellow {
    border-top: 3px solid #f0ad4e;
    border-left: 2px solid #f0ad4e;
}

.Mi-panel-extra-header-blue {
    border-top: 3px solid #0c94e3;
    border-left: 2px solid #0c94e3;
}

.Mi-Panel-Extra-Button {
    font-size: 14px;
    padding: 4px;
    margin: 0;
}
.Mi-Boot-Panel-Extra-Stl {
    font-size: 18px;
    color: #913306;
    font-weight: bold;
}

.Mi-new-background-color {
    background: linear-gradient(90deg, #26a8f2 0%, #8abf57 50%);
    
    /*background: linear-gradient(90deg, #26a8f2 0%, #deb05b 50%);*/

}
.Mi-new-ui-panel-background-color {
    background: linear-gradient(90deg, #26a8f2 0%, #8abf57 50%);
}

.Mi-panel-text {
    font-size: 2.0rem;
    text-transform: uppercase;
    font-weight: 800;
    background: -webkit-linear-gradient(#32A0DD, #80B66B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.Mi-Extra-Link-Button {
    margin: 0 auto;
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    background: blue;
    color: #fff;
}
    .Mi-Extra-Link-Button a {
        color: #fff !important;
        font-weight: 600;
    }

/*@keyframes Mi-Small-Gallery-ZoomInOut {
    0% {
        transform: scale(1,1);
    }

    50% {
        transform: scale(1.5,1.5);
    }

    100% {
        transform: scale(1,1);
    }
}*/

.Mi-Small-Gallery-ZoomInOut-Wrapper img {
    animation: Mi-Small-Gallery-ZoomInOut 2s infinite;
}

.Mi-Thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 9px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100px;
    height: 70px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
}
.Mi-Inside-School {
    text-align: center;
    font-size: 2.0rem;
    text-transform: uppercase;
    font-weight: 800;
    background: -webkit-linear-gradient(#32A0DD, #80B66B);
    -webkit-background-clip: text;
    margin: 1rem 0;
    -webkit-text-fill-color: transparent;
}

.Mi-Padding-50 {
    padding: 50px;
}
.Mi-Bold {
    font-weight:bold !important;
}
.Mi-Inside-School-Tab-Button-active {
    background: -webkit-linear-gradient(#32A0DD, #80B66B);
    color: #fff;
}
.Mi-Inside-School-Tab-Button {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    
}
    

.btn-blue {
    background: #0C58A2;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding: .5rem 1rem;
    text-transform: uppercase;
}

.Mi-Inside-School-box {
    background: #fff;
    margin: 4rem 0;
    padding: 0.2rem 0;
}
    
    .Mi-Inside-School-box .Mi-Inside-School-Tab-Button {
        width: 31.2%;
    }

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    color: #555555;
    cursor: default;
    background-color:transparent;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}

.Mi-Inside-School-box .Mi-Inside-School-Tab-Button.active {
    background: linear-gradient(#27A9F2, #8ABF57);
}

    .Mi-Inside-School-box .Mi-Inside-School-Tab-Button.active &gt; a:hover, .nav-tabs &gt; li.active{
        background: linear-gradient(#27A9F2, #8ABF57);
    }

.Mi-Achievement-Box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin: 0px;
}
    .Mi-Achievement-Box &gt; * {
        flex-basis: 400px;
        margin-bottom: 20px;
        height: 150px;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: flex-start;
    }
.Mi-Header-Section {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

    .Mi-Header-Section .Mi-Header-Section-Title {
        flex: 1;
        margin-left: 10px;
        text-align: left;
    }

.Mi-Notice-Board-Title {
    max-width: 85%;
    margin: 0 auto;
    background: #0C58A2;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
}
    .Mi-Notice-Board-Title &gt; span {
        font-size: 2rem;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        text-align: center;
        display: block;
    }
.Mi-tab-label-color {
    background: -webkit-linear-gradient(#32A0DD, #80B66B);
    -webkit-background-clip: text;
    
}
.active {
    color:#fff !important;
}
.Mi-div-padding {
    padding-right: 15px;
    padding-left: 15px;
    top: 4px;
    left: 3px;
}

</pre></body></html>