@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Raleway:wght@500&display=swap');
body{
	margin:0px;
	padding:0px;
}
.clear{
	clear:both;
}
.landing{
	width:100%;
	height:100vh;
}
.landing img{
	width:100%;
	height:auto;
}
.container{
	height: auto;
	padding-top:120px;
	background-color: #FFF;
	background-image: url(../images/containerBg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom:30px;	
}

.mobileMenu{
	display:none;
}
.topLinks{
	width:100%;
	text-align:center;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	letter-spacing:1px;
	font-size:1.1em;
	padding-top:20px;
	padding-bottom:12px;
	background:#000029;
	position:fixed;
	z-index:3;
	height:auto;
}
.topLinks ul{
	margin-top:6px;
	padding:0px;
	text-align:center;
}
.topLinks ul li{
	display:inline-block;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	border-right:1px solid #fff;
	font-size:0.9em;
	cursor:pointer;
}
.topLinks ul li:last-child{
	border:none;
}
.topLinks a{
	text-decoration:none;
	color:#fff;
}
.textHolder{
	width:28%;
	margin-left:17%;
	color:#666;
}


.featuresBlock{
	text-align:center;
}
.responsiveImg{
	width:100%;
	height:auto;
}
/*pop up*/
.whiteBox{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}
.popUpIntro{
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	background-color: #666;
	opacity:3;
	top:0;
	left:0;
	display:none;
}
#introVid{
	width:100%;
	height:auto;
}
.closeIntro{
	text-align:center;
	padding:4px;
	cursor:pointer;
	width:30px;
	height:30px;
	display:block;
	background:#ffffff;
	color:#666;
	font-size:2em;
	float:right;
	
	
}
/*new user registeration*/
.popUpFirstTimeUser{
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	background-color: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
	display:none;
}
#firstTimeUserVid{
	width:100%;
	height:auto;
}
.closeFirstTimeUser{
	text-align:center;
	padding:4px;
	cursor:pointer;
	width:30px;
	height:30px;
	display:block;
	background:#ffffff;
	color:#666;
	font-size:2em;
	float:right;
}
/*create M PIN*/
.popUpCreateMPIN{
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	background-color: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
	display:none;
}
#createMPINVid{
	width:100%;
	height:auto;
}
.closeCreateMPIN{
	text-align:center;
	padding:4px;
	cursor:pointer;
	width:30px;
	height:30px;
	display:block;
	background:#ffffff;
	color:#666;
	font-size:2em;
	float:right;
}
/*popup login*/
.popUpLogin{
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	background-color: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
	display:none;
}
#loginVid{
	width:100%;
	height:auto;
}
.closeLogin{
	text-align:center;
	padding:4px;
	cursor:pointer;
	width:30px;
	height:30px;
	display:block;
	background:#ffffff;
	color:#666;
	font-size:2em;
	float:right;
}
/*popup New PAN*/
.popUpNewPAN{
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	background-color: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
	display:none;
}
#newPANVid{
	width:100%;
	height:auto;
}
.closeNewPAN{
	text-align:center;
	padding:4px;
	cursor:pointer;
	width:30px;
	height:30px;
	display:block;
	background:#ffffff;
	color:#666;
	font-size:2em;
	float:right;
}
/*popup reset M PIN*/
.popUpResetMPIN{
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	background-color: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
	display:none;
}
#resetMPINVid{
	width:100%;
	height:auto;
}
.closeResetMPIN{
	text-align:center;
	padding:4px;
	cursor:pointer;
	width:30px;
	height:30px;
	display:block;
	background:#ffffff;
	color:#666;
	font-size:2em;
	float:right;
}
/*popup Incomplete PAN*/
.popUpIncompletePAN{
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	background-color: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
	display:none;
}
#incompletePANVid{
	width:100%;
	height:auto;
}
.closeIncomletePAN{
	text-align:center;
	padding:4px;
	cursor:pointer;
	width:30px;
	height:30px;
	display:block;
	background:#ffffff;
	color:#666;
	font-size:2em;
	float:right;
}

/* popup all together video*/
.popUpAllTogether{
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	background-color: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
	display:none;
}
#allTogetherVid{
	width:100%;
	height:auto;
}
.closeAllTogether{
	text-align:center;
	padding:4px;
	cursor:pointer;
	width:30px;
	height:30px;
	display:block;
	background:#ffffff;
	color:#666;
	font-size:2em;
	float:right;
	
}
.whiteBoxAllTogether{
	width:48%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}

/*assist PAN New*/

.popUpAssistPanNew{
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	background-color: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
	display:none;
}
#AssistPanNewVid{
	width:100%;
	height:auto;
}
.closeAssistPanNew{
	text-align:center;
	padding:4px;
	cursor:pointer;
	width:30px;
	height:30px;
	display:block;
	background:#ffffff;
	color:#666;
	font-size:2em;
	float:right;
	
}
.whiteBoxAssistPanNew{
	width:48%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}

/*assist PAN New Hindi*/

.popUpAssistPanNewHindi{
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	background-color: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
	display:none;
}
#AssistPanNewVidHindi{
	width:100%;
	height:auto;
}
.closeAssistPanNewHindi{
	text-align:center;
	padding:4px;
	cursor:pointer;
	width:30px;
	height:30px;
	display:block;
	background:#ffffff;
	color:#666;
	font-size:2em;
	float:right;
	
}
.whiteBoxAssistPanNewHindi{
	width:48%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}

/*TINFC-EKYC-PANCR*/

.popUp-TINFC-PANCR{
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	background-color: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
	display:none;
}
#VID-TIN-FC-EKYC-PANCR{
	width:100%;
	height:auto;
}
.closeTINFC-PANCR{
	text-align:center;
	padding:4px;
	cursor:pointer;
	width:30px;
	height:30px;
	display:block;
	background:#ffffff;
	color:#666;
	font-size:2em;
	float:right;
	
}
.whiteBox-TINFC-PANCR{
	width:48%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}


/*TINFC-EKYC-PANCR-ENDS*/

/*TINFC-ESIGN-PANNEW*/

.popUp-TINFC-PANNEW-ESIGN{
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	background-color: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
	display:none;
}
#VID-TINFC-PANNEW-ESIGN{
	width:100%;
	height:auto;
}
.close-TINFC-PANNEW-ESIGN{
	text-align:center;
	padding:4px;
	cursor:pointer;
	width:30px;
	height:30px;
	display:block;
	background:#ffffff;
	color:#666;
	font-size:2em;
	float:right;
	
}
.whiteBox-TINFC-PANNEW-ESIGN{
	width:48%;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}


/*TINFC-ESIGN-PANNEW-ENDS*/


/*matter*/
.matterDiv{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.leftCol{
	float:left;
	width:43%;
	
}
.leftCol h1{
	margin-top:10%;
	margin-left:16%;
	padding:0px;
	font-family: 'Montserrat', sans-serif;
	color:#040489;
}
.leftCol p{
	text-align:justify;
	margin-left:16%;
	color:#666;
	font-family: 'Raleway', sans-serif;
	font-size:1em;
	font-weight:100;
	line-height:22px;
}
.buttonBottom{
	margin-left:15%;
	margin-top:18px;
	background:#99d910;
	width:70%;
	text-align:center;
	border-radius:30px;
	padding:14px;
	color:#036;
	font-family: 'Raleway', sans-serif;
	cursor:pointer;
}
.buttonBottom i{
	padding-left:10px;
	padding-right:10px;
}
.buttonBottomGreen{
	margin-left:15%;
	margin-top:18px;
	background:#99d910;
	width:70%;
	text-align:center;
	border-radius:30px;
	padding:14px;
	color:#036;
	font-family: 'Raleway', sans-serif;
	cursor:pointer;
}
.buttonBottomGreen i{
	padding-left:10px;
	padding-right:10px;
}
.rightCol{
	float: right;
	width: 56%;
	background-image: url(../images/rightColBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:contain;
	height: 550px;
}
.logoHolder{
	margin-left:15%;
	margin-top:4%;
	width:60%;
	height:auto;
}
/*animation css*/
.animate-charcter
{
   font-weight:bold;
  background-image: linear-gradient(
    -225deg,
    #40d70b 0%,
    #ebf90a 29%,
    #ff9600 67%,
    #aeff00 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  opacity:0.5;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
	opacity:1;
  }
}