@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/*--- 

font-family: 'Roboto', sans-serif !important;
font-family: 'Lato', sans-serif;

---*/

/*-- Global style start --*/
.pt--154{
  padding-top: 154px;
}
.pt--240{
  padding-top: 240px;
}
.mb--30{
  margin-bottom: 30px;
}
::-webkit-input-placeholder { /* Edge */
  font-size: 14px;
  color: #e0e0e0;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #e0e0e0;
}

::placeholder {
  font-size: 14px;
  color: #e0e0e0;
}
/*-- Global style end --*/

/*-- Landing page design start --*/
.landingMain {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  left: 0px;
}
.landingMain img {
  width: 100%;
  height: 100%;
}
.landingMain .btn {
  position: absolute;
  top: 35%;
  left: 20%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
  color: #337ab7;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  left: 150px;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
}
.landingMain .btn a {
  color: #337ab7;
}
/*-- Landing page design end --*/

/*-- Header design start --*/
#topbar {
  background: #00446d;
}
.helpInfo a {
  color: #fff;
  margin-left: 20px;
}
#header {
  padding: 15px 0;
}
#header .logo {
  display: flex;
  align-items: center;
}
#header .logo img {
  max-height: 100%;
  max-width: 100%;
}
/*-- Header design end --*/

/*-- Footer Design Start --*/
#footer {
  padding: 0;
}
#footer .copyright {
  text-align: center;
  float: none;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .copyright strong {
  margin-left: 6px;
}
/*-- Footer Design End --*/

/*-- Listing Page Start --*/

.listingMain{
  background: url("../images/texture_bg4.jpg") no-repeat;
  background-size: cover;
  background-position: center center;    
}
.headLand {
    flex-direction: column;
    align-items: center;
    margin: 0 0 24px;
    padding-top: 15px;
}
.headLand .title {
  text-align: center;
  margin: 10px 0 0;
}
.headLand .title h3 {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0d3d7f;
  margin: 0 0 5px;
}
.headLand .title span {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0d3d7f;
}
.gridContainer{
  padding: 0 0 60px;
  justify-content: center;
  min-height: 650px;
}
.gridContainer a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  width: 100%;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  font-weight: 500;
  background-image: linear-gradient(to right, #092272 0%, #23e4d2 51%, #092272 100%);
  /* background-image: linear-gradient(to right, #234bc8 0%, #35a7ff 51%, #093d72 100%); */
  /* background-image: linear-gradient(to right, #4e929a 0%, #8648ad 51%, #4e929a 100%); */
  /* background-color: #0f8699; */
  line-height: 21px;
}
.glow {
  background: rgb(255,255,255);
  width: 40px;
  height: 140px;
  z-index: 999;
  position: absolute;
  -webkit-animation: flow 1.5s linear infinite;
  -moz-animation: flow 1.5s linear infinite;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  border-left: 1px solid #fff;
}
@-webkit-keyframes flow {
	0% { left:-20px;opacity: 0;}
	50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}
@keyframes flow {
	0% { left:-20px;opacity: 0;}
	50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}
.gridContainer a:hover {
  background-position: right center;
}
.gridContainer h3{
  font-size: 18px;
  line-height: 21px;
  margin: 0px;
}
/*-- Listing Page End --*/

/*-- School List Design Start --*/
.schoolList{
  background: url("../images/texture_bg5.jpg") no-repeat;
  background-size: cover;
  background-position: center center;  
  padding-bottom: 50px;  
}
.schoolList .gridContainer a{
  background-image: linear-gradient(to right, #4e929a 0%, #8648ad 51%, #4e929a 100%);
}

.gridRow .col-md-3 {
  margin-bottom: 50px;
}
.gridCard {
  /* padding: 10px 10px 20px 10px; */
  border: 4px solid #ffffff;
  background-color: white;
  box-shadow: 4px 4px 5px rgb(0 0 0 / 16%);
  border-radius: 10px;
  position: relative;
  /* min-height: 150px; */
}
.gridCard.active {  
  border-color: #45bd53;  
}
.gridCard.activeSoon {  
  border-color: #f88112;  
}
.gridCard.deActive {  
  border-color: #db010c;  
}
.gridCard a {
  display: block;
}
.gridTitle {
  background-color: #0000009e;
  color: #ffffff;
  padding: 8px 10px;
  position: absolute;
  left: -10px;
  box-shadow: 1px 1px 1px rgb(28 39 60 / 16%);
  top: -18px;
  z-index: 1;
  max-width: 95%;
  border-radius: 0 4px 4px 0;
}
.gridTitle:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  border-bottom: 7px solid #0000009e;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: rotate(45deg);
}
.gridTitle h5 {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}
.girdBody img {
  max-width: 100%;
  border-radius: 12px;
}
.gridBody {
  position: relative;
}
.gridBody:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0 , 0 , 0 , .25);
  border-radius: 6px;
}
.gridBody:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  border: 2px solid rgba(255,255,255,.8);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 6px;
}
.gridCard a:hover .gridBody:before {
  background: rgba(0 , 0 , 0 , .6);
}
.gridBody img {
  max-width: 100%;
  border-radius: 7px;
  width: 100%;
}
.gridText {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  text-align: center;
  width: 100%;
  padding: 6px 10px 10px;
}
.gridBody .gridText img {
  margin-bottom: 7px;
  width: auto;
}
.gridText h3 {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 20px;
}
/* .gridCard a:hover h3{
  color: #45bd53;
} */
/*-- School List Design End --*/

/*-- School List New design start --*/
.gridRow2 {
  max-width: 900px;
  margin: 0 auto;
}
.gridRow2.roGrid {
  max-width: 550px;  
}

.gridRow2 .col-md-3,
.gridRow2 .col-md-4{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}

@media screen and (min-width: 992px) {
  .gridRow2.schoolGird .col-md-3 {  
    /*margin-bottom: 50px;*/
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 767px) {
  .gridRow2.schoolGird .col-md-3 {  
    margin-bottom: 50px;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
}


.gridCard2 {
  width: 140px;
  border: 4px solid #ffffff;
  background-color: white;
  box-shadow: 4px 4px 5px rgb(0 0 0 / 16%);
  border-radius: 50%;
  position: relative;
  height: 200px;
  max-width: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #092272 0%, #00acbf 51%, #092272 100%);
  padding: 16px;
}
.roGrid .gridCard2{
  max-width: 140px;
  height: 140px;
}

.schoolGird .gridCard2{
  height: 140px;
}
.gridCard2:hover{
  background-position: right center;
}
.gridCard2.alactive {  
  border-color:#3352FF;  
}
.gridCard2.active {  
  border-color: #2bcd2f;  
}
.gridCard2.activeSoon {  
  border-color: #f88112;  
}
.gridCard2.deActive {  
  border-color: #db010c;  
}
.gridText2 {
  text-align: center;
}
.gridText2 img {
  max-width: 100%;
  width: 40px;
  margin: 0 0 6px;
}
.gridText2 h3 {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 20px;
}
.gridRow2.roGrid.newGrid {
  max-width: 620px;
}
.gridRow2.roGrid.newScEGrid{
  max-width: 1000px;
}
.newRoGrid {
  max-width: 100%;
}
.newCeGrid {
  max-width: 100%;
}
.newGrid .gridCard2 {
  max-width: 186px;
  width: 100%;
  height: 186px;
}
.newScEGrid .gridCard2 {
  max-width: 186px;
  width: 100%;
  height: 186px;
}
.newRoGrid .gridCard2 {
  width: 186px;
  height: 186px;
}
.newCeGrid .gridCard2 {
  width: 186px;
  height: 186px;
}
/*-- School List New design end --*/

body {
  background: rgb(0,171,189);
background: linear-gradient(-70deg, rgba(186, 232, 230, 1) 0%, rgba(225, 243, 243,1) 20%, rgba(225, 243, 243, 1) 95%, rgba(202, 226, 226, 1) 100%);
}
.indentity {
  width: 100%;
  text-align: center;
  position: relative;
}
.backLink {
  position: absolute;
  left: 0;
  top: 83%;
  font-size: 18px;
  color: #b52610;
  font-weight: 600;
}
.backLink:hover{
  text-decoration: underline;
  color: rgb(204, 5, 5);
}
.popMsgBlk {
  position: relative;
  z-index: 99;
}
.popMsg {
  position: absolute; 
  z-index: 9;  
  width: 151px;  
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  padding-top: 10px;
  text-align: center;
}
.popMsg {
  font-size: 14px;
  color: #fff;
  margin: 0;
  background-image: linear-gradient(to right, #3352FF 0%, #4a1682 51%, #3352ffc9 100%);
  padding: 10px;
  border-radius: 6px;
}
.popMsgBlk:hover .popMsg{
  display: block;
}
.popMsg p {
  margin: 0 0 8px;
  font-weight: 800;
}
.popMsg span {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
}



.popMsgA {
  position: absolute; 
  z-index: 9;  
  width: 151px;  
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  padding-top: 10px;
  text-align: center;
}
.popMsgA {
  font-size: 14px;
  color: #fff;
  margin: 0;
  background-image: linear-gradient(to right, #16825ef7  0%, #2053b1 51%, #16825ef7  100%) ; 
  padding: 10px;
  border-radius: 6px;
}
.popMsgBlk:hover .popMsgA{
  display: block;
}
.popMsgA p {
  margin: 0 0 8px;
  font-weight: 800;
}
.popMsgA span {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
}


.popMsgAS {
  position: absolute; 
  z-index: 9;  
  width: 151px;  
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  padding-top: 10px;
  text-align: center;
}
.popMsgAS {
  font-size: 14px;
  color: #fff;
  margin: 0;
  background-image: linear-gradient(to right, #cc6529fc  0%, #2053b1 51%, #cc6529fc  100%) ; 
  padding: 10px;
  border-radius: 6px;
}
.popMsgBlk:hover .popMsgAS{
  display: block;
}
.popMsgAS p {
  margin: 0 0 8px;
  font-weight: 800;
}
.popMsgAS span {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
}


.popMsgNA {
  position: absolute; 
  z-index: 9;  
  width: 151px;  
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  padding-top: 10px;
  text-align: center;
}
.popMsgNA {
  font-size: 14px;
  color: #fff;
  margin: 0;
  background-image: linear-gradient(to right, #e80e0ee8 0%, #2053b1 51%, #e80e0ee8 100%) ; 
  padding: 10px;
  border-radius: 6px;
}
.popMsgBlk:hover .popMsgNA{
  display: block;
}
.popMsgNA p {
  margin: 0 0 8px;
  font-weight: 800;
}
.popMsgNA span {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  max-width: 186px;
  width: 100%;
  height: 186px;
  border-radius: 50%;
  border: 4px solid #b2ebeb;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  background-size: 200% auto;
  background-image: linear-gradient(to right, #092272 0%, #00acbf 51%, #092272 100%);
  border-radius: 50%;
  /* border: 4px solid #fff; */
  padding: 15px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.flip-card-inner a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  background-image: linear-gradient(to right, #04154a 0%, #016e7a 51%, #03144a 100%);
}
.flip-card:hover .flip-card-front {
    backface-visibility: hidden;
    display: none;
}

.flip-card-back {
  display: none;
}
.flip-card:hover .flip-card-back{
  backface-visibility: visible;
  display: block;
}
.flip-card-back {  
  color: white;
  transform: rotateY(180deg);
}

.flip-card-front img {
  max-width: 100%;
  width: 40px;
  margin: 0 0 6px;
}
.flip-card-front h3 {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 20px;
}
/* .flip-card-back p {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
} */
.flip-card-back p {
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.flip-card-back span span {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;  
}
.flipGrid .gridCard2 {
  padding: 0;
  background: none;
}
.flipGrid .gridCard2 .flip-card-inner,
.flipGrid .flip-card  {
  border: none;
}
.noInnerBg{
  background: none;
}
.noFlipCard .popMsgBlk:hover .popMsg {
    display: none;
}

.indicaterMain {
    margin-top: 20px;
}
.indicaterMain ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.indicaterMain ul li {
    margin: 0 15px;
    display: inline-flex;
    align-items: center;
    line-height: 25px;
}
.indicaterMain ul li .indicateIcon {
    width: 18px;
    height: 18px;
    display: block;
    /* background: rgb(255, 255, 255); */
    border-radius: 50%;
    /* border: 1px solid #000; */
    margin-right: 5px;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #092272 0%, #00acbf 51%, #092272 100%);
}
.indicaterMain ul li p {
    margin: 0px;
    color: #101493;
    font-weight: 500;
}

.indicaterMain ul li .indicateIcon.activeB {
    /* background: rgb(51, 82, 255); */
    border: 2px solid #3352FF;
}
.indicaterMain ul li .indicateIcon.activeG {
    /* background: #45bd53; */
    border: 2px solid #2bcd2f;
}
.indicaterMain ul li .indicateIcon.activeR {
    /* background: #db010c; */
    border: 2px solid #db010c;
}
.girdWidth .gridCard2{
    width: 100%;
    max-width: 186px;
    height: 186px;
}

.gridRow2.roGrid.newGrid.preExamGrid {
  max-width: 746px;
}
.gridContainer.schSection {
    align-content: flex-start;
}
.gridContainer.schSection .col-lg-3 {
    margin-bottom: 30px;
}

@media screen and (max-width:1080px) {
  .landingMain .btn{
    transform: inherit;
    transform: rotateY(-50%);
    left: 20px;
    top: 32%;
  }
}
@media screen and (max-width:991px) {
  .listingMain,
  .schoolList{
    min-height: 94vh;
  }
  .frmListing{
    min-height: auto;
  }
}
@media screen and (max-width:810px) {
  .landingMain .btn{
    transform: inherit;
    transform: rotateY(-50%);
    left: 20px;
    top: 32%;
  }
}

@media screen and (min-width:576px) and (max-width:768px) {
  .gridContainer.frmListing a{
    padding: 10px;
    min-height: 104px;
  }
  .gridContainer.frmListing h3 {
    font-size: 14px;    
  }
}
@media screen and (max-width: 768px) {
  .frmSchool {    
    padding: 0 0 30px;
  }
  .gridContainer.frmSchool .col-md-4 {
    margin-bottom: 15px;
  }
  .gridContainer.frmSchool h3{
    font-size: 16px;
  }
  .gridContainer.frmSchool .col-md-4:last-child{
    margin-bottom: 0;
  }
  .gridRow2 .col-lg-3{
    margin-bottom: 15px;
  }
  .indicaterMain {    
    margin-bottom: 30px;
  }
  .indicaterMain .container {
    max-width: 98%;
  }
  .indicaterMain ul li .indicateIcon {
    width: 14px;
    height: 14px;
  }
  .indicaterMain ul li p {    
    font-size: 14px;
  }
  .backLink{
    top: 98px;
  }
}
@media screen and (max-width:592px){
  .indicaterMain ul{
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width:575px){
  .headLand img{
    width: 100px !important;
  }
  .headLand .title h3{
    font-size: 18px;
  }
  .headLand .title span{
    font-size: 14px;
  }
  .backLink{
    font-size: 15px;
  }
  .frmListing {    
    padding: 0 0 30px;
  }
  .gridContainer.frmListing a{
    margin-bottom: 15px;
    min-height: 116px;
  }
  .gridContainer.frmListing .col-sm-4:last-child a{
    margin-bottom: 0;
  }
  .gridContainer.frmListing h3{
    font-size: 16px;
  }
  
}

@media screen and (max-width: 430px) {
  .gridRow2 .col-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
}

.aklabayaGrid {
    max-width: 730px !important;
}