body {
    font-family: '', sans-serif;
}

.row {
    margin-right: 0;
}

#mainTop {
    margin-top: 70px;
    height: auto;
}


.sy-pager {
        padding-top: 2px;
        padding-bottom: 10px;
}





.admissionBar {
    margin-top: 25px;
    height: auto;
    min-height: 120px;
    background: #4D4D4D;
}    

.admissionPara {
    color: #FFF;
    letter-spacing: 1px;

    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    margin-top: 25px;

}

.admissionPara2 {
    color: #FFF;
    letter-spacing: 1px;

    font-size: 1.2em;
}

.admissionButton {
    float: right;
    color: #FFF;
    padding: 15px 25px 15px 25px;
    background: #C73E41;
    border-bottom: 6px solid #A22125;
    font-size: 1.2em;
    letter-spacing: 0.3px;
}

.admissionPara_div {
    left: 1%;
}

.admissionButton_div {
        padding-top: 35px;
}






.topSection {
   height: auto;
   padding-top: 25px;
   padding-bottom: 25px;
   min-height: 120px;
}

.school_logo {
    
}

.govt_logo {
    
}

.govt_logo_div {
   
}

.school_logo2 {
  text-align: center;
}








.nav-tabs {
  border-bottom: none;
  position: relative;
  margin-bottom: -1px;
}
.tab-content {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 20px;
}
.nav > li > a {  
  letter-spacing: 1px;
  font-size: 0.94em;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: inherit;
}
.nav-tabs > li > a {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background: #f5f5f5;
  padding: 5px 15px;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #444;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.nav-tabs > li {
  margin-right: 2px;
}
.nav-tabs > li.active {
  border-top: 2px solid #FFF;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  border-bottom: 0;
  border-top: 0;
}

.main-nav {
  background: #C73E41;
  box-shadow: 2px 2px 5px #DCDCDC;
}
.main-nav button {
  background: #27435a;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-nav button:focus {
  outline: none;
}
.main-nav button .icon-bar {
  background-color: #fff;
}
.main-nav .navbar-collapse {
  padding: 0;
}
.main-nav .nav .nav-item {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'open sans', arial, sans-serif;
  z-index: 100;
}
.main-nav .nav .nav-item.dropdown {
  z-index: 101;
}
.main-nav .nav .nav-item a {
  color: #e6e6e6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.main-nav .nav .nav-item a:hover {
  background: #A52226;
  color: #fff;
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  background: #A52226;
  color: #fff;
}
.main-nav .nav .nav-item.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a {
  background: #A52226;
  color: #fff;
}
.main-nav .nav .nav-item .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 220px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  letter-spacing: 1px;
  background: #C73E41;
  border-bottom: 1px solid #A52226;
  padding: 8px 20px;
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
  background: #A52226;
  color: #fff;
  padding-left: 24px;
}
.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}

.ie8 .navbar-nav {
  position: relative;
  z-index: 100;
}

.main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .navbar-nav {
    margin-top: 0;
  }

  .main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
    position: static;
    left: auto;
    margin-left: 0;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a {
    padding-left: 30px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 34px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
    padding-left: 45px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 49px;
  }

  

.aboutHeading {
    font-size: 2.4em;
    margin-top: 25px;
}

.paraSection {
    padding-top: 35px;
    background: #F5F5F5;
    border-left: 5px solid #AF5859;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 2%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.paraHead {
    font-size: 1.5em;
    font-weight: bold;
}

.paraBody {
    font-size: 1.2em;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.fImage {
    margin-top: 5px;
    padding: 0;
    border: 4px solid #FFF;
    float: left;
    margin-right: 5%;
    margin-bottom: 15px;
    box-shadow: 2px 2px 16px #4d4d4d;
}

.list-group-item.active {
    background-image: -webkit-linear-gradient(top,#A52226 0,#C1494B 100%);
    background-image: -o-linear-gradient(top,#A52226 0,#C1494B 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#A52226),to(#C1494B));
    background-image: linear-gradient(to bottom,#A52226 0,#C1494B 100%);
    border: 0;
    letter-spacing: 1.5px;
    font-size: 1.1em;

}

.list-group-item.active:hover {
    background-image: -webkit-linear-gradient(top,#A52226 0,#C1494B 100%);
    background-image: -o-linear-gradient(top,#A52226 0,#C1494B 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#A52226),to(#C1494B));
    background-image: linear-gradient(to bottom,#A52226 0,#C1494B 100%);
    border: 0;
    letter-spacing: 1.5px;
    font-size: 1.1em;
}

.fImage {
    margin-top: 5px;
    padding: 0;
    border: 4px solid #FFF;
    float: left;
    width: 40%;
    margin-right: 5%;
    margin-bottom: 15px;
    box-shadow: 2px 2px 16px #4d4d4d;
}

.fImage3 {
  width: 100%;
}

.


#navSection {
  padding-right: 0;
}

.imagein561 {
  display: none;
}

@media (max-width: 561px){
  .image1_561 {
    display: block;
    width: 100%;
  }
 
}

@media (min-width: 562px){
  .image1_561 {
    display: none;
  }
  .imagein561 {
    display: block;
  }
}

.list-group-item-staff:last-child {
    border-radius: 0;
}

.list-group-item-staff:first-child {
    border-radius: 0;
}

.list-group-item-staff.active {
    background-image: -webkit-linear-gradient(top,#A52226 0,#C1494B 100%);
    background-image: -o-linear-gradient(top,#A52226 0,#C1494B 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#A52226),to(#C1494B));
    background-image: linear-gradient(to bottom,#A52226 0,#C1494B 100%);
    border: 0;
    color: #FFF;
    letter-spacing: 1.5px;
    font-size: 1.1em;

}

.list-group-item-staff.active:hover {
    background-image: -webkit-linear-gradient(top,#A52226 0,#C1494B 100%);
    background-image: -o-linear-gradient(top,#A52226 0,#C1494B 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#A52226),to(#C1494B));
    background-image: linear-gradient(to bottom,#A52226 0,#C1494B 100%);
    border: 0;
    letter-spacing: 1.5px;
    font-size: 1.1em;
}


.list-sitenav {
    padding-top: 25px;
    display: none;
}



.card-header {
    background: #E8E8E8;
    font-size: 1.2em;
    letter-spacing: 1px;
    padding: 10px 0 10px 6%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border: 1px solid #BFBFBF;
    border-bottom: 0;
}

.card-block {

        border: 1px solid #BFBFBF;
        border-top: 0;
        margin-top: -10px;
}

.card-text {
    padding-top: 15px;
    font-size: 1em;
    padding: 15px 6% 15px 6%;
}




.about_School_card {
    display: none;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .about_School_card {
        display: block;
    }

    .list-sitenav {
        display: block;
    }
}





.fImageSidebar {
    margin-top: 15px;
    width: 100%;
    border: 0;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #DADADA;
}

.fImageReset {
    width: 100%;
    border: 0;
    margin-bottom: 35px;
}

.boldSpan {
    font-weight: bold;
}

.fImageReset2 {
    box-shadow: none;
}

.nameTextDiv {
    font-weight: bold;
    text-align: center;
    font-size: 1em;
    
}

.floatImage {
  font-weight: 
}

.topSectionImage {
  background: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.7)), url('/bethune2.jpg') no-repeat center center fixed;
  background-size: cover;
}

body {
  background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.9)), url('/bethune2.jpg') no-repeat center center fixed;
  background-size: cover;
}

.nameHeading {
  font-weight: bold;
  font-size: 2em;
  color: #4D4D4D;
}

.nameSubtext {
  font-weight: bold;
  color: #4D4D4D;
  font-size: 1.3em;
}

.school_logo2 {
  text-align: center;
}

.nameSubtext2 {
  font-size: 1.1em;
  text-align: center;
  margin-top: 10px;

}



.govt_logo_div {
  text-align: center;
}

.spacedDiv {
  height: 20px;
}


@media (max-width: 991px){
  .emblemImg {
     left: 0;
    right: 0;
    top: 0;
     bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .nameHeading {
    font-size: 1.4em;
    margin-top: 10px;
  }
  .nameSubtext {
    font-size: 1em;
  }
}

#footerSection {
  margin-top: 40px;
}

#footerTop {
  height: auto;
  min-height: 280px;
  background: linear-gradient(rgba(4,16,15,0.9),#2A2B35), url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') no-repeat center center fixed;
  background-size: cover;
}

#footerBottom {
  height: auto;
  min-height: 60px;
  background: #2A2A2A;
  box-shadow: 2px 2px 15px #000;
}

.footerLogo {
  margin-top: 25px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.footerHeading {
  color: #FFF;
  margin-top: 15px;
  font-size: 1.2em;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.footerSubtext {
  color: #E6E6E6;
  margin-top: -3px;
  font-size: 0.8em;
  letter-spacing: 1px;
}

.footerMenuItem {
  text-decoration: none;
  color: #FFF;
}

.footerMenuItem:hover {
  text-decoration: none;
  color: #FFF;
}


footer { background: linear-gradient(rgba(4,16,15,0.7),#2A2B35), url('/bethune2.jpg') no-repeat center center fixed;
  background-size: cover; min-height:350px; font-family: 'Open Sans', sans-serif; padding-bottom: 25px;}
.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 

 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { height: auto; min-height:50px; background-color:#27435A; padding-top: 10px; padding-bottom: 10px; box-shadow: 2px 2px 16px #000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}

 .designed_by p {
  text-align: right;
  letter-spacing: 1px;
 }

 .designedLink {
  color: #FFF;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  background: #9E2F00;
  border-bottom: 3px solid #6E2000;
 }


 .designedLink:hover {
  color: #FFF;
  text-decoration: none;
 }

 .footerleft p {
  letter-spacing: 1.5px;
 }

 .footerleft2 p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft2 p i { width:20px; color:#999;}

.smallScreen {
  display: none;
}

@media (max-width: 363px){
  .smallScreen {
    display: block;
  }
  .largeScreen {
    display: none;
  }
}

.list-group-item-staff-2.active {
    background-image: -webkit-linear-gradient(top,#969696 0,#969696 100%);
    background-image: -o-linear-gradient(top,#969696 0,#969696 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#969696),to(#969696));
    background-image: linear-gradient(to bottom,#969696 0,#969696 100%);
    border: 0;
    color: #FFF;
    letter-spacing: 1.5px;
    font-size: 1.1em;

}

.list-group-item-staff-2.active:hover {
    background-image: -webkit-linear-gradient(top,#A52226 0,#C1494B 100%);
    background-image: -o-linear-gradient(top,#A52226 0,#C1494B 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#A52226),to(#C1494B));
    background-image: linear-gradient(to bottom,#A52226 0,#C1494B 100%);
    border: 0;
    letter-spacing: 1.5px;
    font-size: 1.1em;
}


@media (max-width: 420px){
  .imPara {
    padding-bottom: 160px;
  }
}

@media (min-width: 431px){
  .imPara {
    padding-bottom: 350px;
  }
}


@media (min-width: 1008px){
  .imPara {
    padding-bottom: 20px;
  }
}

.admissionSection22 {
  padding-bottom: 25px;
}

.frontAlert {
  border-radius: 0;
  margin-top: 30px;
  font-size: 1.4em;
  border: 0;
  text-align: center;
  box-shadow: 2px 2px 25px #B7B7B7;
  -webkit-box-shadow: 0 8px 6px -6px #B7B7B7;
     -moz-box-shadow: 0 8px 6px -6px #B7B7B7;
          box-shadow: 0 8px 6px -6px #B7B7B7;
}

.list-group {
  word-wrap: break-word;
}

@media (max-width: 1007px) {
  #mainTop {
    margin-top: -10px;
  }
}


.im222 {
  width: 100%;
  margin-bottom: 40px;
}

.tabHolder {
  margin-top: 0px;
}



.nav-tabs { width: auto; border-bottom: 2px solid #DDD; letter-spacing: 2px; margin-left: 10px; margin-right: 10px; font-size: 1.2em; margin-top: 15px;  }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.wiz {  width: 65%;
    margin: 0 auto;  
}

.wiz li {  min-width: 33%;
vertical-align: middle;
    margin: 0 auto; }
    
    .nav-tabs > li {
    float:none;
    margin-bottom: 10px;
    display:inline-block;
    *display:inline; 
     zoom:1; 
}

.nav-tabs {
    text-align:center;
}

.tabCool {
  background: #FFF;
  box-shadow: 2px 2px 16px #BFBFBF;
}

.facilities {
  float: left;
  margin-bottom: 20px;
  box-shadow: 2px 2px 17px #BFBFBF;
  margin-right: 3%;
  border: 2px solid #FFF;
}



.ff2 {
  display: inline-block;
  margin-right: 0;
}

.tp1 {
  text-align:center;
}

.spaceLine {
  margin-bottom: 20px; 
}

.ff3 {
  margin-bottom: 15px;
  box-shadow: 2px 2px 25px #BFBFBF;
}

.ff31 {
  float: left;
}

.ff32 {
  float: right;
}

.rowMarginTop {
  margin-top: 15px;
}

.centerHead {
  text-align: center;
}

.spaceLine2 {
  margin-top: -10px;
}

.cap22 {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.active_colored33 {
  background: #BFBFBF;
  color: #FFF;
}

.paraHead2 {
  padding-bottom: 20px;
}

.imageDivGalley {
  margin-bottom: 20px;
}

.imageDivGalley_img {
  border: 4px solid #FFF;
  box-shadow: 2px 2px 16px #BFBFBF;
  display: inline-block;
}


.galleryRow {
    margin-top: 20px;
}

.rowGallery2 {
  margin-top: 20px;
}

.notiAlert22 {
  text-align: center;
}

