﻿* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none
}

html, body {
    width: 100%;
    height: 100%
}

body {
    font-family: 'Philosopher', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .5px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    font-weight: 400
}

img {
    max-width: 100%;
    border: none;
    outline: none
}

ul li {
    list-style-type: none
}

.WrapAll {
    max-width: 100%;
    margin: 0 auto
}

.wrapper, .container {
    width: 100%;
    float: left;
}

.row {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.container-in {
    min-height: 525px;
    margin-top: 139px;
    margin-bottom: 20px
}

.ExtLinks {
    text-align: center;
    width: 100%;
    float: left;
    margin: 30px 0;
}

.Heading {
    width: 100%;
    margin-top: 40px
}

h1 {
    font-size: 41px;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
    line-height: 36px;
    color: #0c0e54
}

h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #e62127;
    position: relative;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
    margin-bottom: 48px;
    text-transform: uppercase;
    width: 100%;
}

    h2:after {
        content: "";
        position: absolute;
        border-bottom: 2px solid #222279;
        width: 40px;
        margin: auto;
        right: 0;
        left: 0;
        bottom: -2px
    }

p {
    line-height: 24px;
    font-size: 15px;
    color: #333;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: justify;
}

b {
    color: #333;
    letter-spacing: 1px;
    font-weight: 500;
}

.DivRM {
    width: 100%;
    text-align: center;
    margin: 24px auto
}

.readmore {
    display: inline-block;
    padding: 7.5px 16px;
    border-radius: 10px;
    background-color: #d9d9d9;
    color: #8b8b8b;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid transparent
}

a.readmore:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    transition: all .5s ease;
    background-color: #de374b;
    border-radius: 10px;
    z-index: -1
}

/**************************** Header and Main Menu Section **************************************/

.HeaderBGC {
    position: fixed;
    top: 0;
    z-index: 9
}

.LogoSec {
    width: 600px;
    max-width: 100%;
    float: left;
}

    .LogoSec > a {
        float: left
    }

.logo-img, .logo-m {
    margin: 8px auto 6px auto;
    float: left
}

.logo-m {
    display: none
}

.afltn {
    font-size: 16px;
    font-weight: 300;
    color: #0c0e54
}

.SchLoc {
    font-size: 18px;
    font-weight: 500;
    color: #0c0e54
}

.LName {
    float: left;
    margin-left: 10px
}

.MobSclink {
    width: 530px;
    float: right;
    text-align: left;
    margin-top: 35px
}

.phone {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    position: relative
}

    .phone:after {
        content: "";
        position: absolute;
        border-right: 1px solid #000;
        height: 100%;
        right: -12px;
        display: none;
    }

.socialLink {
    text-align: center;
    float: right;
    display: block;
}

    .socialLink li {
        margin-left: 8px;
        display: inline-block
    }

.Menu {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}

    .Menu > ul {
        width: 100%;
        text-align: center;
        line-height: 44px
    }

.m-li {
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    position: relative
}

    .m-li > a {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        display: block;
        position: relative
    }

        .m-li > a:after {
            content: "";
            position: absolute;
            border-right: 1px solid #fff;
            height: 10px;
            right: -20px;
            top: 17px
        }

    .m-li:last-child > a:after {
        display: none
    }

.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 44px;
    min-width: 250px;
    left: 0
}

    .sub-menu > ul {
        position: relative;
        width: 100%
    }

.sm-li:last-child {
    border-bottom: 2px solid #0c387e
}

.sm-li > a {
    color: #fcfbf6;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.ITC {
    width: 615px;
    max-width: 100%;
    float: left;
}

.ITIC {
    width: 585px;
    max-width: 100%;
    float: right;
    text-align: right
}

.paramargin {
    margin-bottom: 26px;
    text-align: justify;
    letter-spacing: 0px;
    word-spacing: 1.8px;
    margin-top: 0px;
}

/************************Facilities Page*******************************/
.Facilities {
    width: 100%;
    float: left;
}

ul.Facilities li {
    display: inline-block;
    float: none;
    width: 389px;
    text-align: center
}

.Facilities li img {
    max-width: 385px;
    width: 100%;
    padding: 10px;
}

/**************************************fee Sturctur*************************/
thead tr th {
    background: #e80f2a;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 12px;
    text-align: center;
    width: 25%;
}

/***************************************************************/

/*******************************OFFICE BEARERS***********************************/
.Captain {
    width: 100%;
    float: left;
}

    .Captain li {
        display: inline-block;
        text-align: center;
        width: 290px;
        margin: 20px auto;
    }

        .Captain li img {
            padding: 10px;
            margin-bottom: 15px;
            box-shadow: 0px 0px 10px #a09f9f;
        }

.fieldset_red {
    width: 568px;
    float: left;
    border: 1px solid red;
    border-radius: 5px;
    margin: 10px;
    text-align: center;
}

.fieldset_yellow {
    width: 568px;
    float: left;
    border: 1px solid yellow;
    border-radius: 5px;
    margin: 10px;
    text-align: center;
}

.fieldset_green {
    width: 568px;
    float: left;
    border: 1px solid green;
    border-radius: 5px;
    margin: 10px;
    text-align: center;
}

.fieldset_blue {
    width: 568px;
    float: left;
    border: 1px solid blue;
    border-radius: 5px;
    margin: 10px;
    text-align: center;
}

.legend_red {
    width: auto;
    border: 1px solid red;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    background: red;
    color: #fff;
    border-radius: 5px;
}

.legend_green {
    width: auto;
    border: 1px solid green;
    padding: 10px;
    font-size: 14px;
    background: green;
    color: #fff;
    border-radius: 5px;
}

.legend_yellow {
    width: auto;
    border: 1px solid yellow;
    padding: 10px;
    font-size: 14px;
    background: yellow;
    color: #000;
    border-radius: 5px;
}

.legend_blue {
    width: auto;
    border: 1px solid blue;
    padding: 10px;
    font-size: 14px;
    background: blue;
    color: #fff;
    border-radius: 5px;
}

/*************************School Uniform**************************/

.uniDtl ul li {
    line-height: 30px;
    background: url(../image/arrow.png);
    background-repeat: no-repeat;
    background-position: left 0px top 10px;
    padding: 0px 0px 0px 30px;
    margin-top: 4px;
}

.uniformOf {
    width: 100%;
    float: left;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.uniformOf {
    width: 100%;
    float: left;
    border-collapse: collapse;
    margin-bottom: 10px;
}

    .uniformOf tr td {
        width: 50%;
        padding: 0;
        vertical-align: top;
        border: 1px solid #afafaf;
        background: #efefef;
    }

        .uniformOf tr td .UniH {
            background: #e80f2a;
            color: #fff;
            padding: 9px 5px;
            text-transform: uppercase;
            text-align: center;
        }

.uniDtl {
    padding: 10px;
    width: 100%;
    float: left;
}

.boyRight {
    float: right;
    margin-left: 10px;
}

.listUl1 {
    list-style-type: decimal;
    padding-left: 18px;
}

img.boyRight.vishal {
    max-width: 350px;
}


/***************************************Toppers**********************************/
.topper {
    width: 100%;
    float: left;
}

    .topper li {
        width: 294px;
        float: left;
        padding: 20px 0;
        box-shadow: 10px;
        text-align: center;
    }

        .topper li img {
            padding: 10px;
            margin-bottom: 15px;
            box-shadow: 0px 0px 10px #a09f9f;
        }

/**************************Class Group************************************/
.Class_Photo {
    width: 100%;
    float: left;
}

    .Class_Photo li {
        width: 390px;
        float: left;
        display: inline-block;
        text-align: center;
        padding: 20px 0;
    }

        .Class_Photo li img {
            padding: 10px;
            margin-bottom: 15px;
            box-shadow: 0px 0px 10px #a09f9f;
        }

/***************************Accordion**************************/

.accordionHeader_Y {
    color: #fcfbf5;
    background: url(../image/ajax-arrow.jpg) right no-repeat;
    background-color: #c80d25;
    width: 100%;
    height: auto;
    min-height: 40px;
    box-sizing: border-box;
    margin-top: 5px;
    cursor: pointer;
    line-height: 40px;
    padding-left: 20px;
}

.accordionHeader_selected {
    background: #c4c4b2 url(../image/ajax-arrow1.jpg) 100% center no-repeat;
    width: 100%;
    cursor: pointer;
}

.accordionHeaderSelected {
    color: #fff;
    background: #222279 url(../image/ajax-arrow1.jpg) right no-repeat;
    width: 100%;
    cursor: pointer;
    height: auto;
    min-height: 40px;
    margin-top: 5px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box
}

.accordionContent_Y {
    background: #fff;
    width: 100%;
    border-left: 1px dashed #222279;
    border-right: 1px dashed #e80f2a;
    border-bottom: 1px dashed #c80d25;
    border-top: none;
    float: left;
    padding: 10px;
    color: #333333;
    box-sizing: border-box;
}

.accordionHeader_Z {
    color: #0f0f0f;
    background: #babaa9 url(../image/ajax-arrow.jpg) right no-repeat;
    width: 93%;
    height: 40px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}

.accordionContent_Z {
    background-color: #c4c4b2;
    width: 93%;
    border-top: none;
    margin: 0 auto;
    color: #333333;
    box-sizing: border-box
}

.accordionHeaderSelected1 {
    color: #fff;
    background: #babaa9 url(../image/ajax-arrow1.jpg) right no-repeat;
    width: 93%;
    cursor: pointer;
    height: 40px;
    margin: 0 auto;
    margin-top: 20px;
}

span.accordian_p {
    font-size: 1.8em;
    width: 40px;
    float: left;
    color: #fff;
    height: 40px;
    background-color: #00269d;
    box-sizing: border-box;
    text-align: center;
    padding: 9px
}


/*******************************Reminiscence Page****************************/

.dd1 {
    visibility: hidden;
}

.dd2 {
    visibility: visible !important;
}

ul#remini {
    width: 100%;
    float: left;
    text-align: center;
}

    ul#remini li {
        background: url(../image/frame-01.png) top center no-repeat;
        width: 100%;
        padding-top: 12px;
        float: left;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: center;
        position: relative;
        margin-left: 20px;
    }

        ul#remini li > .remin1 {
            cursor: pointer;
            z-index: -1;
            position: relative;
            top: 1px;
        }

.conent-data img {
    max-width: 100%;
}

ul#remini li > .remin1_contant {
    position: absolute;
    top: 13px;
    text-align: center;
    width: 100%;
    visibility: hidden;
}

.remi_born {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #7c7c7c;
    margin-top: 50px;
}

.remi_born1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #343434;
    font-weight: 700;
}

.remi_born2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #7c7c7c;
}

p.reminiscence_text {
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 24px;
}
/*p.See_mores {font-size: 12px;color: #7c7c7c;font-weight: 400;cursor: pointer;}*/

.pointshed ul li {
    line-height: 24px;
    background: url(../image/arrow.png);
    background-repeat: no-repeat;
    background-position: left 0px top 10px;
    padding: 0px 0px 0px 30px;
    text-align: justify;
    margin-top: 4px;
}

label {
    font-weight: 400;
}
