@font-face{
	font-family: 'CustomFontName';
	  src: url(../fonts/a\ song\ for\ jennifer.ttf);
  }
body {
  /* background: url('../imageash/studentn.png') ; */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F7B519;
  background-attachment: fixed;
  font-family: CustomFontName;
}
#studentBG{
  /* background: url('../imageash/studentn.png'); */
  background-size: cover;
  background-color: #F7B519;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: CustomFontName;
}
.background{
  width: 100%;
  height: 100%;
  position: absolute;
   z-index: -1111;
   overflow-y: hidden;
  top: 0;
}
.background img{
  width: 100%;
  object-fit: contain;
 
  height: 100%;
}
.wrapper{
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 30px 0px 30px;
}
.grid-layout {
  display: grid;
  grid-template-columns: repeat(12, 8vw);
  grid-template-rows: repeat(12, 8vh);
}
/* ============================================NEW CSS============================================ */
#loginform h1{
  line-height: 71px;
  font-weight: 400;
  font-size: 50px;
    letter-spacing: 3px;
}
.topnavimghide{
  display: none;
}
.testrightimgnav{
  display: none;
}
#gradeselecthide{
display: none;
}
.navbar-headerimghide{
  display: none;
}
#showbtn{
  background: white;
    border-radius: 3rem;
    padding: 10px;
    border: 2px solid#005A7C;
}
.d-flex{
  display: flex;
}

.yellowbg{
  background: #F6AF14;
  box-shadow: 10px 10px 9px rgb(0 0 0 / 25%);
  border-radius: 93px;
  /* padding: 50px; */
  padding-left: 50px;
  margin-top: 54px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#mainBGimg{
width: 100%;
}
.flash{
  position: absolute;
  top: 160px;
  left: 0px;
  transform: translate(0px, 0px); 
}
/*.hide{*/
/*    display: inline !important;*/
/*}*/
/* .login-content {
  font-family: 'Julius Sans One', sans-serif;
} */
.logo{
  width: 128px ;
    height: 128px ; 
}
#mainBGlogo{
  width: 128px !important;
    height: 128px !important;
  margin: 0 auto;
  display: flex;
}
#loginBGlogo{
  width: 128px !important;
  height: 128px !important;
}
.div input{
  margin-bottom: 20px !important;
  /* width: 100%;
  height: 45px; */
  background: rgba(0, 0, 0, 0.36);
  border: 1px solid rgba(0, 0, 0, 0.36);
  box-sizing: border-box;
  border-radius: 38.5px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  color: rgba(255, 255, 255, 0.65);
  height: 50px;
    font-size: 28px;
}
.adminLoginbtn{
  width: 60%;
  /* height: 40px; */
  background: #FFFFFF;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 49px; 
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 18px;
  /* color: rgba(0, 0, 0, 0.36); */
}
.testrightnavhide{
  display: none;
}
.selectgradedropdown{
  display: none;
}
.selectionBoxnew{
  display: none;
}
.rememberme{
  position: absolute;
  right: 10px;
  bottom: 40px;
}
.admin{
  float: right;
  margin: 40px;
}
.admincheckbox{
   display: inline !important;
    width: auto !important;
    height: 10px !important;
}
.checkbox{
  display: inline;
}
.errormsg{
  display: flex;
    justify-content: center;
    
}
/* .forms{
  margin-top: 46%;
} */
.childrenimgdiv img{
  width: 100%;
}
::placeholder {
  color: white !important;
}
.admin-button{
   color: black;
  font-weight: bold;
  width: 150px;
  height: 50px;
  background: #F6AF14 !important;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 49px; 
  margin: 0 auto;
  font-size: 20px;
}
.signinbtn{
  width: 60%;
  background: #000000;
  box-shadow: 3px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 49px;
  margin: 0 auto;
  color: #F6AF14;
  font-size: 31px;
}
.studentsigninbtn{
  width: 60%;
  height: 50px;
  background: #F6AF14 !important;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 49px;
  margin: 0 auto;
  color: #000000;
  font-size: 30px;
  /* display: flex; */
}
/* ============================================END NEW CSS============================================ */
.banner-container {
  grid-area: 2/2 / span 2 / span 4;
  justify-self: start;
}

.banner-text {
  width: 90%;
}

.info-container {
  grid-area: 5/8 / span 4 / span 4;
}
/*font-size: 300%;
  color: rgb(224, 219, 211);
  line-height: 90px;
}
*/

.info {
  width: 80%;
}

.logo1-container1 {
  grid-area: 9/9 / span 1 / span 1;
}

#logo1 {
  width: 150%;
}

.logo2-container {
  grid-area: 10/9 / span 1 / span 1;
}

#logo2 {
  width: 150%;
  justify-self: start;
}

/* .login-content {
  grid-area: 5/2 / span 2 / span 2;
  font-family: 'Julius Sans One', sans-serif;
} */
.avatar {
  width: 50%;
  padding: 20px;
}

.login-content h2 {
  margin: 15px 0;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 170%;
  /* font-family: 'Julius Sans One', sans-serif; */
}

.login-content .input-div {
  position: relative;
  display: grid;
  grid-template-columns: 7% 93%;
  margin: 2px 0;
  padding: 5px 0;
  border-bottom: 2px solid #d9d9d9;
}

.login-content .input-div.one {
  margin-top: 0;
}

.input-div > div {
  position: relative;
  height: 45px;
}

.input-div > div > h5 {
  position: absolute;
  top: 23px;
  color: rgb(255, 255, 255);
  font-size: 18px;

  /* font-family: 'Julius Sans One', sans-serif; */
}

.input-div > div > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 0.2rem 0.7rem;
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
}

.input-div.pass {
  margin-bottom: 20px;
}

.jello-horizontal:hover {
  background-position: right;
}

.jello-horizontal {
  -webkit-animation: jello-horizontal 0.9s infinite both;
  animation: jello-horizontal 0.9s infinite both;
}



@media screen and (max-width: 900px) {

  .login-content h2 {
    font-size: 20px;
    margin: 8px 0;
  }
  .left .results{
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .topnavimghide{
    display: block;
    display: inline;
  }
  .topnavimghide img{
    width: 20%;
  }
  #testleft{
   display: none;
  }
  .btnlogouthide{
    display: inline;
    float: right;
  }
  #formnavhide{
    position: absolute;
      top: 0;
      right: 0;
  }
  #gradeselecthide{
    display: block;
  }
  .selectgradenav{
    border: none !important;
    background-color: transparent !important;
  }
  .gradeselect{
    display: none;
  }
  
  .headerimghide{
    display: inline !important;
  }
  .navbar-headerimghide{
    display: none;
    position: absolute;
      /* top: 50%; */
      z-index: 1;
      background: white;
      border: 2px ;
      border-radius: 50%;
      transform: translate(35%, 0%);
  }
  #loginBGlogo{
    display: none;
  }
  #loginBGlogonavhide{
      width: 120px;
      padding: 20px;
      height: 100px;
  }
  .gradenav{
    /* display: contents; */
    display: none;
  }
  .inner{
    display: contents;
  }
  .dropdown-content .inner span{
    padding: 10px 8px;
    margin-left: 0%;
  }
  .dropdown-content .inner {
    margin: 0 !important;
  }
  a{
    display: inline-block;
    font-size: 16px;
    padding: 8px;
  }
  .middletest{
    margin-top: 0;
  }
  .loginname {
    margin-top: 20px;
  }
  #containnerresponsive{
    margin-top: 20px;
  }
  .gradeselect h2{
    font-size: 20px;
  }
  .gradeselect{
    height: auto;
  }
  .setsubect {
    margin: 0 auto;
    margin-top: 0px;
  }
  .left{
    display: inline;
  }
  #testright{
    display: none;
  }
  .testrightimgnavhide{
    display: inline !important;
  }
  #testrightnavhide{
    display: inline;
    width: 20%;
    margin-left: 51%;
    margin-top: 39px;
  }
  .testrightimgnav{
     display: inline;
  }
  .left .results {
    display: inline;
  }
  .left .container {
    float: left;
    margin: 10px 6px;
  }
  .selectgradedropdown{
    display: block;
  }
  .selectionBoxnew{
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 60px;
      background: green;
      border-radius: 1.5rem;
      font-size: 30px;
      color: white;
      padding-left: 30px;
      margin-bottom: 10px;
      
  }
  .selectionBoxnew::after{
    background-color: red;
  }
  .left .results {
    display: flex;
    justify-content: center;
    overflow: overlay;
  }
}
@media only screen and (max-width: 568px) {
.topnavimghide{
  display: block;
  display: inline;
}
.topnavimghide img{
  width: 20%;
}
#testleft{
 display: none;
}
.btnlogouthide{
  display: inline;
  float: right;
}
#formnavhide{
  position: absolute;
    top: 0;
    right: 0;
}
#gradeselecthide{
  display: block;
}
.selectgradenav{
  border: none !important;
  background-color: transparent !important;
}
.gradeselect{
  display: none;
}

.headerimghide{
  display: inline !important;
}
.navbar-headerimghide{
  display: none;
  position: absolute;
    /* top: 50%; */
    z-index: 1;
    background: white;
    border: 2px ;
    border-radius: 50%;
    transform: translate(35%, 0%);
}
#loginBGlogo{
  display: none;
}
#loginBGlogonavhide{
    width: 120px;
    padding: 20px;
    height: 100px;
}
.gradenav{
  /* display: contents; */
  display: none;
}
.inner{
  display: contents;
}
.dropdown-content .inner span{
  padding: 10px 8px;
  margin-left: 0%;
}
.dropdown-content .inner {
  margin: 0 !important;
}
a{
  display: inline-block;
  font-size: 16px;
  padding: 8px;
}
.middletest{
  margin-top: 0;
}
.loginname {
  margin-top: 20px;
}
#containnerresponsive{
  margin-top: 20px;
}
.gradeselect h2{
  font-size: 20px;
}
.gradeselect{
  height: auto;
}
.setsubect {
  margin: 0 auto;
  margin-top: 0px;
}
.left{
  display: inline;
}
#testright{
  display: none;
}
.testrightimgnavhide{
  display: inline !important;
}
#testrightnavhide{
  display: inline;
  width: 20%;
  margin-left: 51%;
  margin-top: 39px;
}
.testrightimgnav{
   display: inline;
}
.left .results {
  display: inline;
}
.left .container {
  float: left;
  margin: 10px 6px;
}
.selectgradedropdown{
  display: block;
}
.selectionBoxnew{
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 60px;
    background: green;
    border-radius: 1.5rem;
    font-size: 30px;
    color: white;
    padding-left: 30px;
    margin-bottom: 10px;
    
}
.selectionBoxnew::after{
  background-color: red;
}
.left .results {
  display: flex;
  justify-content: center;
  overflow: overlay;
}
.wrapper-mine{
  margin-top: 50px;
}


}


/* ///////////////////////////////////////////////////////// */

*{
	padding: 0;
	margin: 0;
}
header {
  margin:2% 0px 0px 0px ;
  font-family: 'Recoleta';
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav {
  width: 100% ;
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 0px 129px;
  align-items: center;
}
.headerul {
  display: flex;
  list-style-type: none;
}
header nav ul li {
  font-family: Recoleta Alt;
font-size: 24px;
font-weight: 600;
line-height: 33px;
color: #FFFFFF;
padding: 14px 0px 10px 0px;
}
.nav-btn{
  margin: 0px 0px 0px 48px;
  padding: 14px 19.24px 10px 17.1px;
  border: 3px solid #1E45B5;
  color: #1E45B5 !important;
  border-radius: 10000px;
}
.adminbtn{
  align-items: center;
  display: flex;
  gap: 48px;
}
.adminbtn span{
  font-family: Recoleta Alt;
font-size: 24px;
font-weight: 600;
line-height: 33px;
color: #FFFFFF;
}
 .adminbtn  button{
  font-family: 'Recoleta' !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  padding: 14px 19.24px 10px 17.1px;
  border: none;
  background-color: #1E45B5;
  border-radius: 10000px;
  color: #FFFFFF;

}
.adminbt{
  align-items: center;
  display: flex;
  gap: 48px;
}
.adminbt span{
  font-family: Recoleta Alt;
font-size: 24px;
font-weight: 600;
line-height: 33px;
color: #FFFFFF;
}
 .adminbt button{
  font-family: 'Recoleta' !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  padding: 14px 19.24px 10px 17.1px;
  border: none;
  background-color: #F7B519;
  border-radius: 10000px;
  color: #FFFFFF;

}
.content{
  display: flex;
  justify-content: space-between;
  
}
.content .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 647px;

  padding:  99px 0px 0px 0px;
}
.left h1{
  font-family: 'Recoleta' ;
font-size: 96px;
color: #FFFFFF;
font-weight: 600;
line-height: 131px;
padding: 0px 0px 100px 0px;
}
 .left h1 span {
  color: #1E45B5 !important;
 }
 .left .forum {
display : flex;
flex-direction: column;
align-items: center;
width: 100%;
 }
 .forum input{
    text-align: center;
    padding: 24px 0px 24px 0px;
    background-color: #F6AF14 !important;
    color:  rgba(0, 0, 0, 0.3) !important;
    border: 3px solid #1E45B5 ;
    margin:0px 0px 30px 0px;
    font-weight: 600;
    border-radius: 10000000px;
    width: 100%;
    outline: none;
    font-size: 24px;
    line-height: 33px;
 }
 .forum :-ms-input-placeholder   {
  background-color: #F6AF14 !important;
    color:  rgba(0, 0, 0, 0.3) !important;
}
.forum input[type="submit"]{
  padding: 5px 116px 18px 115px;
  background-color:#1E45B5  !important; 
  color:  white !important;
  font-family: 'Recoleta Alt';
   width: 341px;
  margin:0px 0px 0px 0px;
  font-weight: 600;
  border-radius: 10000000px;
  font-size: 24px;
  line-height: 33px;
  cursor: pointer;
}
input::placeholder{
  background-color: #F6AF14 !important;
    color:  rgba(0, 0, 0, 0.3) !important;
}

.right {
  position: relative;
  width: 32%;
  /* height: 100vh; */
   max-width: 646px;
}
.right img{
  width: 100%;
  object-fit: contain;
  position: absolute;
}

/* //////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////// */
.blueback{
  position: absolute;
  z-index: -111;
  width: 100%;
  top: 0;
  /* height: 100%; */

}
.blueback img {
  width: 100%;
object-fit: contain;
  height: 100%;
}
.wrapper .homeContent {
  display: flex;
  justify-content: space-between;
 width: 100%;
 padding: 0px 0px 180px 0px ;
  position: relative;
}
.wrapper .homeContent .hcl{
width: 38%;
}
.wrapper .homeContent h2{
  font-family: 'Recoleta' !important;
  font-size: 65px;
  font-weight: 600;
  line-height: 95px;
  padding: 65px 0px 65px 0px ;
  color: #FFFFFF;
  
}
.wrapper .homeContent span {
  color: #F7B519;
}
.homeContent figure {
  position: absolute;
  right: 0;
  width: 478px;
  height: 372px;
}
.homeContent figure img{
  width: 100%;
}

.gradwrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gradwrap h2{
  font-family: Recoleta Alt;
font-size: 72px;
font-weight: 600;
line-height: 98px;
color: white;
padding: 30px 0px 100px 0px;
}
.cardrow{
  justify-content: center;
  width:100% ;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cardrow .card 
{
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  width: 230px;
  background-color: #FFFFFF;
  border-radius: 8px;
  cursor: pointer;
}
.card:hover, .cards:hover {
  transform: scale(1.01);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
} 
.cardrow .card p{
  margin-bottom: 40px;
  font-family: Recoleta Alt;
font-size: 40px;
font-weight: 600;
line-height: 54px;
color: #1E45B5;
  
}
.cardrows{
  justify-content: center;
  width:100% ;
  padding: 0px 0px 40px 0px ;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cards{
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  justify-content: space-around;
  align-items:center;
  /* width: 230px; */
  background-color: #FFFFFF;
  border-radius: 8px;
  /* width: 363px; */
  padding: 20px;
  text-decoration: none;
}
.operations{
  font-family: Recoleta Alt;
  text-decoration: none !important;
  font-size: 44px;
  line-height: 59.84px;
  color:#1E45B5;
}
.operations + img{
  width: 300px;
  height: 242px;
  padding-bottom: 15px;
  object-fit: contain;
}
.test-button{
  width: 315px;
  height: 75px;
  background-color: #1E45B5 ;
  border-radius: 20px;
  font-size: 24px;
  line-height: 32.64px;
  color: white;
  font-family:"Recoleta Alt";

  border: none;
}
.ind { 
  object-fit: contain;
  height: 300px;
}

/* //////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////// */
@media screen and (max-width:1500px) and (min-width:1200px){
.adminbt span {
  font-size: 18px !important;
}}


.dan {
  border: 5px solid #1E45B5 !important;
  color: #F6AF14 !important;
  box-shadow: -2px 3px 15px -4px rgba(30,69,181,0.84);
-webkit-box-shadow: -2px 3px 15px -4px rgba(30,69,181,0.84);
-moz-box-shadow: -2px 3px 15px -4px rgba(30,69,181,0.84);
}
li {
list-style-type: none;
}
.dev{
  display: flex;
  justify-content: space-between;
  width: 700px;
}
.dev img{
  margin-bottom: 110px;
}
/* ////////////// cloud*/
.cloud{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -11;
  width: 70%;
  max-width: 1300px;
}
.cloud img{
  width: 100%;
}
.hat{
  position: absolute;
  width: 240px;
  z-index: -11;
  /* max-width: 1300px; */
  right: 570px;
  margin: -36px;
}
.atom{
  position: inherit;
  width: 282px;
  height: 282px;
  margin: 282px 0px 0px 0px;
  object-fit: contain;
}

.medal{
    position: absolute;
    width: 282px;
    /* height: 282px; */
    top: 0;
    margin: 0px 0px 0px 0px;
    right: 520px;
}
.report{
  position: absolute;
  right: 0;
  width: 140px;
  top: 0;
  z-index: -11;
}
.blocks{
  position: absolute;
  width: 225px;
  margin: -45px 0px 0px 57px;
}
.jar{
  position: absolute;
  width: 200px;
  left: 0;

}
.books{
  position: absolute;
  width: 282px;
  margin: -105px 0px 0px 440px;

}