@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@charset "utf-8";
/* CSS Document */
html {
    font-size: 100%
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary, title {
    display: block
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

ol, ul {
    list-style: none
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

* {
    outline: none !important;
}

a:active, a:focus, a:hover, input[type="image"], select:focus, input, input[type="button"]:focus, :focus {
    outline: 0;
    text-decoration: none;
}

.clearfix {
    *zoom: 1
}
.header
{position: relative;
    z-index: 9;
}
    .clearfix:before, .clearfix:after {
        display: block;
        content: "";
        line-height: 0
    }

    .clearfix:after {
        clear: both
    }

.clear {
    clear: both
}

.btn {
    outline: 0px;
}

.lists {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mainpage {
    position: relative;
}

.container {
    position: relative;
}

a, button {
    transition: all 0.5s ease-in-out;
}

.d-hide {
    display: none !important;
}

.m-show {
    display: none;
}


.mainSection {
    width: 100%;
    position: relative;
    background: url(../images/bg.jpg) top center no-repeat;
    padding: 0;
}


header .navbar-brand {
    padding-top: 5px;
}

header {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}

.TopRight {
    width: 100%;
    max-width: 450px;
    float: right;
}

.socialTop {
    width: 100%;
    text-align: right;
    padding: 5px 0 0;
}

    .socialTop a {
        margin: 0 0 0 5px;
    }

        .socialTop a img {
            width: 20px;
            height: auto;
        }

.TopMenu {
    width: 100%;
    text-align: right;
   padding: 10px 0 0px;
}

    .TopMenu a {
        background: rgb(12,102,167);
        background: linear-gradient(0deg, rgba(12,102,167,1) 0%, rgba(18,125,215,1) 100%);
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        padding: 10px 20px 11px;
        margin-left: 8px;
        display: inline-block;
    }

        .TopMenu a .fa {
            vertical-align: -2px;
            margin-right: 5px;
        }

        .TopMenu a:hover {
            background: #fff;
            color: #127DD7;
        }

        .TopMenu a.ecare-btn {
            background: rgb(75,147,39);
            background: linear-gradient(0deg, rgba(75,147,39,1) 0%, rgba(96,173,57,1) 100%);
        }

            .TopMenu a.ecare-btn:hover {
                background: #fff;
                color: #127DD7;
            }

header .ruby-wrapper {
    z-index: 99;
}



/* Hero Area Slider */
.heroarea {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

    .heroarea h1 {
        font-weight: 800;
        font-size: 50px;
        color: #fff;
        line-height: 60px;
        margin-bottom: 10px;
        padding:0px 0 15px;
    }

    .heroarea p {
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 45px;
    }

        .heroarea p a {
            border: 1px solid #0C66A7;
            color: #fff;
            border-radius: 50px;
            padding: 10px 25px;
            background: rgb(10,91,149);
            background: linear-gradient(0deg, rgba(10,91,149,1) 0%, rgba(17,123,202,1) 100%);
            display: inline-block;
            font-size: 18px;
            font-weight: 600;
        }

            .heroarea p a:hover {
                background: #081E48;
                color: #fff
            }

    .heroarea .slick-slide img {
        border-radius: 40px;
        width: 100%;
        height: auto;
    }

    .heroarea .slick-dots {
        text-align: left;
        width: 200px;
        padding-left: 20px;
        bottom: 0px;
    }

        .heroarea .slick-dots li {
            margin-right: 4px;
        }

            .heroarea .slick-dots li button:before {
                width: 10px;
                height: 10px;
                background: rgb(255 255 255 / 55%);
            }

            .heroarea .slick-dots li.slick-active button:before {
                background: #fff;
            }



.NoticeBoard {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 840px;
}

    .NoticeBoard h2 {
        font-size: 23px;
        color: #fff;
        font-weight: 700;
    }

.NoticeLeft {
    width: 210px;
    float: left;
    text-align: right;
    padding: 38px 25px 0 0;
}

    .NoticeLeft p a {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
    }

.NoticeRight {
    width: calc(100% - 225px);
    float: right;
    position: relative;
}

    .NoticeRight .slick-list {
        padding: 25px 0 0;
    }


    .NoticeRight h4 {
        font-size: 16px;
        color: #0A5B95;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .NoticeRight p {
        font-size: 12px;
        color: #0A5B95;
    }

        .NoticeRight p .fa {
            margin-right: 5px;
        }

    .NoticeRight .new {
        position: absolute;
        width: 54px;
        border-radius: 5px;
        padding: 2px 3px;
        color: #fff;
        height: 28px;
        text-align: center;
        line-height: 22px;
        background: rgb(232,70,70);
        background: linear-gradient(0deg, rgba(232,70,70,1) 0%, rgba(255,114,114,1) 100%);
        top: -15px;
    }

    .NoticeRight .slick-slider {
        width: 80%;
        float: right;
    }

    .NoticeRight .noticeBx {
        background: #FFF7B9;
        border-radius: 50px;
        position: relative;
        padding: 18px 15px 15px 10px;
    }
.calendar {
    width: 50px;
    line-height: 13px;
    float: left;
    text-align: center;
    color: #0a5b95;
}

.date {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.month {
    font-size: 12px;
    display: block;
}


.year {
    font-size: 12px;
    display: block;
}
.readmore{
    float: right;
    margin: -37px 10px 0 0;
}
        .NoticeRight .noticeBx:before {
            position: absolute;
            left: 28px;
            top: 15px;
            width: 36px;
            height: 45px;
         /*   background: url(../images/calc.svg) left top no-repeat;*/
            content: '';
        }

        .NoticeRight .noticeBx:after {
            width: 13px;
            height: 30px;
            position: absolute;
            right: 25px;
            top: 25px;
            content: '';
           /* background: url(../images/arrow-next.svg) left top no-repeat;*/
            background-size: 100%;
        }

    .NoticeRight .slick-prev.slick-arrow {
        color: transparent;
        width: 12px;
        height: 22px;
        background: url(../images/next-arrow.svg) left top no-repeat;
        position: absolute;
        left: -90px;
        top: 50px;
        background-size: 100%;
        cursor: pointer;
    }

    .NoticeRight .slick-next.slick-arrow {
        color: transparent;
        width: 12px;
        height: 22px;
        background: url(../images/prev-arrow.svg) left top no-repeat;
        position: absolute;
        left: -60px;
        top: 50px;
        background-size: 100%;
        cursor: pointer;
    }

    .NoticeRight .line {
        width: 2px;
        height: 85px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 20px;
    }


.patron-saint {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 350px;
    z-index: 9;
    padding: 80px 0 74px 220px;
}

    .patron-saint img {
        width: 202px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .patron-saint h5 {
        font-size: 12px;
        color: #B2DFFF;
        font-weight: 800;
        margin-bottom: 5px;
        line-height: 20px;
    }

    .patron-saint h6 {
        font-size: 22px;
        color: #fff;
        font-weight: 800;
        margin-bottom: 5px;
        line-height: 20px;
    }

.OurFounder {
    width: 340px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 70px 200px 50px 0;
    ;
    text-align: right;
}

    .OurFounder img {
        width: 202px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .OurFounder h5 {
        font-size: 12px;
        color: #B2DFFF;
        font-weight: normal;
        margin-bottom: 5px;
        line-height: 20px;
    }

    .OurFounder h6 {
        font-size: 22px;
        color: #fff;
        font-weight: 800;
        margin-bottom: 5px;
        line-height: 20px;
    }

/* About Us */
.AboutWrap {
    width: 100%;
    padding: 60px 0 90px;
    position: relative;
}

.SchoolIndent {
    width: 100%;
    border-radius: 20px;
    background: rgb(10,91,149);
    background: linear-gradient(0deg, rgba(10,91,149,1) 0%, rgba(17,123,202,1) 100%);
    margin-bottom: 120px;
    overflow: hidden;
    padding: 40px 20px 50px;
}

    .SchoolIndent li {
        float: left;
        width: 25%;
        padding: 0 35px;
    }

        .SchoolIndent li h3 {
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 800;
            margin-bottom: 8px;
            line-height: 22px;
            color: #fff;
        }

        .SchoolIndent li p {
            font-size: 12px;
            line-height: 18px;
            color: #fff;
            width: 100%;
            max-width: 185px;
        }

        .SchoolIndent li img {
            width: auto;
            height: 65px;
            margin-bottom: 20px;
        }

    .SchoolIndent:before {
        width: 120px;
        height: 120px;
        background: rgb(255 255 255 / 10%);
        content: '';
        left: -30px;
        top: 160px;
        position: absolute;
        border-radius: 50%;
        z-index: 0;
    }

    .SchoolIndent:after {
        width: 190px;
        height: 190px;
        background: rgb(255 255 255 / 8%);
        content: '';
        right: 0px;
        top: -70px;
        position: absolute;
        display: inline-block;
        border-radius: 50%;
        z-index: 0;
    }

.aboutPost {
    width: 100%;
    position: relative;
}

    .aboutPost .play-btn {
        width: 95px;
        height: 95px;
        border-radius: 50%;
        background: rgb(2 91 149 / 70%);
        right: 75px;
        bottom: 10px;
        position: absolute;
        text-align: center;
        padding: 21px 0 0;
    }

.aboutIndent {
    width: 100%;
    position: relative;
}

    .aboutIndent h2 {
        font-size: 45px;
        font-weight: 700;
        line-height: 50px;
        color: #025B95;
        margin-bottom: 25px;
    }

        .aboutIndent h2 span {
            font-weight: 300;
        }

    .aboutIndent p {
        font-size: 18px;
        color: #273239;
        line-height: 30px;
        margin-bottom: 30px;
        font-weight: 300;
    }

    .aboutIndent ul {
        margin-bottom: 15px;
    }

    .aboutIndent li {
        font-weight: 300;
        font-size: 18px;
        color: #273239;
        line-height: 30px;
        padding-bottom: 6px;
        padding-left: 15px;
        position: relative;
    }

        .aboutIndent li:before {
            content: '-';
            position: absolute;
            left: 0;
            top: 2px;
            color: #273239;
            font-size: 16px;
        }

    .aboutIndent p a {
        border: 1px solid #0C66A7;
        color: #fff;
        border-radius: 50px;
        padding: 10px 25px;
        background: rgb(10,91,149);
        background: linear-gradient(0deg, rgba(10,91,149,1) 0%, rgba(17,123,202,1) 100%);
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
    }

        .aboutIndent p a:hover {
            background: #081E48;
            color: #fff
        }

/* MessageS */
.MessageBx {
    width: 100%;
    position: relative;
    background: rgb(10,91,149);
    background: linear-gradient(0deg, rgba(10,91,149,1) 0%, rgba(17,123,202,1) 100%);
}

    .MessageBx .Messageleft {
        width: 100%;
        float: left;
        padding: 50px 0 50px 0;
        overflow: hidden;
        position: relative;
    }

    .MessageBx .Messageright {
        float: right;
        position: relative; margin-left:20px;
    }

        .MessageBx .Messageright:before {
            width: 82px;
            height: 68px;
            position: absolute;
            left: 0;
            bottom: 0;
            background: url(../images/shape.svg) left top no-repeat;
            content: '';
            z-index: 3; display:none
        }

    .MessageBx h2 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

.Messageleft:before {
    width: 120px;
    height: 120px;
    background: rgb(255 255 255 / 10%);
    content: '';
    left: -30px;
    bottom: -50px;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.Messageleft:after {
    width: 190px;
    height: 190px;
    background: rgb(255 255 255 / 8%);
    content: '';
    right: -70px;
    top: -70px;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    z-index: 0;
}


.MessageBx .nav-tabs {
    border-bottom: 7px solid rgb(255 255 255 / 22%);
}

    .MessageBx .nav-tabs li a {
        position: relative;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        padding: 19px 15px;
        display: block;
    }

        .MessageBx .nav-tabs li a i {
            display: none;
        }

        .MessageBx .nav-tabs li a.active {
            color: #fff;
            font-weight: 600;
        }

            .MessageBx .nav-tabs li a.active i {
                width: 100%;
                height: 7px;
                background: #fff;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -7px;
                display: block;
            }

.MessageBx h4 {
    font-size: 22px;
    font-weight: 600;
    color: #081E48;
    margin-bottom: 5px;
}

.MessageBx h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}

    .MessageBx h5 span {
        display: block;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        margin: 5px 0 0;
    }

.MessageBx p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 15px;
    font-weight: 300;
}

.MessageBx .tab-content {
    padding: 30px 0 0;
}

.MessageBx .viewAll {
    width: 100%;
    padding: 10px 0 0;
}

    .MessageBx .viewAll a {
        border: 1px solid #081E48;
        color: #0A5B95;
        border-radius: 50px;
        padding: 16px 22px;
        background: #fff;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
    }

        .MessageBx .viewAll a:hover {
            background: #081E48;
            color: #fff
        }


/* Gallery View */
.GalleryWrap {
    width: 100%;
    padding: 120px 0;
}

    .GalleryWrap h2 {
        font-size: 35px;
        font-weight: 800;
        color: #025B95;
        margin: 0 0 30px;
    }

        .GalleryWrap h2 img {
            margin-right: 8px;
        }

    .GalleryWrap p {
        font-size: 18px;
        color: #273239;
        line-height: 20px;
        margin-bottom: 8px;
        font-weight: 600;
    }

        .GalleryWrap p span {
            color: #273239;
            font-size: 16px;
            font-weight: 300;
            display: inline-block;
            margin-bottom: 30px;
        }

    .GalleryWrap li {
        float: left;
        padding-right: 15px;
        width: 49.5%; padding-bottom:16px;
    }
        .GalleryWrap li a
        { display:block;     border-radius: 20px; height:160px; overflow:hidden
        }

        .GalleryWrap li img {
            width: 100%;
            height: auto;
        
        }

        .GalleryWrap li:last-child {
        }

    .GalleryWrap .viewAll {
        width: 100%;
        padding: 50px 0 0;
    }

        .GalleryWrap .viewAll a {
            border: 1px solid #0C66A7;
            color: #fff;
            border-radius: 50px;
            padding: 17px 25px;
            background: rgb(10,91,149);
            background: linear-gradient(0deg, rgba(10,91,149,1) 0%, rgba(17,123,202,1) 100%);
            display: inline-block;
            font-size: 18px;
            font-weight: 600;
        }

            .GalleryWrap .viewAll a:hover {
                background: #081E48;
                color: #fff
            }

img.awardimg {
    width: auto;
    height: 350px;
    border-radius: 20px;
}





/* Student Box */
.studentwrapp {
    width: 100%;
    padding: 120px 0;
    background: rgb(10,91,149);
    background: linear-gradient(0deg, rgba(10,91,149,1) 0%, rgba(17,123,202,1) 100%);
    position: relative;
    overflow: hidden;
}

    .studentwrapp:before {
        width: 190px;
        height: 190px;
        background: rgb(255 255 255 / 5%);
        content: '';
        left: -60px;
        bottom: -50px;
        position: absolute;
        display: inline-block;
        border-radius: 50%;
        z-index: 0;
    }

    .studentwrapp:after {
        width: 190px;
        height: 190px;
        background: rgb(255 255 255 / 5%);
        content: '';
        right: -70px;
        top: -70px;
        position: absolute;
        display: inline-block;
        border-radius: 50%;
        z-index: 0;
    }

    .studentwrapp h2 {
        color: #fff;
        font-size: 35px;
        font-weight: 800;
        margin-bottom: 20px;
    }

        .studentwrapp h2 img {
            vertical-align: middle;
            margin-right: 5px;
        }

    .studentwrapp p {
        font-size: 18px;
        color: #fff;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 10px;
    }

        .studentwrapp p span {
            color: #15A2F6;
            font-size: 16px;
            font-weight: 800;
            display: inline-block;
            margin-bottom: 15px;
        }

    .studentwrapp .slick-slide img {
        border-radius: 20px;
    }

    .studentwrapp .slick-initialized .slick-slide {
        position: relative;
    }

    .studentwrapp .slick-prev.slick-arrow {
        width: 12px;
        height: 22px;
        position: absolute;
        left: 30px;
        top: 35%;
        background: url(../images/slide-prev.svg) left top no-repeat;
        background-size: 100%;
        color: transparent;
        opacity: 0.5;
        cursor: pointer;
    }

    .studentwrapp .slick-next.slick-arrow {
        width: 12px;
        height: 22px;
        position: absolute;
        right: 30px;
        top: 35%;
        background: url(../images/slide-next.svg) left top no-repeat;
        background-size: 100%;
        color: transparent;
        opacity: 0.5;
        cursor: pointer;
    }

.StudentLeft {
    width: 47%;
    float: left;
    text-align: center;
}

.StudentRight {
    width: 100%;
    float: right;
    text-align: center;
}

.studentwrapp h4 {
    font-size: 16px;
    font-weight: 800;
    color: #15A2F6;
    text-align: center;
    margin: 15px 0 9px;
}

.studentwrapp h5 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.studentwrapp .view-btn {
    border-radius: 50px;
    border: 1px solid #0C66A7;
    padding: 16px 30px 15px;
    color: #0C66A7;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    display: inline-block;
}

    .studentwrapp .view-btn:hover {
        background: #15A2F6;
        color: #fff;
    }

.classbg {
    width: 43px;
    height: 35px;
    background: url(../images/classbg.svg) left top no-repeat;
    background-size: 100%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    left: 35px;
    top: -5px;
    line-height: 30px;
    z-index: 99;
}

.BirthdayBx {
    padding-left: 0;
}

    .BirthdayBx:before {
        width: 1px;
        height: 600px;
        position: absolute;
        left: 30px;
        top: 0;
        background: 0;
        content: '';
    }

    .BirthdayBx .StudentLeft {
        /* margin: 0 auto; */
        /* float: inherit; */
    }

/* Download App  */
.DownloadApp {
    width: 100%;
    padding: 120px 0 180px;
    position: relative;
    z-index: 99;
}

.downloadIndent {
    width: 100%;
    padding: 0 0 0 15px;
}

    .downloadIndent h2 {
        color: #0A5B95;
        font-size: 40px;
        font-weight: 800;
        text-align: center;
        margin-bottom: 60px;
    }

    .downloadIndent .slick-slide {
        position: relative;
        padding: 5px 0 15px 130px;
        font-size: 16px;
        color: #273239;
        line-height: 25px;
        font-weight: 300;
    }

        .downloadIndent .slick-slide span {
            position: absolute;
            left: 0;
            top: 10px;
            width: 100px;
        }

        .downloadIndent .slick-slide i {
            width: 1px;
            height: 105px;
            background: #273239;
            position: absolute;
            left: 110px;
            top: 0px;
        }

    .downloadIndent .slick-dots li button:before {
        background: none;
        border: 1px solid #666;
    }

    .downloadIndent .slick-dots li.slick-active button:before {
        background: #273239;
    }

.enterCode {
    width: 230px;
    margin: 100px auto 0;
    text-align: center;
}

    .enterCode input {
        width: 100%;
        border: 0px;
        font-size: 15px;
        color: #273239;
        text-align: center;
        margin-bottom: 8px;
    }

    .enterCode span {
        font-size: 45px;
        color: #273239;
        font-weight: 800;
        line-height: 40px;
    }

.Applogo {
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
}

.DownloadApp .foot-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -270px;
    
    text-align: center;
}
img
{ max-width:100%;
}

/* Footer */
footer {
    width: 100%;
    position: relative;
    background: rgb(10,91,149);
    background: linear-gradient(0deg, rgba(10,91,149,1) 0%, rgba(17,123,203,1) 100%);
    padding: 0 0 40px;
    overflow: hidden;
}

    footer:before {
        width: 340px;
        height: 340px;
        background: rgb(255 255 255 / 5%);
        content: '';
        left: 30px;
        top: -180px;
        position: absolute;
        display: inline-block;
        border-radius: 50%;
        z-index: 0;
    }

    footer:after {
        width: 500px;
        height: 500px;
        background: rgb(255 255 255 / 5%);
        content: '';
        right: -100px;
        top: -250px;
        position: absolute;
        display: inline-block;
        border-radius: 50%;
        z-index: 0;
    }

.FooterAbout {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 100px 0 15px;
    position: relative;
    color: #fff;
    z-index: 9;
}

    .FooterAbout h2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .FooterAbout h3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .FooterAbout p {
        font-size: 16px;
        line-height: 25px;
        font-weight: 300;
        text-align: justify;
    }

.FooterTour {
    width: 100%;
    text-align: center;
    padding: 35px 0 50px;
}

    .FooterTour li {
        display: inline-block;
        width: 24%;
    }

        .FooterTour li span {
            display: block;
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            padding: 18px 0 0;
            line-height: 24px;
            text-transform: uppercase;
        }

.footerIndent {
    width: 84%;
    position: relative;
    margin: 0 auto;
}

    .footerIndent li a {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        padding: 9px 0;
        display: inline-block;
    }

.LocationFoot {
    width: 100%;
    position: relative;
    padding: 0 0 0 120px;
    margin-top: 30px;
}

    .LocationFoot .location {
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
    }

        .LocationFoot .location img {
            width: 100%;
            height: auto;
        }

    .LocationFoot h4 {
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        line-height: 20px;
        margin: 0 0 8px;
        padding-top: 15px;
    }

        .LocationFoot h4 img {
            vertical-align: -3px;
            margin-right: 5px;
        }

    .LocationFoot p {
        font-size: 13px;
        color: #fff;
        line-height: 20px;
    }

.AddressVIew {
    width: 100%;
    padding: 30px 0 0;
}

    .AddressVIew p {
        font-size: 16px;
        color: #D9F1FF;
        line-height: 24px;
        margin-bottom: 10px;
    }

        .AddressVIew p span {
            color: #fff;
        }

.Downloadbx {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 30px 0 70px;
}

    .Downloadbx a {
        border: 1px solid #1690E1;
        background: #0C66A8;
        border-radius: 3px;
        padding: 14px 25px;
        color: #1690E1;
        display: inline-block;
        position: relative;
        z-index: 9;
    }

        .Downloadbx a:hover {
            background: #1690E1;
            color: #fff;
        }

    .Downloadbx:before {
        width: 100%;
        height: 1px;
        content: '';
        background: #1690E1;
        left: 0;
        right: 0;
        top: 24px;
        position: absolute;
    }

.copyright {
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
}

    .copyright span {
        display: block;
    }

    .copyright a {
        font-weight: 700;
        color: #fff;
    }
.mastercontainer {
    width: 100%;
    float: left;
    padding-top: 10px;
    font-size: 18px;
    color: #273239;
    font-weight: 300;
    line-height: 30px;
}
    .mastercontainer p {
        
        margin-bottom: 30px;

    }
    .mastercontainer .heading_master {
        font-size: 45px;
        font-weight: 700;
        line-height: 50px;
        color: #025B95;
        margin-bottom: 25px;
    }
    
.accordionHeader_Y {
    color: #fff;
    background: #404e94 url(/images/ajax-arrow1.png) 99% center no-repeat;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.accordionHeaderSelected {
    color: #ffffff;
    background: #bba13c url(/images/ajax-arrow.png) 99% center no-repeat;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.accordionContent_Y {
    background-color: #fff;
    padding: 25px;
    padding-top: 22px;
    border: 1px solid #bba13c;
}

.ipibdr {
    border: 2px solid #2962b0;
}

.innerH2 {
    text-align: left;
    margin-bottom: 15px;
}

.innerImg {
    float: right;
    margin-left: 25px;
}

ul.innerUl li {
    padding-left: 40px;
    background: url(/images/ulbg.png) 0px 4px no-repeat;
    margin-bottom: 12px;
}


.innerTbl {
    width: 100%;
    border-collapse: collapse;
}

    .innerTbl tr:first-child {
        font-weight: bold;
    }

.innerTbl {
    width: 100%;
}

    .innerTbl tr td {
        padding: 5px;
    }

.tpr tr td {
    text-align: center;
    vertical-align: top;
    padding: 0 5px 20px 5px;
}

.innerTbl1 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

    .innerTbl1 tr td, .innerTbl1 tr th {
        border: 1px solid #b5bacc;
        padding: 4px 5px;
    }
    
    .innerTbl1 tr th {
        background: #d1d5e3;
    }

    .innerTbl1 tr:nth-child(even) {
        background-color: #b4ffb6;
    }
p
{ text-align:justify
}
.innerTbl tr th, .innerTbl tr td {
    border: 1px solid #dee2e6;
    padding: 5px;
}
@media only screen and (max-width : 1024px)
{

    .mainSection .container
    { max-width:100%
    }
    .TopMenu a
    { margin-left:5px; padding: 10px 9px 11px;
    }
    .TopRight
    {max-width: 360px;
    
    margin-right: 60px;
    }header .navbar-brand {
    padding-top: 5px;
    max-width: 302px;
}
}
@media only screen and (max-width : 767px)
{
    .socialTop
    { display:none
    }
    .TopRight
    { display:none
    }
    header .navbar-brand
    { max-width:80%;
    }
    .BirthdayBx .StudentLeft {
    width: 50%; max-width:50%;
}
}
@media only screen and (max-width : 480px)
{
     .BirthdayBx .StudentLeft {
    width: 100%!important; max-width:100%!important;
}
}
