.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}

#home,#logo{
	padding:0%;
}
#scrollbar::-webkit-scrollbar{
    width: 4px;
    height: 8px;
	} 

	#scrollbar::-webkit-scrollbar-thumb{
    background-color: rgba(0,0,0,0.2);
}  
	#prevArrow,#nextArrow{
		padding: 5px;
		width: 10%;
	}
@media screen and (min-width: 400px) {
	
	.forBorder{
		height:40px;
	}
	.scrollElementCls{
	line-height: 0.05;
    text-align: center;
    font-size: 14px;
   margin-top: 4px;
	}
	#scrollbar{
		height: 75%;
	}
	
}

@media screen and (min-width: 500px) {
	
	.forBorder{
		height:60px;
	}
	.scrollElementCls{
	line-height: 0.05;
	margin-top: 8px;
    text-align: center;
    font-size: 14px;
	}
	#scrollbar{
		height: 75%;
	}
}

@media screen and (min-width: 650px) {
	
 .forBorder{
	height:70px;
}
	.scrollElementCls{
		line-height: 0.08;
		margin-top: 8px;
    text-align: center;
    font-size: 16px;
	}
	#scrollbar{
		height: 75%;
	}
}

@media screen and (min-width: 800px) {
	
 .forBorder{
	height:80px;
}
	.scrollElementCls{
	line-height: 0.1;
	margin-top: 8px;
    text-align: center;
    font-size: 17px;
	}
	#scrollbar{
		height: 70%;
	}
}

@media screen and (min-width: 950px) {
	
 .forBorder{
	height:90px;
}
	.scrollElementCls{
	margin-top: 12px;
    text-align: center;
    font-size: 18px;		line-height: 0.2;
	}
	#scrollbar{
		height: 72%;
	}
}

@media screen and (min-width: 1050px) {
	
.forBorder{
	height:100px;
}
.scrollElementCls{
	font-size: 170%;
	line-height: 0.4;
	}
	#scrollbar{
		height: 78%;
	}
}

@media screen and (min-width: 1200px) {
	
  .forBorder{
	height:110px;
}
	.scrollElementCls{
	font-size: 185%;
	line-height: 0.6;
	}
	
	#scrollbar{
		height: 80%;
	}
}

/*@font-face {  
		font-family: "SHREE-DEV-0728";  
		src: url('../font/GEETL___.TTF'); format('truetype');
		}*/

body {
	background-color:#7D7573;
	height: 100%;
	overflow: hidden;
}

html {
	background-color:#7D7573;
}

#level1{
    display:none;
}
.forBorder{
	border: 5px solid silver;
	border-radius: 20px;
	margin-top: 2%;
	padding-left: 5%;
	margin-right:8%;
}
.scrollElementCls{
	
	text-align: center;
}
.blink_me {
animation: blinker 0.5s linear infinite;
}
@keyframes blinker {
50% { opacity: 0.5; }
}
.clearButtons{
	left :90%;
}
.colorBlock{
    float:left;
    height:100%;
    width:7%;
    margin:2px;
    border: 2px solid silver;
    border-radius: 1px;
}
.nextButtons{
	width: 6.2vw;
    /* left: 29%; */
    position: relative;
    top: 1.5vh;
    left: 1vw;
}

.restartButtons,.soundButtons,.clearButtons{
	height: 20%;
    width: 12%;
    position: relative;
    top: 76%;
	display: inline;
}

.restartButtons{
  left: 70%;
}

.soundButtons{
    left: 3%;
}

#scrollbar {
	      overflow-x: scroll;
	      overflow-y: hidden;
	      display: -webkit-box;
	      background-color: dimgray;
          margin-top:1%;
}

#scrollbar::-webkit-scrollbar{
    width: 20px;
    height: 10px;
} 

#scrollbar::-webkit-scrollbar-thumb{
    background-color: rgba(0,0,0,0.2);
}  

.blockimage {
    margin: 1%;
    height:98%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat;
}

.blockheight {
    /* margin-top: 1%; */
    height: 90%;
}

.showGif {
    background-position: center;
    background-size: contain;
    background-repeat:no-repeat;
	background-color: #7D7573;
    margin-top: 1%;
    height:98%;
    width:100%;
    border: 5px solid silver;
	border-radius: 35px;
}

#HomeImage,#logoImage{
	margin-top:10%;
}

#introGif{
	width: 50%;
	margin: 4% 0% 0% 0%;
}

#outerScrollbar{
	visibility: hidden;	
}

#part1,#part2,#part3,#part4,#part5,#part6,#shapeOrNumber,#capitalOrSmall,#alphabetsOrNumber {
	 margin-top:5%;
}

#akarText,#aksharText,#ankText,#capitalText,#smallText{
		text-align: center;
}

#akarText{
	color:rgb(243, 174, 0)
}

#aksharText{
	color:rgb(132, 194, 37);
}

#ankText{
	color:rgb(228, 82, 145);
}

#capitalText{
	color:rgb(200, 200, 50);
}

#smallText{
	color:rgb(10, 50, 183);
}

#prevArrow,#nextArrow{
    /* padding-top:2%; */
	width:11.333333%;
}

#canvas1{
    margin:1%;
    height:98%;
    width:98%;
    border: 5px solid silver;
	border-radius: 35px;
}

.m-signature-pad {
  position: absolute;
  font-size: 10px;
  width: 95%;
  height: 75%;
  margin-left: 2%;
  margin-right:2%;
  margin-top:  11.5%;
  /*border: 1px solid #e8e8e8;*/
  background-color: #7D7573;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  /*border-radius: 4px;*/
}

.m-signature-pad:before, .m-signature-pad:after {
	position: absolute;
    z-index: -1;
    content: "";
	width: 40%;
	height: 10px;
	left: 20px;
	bottom: 10px;
	background: transparent;
	-webkit-transform: skew(-3deg) rotate(-3deg);
	-moz-transform: skew(-3deg) rotate(-3deg);
	-ms-transform: skew(-3deg) rotate(-3deg);
	-o-transform: skew(-3deg) rotate(-3deg);
	transform: skew(-3deg) rotate(-3deg);
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.m-signature-pad:after {
	left: auto;
	right: 20px;
	-webkit-transform: skew(3deg) rotate(3deg);
	-moz-transform: skew(3deg) rotate(3deg);
	-ms-transform: skew(3deg) rotate(3deg);
	-o-transform: skew(3deg) rotate(3deg);
	transform: skew(3deg) rotate(3deg);
}

.m-signature-pad--body {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 80px;
 /* border: 1px solid #f4f4f4;*/
}

.m-signature-pad--footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: 60px;
}

.m-signature-pad--footer
  .description {
	height: 100%;
    color: white;
    font-size: 3em;
    margin-left: 29%;
  }

.m-signature-pad--footer
  .left, .right {
    position: absolute;
    bottom: 0;
  }

.m-signature-pad--footer
  .left {
    font-size: 1.5em;
    left: 0;
  }

.m-signature-pad--footer
  .right {
    right: 0;
  }

.levelImg {
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 25px;
	border: 10px solid silver;
}

#image{
	margin-top: 2%;
    margin: 5px;
    height: 50%;
    width: 50%;
} 
/****--------------------*/
