body{
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
    font-size: 14px;
}
.navigationBar{
    position: fixed;
    width: 100%;
    margin: 0 auto;
    background-color: rgb(200, 236, 251);
    box-shadow: 3px 3px 33px black;
    z-index: 5;
}
.headRibbon{
    background-color: black;
    color: yellow;
    font-weight: bolder;
    width: 100%;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
}
.headRibbon span{
    margin-right: 30px;
}
.headRibbon p{
    margin-top: 0px;
    margin-bottom: 0px;
}

.logoArea{
    margin-top: 10px;
    width: 15%;
    overflow: hidden;
    display: inline-table;
}
.logoArea img{
    width: 100%;
}
.menuArea{
    width: 100%;

}
.menuAreaContainer{
    width: 70%;
    text-align: right;
    vertical-align: top;
    display: inline-table;
    float: right;
}
.menuAreaContainer ul{
    list-style: none;
}
.menuAreaContainer li{
    display: inline-table;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-right: 15x;
    margin-left: 15px;
    border-top-color: transparent;
    border-top-width: 5px;
    border-top-style: solid;
    border-bottom-color: transparent;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    font-weight: bold;
    transition: all 1s;
}
.menuAreaContainer li:hover{
    border-bottom-color: black;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-top-color: black;
    border-top-width: 2px;
    border-top-style: solid;
    font-weight: bolder;
}
.menuAreaContainer a{
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    color: black;
}
.humeg{
    width: 95%;
    margin: 0 auto;
}
.caroseLl{
    width: 100%;
    overflow: hidden;
    height: 650px;
}
.caroseLl img{
    width: 100%;
}
.keepJCen{
    width: 92%;
    margin: 0 auto;
}
.sliderInfo{
    width: 100%;
    margin: 22% auto;
    text-align: center;
    position:absolute;
}
.sliderInfo h2{
    font-size: 50px;
    color: white;
    font-weight: lighter;
    margin-top: 0px;
    margin-bottom: 6px;
}
.sliderInfo p{
    font-size: 20px;
    color: white;
    margin-top: 4px;
}
.contactBtn{
    padding: 10px;
    width: 10%;
    margin: 0 auto;
    background-color: black;
    color: rgb(255, 255, 255);
    border-radius: 100px;
    display: inline-table;
    margin-left: 12px;
    margin-right: 12px;
    transition: all 1s;
    border-style: solid;
    border-color: white;
    border-width: 2px;
}
.contactBtn:hover{
    box-shadow: 3px 3px 63px rgb(255, 255, 255);
}
.contactBtn a{
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}
.holdSubTabs{
    width: 100%;
    text-align: center;
    background-color: rgb(200, 236, 251);
}
.subMenuTabs{
    width: 25%;
    margin: 5% auto;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-table;
    vertical-align: top;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    height: 250px;
    max-height: 250px;
}
.subMenuTabs img{
    width: 120%;
    max-height: 250px;
}
.tab_title{
    margin: 2% auto;
    position: absolute;
    text-align: center;
    color: white;
    padding-left: 10px;
    float: center;
}
.tab_title h2{
    font-size: 33px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: white;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 3px 3px 35px black;
    padding-left: 22px;
    padding-right: 22px;
    text-shadow: 3px 3px 33px black;
}
.tabDescribeB{
    border-style: solid;
    border-width: 2px;
    border-color: white;
    width: 100%;
    margin: 10px;
    position:absolute;
    text-align: center;
    color: white;
    border-radius: 12px;
}
.tabDescribeB p{
    width: 80%;
    text-align: center;
}
.shortTabs{
    text-align: center;
    width: 100%;
    background-color: rgb(0, 55, 70);
    color: white;
    padding-top: 33px;
}
.shotBtab{
    display: inline-table;
    width: 20%;
    margin-bottom: 50px;
    margin-left: 60px;
    margin-right: 60xp;
    line-height: 1.5;
}
.shotBtab span{
    border-color: white;
    border-style: solid;
    border-width: 2px;
    padding: 12px;
    border-radius: 6px;
}
.shotBtab i{
    font-size: 55px;
}
.readMore{
    width: 30%;
    margin: 0 auto;
    padding: 8px;
    border-radius: 100px;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    margin-top: 10px;
    cursor: pointer;
}
.readMore a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.readMore:hover{
    background-color: white;
    color: black;
}
.readMore a:hover{
    color: rgb(0, 0, 0);
}
.shortYtab{
    margin-top: -70px;
    width: 100%;
    text-align: center;
    z-index: 3;
    background-color: rgb(200, 236, 251);
}
.shrtB{
    background-color: skyblue;
    border-radius: 100px;
    border-style: solid;
    border-width: 5px;
    border-color: white;
    width: 7%;
    margin: 0px 20px 0px 20px;
    display: inline-table;
    padding: 20px;
    box-shadow: 3px 3px 37px rgb(0, 0, 0);
}
.shrtB h2{
    font-weight: bolder;
    margin-top: 10px;
}
.shrtB i{
    font-size: 40px;
}




.shrtB2{
    background-color: rgb(35, 142, 0);
    border-radius: 100px;
    border-style: solid;
    border-width: 5px;
    color: white;
    border-color: rgb(153, 255, 98);
    width: 7%;
    margin: 0px 20px 0px 20px;
    display: inline-table;
    padding: 20px;
    box-shadow: 3px 3px 37px rgb(0, 0, 0);
}
.shrtB2 h2{
    font-weight: lighter;
    margin-top: 10px;
}
.shrtB2 i{
    font-size: 40px;
}




.shrtB3{
    background-color: rgb(170, 0, 255);
    border-radius: 100px;
    border-style: solid;
    border-width: 5px;
    border-color: rgb(253, 145, 250);
    width: 7%;
    color: white;
    margin: 0px 20px 0px 20px;
    display: inline-table;
    padding: 20px;
    box-shadow: 3px 3px 37px rgb(0, 0, 0);
}
.shrtB3 h2{
    font-weight: lighter;
    margin-top: 10px;
}
.shrtB3 i{
    font-size: 40px;
}




.shrtB4{
    background-color: rgb(255, 213, 0);
    border-radius: 100px;
    border-style: solid;
    border-width: 5px;
    border-color: rgb(255, 132, 0);
    width: 7%;
    margin: 0px 20px 0px 20px;
    display: inline-table;
    padding: 20px;
    box-shadow: 3px 3px 37px rgb(0, 0, 0);
}
.shrtB4 h2{
    font-weight: lighter;
    margin-top: 10px;
}
.shrtB4 i{
    font-size: 40px;
}
.shotBtab{
    padding: 12px;
    border-radius: 100px;
}
.newsAnn{
    width: 100%;
    padding-top: 20px;
    background-color: rgb(236, 249, 255);
    padding-bottom: 30px;
}
.newsColumn{
    width: 90%;
    margin: 0 auto;
}
.newsColumn h2{
    font-weight: lighter;
    font-size: 27px;
}
.newsTab{
    padding: 15px;
    border-radius: 5px;
    text-align: left;
    background-color: white;
    display: inline-table;
    width: 20%;
    line-height: 1.2;
    margin: 0px 10px 0px 0px;
    transition: all 1s;
    cursor: pointer;
}
.newsTab a{
    color: gray;
    text-decoration: none;
}
.newsTab:hover{
    box-shadow: 3px 3px 6px gray;
}
.newsTab h2{
    margin-top: 3px;
    margin-bottom: 3px;
    color: army;
    font-size: 17px;
}
.newsTab p{
    color: gray;
    line-height: 1.2;
}
.newsTab i{
    margin-left: 5px;
}
.footerContainer{
    background-color: rgb(0, 55, 70);
    color: white;
}
.genfooter{
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: center;
}
.foTab{
    width: 23%;
    display: inline-table;
    vertical-align: top;
    margin: 0px 10px 0px 10px;
    text-align: left;
    line-height: 1.7;
    font-size: 15px;
}
.foTab figure{
    margin-left: 0px;
    font-weight: bold;
    margin-bottom: 0px;
}
.foTab p{
    margin-bottom: 26px;
    color: rgb(138, 206, 255);
    margin-top: 0px;
}
.foTab a{
    text-decoration: none;
    color: rgb(138, 206, 255);
}
.foTab ul{
    list-style: none;
    list-style-type: none;
    margin-left: 0px;
}
.foTab li{
    margin-left: 0px;
    border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: 1px;
    padding-bottom: 12px;
    margin-top: 10px;
    text-transform: uppercase;
    width: 80%;
}
.foTab i{
    color: rgb(138, 206, 255);
}
.mobileSwtich{
    float: right;
    font-size: 35px;
    margin-right: 15px;
    width: 10%;
    text-align: right;
    margin-top: -50px;
    display: none;
}
.swtTab{
    display: none;
    cursor: pointer;
}
.swtTabClose{
    display: none;
    cursor: pointer;
}
.mobileSpray{
    display: block;
    float: right;
    text-align: right;
    width: 100%;
    height: 100vh;
    background-color: white;
    opacity: 0.7;
    position: fixed;
    text-align: right;
    display: none;
}
.mobileSpray ul{
    list-style-type: none;
    text-decoration: none;
}
.mobileSpray li{
    width: 95%;
    border-radius: 100px 0px 0px 100px;
    margin-top: 25px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 2px;
    background-color: rgb(0, 0, 0);
    padding-right: 30px;
    padding-top: 15px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.mobileSpray a{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

    .properTyOf{
        width: 60%;
        margin: 0 auto;
        color: white;
        text-align: center;
        color: rgb(218, 255, 144);
        padding-bottom: 25px;
    }
    .properTyOf img{
        width: 10%;
    }
    .properTyOf a{
        color: white;
        text-decoration: none;
        color: rgb(222, 255, 155);
    }
    .properTyOf p{
        margin-top: 5px;
        margin-bottom: 5px;
    }
.aboutContainer{
    width: 100%;
    background-color: white;
    margin: 0 auto;
    padding-top: 120px;
}

.pageHeadings{
    margin-top: 5px;
    width: 100%;
    color: white;
    background-color: rgb(8, 51, 86);
    padding: 50px 0px 50px 0px;
}
.pageHeadings img{
    width: 100%;
}
.pageHeadings h1{
    width: 80%;
    text-align: left;
    margin: 0 auto;
    font-size: 30px;
    font-weight: lighter;
}
.pageHeadings p{
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
}

.conTg{
    width: 80%;
    margin: 0 auto;
    line-height: 2.1;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: gray;
    padding-top: 35px;
    padding-bottom: 35px;
}
.conTg h2{
    margin-top: 45px;
    margin-bottom: 5px;
    font-size:23px;
    font-weight: lighter;
}
.conTg p{
    margin-top: 5px;
}
.pageHeadings i{
    margin: 0px 6px 0px 6px;
}

.holdeNB{
    width: 100%;
    text-align: center;
    background-color: rgb(233, 252, 252);
    padding-top: 50px;
}
.ourMissionsS{
    width: 23%;
    margin: 0px 10px 0px 12px;
    background-color: white;
    padding: 10px;
    display: inline-table;
    padding: 30px;
    border-radius: 12px;
    border-color: rgb(128, 134, 137);
    border-width: 2px;
    margin-bottom: 105px;
    border-style: solid;
    line-height: 1.6;
    height: 370px;
}
.ourMissionsS p{    
    font-size: 17px;
    color: gray;
}
.ourMissionsS i{
    font-size: 55px;
}
.ourMissionsS ul{
    text-align: left;
}
.ourMissionsS li{
    text-align: left;
    margin-bottom: 15px;
    color: gray;
    font-size: 17px;
}
.ourMissionsS span{
    display: block;
    font-weight: bold;
}
.admissionBtn{
    width: auto;
    display: inline-table;
    background-color: rgb(0, 56, 105);
    padding: 3px 25px 3px 25px;
    color: white;
    font-size: 14px;
    border-radius: 100px;
}
.admissionBtn a{
    color: white;
    text-decoration: none;
}





































@media(max-width: 1172px){
    .menuAreaContainer{
        display: none;
    }
    .mobileSwtich{
        display: block;
    }
    .swtTab{
        display: block;
    }
    .mobileSpray{
        display: none;
    }
    .caroseLl{
        height: 500px;
    }
}







@media(max-width: 844px){
    .logoArea{
        width: 20%;
    }
    .ourMissionsS{
        width: 70%;
        margin-top: 50px;
        margin-bottom: 0px;
    }
    .holdeNB{
        padding-bottom: 50px;
    }
    .keepJCen span{
        display: block;
        margin-bottom: 7px;
    }
    .caroseLl{
        height: 500px;
    }
}

@media(max-width: 626px){
    .logoArea{
        width: 35%;
    }
    .mobileSpray{
        margin-right: 30px;
    }
    .mobileSpray li{
        margin-right: 15px;
    }
    .caroseLl{
        height: 300px;
        padding-top: 120px;
        background-color: rgb(0, 87, 89);
    }
    .contactBtn{
        width: 35%;
        border-radius: 100px;
        font-weight: bolder;
    }
    .sliderInfo h2{
        font-size: 22px;
        font-weight: bolder;
    }
    .shortYtab{
        text-align: center;
    }
    .shrtB{
        width: 70%;
        border-radius: 10px;
        padding-bottom: 5px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    
    .shrtB2{
        width: 70%;
        border-radius: 10px;
        padding-bottom: 5px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .shrtB3{
        width: 70%;
        border-radius: 10px;
        padding-bottom: 5px;
        margin-top: 20px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .shrtB4{
        width: 70%;
        border-radius: 10px;
        padding-bottom: 5px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .shrtB5{
        width: 20%;
        border-radius: 10px;
        padding: 0px;
        font-weight: bold;
        padding-bottom: 5px;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .subMenuTabs{
        width: 85%;
    }
    .shotBtab{
        width: 80%;
        margin: 0px;
        border-radius: 0px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: white;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .newsTab{
        width: 90%;
        margin-bottom: 10px;
    }
    .foTab{
        width: 90%;
    }
    .properTyOf{
        width: 85%;
        line-height: 1.4;
    }
    .properTyOf img{
        width: 35%;
    }
}