﻿
/*-----Besic Elements--------*/
.inner-banner .content .HeaderText {
    font-size: 50px;
}
.padding-lgDiv {
    padding-top: 40px;
    padding-bottom: 40px;
}
.conDivider {
    width: 100%;
    height: 20px;
    background: #002d5f;
}
/*-----Background Color-----*/
.grey-bg {
    background: #f3f6f8;
}


/*####################################*/
/*#######      _Layout          ######*/
/*####################################*/

/*----Top Header Banner & Others-----*/
.header-middle {
    padding-bottom: 25px;
}
.header-middle .contact {
	display: block;
	padding: 8px 0 0 0;
	float: right!important;
}
.header-middle .contact ul {
	display: block;
	padding-right: 32px;
	float: left!important;
}
.header-middle .contact ul li {
	display: block;
	padding: 0 30px;
	border-right: 1px #dedddd solid;
	float: left;
	font-size: 18px;
	color: #4f4a4a;
	line-height: 18px;
}
.header-middle .contact ul li span {
	display: block;
	font-size: 12px;
	color: #8f9ba1;
	text-transform: uppercase;
    margin-bottom: 4px;
}
.header-middle .contact ul li a {
	color: #4f4a4a;
}
.header-middle .contact ul li a:hover {
	color: #ff9600;
}
.header-middle a.login {
	display: inline-block;
	padding: 5px 20px;
	border: 2px #2c97ea solid;
	border-radius: 5px;
	font-size: 12px;
	color: #6f7a7f;
	font-weight: 700;
}
.header-middle a.login:hover {
	background: #2c97ea;
	color: #fff;
}
.header-middle a.login span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
	font-size: 14px;
	color: #00aaff;
}
.header-middle a.login:hover span {
	color: #fff;
}
.Header-icon {
    background: #0061ff !important;
    padding: 2px 3px 0 4px;
    border-radius: 2px;
}
.Header-icon p {
    color: #fff;
    padding: 2px 0 2px 2px;
    font-size: 13px;
    margin: 0;
}
.Header-icon1 {
    background: #00a805 !important;
    padding: 2px 3px 0 4px;
    border-radius: 2px;
}

.Header-icon1 p {
    color: #fff;
    padding: 2px 0 2px 2px;
    font-size: 13px;
    margin: 0;
}
.phn-icon {
    float: left;
    width: 19px;
    margin: 4px 10px 0 0;
    padding-left: 5px;
    background-size: contain;
}

/*----Announcement Bar------*/
.announce-bar {
    background: #59a8ff!important;
}
.announce-bar h4 {
    color: #ffee03!important;
    font-weight: 600;
    padding-top: 4px;
    text-shadow: 1px 1px 3px #808080 !important;
    text-align: right;
}
.announce-marq p {
    padding-top: 10px;
    margin-bottom: 0px;
}
.announce-marq .AnnText {
    color: #ffffff;
    transition: 0.2s;
}
.announce-marq .AnnText:hover {
    color: #ffee00;
}

/*---Navigation Bar---*/
.navbar {
    background: #fff!important;
    border-radius: 0px!important;
    margin-bottom: 1px!important;
    margin-top: 1px !important;
    border-bottom: 1px solid #2c97ea!important;
    position: sticky!important;
    top: 0;
    z-index: 1000;
}
.navbar-nav {
    margin: 0 auto;
}
.navbar-collapse {
    padding: 0px;
}
.navbar #navbar {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-header p {
    color: #fff;
    display: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    background-color: #fff!important;
    height: 3px!important;

}
.nav > li > a {
    padding: 10px 12px!important;
    font-size: 14px!important;
    border-radius: 2px;
}
.navbar-nav > li > a {
    text-transform: uppercase;
}
.navbar-nav > li:last-child {
    border: none;
}
.navbar-nav > li > a i {
    font-size: 20px;
    color: #5f96c6;
    padding-left: 2px;
}
.navbar .navbar-nav > li > a:hover {
    background: rgb(27,121,252,0.7) !important;
    color: #fff !important;
}
.navbar .dropdown-menu {
    min-width: 260px;
    padding: 0px;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    border-radius: 0px;
    border-top: 4px #ff9600 solid;
    background: #1b79fc;
}
.navbar .dropdown-menu:after {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 150, 0, 0);
    border-bottom-color: #ff9600;
    border-width: 10px;
}
.navbar .dropdown-menu > li > a {
    padding: 7px 15px;
}
.navbar .dropdown-menu > li > a:focus, .navbar .dropdown-menu > li > a {
    color: #fff;
}
.navbar .dropdown-menu > li > a:focus, .navbar .dropdown-menu > li > a:hover {
    background: #ff9600;
    color: #fff;
}
.dropdownRight {
    position: relative;
}
.dropdownMenu-right {
    display: none;
    position: absolute;
    top: 0px;
    margin-left: 268px;
    min-width: 210px;
    padding: 0px;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    border-radius: 0px;
    border-left: 4px #ff9600 solid;
    background: #1b79fc;
}
.dropdownMenu-right:after {
    right: 100%;
    top: 5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 150, 0, 0);
    border-right-color: #ff9600;
    border-width: 10px;
}
.dropdownMenu-right > li > a {
    display: block;
    padding: 7px 15px;
}
.dropdownMenu-right > li > a:focus, .dropdownMenu-right > li > a {
    color: #fff;
}
.dropdownMenu-right > li > a:focus, .dropdownMenu-right > li > a:hover {
    background: #ff9600;
    color: #fff;
}

/*---------Footer----------*/
#footer-wrapper {
    background: #002C46;
    position: relative;
    padding: 20px 0;
    width: 100%;
}
.foot-link {
    text-align: center;
    padding: 15px 0 20px;
    border-bottom: 1px solid #00588B;
    margin-bottom: 15px;
}
.foot-link a {
    padding: 0 4px;
    color: #fff;
    font-size: 14px;
}
.foot-link a:hover {
    color: #FFDD00;
}
.footer-stat, #footer {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
}
.footer-stat h2 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.8px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 12px 0 15px 0px;
}
.footer-stat h3 {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.8px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 12px 0 15px 0px;
}
.footer-stat p {
    padding: 2px 10px 4px 15px;
    letter-spacing: 0.5px;
    font-size: 14px;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 20px;
}
.footer-stat .foot2 a {
    letter-spacing: 0.5px;
    font-size: 14px;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 20px;
    transition: 0.2s;
}
.footer-stat .foot2 a:hover {
    color: #FFDD00;
}
.foot {
    float: left;
    width: 27%;
    padding-right: 10px;
    padding-left: 15px;
}
.foot2 {
    float: left;
    width: 21%;
    margin-left: 2%;
    padding-left: 10px;
}
.foot3 {
    float: left;
    width: 20%;
    margin-left: 2%;
    padding-left: 10px;
}
.bor {
    border-left: 1px solid #00588B;
}
.bor2 {
    border-left: 1px solid #00588B;
}
.break {
    clear: both;
    height: 12px;
}
.get-btn {
    padding: 5px 21px;
    color: #000;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    letter-spacing: 0.4px;
}
.get-btn:hover {
    color: #000;
    background: #FFDD00;
}
.scl-icons {
    width: 20px;
    padding: 4px;
    background: #17447C;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 8px;
}
.scl-icons:hover {
    background: #56BFA0;
}
.foot-email {
    width: 30px;
}
.breaker {
    clear: both;
    height: 0.1px;
}
.lime {
    color: #808080!important;
}

/*--------Footer Company Tag------*/
#feeter {
    background-color: #4f00ff !important;
    padding: 0 10px;
}
#feeter p {
    color: #fff !important;
    padding: 10px 0;
    margin: 0;
}
#feeter .p1 {
    text-align: right;
    padding: 10px 0;
    margin: 0;
}


/*####################################*/
/*#######      Home Page        ######*/
/*####################################*/

/*Banner Slider*/
.banner-outer {
    display: block;
    position: relative;
    overflow-x: hidden;
}
.banner-slider .container {
    display: table;
    height: 100%;
}
.banner-outer .Slider {
    display: block;
    height: 588px;
    width: 100%;
}
.banner-outer .Slider img {
    display: block;
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;
}
.banner-outer .bx-wrapper .bx-pager {
	bottom: 55px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.banner-outer .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}
.banner-outer .bx-wrapper .bx-pager a {
	background: #fff;
	border-radius: 2px;
	display: block;
	height: 6px;
	margin: 0 4px;
	outline: 0 none;
	text-indent: -9999px;
	width: 20px;
	opacity: 0.3;
}
.banner-outer .bx-wrapper .bx-pager a:hover, .banner-outer .bx-wrapper .bx-pager a.active {
	background: #ffa000;
	opacity: 1;
}



/*QuickPonit*/
.QuickPoint {
    padding: 25px 0 40px 0;
}
.news-section {
    float: left;
    width: 70%;   
}
.vis-mis {
    float: left;
    width: 50%;
    height: 200px;
    background: linear-gradient(rgba(0, 80, 179, 0.85) 0%, rgba(0, 74, 165, 0.85) 100%), url(../Images/TeacherDesk.jpg) center center;
    color: #fff;
}
.vis-mis h2 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0px;
}
.vis-mis p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 13px;
    line-height: 21px;
}
.vis-mis a {
    color: #FFDD00;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s;
}
.vis-mis a:hover {
    color: tomato;
}
.dav-spacer {
    margin: auto;
    width: 90%;
    padding: 20px 0;
}
.news {
    float: left;
    width: 50%;
    height: 200px;
    background: linear-gradient(rgba(210,158,0,0.7) 0%, rgba(210,158,0,0.7) 100%), 
        url(../Images/newsImg.jpg) center center;
    margin-top: 0px;
}
.news h2 {
    padding: 0px 0 6px 0px;
    letter-spacing: 0.4px;
    color: #fff;
    font-size: 18px;
    margin-top: 0px;
    font-weight: normal;
}
.QuickPointGallery {
    float: left;
    width: 100%;
    height: 200px;
    background: linear-gradient(rgba(0, 171, 184, 0.8) 0%, rgba(1, 152, 163, 0.8) 100%), url(../Images/UnderConsImg.jpg) center center;
}
.QuickPointGallery h2 {
    padding: 0px 0 6px 0px;
    letter-spacing: 0.4px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
    font-weight: normal;
}
.circular {
    float: left;
    width: 30%;
    background: #EEEEEE;
}
.circular h2 {
    background: #0066AB;
    padding: 12px;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 100;
    font-size: 20px;
    text-transform: uppercase;
}
.news-scroll {
    display: block;
    max-height: 351px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll
}

.news-scroll::-webkit-scrollbar {
    width: 10px;
}

.news-scroll::-webkit-scrollbar-thumb {
    background: #afafaf;
    border-radius: 15px;
}

.news-scroll::-webkit-scrollbar-track {
    background: #d8d8d8;
    border-radius: 15px;
}

.news-scroll .QuickPointLink {
    display: block;
    background: #ebebeb;
    color: #000;
    font-size: 14px;
    padding: 0px 4px;
    line-height: 24px;
    border-top: 1px solid #fff;
}
.news-scroll .QuickPointLink:hover {
    background: #fff;
}
.dater {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #67AC59;
    float: left;
    width: 80px;
    margin-right: 10px;
}
.LinkDate {
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.LinkDate:hover {
    color: #fff;
}
.dater-list {
    padding: 10px 0px;
    float: right;
    width: 70%;
}
.LinkWord {
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
    transition: 0.2s;
}
.LinkWord:hover {
    color: #ff9600;
}


/*Sponsor Message*/
.sponsorMsg {
    padding-bottom: 60px;
}
.sponsorMsg .col-sm-4 {
    padding-right: 30px;
}
.sponsorMsg .col-sm-4 .sponsorImg {
    height: 100%;
    float: right;
    box-shadow: 0 0 5px #979797;
}
.sponsorMsg .col-sm-8 span {
    font-size: 16px;
    color: #7d7c7c;
    text-transform: uppercase;
}
.sponsorMsg .col-sm-8 h2 {
    color: #3a3a3a;
    margin-top: 10px;
}
.sponsorMsg .col-sm-8 p:nth-child(3) {
    color: #826c6c;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.sponsorMsg .col-sm-8 p:nth-child(4) {
    color: #826c6c;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sponsorMsg .col-sm-8 p:nth-child(5) {
    color: #555555;
    font-size: 15px;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}
.sponsorMsg .know-more-wrapper {
    display: block;
    position: relative;
}
.sponsorMsg .know-more-wrapper:after {
    width: calc(100% - 135px);
    height: 1px;
    background: #bebebe;
    content: "";
    position: absolute;
    right: 0px;
    top: 14px;
    z-index: 1;
}
.sponsorMsg a.know-more {
    display: inline-block;
    padding-right: 24px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}
.sponsorMsg a.know-more span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 4px;
    color: #ff9600;
}
.sponsorMsg a.know-more:hover span {
    color: #0041ff;
}

/*President & Teacher Short Message*/
.Speeches-1 .row {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.Speeches-1 .President-col {
    background: #f1f1f1 !important;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 0 10px #c1c1c1;
    padding-bottom: 40px;
}
.President-col .rounded {
    height: 153px;
    width: 126px;
    margin: 15px 15px 5px 15px;
    float: left;
    shape-outside: image();
    overflow: hidden;
}
.Speeches-1 .Headmaster-col {
    background: #f1f1f1 !important;
    padding-bottom: 40px;
    border-left: 2px dotted #52aef5 !important;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 0 10px #c1c1c1;
}
.Speeches-1 .rounded-1 {
    height: 153px;
    width: 126px;
    margin: 15px 15px 5px 15px;
    float: left;
    shape-outside: image();
    overflow: hidden;
}
.speeImg {
    border-radius: 10px 10px 10px 10px;
}
.MsgText {
    letter-spacing: 1px;
    line-height: 1.7;
}
.MsgBoxWrapper {
    width: 100%;
    overflow: hidden;
}
.Speeches-1 .know-more-wrapper {
    display: block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
}
.Speeches-1 .know-more-wrapper:before {
    width: calc(100% - 170px);
    height: 1px;
    background: #919191;
    content: "";
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: 1;
}
.Speeches-1 a.know-more {
    float: right;
    display: inline-block;
    padding-right: 30px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}
.Speeches-1 a.know-more span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 4px;
    color: #ff9600;
}
.Speeches-1 a.know-more:hover span {
    color: #0041ff;
}

/*Infrastructure & Facilities Section*/
.our-impotance {
    background: #fff;
}
.our-impotance container-fluid {
    margin-top: 30px;
}
.our-impotance ul {
	display: block;
	text-align: center;
    padding-top: 30px;
}
.our-impotance ul li {
	display: block;
	margin-bottom: 65px;
	border-right: 1px #e9e9e9 solid;
	position: relative;
}
.our-impotance ul li:nth-child(3n) {
	border-right: none;
}
.our-impotance ul li:nth-child(n+4):after {
	display: none;
}
.our-impotance ul li:nth-child(n+4) {
	margin-bottom: 0px;
}
.our-impotance ul li:after {
	width: 80%;
	height: 1px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	display: block;
	position: absolute;
	bottom: -35px;
	content: "";
	background: #e9e9e9;
}
.our-impotance .feats {
    width: 60%;
    padding: 37px 0 15px;
    margin: 18px 0 0 76px;
    color: #fff;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.our-impotance .feats:hover {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    box-shadow: 0 0 6px #c8c8c8;
}
.our-impotance .clr1 {
    background: rgba(219,76,91,0.8);
}
.our-impotance .clr2 {
    background: rgba(49,156,249,0.8);
}
.our-impotance .clr3 {
    background: rgba(180,183,12,0.8);
}
.our-impotance .clr4 {
    background: rgba(203,156,69,0.8);
}
.our-impotance .clr5 {
    background: rgba(17,146,148,0.8);
}
.our-impotance .clr6 {
    background: rgba(0,157,85,0.8);
}
.our-impotance .feat-icon {
    width: 60px;
}
.our-impotance ul li h3 {
	display: block;
	padding: 0 0 12px 0;
	font-size: 18px;
	color: #284962;
	text-transform: uppercase;
	line-height: 24px;
}

/*Talented Student List*/
.TalentedStd {
    padding: 20px 0;
    background: #00457f;
}
.TalentedStd .container-fluid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 80px!important;
    padding-left: 80px!important;
    margin: 0 auto;
    background: transparent;
}
.TalentedStd .TalentedTitle {
    background-color: gold;
    height: 50px;
    padding: 12px 0;
    padding-left: 100px;
    font-size: 16pt;
    color: Green;
    border-radius: 10px;
}
.TalentedStd .TalentedTitle h3 {
    letter-spacing: 1px;
    margin: 0;
}
.TalentedStd .container {
    margin: 10px auto 20px auto;
}
.TalentedStd .TalentedBox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    float: left;
    width: 20%;
    text-align: right;
}
.TalentedStd .TalentedBox img {
    width: 180px;
    height: 190px;
    border-radius: 5px 5px 0 0;
    border: 3px solid #fff;
}
.TalentedStd .TalentedBox .TalentedBoxText1 {
    background: #d6d6d6;
    width: 180px;
}
.TalentedStd .TalentedBox .TalentedBoxText2 {
    background: gold;
    width: 180px;
    border-radius: 0 0 5px 5px;
}
.TalentedStd .TalentedBox a {
    font-size: 12px;
    padding-right: 6px;
}


/*####################################*/
/*######   About School Page    ######*/
/*####################################*/
.about {
    display: block;
    background: #fff;
}
.about h2 {
    display: block;
    padding-bottom: 44px;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}
.about .about-left {
    display: block;
}
.about-left span {
    font-size: 15px;
    color: #786d6d;
}
.about-left h3 {
    padding-bottom: 10px;
    color: #252525;
    text-align: left;
    margin: 10px 0;
}
.about-left p {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
}
.about .about-right {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 55px;
}
.about-right img {
    width: 90%;
}
/*-----*/
.why-choose-us {
    justify-content: center;
    align-items: center;
    position: relative;
    height: auto;
}
.topExtrapaddinh {
    padding: 80px 0px;
}
.why-choose-us h2 {
    display: block;
    padding-bottom: 44px;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}
.why-choose-us h2 span {
    display: block;
    font-size: 14px;
    opacity: 0.8;
}
.why-choose-us h2 {
    color: #2a4356;
    margin-top: 0;
}
.why-choose-us h2 span {
    color: #808182;
}
ul.our-strength {
    display: block;
    text-align: center;
}
ul.our-strength.opt2 li {
    border-color: #dde5e9;
}
ul.our-strength li {
    width: 20%;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-right: 1px #94d3a4 solid;
}
ul.our-strength li:last-child {
    border: none;
}
ul.our-strength li .icon {
    display: block;
    padding-bottom: 20px;
}
ul.our-strength.opt2 li .icon span {
    color: #17a43b
}
ul.our-strength li .icon span {
    font-size: 44px;
    opacity: 0.7;
}
ul.our-strength li span {
    padding-bottom: 12px;
    font-size: 40px;
}
ul.our-strength.opt2 li span {
    color: #3f5044;
}
ul.our-strength li .couter-outer {
    display: block;
}
ul.our-strength.opt2 li .title {
    color: #3a3a3a;
}
ul.our-strength li .title {
    display: block;
    font-size: 14px;
    opacity: 0.8;
    text-transform: uppercase;
}


/*####################################*/
/*#   Physical Infrastructure Page   #*/
/*####################################*/
.phyInfra {
    padding: 20px 0;
}
.phyInfra #physicalInf{
   width: 400px;
   height: auto;
}
.phyInfra h2 {
    color: rgba(0,0,0,0.5);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 30px 20px;
}
.phyInfraInfo{
    margin-bottom: 30px;
}



/*####################################*/
/*#####   Vision & Mission Page   ####*/
/*####################################*/
.vmcover {
    height: 300px;
    background: url('../Images/V&M cover.png') no-repeat center / cover;
    background-attachment: fixed;
    position: relative;
}
.VMtext {
    margin: 10px 5px;
    padding: 5px;
}
.VMtext .schname {
    color: #232323e6;
}


/*####################################*/
/*#    President & Teacher Message   #*/
/*####################################*/
.messageDiv {
    margin: 40px auto;
    box-shadow: 0 0 12px #b7b7b7;
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.messageDiv p {
    line-height: 30px;
    letter-spacing: 1px;
}
.messageImg #M-img {
    height: 300px;
    float: left;
    box-shadow: 3px 2px 4px rgba(0,0,0,0.3);
    margin: 10px 20px;
}




.msgTop h1 {
    text-align: center;
    color: #fff;
    background: rgb(191, 189, 189, 0.6);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}
.imgWord {
    float:right;
}
.messageDiv .spancl {
    display: block;
    color: #7d7c7c !important;
    margin-bottom: 15px;
}


/*####################################*/
/*#########   Notices Page    ########*/
/*####################################*/
.NoticesDiv {
    margin: 40px auto;
}
.NoticesDiv h2 {
    text-align: center;
    font-weight: bold;
    color: #20cca4;
    text-decoration: underline #cecece;
}
.NoticesDiv .container {
    margin: 30px auto;
}
.NoticesDiv .col-md-8 {
    margin-top: 20px;
}
.NoticesDiv h4 {
    color: tomato;
}
.NoticesDiv h3 {
    color: #4d4d4d;
    line-height: 1.4;
}
.NoticesDiv p {
    color: #4d4d4d;
}
.NoticesDiv .NoticesInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 13px;
    border-top: 2px solid #a50000;
}
.NoticesInfo .NoticesInfoSub-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.NoticesDiv .NoticesInfo h4 {
    width: 128px;
    color: #232323;
}
.NoticesDiv .NoticesInfo a {
    border: 2px solid #005aff;
    padding: 2px 5px;
    border-radius: 5px;
    transition: 0.3s;
}
.NoticesDiv .NoticesInfo a:hover {
    border: 2px solid tomato;
}


/*####################################*/
/*###    Online Admission Page     ###*/
/*####################################*/
.OAMain {
    margin: 50px 5px 30px 5px;
}
.OAMain h2 {
    color: rgb(0, 0, 0, 0.8);
    text-align: center;
    font-weight: bolder;
    text-shadow: 3px 4px 5px rgb(0, 0, 0, 0.4);
}
.OAdiv {
    border: 1px solid rgb(249, 179, 14);
    margin-top: 30px;
    padding: 20px 0;
}
.OAdiv h3 {
    text-align: center;
    font-weight: bold;
    color: rgb(0, 0, 0, 0.4);
}
.OAdiv a {
    color: #56BFA0;
}
.OAdiv a:hover {
    color: #ff9600;
}
.formBigBox .formInnerBox {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
}
.formBigBox .commonBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 190px;
}
.formBigBox .box1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 180px;
    border-radius: 10px;
    color: #17447C;
    font-size: 23px;
    font-weight: bold;
    transition: 0.3s;
    background: rgb(255, 197, 61);
}
.formBigBox .box2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 180px;
    border-radius: 10px;
    color: #17447C;
    font-size: 22px;
    font-weight: bold;
    transition: 0.3s;
    background: rgb(129, 224, 51);
}
.formBigBox .box3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 180px;
    border-radius: 10px;
    color: #17447C;
    font-size: 23px;
    font-weight: bold;
    transition: 0.3s;
    background: #00d8ff;
}
.formBigBox .box1:hover {
    width: 100%;
    height: 103%;
    color: #17447C;
}
.formBigBox .box2:hover {
    width: 100%;
    height: 103%;
    color: #17447C;
}
.formBigBox .box3:hover {
    width: 100%;
    height: 103%;
    color: #17447C;
}
.formBigBox p {
    color: #17447C;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    transform: translate(0px, 75px);
}
.OAbtm h5 {
    color: rgb(216, 104, 0);
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
.OAbtm p {
    color: #000;
    text-align: left;
    font-size: 14px;
    transform: translate(0px, 9px);
    letter-spacing: 2px;
    font-weight: 400;
}
.OAbtm span {
    color: rgb(173, 81, 41);
}
.OAbNote h6 {
    font-size: 17px;
    font-weight: bold;
}
.OAbNote span {
    color: #000;
    font-size: 15px;
    line-height: 24px;
}
.OAsprt p {
    text-align: right;
}
.linegap {
    border-bottom: 2px solid rgb(42, 111, 168, 0.4);
    margin-top: 15px;
    margin-bottom: 15px;
}


/*####################################*/
/*##   OnlineAdmissionPrint Page    ##*/
/*####################################*/
.AdmissionPrint {
    padding: 100px 0;
    background: #fff;
}
.AdmissionPrint img {
    height: 360.4px;
}
.AdmissionPrint .topText {
    border: 2px solid rgb(255, 165, 0);
    border-radius: 5px;
    padding: 7px 0;
}
.AdmissionPrint .topText p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #343434;
}
.AdmissionPrintForm {
    padding-top: 20px;
}
.AdmissionPrintForm h3 {
    font-size: 18px;
    font-weight: bolder;
    color: rgb(251, 162, 0);
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgb(255, 165, 0);
    padding: 8px 10px;
    width: 270px;
    transform: translate(55px, 20px);
    margin: 0;
}
.ACP-login {
    border: 1px solid rgb(255, 165, 0);
    border-radius: 5px;
    padding: 45px 59px;
}
.ACP-login p {
    color: #fff;
}
.ACP-login .labelTd {
    width: 20%;
    text-align:right;
}
.ACP-login label {
    color: #2e2e2e;
    font-weight: 500;
}
.ACP-login .input-medium {
    padding: 5px 0;
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    width: 80%;
    border: 1px solid #2e2e2e;
}
.ACP-login .subBtn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 10px 0;
    padding-right: 80px;  
}
.ACP-login .btn-info {
    width: 158px;
    height: 34px;   
    transition: 0.4s;
}
.ACP-login .btn-info:hover {
    background: rgb(1, 147, 160);
}


/*####################################*/
/*#######  Student Result Page  ######*/
/*####################################*/
.stdResult {
    display: block;
}
.stdResult .col-md-8 {
    padding-top: 20px;
}
.stdResult .Stdheader {
    text-align: center;
    background: rgb(18, 163, 204);
    color: #fff;
    padding: 6px 0;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}
.stdResult StdResult-img {
    width: 100%;
    height: auto;
}
.stdResult .col-xs-7 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;    
}
.stdResult .text4box {
    width: 40%;
}
.stdResult .textbox {
    width: 60%;
}
.stdResult .col-xs-7 p {
    text-align: right;
    font-size: 18px;
    color: #515151;
    padding: 5px 0;
    padding-right: 20px;
    margin: 0;
}
.stdResult .text_box {
    width: 100%;
    padding: 7px 5px;
    border: 1.5px solid #515151!important;
    border-radius: 6px;
}
.stdResult .dropdown-SR {
    width: 100%;
    padding: 7px 0;
    border: 1.5px solid #515151 !important;
    border-radius: 6px;
    color: #515151;
}
.stdResult-btnSub {
    font-size: 22px;
    float: right;
    letter-spacing: 0.8px;
    background: none;
    transition: 0.5s;
}
.stdResult-btnSub:hover {
    text-shadow: 2px 5px 3px #b5b5b5;
}


/*####################################*/
/*#####   ClassWise Result Page   ####*/
/*####################################*/
.ClasswiseResult .col-md-8 {
    padding-top: 20px;
}
.ClasswiseResult .Stdheader {
    text-align: center;
    background: rgb(18, 163, 204);
    color: #fff;
    padding: 6px 0;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}
.ClasswiseResult .col-md-8 form {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 430px;
}
.ClasswiseResult .text4box {
    width: 30%;
}
.ClasswiseResult .textbox {
    width: 60%;
}
.ClasswiseResult .col-md-8 p {
    text-align: right;
    font-size: 18px;
    color: #515151;
    padding: 5px 0;
    padding-right: 20px;
    margin: 0;
}
.ClasswiseResult .text_box {
    width: 100%;
    padding: 7px 5px;
    border: 1.5px solid #515151 !important;
    border-radius: 6px;
}
.ClasswiseResult .dropdown-SR {
    width: 100%;
    text-align: center;
    padding: 7px 10px;
    border: 1.5px solid #515151 !important;
    border-radius: 6px;
    color: #515151;
}


/*####################################*/
/*#######  Computer Lab Page    ######*/
/*####################################*/
.ICTLtext {
    display: block;
}
.ICTLtext h2 {
    color: #0556aa;
    font-size: 33px;
    font-weight: bold;
}
.ICTLtext p {
    padding-top: 7px;
    font-size: 17px;
    color: #7d7c7c;
    letter-spacing: 2px;

}


/*####################################*/
/*#####   Photo Gallery Page    ######*/
/*####################################*/
.PhotoGalleryDiv {
    margin: 40px auto;
}
.PhotoGalleryDiv .PhotoBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    width: 25%;
    margin: 15px auto;
}
.PhotoGalleryDiv .PhotoBox .PhotoInnerBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 220px;
    border-radius: 5px;
    padding: 10px 10px 0 10px;
    border: 5px solid #d2f3ff;  
    transition: 0.4s;
}
.PhotoGalleryDiv .PhotoBox .PhotoInnerBox:hover {
    transform: scale(1.050,1);
}
.PhotoGalleryDiv .PhotoBox .PhotoInnerBox p {
    text-align: center;
    padding: 5px 0;
    margin: 0;
}


/*####################################*/
/*#####   Video Gallery Page    ######*/
/*####################################*/
.MediaDiv {
    margin: 40px auto;
}
.MediaDiv .col-md-9 {
    margin-top: 20px;
}
.MediaDiv .col-md-8 .ContentBox {
    display: flex;
    flex-direction: row;
}
.MediaDiv .MediaBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    width: 33%;
}
.MediaDiv .MediaBox .MediaInnerBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 220px;
    border-radius: 5px;
    padding: 10px 10px 0 10px;
    border: 5px solid #7fddff;
}
.MediaDiv .MediaBox .MediaInnerBox p {
    color: #297cc0;
    text-align: center;
    padding: 5px 0;
    margin: 0;
}


/*####################################*/
/*#####  Side Link Bar Visible  ######*/
/*####################################*/
.sider1 {
    background: #EAEAEA;
    margin-top: 20px;
    width: 100%;
}
.sider1 h3 {
    color: #fff;
    font-size: 19px;
    background: rgb(226, 209, 131);
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 8px 0px 8px 15px;
}
.sider1 a {
    color: #000;
    display: block;
    padding: 11px 15px;
}
.sider1 a:hover {
    color: #000;
    background: #fff;
}
.sider1 ul {
    margin: auto;
    padding: 0px;
}
.sider1 li {
    list-style: none;
    font-size: 15px;
    border-bottom: 1px solid #DEDEDE;
}
.sider1 .sider-icon {
    float: left;
    width: 10px;
    margin-right: 9px;
    margin-top: 7px;
}


/*####################################*/
/*#######      Scroll Bar       ######*/
/*####################################*/
/*------Horizontal ScrollBar---------*/
.horiScrollBar {
    overflow-y: auto;
}

.horiScrollBar::-webkit-scrollbar {
    width: 3px;
}

.horiScrollBar::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 15px;
}

.horiScrollBar::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 15px;
}