html{
  height: 100%;
}
body {
  margin:0;
  overflow-x: hidden;
  background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.startloader{
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  background: whitesmoke;
}
.vrtalign{
vertical-align: middle;
}
.stackline{
  border: 1px solid #595959;
}
.footerdiv{
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
}
.relpos{position: relative;}
.absposonly{position: absolute;}
.absposallh{position: absolute;bottom: 0;}
.pointercr{
  cursor: pointer;
}
.student1{position: absolute;top: 0;width: 50%;animation: float1 4s infinite;transition: 1s ease;}
.student2{position: absolute;bottom: 0;right:0;width: 50%;animation: float2 4s infinite;transition: 1s ease;}
@keyframes float1{
  0%{margin-top:0px;width: 50%;}
  50%{margin-top:40px;width: 80%;}
  100%{margin-top:0px;width: 50%;}
}
@keyframes float2{
  0%{margin-bottom:0px;width: 80%;}
  50%{margin-bottom:40px;width: 50%;}
  100%{margin-bottom:0px;width: 80%;}
}
.roundb{
  background: #EAF1FB;
  border:1px solid #EAF1FB;
  padding: 4px;
  border-radius: 25px;
}
#mainwindow {
  transition: margin-left .5s;
}
.tophead{position: fixed;width: 100%;overflow-x: hidden; top: 0;z-index: 10;}
.belowcard{margin-top: -45px;}
.beforeimg{width: 90px;margin: 0 auto;padding: 5px;border-radius: 100%;background: white;margin-top: -45px;position: relative;z-index: 1;}
.curve {
  color: white;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 50px;
  width: 100%;
  z-index: 2;
}
.curve::before{
  content: "";
  display: block;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.1) 25%,
    rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 150vw;
  width: 300vw;
  height: 300vw;
  z-index: -1;  
}
.sidewindow {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidewindow a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidewindow a:hover {
  color: #f1f1f1;
}
.sidewindow .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidewindow {padding-top: 15px;}
  .sidewindow a {font-size: 18px;}
}
.searchtext{
  width: 95%;
  background: none;
  border: none;
}
.searchtext:focus, .searchtext:focus{
  outline: none;
}
.floatl{float: left;}
.floatr{float: right;}
#nav{width: 100%;left: 0;right: 0;z-index: 10;text-align: center;display: none;}
.topnav{position: fixed;width: 100%;top: 0;overflow-x: hidden;background: lightgrey;z-index: 10;}
.navdiv1{background: #b1040e;}
.nodecoration{text-decoration: none;}
.nodisplay{display: none;}
.mainhambg{width: 25px;height: 25px;border-radius: 100%;background:whitesmoke;}
.hamburgerdiv{width: 25px;margin: 0 auto;transition: 0.5s ease;}
.hdiv1{width: 25px;height: 3px;background:grey;border-radius: 10px;transition: 0.2s ease;}
.hdiv2{width: 25px;height: 3.5px;margin-top:4px;background:grey;border-radius: 10px;transition: 0.2s ease;}
.hdiv3{width: 25px;height: 3px;margin-top:4px;background:grey;border-radius: 10px;transition: 0.2s ease;}
.hamburgerdiv.openhambgr div:nth-child(1) {
  height: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 5px;
}
.hamburgerdiv.openhambgr div:nth-child(2) {
  width: 0px;
  height: 0px;  
}
.hamburgerdiv.openhambgr div:nth-child(3) {
  height: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -8px;  
}
.closebox{width: 30px;height: 12px;position: relative;transition: 0.5s ease;}
.closeboxdiv1{position:absolute;width: 100%;padding: 2px;background:black;transition: 0.2s ease;}
.closeboxdiv2{position:absolute;width: 100%;padding: 2px;background:black;top: 7px;transition: 0.2s ease;}
.closeboxdiv3{position:absolute;width: 100%;padding: 2px;background:black;top: 14px;transition: 0.2s ease;}
.closeboxdiv4{position:absolute;width: 100%;padding: 2px;background:black;top: 21px;transition: 0.2s ease;}
.closebox.closebx div:nth-child(1){
  width: 0px;
  height: 0px;
  padding: 0px;
}
.closebox.closebx div:nth-child(4){
  width: 0px;
  height: 0px;
  padding: 0px;
}
.closebox.closebx div:nth-child(2){
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
.closebox.closebx div:nth-child(3){
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}
.closediv{width: 25px;transition: 0.5s ease;}
.closediv1{width: 0px;background:white;border-radius: 10px;height: 0px;margin-bottom: 2px;transition: 0.2s ease;}
.closediv2{width: 25px;background:white;border-radius: 10px;height: 4px;margin-bottom: 2px;transition: 0.2s ease;transform: rotate(45deg);margin-top: 5px;}
.closediv3{width: 25px;background:white;border-radius: 10px;height: 4px;margin-bottom: 2px;transition: 0.2s ease;transform: rotate(-45deg);margin-top: -6px;}
.closediv4{width: 0px;background:white;border-radius: 10px;height: 0px;margin-bottom: 2px;transition: 0.2s ease;}
.closediv.closehambgr div:nth-child(1) {
  width: 25px;
  height: 4px;
}
.closediv.closehambgr div:nth-child(4) {
  width: 25px;
  height: 4px;
}
.closediv.closehambgr div:nth-child(2) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: 0px;
}

.closediv.closehambgr div:nth-child(3) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: 0px;  
}
.blobs {
  width: 300px;
  height: 300px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 70px;
}
.blobs .blob-center {
  position: absolute;
  background: #1B2F59;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
          animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  box-shadow: 0 -10px 40px -5px #FFF200;
}
.fixnavtop{
  position: fixed;
  top: 0;
  width: 100%;
  background: #B1040E;
  color: white;
}
.blob {
  position: absolute;
  background: royalblue;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
          animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  opacity: 0;
}
.blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.blob:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}
@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}
@-webkit-keyframes blob-grow {
  0%,  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}
@keyframes blob-grow {
  0%,  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}
.space{
  padding: 5px;
}
.inlinegrid{display: inline-grid;}
.triggerdiv{background:#eab410;color: black;}
.triggerdiv:active{background: black;color: white;}
.triggerdiv[tabindex]:focus {
  background: #eab410;
  outline: none;
  color: black;
}
.neargreytwo{background: #EBECED;}
.newsboxmain{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999; 
}
.modalnews{position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  text-align: center;
}
.ullist{
display: inline-block;
width: 100%;
padding: 0px;
list-style-type: none;
text-align: center;  
}
.ullist li {
  display: inline-block;
  width: 180px;
  border-radius: 5px;
  padding: 5px;
  margin: 4px;
}
.navybluebg{
  background: #1B2F59;
}
.loaderown {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-animation: spinnew 2s linear infinite;
  animation: spinnew 2s linear infinite;
}
@-webkit-keyframes spinnew {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinnew {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.smspace{padding: 2.5px;}
.smallfont{
  font-size: 14px;
}
.xmsmallfont{
  font-size: 12px;
}
.xlsmallfont{
  font-size: 10px;
}
.lgpadding{
  padding: 20px;
}
.base-timer {
    position: relative;
    width: 250px;
    height: 250px;
  margin: auto;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 6px;
    stroke: #efefef;
}

.base-timer__path-remaining {
    stroke-width: 4px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: #39b37d;
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.neargrey{
  background: #CCCCCC;
}
.imgbg img {
  box-shadow: 0px 0px 11px 0px black;
  border-radius: 100%;
  background: white;
  width: 105px;
}
.imgbgsc img {
  box-shadow: 0px 0px 11px 0px black;
  border-radius: 100%;
  background: white;
  width: 200px;
}
.imgbgtwo{
  width: 45px;
  height: 45px;
  margin: 0 auto;
  background: white;
  border-radius: 100%;
  padding: 4px;
}
.imgbgtwo img {
  border-radius: 100%;
  background: white;
  width: 45px;
}
.incenter{margin: 0 auto;}
.justt{
  font-family: Arial, sans-serif;
  text-align: justify;
}
.arialfont{
  font-family: Arial, sans-serif;
}
.timesfont{
  font-family: "Times New Roman", Times, serif;
}
.txtleft{text-align: left;}
.circlebox{margin:0 auto;width: 10px;height: 10px;border-radius: 100%;background:#b1040e;}
.spanbox{margin:0 auto;padding: 10px;border-radius: 100%;background:#b1040e;}
.mybg{background: #fdd663;background-image: url('shape-bg.png');background-size: 100%100%;}
.mybggrey{background: lightgrey;background-image: url('shape-bg.png');background-size: 100%100%;}
.textshadow{text-shadow: 0 0 0.8px rgba(0,0,0,0.8),0 16px 25px rgba(0,0,0,0.5),0 8px 40px rgba(0,0,0,0.4);}
.headwave{
background:url('wave.svg');background-size: cover;background-repeat: no-repeat;
}
.searchbtn{
  border-radius: 100%;
  padding: 1px;
  background: #EFEFEF;
}
.nostyle{background: none;border:none;padding: 0px;}
@media screen and (max-width: 1106px) {

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

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

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

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

}
@media screen and (max-width: 630px) {
.shivajiraoholkar{display: none;}
.topheadimage{display: block;}
}
@media screen and (max-width: 576px) {
  .laterheight{height: 350px;}
}
@media screen and (max-width: 481px) {
  .beforeimg{width: 80px;margin-top: -45px;}
  .beforeimg img{width: 70px;}
  .belowcard{margin-top: -35px;}
}
@media screen and (max-width: 421px) {
  .beforeimg{width: 70px;margin-top: -40px;}
  .beforeimg img{width: 60px;}
  .belowcard{margin-top: -30px;}  
}
.wave1 {
  width: 100%;
  text-align:center;
}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
 }
}