.top_menubar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 100;
}

.top_menubar>ul>li {
    display: inline-block;
    vertical-align: top;
    float: right;
    font: 700 12px/1.2 'Open Sans';
    padding: 0 15px;
}

.top_menubar>ul>li>a {
    color: #fff;
    top: 2px;
    padding: 2px 0 3px;
    display: block;
    position: relative;
    text-decoration: none;
}

a.topmenulink
{
    position: relative;
}

a.topmenulink:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

a.topmenulink:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.logo {
    position: relative;

}



body{
    margin:0;
    padding:0;
    scroll-behavior:smooth;
    box-sizing:border-box;
    font-family: "Century Gothic", CenturyGothic;  
    overflow-x:hidden;   
}

.latestnews{
    border:0.5px solid #ddd;
    border-radius:8px;
}
.latestnews h3{
    font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
    background:red;
    color:#fff;
    margin:0;
    padding:15px;
    text-align:center;
}
.latestnews h4{
    background: #bababa;
    font-weight: bold;
    color: red;

}


.latestnews ul{
    padding:0;
    list-style:none;
    font-size: 1.5em;
    
}

.latestnews ul li:before{
    content:'*';
    color:red;
    margin-right:15px;
}
.latestnews ul li{
    padding:10px;
    border-bottom:0.5px solid #bababa;
}

.table-responsive{
    text-decoration: none;
    padding:0;
    list-style:none;
    font-size: 1em;
}

.owl-carousel{
    position:relative;
    overflow: hidden;
}

.owl-carousel .box{
    position:relative;
}

::selection{
    background:rgba(0,0,0,0.1);
    color:red;
}
.sticky{
    position:absolute;
    box-sizing: border-box;
    top:0;
	background:rgba(0,0,0,0.3);
    width:100%;
    z-index:6;
    user-select:none;
    transition:all 0.1s;
    overflow: hidden;
    
}

h1,h2,h3,h4,h5,h6{
    user-select:none;
}

.popup img{
    min-width:;
    max-width:450px;
    height:60%;
    position:fixed;
    z-index:12;
    top:50%;
    left:50%;
    box-shadow:1px 1px 10px 100vh rgba(0,0,0,0.85);
    transform:translate(-50%,-50%);
}

.contact-section p{
    font-size:19px;
    font-weight:bold;
    color:#fff;

}
.contact-section li{
    list-style:none;
    margin-bottom:6px;
    font-size:17px;
    line-height:px;
}

.contact-section li a{
   text-decoration:none;
   color:#fff;
   font-size:16px;
}

.contact-section .fa{
    color:rgba(255,255,255,0.8);
    margin-right:10px;
}
 .closePop{
    z-index:1000;
    height: 50px;
    width:50px;
    top:13%;
    color:#000;
    border:none;
    outline:none;
    box-sizing:border-box;
    font-size:25px;
    font-weight:bold;
    border-radius:50%;
    left:50%;
    transform:translate(-50%,-50%);
    position:fixed;
}

#pop{
    display:none;
}

header img{
    margin:2px 8px 2px 0px;
    width: 28%;
}


.bigBirth{
    display:flex;
    justify-content: center;
    align-content: center;
    overflow: hidden;
}

.owl{
    position:absolute;
    top:0px;
    left:30%;
    transform:translateX(-48%);
    overflow:hidden;

}

.owl .one img{
    width:95px;
    height:105px;
    margin-left:30%;
}

.owl .one{
    display:;
    margin: 45px 50px 0 40% ;
    padding-left:%;
   
}
.sticky .mainLogo{

	width:28%;
    padding:0;
    cursor:pointer;	 
    
	 
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  font-size: 16px;
 opacity:60;
}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  background: #3A3B3C;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 40px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 18px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
  margin-left: 25px;
  color: #f2f2f2;
}
.row .mega-links li a{
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 11px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}



.fullMenu{
    width:100%;
    height:0%;
    background:#fff;
    opacity:0.9;
    top:0;
    left:0;
    overflow-y:hidden;
    position: fixed;
    z-index: 11;
    transition:0.5s;

}
.fullMenu  .closeBtn{
    font-size: 55px;
    margin-right: 12%;
    margin-top: 3%;
    color:rgba(0,0,0,0.6);
    float:right;
    cursor:pointer;
    transition:all 0.3s;
    display:block;
}

.fullMenu .closeBtn:hover{
    transform:rotate(180deg);
}

.links{
    font-size: 30px;
    top:50%;
    left:50%;
    transform:translate(-50% ,-50%);
    position:absolute;
}
.links li{
    list-style: none;
    width:210px;
    height:100%;
    position:relative;
    text-align:center;
}
.links li a{
    color:rgba(0, 0, 0,0.7);
    text-transform: uppercase;
    padding:15px;
    transition:0.4s;
    display:block;
    font-weight:600;

}

.links li a:hover{
    letter-spacing: 3px;
    text-decoration: none;
}

.flag{
    position:absolute;
    top:-1px;
    right:20%;
    transform-origin:;
    z-index:999;
    transition:all 1s;
    outline:none;
    box-shadow:1px 1px 5px 3px rgba(0,0,0,0.05);
    border-radius:0 0 8px 8px;
}
.flag button{
    border-radius:0 0 8px 8px;
    border:none;
    animation: 1s linear infinite;
    transition: all 0.5s;
    background :#f7b731;
}
.flag a{
    text-decoration:none;
    font-size:15px;
    font-weight:;
    color:white;
    padding:10px;
    font-family:Raleway;
    letter-spacing:1px;
}
.flag img{
    width:30px;
}
@keyframes flag{
    from{ background:red;}
    to{ background :#ff793f;}
    
}

.open{
    position: absolute;
    top:20px;
    color:grey;
    background:#fff;
    width:35px;
    text-align: center;
    padding-top:4px;
    border:2px solid grey;
    font-size:20px;
    height:37px;
    border-radius: 12px;
    right:20px;  
    z-index: 20;
    cursor:pointer;
    box-sizing:border-box;
    
}
.open:hover{    
    background:rgba(0,0,0,0.1);
}
@keyframes type{
    0%{
        width:0ch;

    }

    100%{
        width: 19ch;
    }
}

.counterDiv{
    background-image:linear-gradient(to right,rgba(0,0,0,0.9),rgba(0,0,0,0.85)), url(sciencecollege2.jpg);
    position: relative;
    opacity: 0.8;
    width:100%;
    background-attachment: fixed;
    background-position:top;
    background-repeat: no-repeat;
    background-size: cover;
    height:180px; 
}
.counterDiv .countName{
    color:white;
    font-weight:600;
    font-size:16px;
}

.counterDiv h2{
    font-weight:550;
    color:#fff;
}


.kidImg{
    background-image:linear-gradient(to right,rgba(0,0,0,0.3),rgba(0,0,0,0.5)), url(sciencecollege2.jpg);
    position: relative;
    opacity: 0.8;
    width:100%;
    background-attachment: fixed;
    background-position:top;
    background-repeat: no-repeat;
    background-size: cover;
    height:350px;
    }

.kidImg .item{
    position:relative;
    width:50px;
    top:50%;
    left:50%;
    font-size:45px;
    color:#fff;
    text-shadow:2px 2px 3px rgba(0,0,0,0.6),
                -2px -2px 3px rgba(0,0,0,0.6)  ;   
}


<!--preloader-->

#loader{
    width:100%;
    height:100%;
    background:#fff;

    
}

#loader .load{
    position:absolute;
    top:50%;
    left:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    width:100%;
    height:100%;
    transform:translate(-50%,-50%);
    position:fixed;
    z-index:9999;
}


.load img{
    width:30px;
}

  .bddycontent{
    color:#FFEDBC;
  }
  
  .carousel-item h5, .carousel-item p{
	  color:#FFEDBC;
  }

  .bddycontent p{
    font-style:italic;
    text-shadow:1px 1px 2px rgba(0,0,0,0.4);
    color:#FFEDBC;
    font-size:15px;
    font-weight:bold;

  }

  .bddycontent span{
    font-size:20px;
    font-weight:bold;
  }

  .contactSection h2 , .contactSection h4{
    font-weight:bold;
  }

  .contactSection p{
    font-size:18px;
    color:#fff;
  }

  .adPage  h6{
    color:red;
    font-weight:bold;
  }
  .adPage p ,.adPage li{
    font-size:17px;
  }

  .adPage li{
    list-style:none;
    line-height:30px;
  }
  .adPage li::before{
    content:'\2022';
    color:rgba(0,0,0,0.6);
    margin-right:10px;
  }
  
  .pattern {
    position: absolute;
    left: 1px;
    top: 0px;
    right: 1px;
    bottom: 0px;
    /* background-image: url(assets/images/black_dot.png); */
    background-position: 50% 50%;
    background-size: 12px 12px;
    background-repeat: repeat;
    opacity: 0.4;
}

