﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div:after {
    content: '';
    display: block;
    clear: both;
}

a {
    text-decoration: none !important;
}

body {
    font-family: "Montserrat", serif !important;
}
/*.preheader {
width: 100%;
 
font-size: 13px;
line-height: 1;
font-weight: 700;
letter-spacing: .05em;
text-transform: uppercase;
padding: 10px 0;
 
}
.preheader a {
color: #42495b;
}
.preheader a:hover {
color: #B9DFFB;
transition: 0.5s;
}*/
/* Header */
.header {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    background-color: #fff;
    background-image: url(../images/txture.jpg);
    border-bottom: 4px solid #157efb;
}

.mpo_logo img {
    height: 60px;
    padding-top: 10px;
}

.osms-logo img {
    filter: drop-shadow(5px 10px 0.75rem #e7f6ff);
}

.rightmenuLinks {
    padding: 10px 0px;
}

    .rightmenuLinks a {
        width: 100%;
        font-size: 13px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: .05em;
        text-transform: uppercase;
        padding: 10px 0;
        color: #42495b;
    }

        .rightmenuLinks a:hover {
            color: #B9DFFB;
            transition: 0.5s;
        }
/* Banner design */
.home-banner {
    /*background-color: #78d3fb;*/
    border-radius: 0 0 30px 30px;
    padding: 100px 0;
    background: linear-gradient(15deg, #142850, #14365f, #13476f, #125d80, #107792, #0d96a5, #09b8b4, #04ccb1);
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

    .home-banner h1 {
        font-weight: 900;
        font-size: 48px;
        margin: 0;
        font-family: "Exo", serif !important;
    }

    .home-banner p {
        font-size: 14px;
        line-height: 1.2;
    }

.osms_section {
    margin-top: -80px !important;
}

.link.card {
    padding: 30px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    height: 100%;
    width: 100%;
}

    .link.card:hover img {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
        transition: .2s ease-in-out;
    }

    .link.card a {
        color: #fff;
    }

        .link.card a img {
            height: 50px;
        }

        .link.card a h3 {
            font-size: 17px;
            line-height: 1.375em;
            font-weight: 600;
        }

.link_content {
    font-size: 13px;
}

.yellow-card {
    background-color: #ff9900 !important;
}

.green-card {
    background-color: #04d2c8 !important;
}

.purple-card {
    background-color: #454080 !important;
}

.topperformer {
    padding: 50px 0;
    position: relative;
}

.section-title {
    text-align: center;
}

.section-watermark {
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    display: block;
    margin: 0;
    color: #e3eaf0;
    font-family: "Nothing You Could Do",cursive !important;
    font-size: 150px;
    line-height: 1;
    z-index: -1;
}

.section-tag {
    color: #04d2c8;
    font-size: 22px;
    line-height: 1.272727272727273em;
    font-weight: 700;
    letter-spacing: .025em;
}

.section-title h2 {
    color: #42495b;
    font-size: 45px;
    line-height: 1.333333333333333em;
    font-weight: 700;
    font-family: Montserrat,sans-serif;
}

/* Carousel */
/* Custom Styles */
.carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    /* custom */
    display: block !important;
    float: none !important;
    padding: 30px 0;
}

    .carousel-item .card {
        margin: 0 0;
        height: 100%;
        transition: transform 0.3s ease-in-out;
        box-shadow: 0 0 5px #ddd;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .carousel-item .card .card-title {
            font-size: 16px;
            font-weight: 600;
        }

        .carousel-item .card .card-subtitle {
            font-size: 14px;
        }

.carousel-inner {
    display: flex;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #000;
}

.card img {
    height: 200px;
    object-fit: cover;
}

.card-img-abs {
    height: 200px;
    object-fit: cover;
    top: -85px;
    position: absolute;
    margin: 0 auto;
    z-index: -1;
}

.medal1 {
    right: -100px;
}

.medal2 {
    right: -190px;
}

.medal3 {
    right: 0;
}

.controlsSlider {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100px;
    left: 0;
    top: 35%;
}

.carousel-inner {
    width: 80% !important;
    margin: 0 auto;
}

.topperformer {
    position: relative;
    overflow: hidden;
}

.performerAbsolute {
    position: absolute;
    right: -250px;
    bottom: 150px;
    width: 500px;
    height: 500px;
    z-index: 0;
    opacity: .1;
}

.bgleft {
    position: absolute;
    left: -250px;
    bottom: 150px;
    width: 500px;
    height: 500px;
    z-index: 0;
    opacity: .2;
}

/* Banner new searches */
.search_panel input[type="text"], .search_panel select {
    width: 100%;
    padding: 10px;
    background-color: transparent !important;
    border: 1px solid #ddd;
    border-radius: 0.6rem;
    font-family: "Montserrat", serif !important;
    display: block;
    font-weight: 500;
}

    .search_panel select option {
        font-family: "Montserrat", serif !important;
    }

.goschool_btn {
    display: block !important;
    width: 100%;
}
/*Fun begins*/
.tab_container {
    width: 100%;
    padding-top: 0px;
    position: relative;
    margin: -50px auto 0 auto;
}

    .tab_container input, .tab_container section {
        clear: both;
        padding-top: 10px;
        display: none;
    }

    .tab_container label {
        font-weight: 600;
        font-size: 15px;
        display: block;
        float: left;
        width: 23%;
        padding: 0.7em;
        color: #000;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        background: #fff;
    }

        .tab_container label img {
            height: 24px;
        }

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
    display: block;
    padding: 20px;
    background: #fff;
    color: #999;
    box-shadow: 0px 0px 80px rgba(30, 50, 62, 0.5);
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}

.tab_container .tab-content h3 {
    text-align: center;
}

.tab_container [id^="tab"]:checked + label {
    background: #ffef9c;
    /*box-shadow: inset 0 3px #0CE;*/
    box-shadow: inset rgb(48, 76, 106) 0px 10px 30px -10px;
}

    .tab_container [id^="tab"]:checked + label .fa {
        color: #000;
    }

label .fa {
    font-size: 1.3em;
    margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 900px) {
    label span {
        display: none;
    }

    .tab_container {
        width: 98%;
    }

    .osmsheader .float-start, .osmsheader .float-end {
        float: none !important;
    }

    .osmsheader {
        text-align: center;
    }
}

/*Content Animation*/
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.no_wrap {
    text-align: center;
    color: #0ce;
}

.link {
    text-align: center;
}

.goschool_btn {
    border: 1px solid #ddd;
}
/* Banner links cards */
.smallBox-card {
    margin: 0 0;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 22px 10px 15px;
    background-color: #04d2c8;
    border-radius: 6px;
    box-sizing: border-box;
}

    .smallBox-card:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: transform 0.2s ease 0s;
        transition: transform 0.2s ease 0s;
    }

    .smallBox-card span {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }

    .smallBox-card img {
        height: 50px;
        display: block;
        margin: 0 auto;
    }

.sb-card-1 {
    background-color: #4582ff;
}

.sb-card-2 {
    background-color: #04d2c8;
}

.sb-card-3 {
    background-color: #847dd0;
}

.osmsBg-abs {
    position: absolute;
    right: -300px;
    bottom: 0;
    z-index: -1;
    height: 400px;
    opacity: .9;
    filter: drop-shadow(0 0 0.75rem #2a3c48);
}

/* Header Scroll */

#header-sroll {
    position: fixed;
    height: 100px;
    background: transparent;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 99;
}

    #header-sroll h1 {
        font-size: 30px;
        font-family: Arial;
        text-align: center;
        line-height: 50px;
        -ms-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    #header-sroll.small {
        height: auto;
        /*height: 70px;*/
        line-height: 35px;
        padding: 5px;
        border-bottom: 1px solid #b9b9b9;
        backdrop-filter: blur(15px);
    }
/* Footer */
.footer {
    background-color: #232936;
    padding: 0 0 0;
    color: #fff;
    font-size: 13px;
}

.footerBottom {
    border-top: 1px solid rgba(72,72,72,.8);
    text-align: center;
    padding: 10px 0;
}

.footer h3 {
    font-size: 16px;
    font-weight: 600;
}

.footer p {
    font-size: 14px;
    font-weight: 300;
}

    .footer p strong {
        display: block;
        font-weight: 500;
    }

.servr_name {
    position: fixed;
    color: #000;
    background-color: #FF8B23;
    right: 8px;
    font-size: 14px;
    bottom: 8px;
    text-align: center;
    padding: 5px;
    z-index: 999999;
}

    .servr_name img {
        height: 15px;
    }


/*Media query*/
@media only screen and (max-width: 900px) {
    .smallBox-card {
        margin-bottom: 30px;
        height: auto;
    }

    .carousel-item .card {
        margin-bottom: 20px;
        height: auto;
    }

    .carousel-inner {
        width: 72% !important;
    }

    .home-banner {
        text-align: center;
    }

    .osmsBg-abs {
        display: none;
    }

    .search_panel input[type="text"], .search_panel select {
        margin-bottom: 10px;
    }

    .footer {
        text-align: center;
    }
}
