/*-- HTML CSS Starts --*/
/* -- Fonts : Starts --*/
/* @font-face {
    font-family:'ArialMT';
    src: url('fonts/ArialMT.eot');
	src: url('fonts/ArialMT.eot?#iefix') format('embedded-opentype'),		
	url('fonts/ArialMT.woff') format('woff'),	
	url('fonts/ArialMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} */
/*Fonts : Ends*/
/*! normalize - making reset / default for all browsers */
*,html
{font-family:'verdana'; -ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; outline: none;
-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none;
-webkit-backface-visibility:hidden;-o-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;}
body{background-color:#ffffff; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-touch-callout: none;margin: 0px;padding: 0px; touch-action: manipulation !important;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
[hidden],template{display:none;}a{background:transparent;}
a:active,a:hover{outline:0;}
abbr[title]{border-bottom:1px dotted;}
dfn{font-style:italic;}
h1{font-size:2em;margin:.67em 0;}
mark{background:#ff0;color:#000;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-.5em;}
sub{bottom:-.25em;}
img{border:0;}
svg:not(:root){overflow:hidden;}
figure{margin:1em 40px;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em;}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button,select{text-transform:none;}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
input{line-height:normal;}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}
table{border-collapse:collapse;border-spacing:0;}
td,th{padding:5px 0;}
b,strong,optgroup{font-weight:700;}
pre,textarea{overflow:auto;}
button::-moz-focus-inner,input::-moz-focus-inner,legend{border:0;padding:0;} 
::selection { background: transparent; }
::-moz-selection { background: transparent; }

div{box-sizing: border-box;}

html{overflow: hidden !important; touch-action: manipulation !important;}

div{ touch-action: manipulation !important;}

body{font-family:'verdana'; -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); background-color: #ffffff;}

body input {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    user-select: text;
}

body textarea {
    -webkit-touch-callout: text; -moz-touch-callout: text; -ms-touch-callout: text; -o-touch-callout: text;
    -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; -o-user-select: text;
    user-select: text; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; -o-user-select: text;
}
/*-- HTML CSS Ends --*/

/*-- Loader CSS Starts --*/
#html5Loader{
	top:0;left:0;margin:0;position:fixed;z-index: 3;background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDA3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwMDAzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 49%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(49%,#ffffff));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 49%);
	background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 49%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 49%);
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 49%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
#html5Loader .fallback {top:50%;position:absolute;text-align:center;width:100%;color:white;/*vertical-align: middle;*/ /*display: block;font-style: normal;font-size:100px;*/}

div#DvLoaderCont{width:300px; height: 50px; position: absolute; top:-100px; left:0px; bottom: 0px; right: 0px; margin: auto; z-index:100; background: #ffffff; overflow: hidden;}
div#DvLoaderProgress{width:300px; height: 50px; position: absolute; top:0px; left:-300px; background:#0072c8;}
div#DvLoaderProgressBgText{
    width:300px; height: 0px; position: absolute; top:0px; left:0px; background:#0072c8; 
    text-align: center; font-size: 32px; color:#ffffff; line-height: 50px; letter-spacing: 5px; font-weight: bold;

}

/*-- Loader CSS Ends --*/


/*--Player CSS Starts --*/
div#DvMainCont{width:1920px; height:1080px;	position: absolute; background: url("../assets/images/bg.jpg"); background-size:cover;}
div#DvScrCont{width:1920px; height:1080px; position: absolute; top:0px; left:0px;}

/*-- Global css : Starts --*/
.ClsDisableCont{pointer-events: none; cursor: none;}
.ClsEnableCont{pointer-events: auto;}

div#DvCoverDiv{width:1920px; height:1080px; position: absolute; top:0px; left:0px; /*background: rgba(0,0,0,0.5);*/}

/**/

/*-- Screen 0 : Starts --*/
div#DvScr0{width:1920px; height:1080px; position: absolute; top:0px; left:0px;}
div#DvMissingWords{width:1048px; height:89px;	position: absolute;  top:277px; left:437px; background-image: url("../assets/images/missingWords.png"); background-size:cover;}
div#DvLogo{width: 215px; height: 108px; position: absolute; top: 810px; left: 854px; background-image: url("../assets/images/logo.png"); background-size:cover;}
div#DvStartBtn{
	width:346px; height:169px;	position: absolute;  top:519px; left:791px; background-image: url("../assets/images/btnStart.png"); background-size:cover;
	font-size: 70px; color: #ffffff; line-height: 126px; font-weight: bold; letter-spacing: 1px; text-align: center; cursor: pointer;	
	transform: scale(1, 1);
}
div#DvStartBtn:hover{
	transform: scale(0.9, 0.9);
}
/*-- Screen 0 : Ends --*/

/*-- Screen 1 : Starts --*/
div#DvScr1{width:1708px; height:892px;	position: absolute; top:94px; left:112px; /*background: rgba(0,0,0,0.5);*/}
.ClsQuesScrnCont{width:1708px; height:710px; position: absolute; top:0px; left:0px; /*background: rgba(0,0,0,0.5);*/}

div#DvDragCont{width:1024px; height:244px;	position: absolute; top:133px; left:337px; /*background-image: url("../assets/images/dragContBg.png"); background-size:cover;*/}

.ClsDrag{
    position: absolute;
    width: 271px;
    height: 102px;
    font-size: 64px;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: center;
    line-height: 97px;
    cursor: move;
    color: white;
    background-image: url("../assets/images/textBg.png");
    background-size: cover;
}

.ClsContDrag2 .ClsDrag0{top:193px; left:507px;}
.ClsContDrag2 .ClsDrag1{top:193px; left:924px;}


.ClsContDrag3 .ClsDrag0{top:194px; left:359px;}
.ClsContDrag3 .ClsDrag1{top:194px; left:693px;}
.ClsContDrag3 .ClsDrag2{top:194px; left:1027px;}


.ClsQuesCont{width:1708px; height:260px; position: absolute; top:450px; left:0px; text-align: center; /*background: rgba(0,0,0,0.5);*/}

.ClsQuesCont span.ClsText{font-size: 80px; font-weight: bold; letter-spacing: 2px; margin: 0px 10px; display: inline-block; width: auto;}
.ClsQuesCont span.ClsDrop{
    margin-top: 9px;
    margin-left: 0px;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: top;
    width: 394px;
    height: 96px;
    text-align: center;
    line-height: 85px;
    background-image: url("../assets/images/answerbox.png");
    background-size: cover;
}

.ClsQuesStatus{width:90px; height:90px; position: absolute; top:615px; left:809px; background-size: contain; /*background: rgba(0,0,0,0.5);*/}
.ClsQuesStatus.ClsCorrect{background-image: url("../assets/images/tickRight.png");}
.ClsQuesStatus.ClsIncorrect{}


div#DvContStar{width:1250px; height:83px; position: absolute; top: 714px; left: 224px; text-align: center; /*background: rgba(0,0,0,0.5);*/}
.ClsStar{width:86px; height:83px; display: inline-block; margin: 0px 7px;}
.ClsStar1{background-image: url("../assets/images/Star1.png"); background-size: cover;}
.ClsStar2{background-image: url("../assets/images/Star2.png"); background-size: cover;}
.ClsStar3{background-image: url("../assets/images/Star3.png"); background-size: cover;}
.ClsStar4{background-image: url("../assets/images/Star4.png"); background-size: cover;}
.ClsStar5{background-image: url("../assets/images/Star5.png"); background-size: cover;}
.ClsStar6{background-image: url("../assets/images/Star6.png"); background-size: cover;}
.ClsStar7{background-image: url("../assets/images/Star7.png"); background-size: cover;}
.ClsStar8{background-image: url("../assets/images/Star8.png"); background-size: cover;}
.ClsStar9{background-image: url("../assets/images/Star9.png"); background-size: cover;}
.ClsStar10{background-image: url("../assets/images/Star10.png"); background-size: cover;}


div#DvPrev{
	width:130px; height:134px;	position: absolute; top: 691px; left: 178px; background-image: url("../assets/images/prev.png"); background-size:cover;
	font-size: 36px; color: #ffffff; line-height: 64px; font-weight: bold; letter-spacing: 2px; text-align: center; cursor: pointer;
}
div#DvPrev.ClsDisable{display: none;}

div#DvNext{
	width:130px; height:134px;	position: absolute; top: 690px; right: 193px; background-image: url("../assets/images/next.png"); background-size:cover;
	font-size: 36px; color: #ffffff; line-height: 64px; font-weight: bold; letter-spacing: 2px; text-align: center; cursor: pointer;
}
div#DvNext.ClsDisable{display: none;}

/*-- Screen 1 : Ends --*/

/*-- Screen 2 : Starts --*/
div#DvScr2{width:1920px; height:1080px;	position: absolute; top:0px; left:0px;}
div#DvFantastic{width:781px; height:95px; position: absolute; top:272px; left:570px; background-image: url("../assets/images/fantastic.png"); background-size:contain;}
div#DvReplay{
	width:346px; height:169px;	position: absolute;  top:515px; left:788px; background-image: url("../assets/images/btnReplay.png"); background-size:cover;
	font-size: 70px; color: #ffffff; line-height: 142px; font-weight: bold; letter-spacing: 1px; text-align: center; cursor: pointer;
	transform: scale(1, 1);
}
div#DvReplay:hover{
	transform: scale(0.9, 0.9);
}

.ClsLabel{width:1920px; height: 50px; position: absolute; left:0px; font-size: 32px; color: #000000; line-height: 50px; font-weight: bold; letter-spacing: 2px; text-align: center;}
div#DvTotalQues{top:100px;}
div#CorrectAns{top:150px;}
div#IncorrectAns{top:200px;}
div#DvMessage{
	width:1920px; height:90px; position: absolute; top:610px; left:0px;
	font-size: 80px; color: #ffad00; line-height: 70px; font-weight: bold; letter-spacing: 2px; text-align: center;
}
/*-- Screen 2 : Ends --*/