body{
    margin: 0;
    padding :0;
    font-family: 'Open Sans', sans-serif;
}

#main-logo2{
    display:none;  
}
.navbar .navbar-nav .nav-item{
    margin-left: 40px;
}
.navbar .navbar-nav .nav-item .nav-link{
    color: #2d20a5;
    font-weight: 500;
    cursor: pointer;
    font-size: 1em;
    /*font-family: "Avenir LT Std", sans-serif;*/
}
.icon .fa-plus-circle{
    display: none;
    position: absolute;
    color:#9de74a;
    margin-top: 8px;
    margin-right: 10px;
    right: 0;
    top: 0;
  }
.dropdown-content a:hover{
    display: block;
    border-top:.2px solid rgb(220,220,220);
    background-color: rgb(245,245,245);  
}
 .navbar .navbar-nav .nav-item .nav-link:hover{
    color:#9de74a;
}
.navbar .navbar-nav .nav-item .best{
    color:#9de74a;
}
 .navbar{
    background-color: #fff;
    margin:0;
    padding:0;
}
 .navbar a{
    color: aliceblue;
}
.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}
.dropbtn {
    background-color: rgb(207, 5, 99);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }

  /* Dropdown Content (Hidden by Default) */
.dropdown-content {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    background-color: #ffffff;
    width:250px;
    border-top:2px solid #9de74a;
    z-index: 1;
  }
  
  /* Links inside the dropdown */
   .dropdown-content a {
    color: black;
    padding: 12px;
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 0.8rem;
    display: block;
    border-top:.2px solid rgb(220,220,220);
    background-color: rgb(245,245,252); 
  }
   .dropdown-content a:hover{
      color: #2d20a5;
      background-color: #ffffff;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: rgb(207, 5, 99);}

  
 .navbar #school-portal{
    background-color:rgb(187, 8, 82);
    margin-top:5px;
}
 .navbar #school-portal:hover{
    background-color: rgb(233, 6, 157);
}
.slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:rgba(9, 5, 63, 0.38);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    padding: 0;
  }
.slide-overlay-text{
    border: 0.7px solid #ffffff;
    padding: 10px 8px;
    color: white;
    width: 50%;
    font-weight: lighter;
    font-size: 1.5rem;
    position: absolute;
    top: 33%;
    left: 25%;
    text-align: center;
    margin: 0;
}
.donate-overlay-text{
    padding: 10px 8px;
    color: white;
    width: 30%;
    font-weight: lighter;
    font-size: 1.5rem;
    position: absolute;
    top: 43%;
    left:35%;
    text-align: center;
    margin: 0;
}
.donate-overlay-text a{
    display: block;
    border-radius:3px;
    background: rgb(207, 5, 99);
    color: #ffffff;
}
.section-head p{
    font-size: 18px; 
    color: rgb(94, 94, 94); 
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    max-width: 70%;
    margin: 0 auto;
    
  }

  #home-slider{
    height:500px;
}

.container-overlay {
position: relative;
padding: 0;
margin: 0px 20px;
background-color: rgb(150, 150, 150);
}
.overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color:rgba(177, 106, 14, 0.8);
overflow: hidden;
width: 100%;
height: 15%;
transition: .5s ease;
padding: 0;
}
  
.container-overlay:hover .overlay {
height: 100%;
}

.overlay-text {
color: white;
width: 100%;
font-size: 1.5rem;
font-weight: bold;
position: absolute;
top: 30%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
padding: 12px 0px;
margin: 0;
}
#hidden-container-overlay{
display: none;
}

#library-bg{
background-image: url("img/school-facts-bg.jpg");
}
#school-facts{
text-align: center;
color:#fff
}
#school-facts h1{
margin-top: 20px;
margin-bottom: 15px;
font-weight: bold;
}
#school-facts p{
font-size: 1.4rem;
margin-bottom: 25px;
line-height: 25px;
}
.visit-apply{
text-align: center;
color: #fff;
padding: 75px 0px;
}

.visit-apply #links a{ 
padding: 9px 30px;
font-size: 1.2rem;
border-radius: 3px;
text-decoration: none;
background-color: rgb(3, 36, 105);
color: #fff;
}
.visit-apply #links a:hover{
background-color: #fff;
color:rgb(14, 104, 177);
}
#testimonials{
color: #fff;
background-color: rgb(82, 82, 82);
padding: 50px;
}
#testimonials p{
width: 75%;
font-size: 17px;
}
#testimonialCarousel img{
border-radius: 5px;
}
#testimonialCarousel p, #testimonialCarousel h4{
color: rgb(168, 168, 168);
}

#inner-carousel{
max-width:1430px;
max-height: 600px;
overflow-y: hidden;
}

.gallery-area{
margin-top: 50px;
}

.gallery-area .single-gallery-area img{
max-width: 100%;
}
.gallery-area .single-gallery-area{
max-width: 20%;
}

#subscribe-area{
background-color:  rgb(6, 3, 63);;
color: cornsilk;
padding: 30px 0px;
margin: 0;
}
#subscribe-area form{
margin-top: 20px;
}
#subscribe-area form input[type="text"]{
border-radius: 3px;
border: none;
width: 60%;
height: 40px;
padding: 0px 15px;
}
#subscribe-area form input[type="submit"]{
border-radius: 3px;
border: none;
width: auto;
height: 40px;
padding: 7px 20px;
color:rgb(6, 3, 63);;
}
#subscribe-area form input[type="submit"]:hover{
background-color: rgb(21, 3, 90);
color: lavender;
border: 0.7px solid lavender;
}

#main-footer-area{
background-color: rgb(11, 2, 46);
padding: 60px 0px ;
}
#main-footer-area h5{
color:#fff;
margin-bottom: 45px;
}
#main-footer-area #first-col-footer{
color: rgb(223, 223, 223);
font-size: 14px;
line-height:25px;
}
#main-footer-area #first-col-footer .first-col-img{
max-width: 48%;
margin:auto;
}
.second-col-footer-menu, .second-col-footer-menu-list{
margin: 0;
padding: 0;
}
.second-col-footer-menu-list ul{
margin:0;
padding: 10px;
}
.second-col-footer-menu-list ul li{
color: rgb(75, 75, 75);
margin: 15px 0px;
}
.second-col-footer-menu-list ul li:first-child{
margin-top: 0px;
}
.second-col-footer-menu-list ul li a{
color: rgb(198, 198, 198);
text-decoration: none;
font-family: "Open Sans", sans-serif;
font-size: 14px;
}
.second-col-footer-menu-list ul li i{
color: rgb(198, 198, 198);
}
.second-col-footer-menu-list ul li a:hover{
color:#9de74a;
}
#third-col-footer i{
color:#9de74a;
}
#third-col-footer span{
margin-left: 20px;
color: rgb(198, 198, 198);
}
#third-col-footer > i, span{
font-size: 14px;
font-family: "Open Sans", sans-serif;
}
#fourth-col-footer p{
color: rgb(198, 198, 198);
font-size: 14px;
font-family: "Open Sans", sans-serif;
}
.sub-footer{
background-color: black;
padding-top: 20px;
}
.sub-footer .copyright{
color: rgb(198, 198, 198);
word-spacing: 5px;
}
.sub-footer .footer-social i{
margin: 0px 12px;
color: rgb(110, 110, 110);
}

/* OUR SCHOOL PAGE STARTS HERE*/
.our-school-article{
text-align: center;
max-width: 900px;
padding: 50px 70px;
position: relative;
margin-top: -250px;
background-color: #ffffff;
z-index: 9;
}
.our-school-article h1{
font-weight: bold;
margin-bottom: 20px;
}
#font-icons i{
color: rgb(150, 150, 150);
border: 0.8px solid rgb(223, 223, 223);
margin: 0px 10px;
border-radius: 50%;
padding: 9px;
font-size: 14px;
}
#font-icons i:hover{
background-color: rgb(207, 5, 99);
color: rgb(235, 235, 235);
}
.our-school-article h4, .our-school-article h5{
color: brown;
margin: 25px 0px;
font-weight: bolder;
}
.our-school-article p{
text-align: justify;
color: rgb(90, 90, 90);
font-size:1rem;

}
.social-media-share{
color: rgb(214, 214, 214);
z-index: 9;
}

.breadcrumb-item + .breadcrumb-item::before {
content: ">";
font-weight: 600;
}
#breadcrumb-nav .breadcrumb{
background-color: #fff;
}
#breadcrumb-nav .breadcrumb li a{
color: rgb(6, 3, 63);;
font-size: 14px;
font-weight: 600;
}
.table-breakdown{
max-width: 900px;
}
.table tr td{
font-size: 15.5px;
}

#social-media-share i{
color: rgb(150, 150, 150);
margin: 4px 6px;
padding: 9px;
font-size: 14px;
}
#social-media-share span{
color: rgb(150, 150, 150);
margin: 0px 6px;
padding: 9px;
font-size: 16px;
}

/* THIS STYLE IS FOR CLASSROOM PAGE */
.classroom-gallery .row div{
border-radius: 5px;
margin: 30px 0px;
}
.classroom-gallery .row div img{
max-width:100%;
border-radius: 5px;
}/*IT ENDS HERE*/


.ICT-lab{
width: 60%;
text-align: center;
margin: 50px auto;
padding: 50px 0px;
}

/*STAFF LOGIN PAGE*/
#login-items{
width: 40%;
}
#login-items .logins a{
color:#fff !important;
}
.donor-form{
    max-width:40%;
    margin:auto
}
#donor-submit{
    background-color: rgb(187, 8, 82);
    color:#ffffff;
    width:100%;
    border:none;
    padding: 8px;
    font-size:19px;
}
#loader{
    display:none;
}

/*################################################################################################################################*/



@media (max-width: 575.98px) {
    .icon .fa-plus-circle{
        display: block;
    }
    #main-logo2{
        display:block;
    }
    #main-logo1{
        display:none; 
    }
    .navbar .navbar-nav .nav-item{
        max-width: 100%;
    }
    .navbar .navbar-nav{
        max-width: 100%;
    }
    .navbar{
        max-width: 100%;
    }
    .navbar .navbar-nav .nav-item .nav-link{
        color: #2d20a5;
        font-weight: 500;
        cursor: pointer;
        font-size: .87em;
        font-family: 'PT Sans', sans-serif;
    }
    .dropdown-content {
        margin: 0;
        padding: 0;
        display: none;
        position: relative;
        background-color: #ffffff;
        width:100%;
        z-index: 1;
      }
    /*.navbar .navbar-nav .nav-item .nav-link:active{
        color:#9de74a;
    }*/
    .navbar .navbar-nav .nav-item{
        margin: 0;
        padding: 0;
        border-top: .2px solid rgb(240,240,240);
        padding-left: 10px;
    }
    .donor-form{
        max-width:100%;
        margin:auto
    }
    .slide-overlay-text{
        border: 0.7px solid #ffffff;
        padding: 5px 8px;
        color: white;
        width: 50%;
        font-weight: lighter;
        font-size: 1.5rem;
        position: absolute;
        top: 5%;
        left: 25%;
        text-align: center;
        margin: 0;
    }
    .donate-overlay-text{
        padding: 5px 8px;
        color: white;
        width: 30%;
        font-weight: lighter;
        font-size: 1.5rem;
        position: absolute;
        top: 50%;
        left:35%;
        text-align: center;
        margin: 0;
    }
    .donate-overlay-text a{
        display: block;
        border-radius:3px;
        background: rgba(207, 5, 99, .7);
    }
#opening-hours a, .school-email, #social-media, .header-left span{
    display: none;
    text-align: center;
}
#home-slider{
    height:400px;
}
#header-right i{
    margin: 12px;
}
.section-head p{
    font-size: 16px;
    max-width: 95%;
}
#inner-carousel{
    max-width:1430px;
    max-height: 350px;
}
#testimonials p{
    width: 95%;
    color: black;
}
.gallery-area .single-gallery-area{
    max-width: 100%;
}
#second-col-footer-menu-list-right{
    margin-left: 130px;
}
#first-col-footer, #second-col-footer, #third-col-footer, #fourth-col-footer{
    margin-top: 30px;
}
.our-school-article{
    text-align: center;
    max-width: 95%;
    padding: 20px 30px 50px 30px;
    position: relative;
    margin-top: -50px;
    background-color: #ffffff;
    z-index: 9;
}
.ICT-lab{
    width: 95%;
}
    .login-items{
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    #main-logo2{
        display:none;
    }
    .donor-form{
        max-width:80%;
        margin:auto
    }
    .icon .fa-plus-circle{
        display: block;
    }
    .navbar .navbar-nav .nav-item{
        max-width: 100%;
    }
    .navbar .navbar-nav{
        max-width: 100%;
    }
    .navbar{
        max-width: 100%;
    }
    .dropdown-content {
        margin: 0;
        padding: 0;
        display: none;
        position: relative;
        background-color: #ffffff;
        width:100%;
        z-index: 1;
      }
#opening-hours a,  .school-email,  .header-left span{   
    display: none;
}
#header-right i{
    margin: 12px;
}
.section-head p{
    font-size: 15px;
}
.container-overlay img{
    margin: 0 auto;
}
#hidden-container-overlay{
    display: block;
}
#testimonials p{
    width: 95%;
    background-color: red;
    color: black;
}
.gallery-area .single-gallery-area{
    max-width: 50%;
}
.our-school-article{
    text-align: center;
    max-width: 95%;
    padding: 20px 30px 50px 30px;
    position: relative;
    margin-top: -50px;
    background-color: #ffffff;
    z-index: 9;
}
#login-items{
width: 75%;
}
.tcontainer{
margin-top: 100px;
}

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar ul.navbar-nav li.nav-item{
        width: 100%;
    }
    .navbar ul.navbar-nav{
        width: 100%;
    }
    .navbar{
        width: 100%;
    }
.icon .fa-plus-circle{
    display: block;
}
.dropdown-content {
    margin: 0;
    padding: 0;
    display: none;
    position: relative;
    background-color: #ffffff;
    width:100%;
    z-index: 1;
  }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

}