@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
@font-face {
            font-family: 'Metric-Regular';
            src: url('../fonts/Metric-Regular.otf'), 
			url('../fonts/MetricHPE-Web-Regular.woff') format('woff'), 
			url('../fonts/MetricHPE-Web-Regular.eot');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'Metric-Medium';
            src: url('../fonts/Metric-Medium.otf'), 
			url('../fonts/MetricHPE-Web-Medium.woff') format('woff'), 
			url('../fonts/MetricHPE-Web-Medium.eot');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'Metric-Semibold';
            src: url('../fonts/Metric-Semibold.otf'), 
			url('../fonts/MetricHPE-Web-Semibold.woff') format('woff'), 
			url('../fonts/MetricHPE-Web-Semibold.eot');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'Metric-Bold';
            src: url('../fonts/Metric-Bold.otf'), 
			url('../fonts/MetricHPE-Web-Bold.woff') format('woff'), 
			url('../fonts/MetricHPE-Web-Bold.eot');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'Metric-Semibold';
            src: url('../fonts/Metric-Semibold.otf'), 
			url('../fonts/MetricHPE-Web-Semibold.woff') format('woff'), 
			url('../fonts/MetricHPE-Web-Semibold.eot');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'Metric-Thin';
            src: url('../fonts/Metric-Thin.otf'), 
			url('../fonts/MetricHPE-Web-Thin.woff') format('woff'), 
			url('../fonts/MetricHPE-Web-Thin.eot');
            font-weight: normal;
            font-style: normal;
        }
		
html,body{
	width:100%;
	height:100%;
}
body{
	font-family: 'Metric-Regular';
	font-weight:normal;
}
.bgpune{
    background-image: url("../images/bg_Pune.png");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bggujrat{
    background-image: url("../images/bg_Gujrat.png");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bgdelhi{
    background-image: url("../images/bg_Delhi.png");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.logo{
    padding-top: 10%;
	margin:0;
    left: 0;
    width: 100%;
    position: absolute;
    display: inline-block;
}
.join{
    padding-left: 50px;
    padding-top: 110px;
    border: 0;
}
.join button{border: 0;
    background: none;}

.counter{
    padding-left: 48px;
    padding-top: 50%;
}
.hitachi{
    position: absolute;
    right: 2%;
    top: 5%;
}


.smalltitle{
	font-family: 'Metric-Regular';
	font-size:30px;
	color:#fff;
	line-height:1.5;
	font-weight:500;
}
.smalltitle span{
	color:#45bc99;
}
.wrapper{
	width:100%;
	display:inline-block;
	position:relative;
	overflow-x:hidden;
}
.header{
	width: 98%;
    display: inline-block;
    position: fixed;
    padding: 20px 15px;
    z-index: 2;
}

.logo-right{
	display:inline-block;
	float:right;
	width:300px;
}
.logo-center{
	width:317px;
	margin:0 auto;
}
.index-section-wrapper {
    position: relative;
	margin:0 -15px;
}
.index-section-image{
	width:100%;
	display:inline-block;
	height:100vh;
}
.index-section-image img{
	width:100%;
	height:100vh;
}
.gatway{
	position:absolute;
	width:45%;
	left:0;
	top:0;
	margin-top:4%;
}
#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: left;
	font-size: 30px;
	width:100%;
	display:inline-block;
	margin:0 -10px;
    background-color: #091c2c;
    border: 2px solid #ffffff; 
}

#clockdiv > div{
	padding: 10px 10px 0;
	border-radius: 3px;
	/*background: #00BF96;*/
	display: inline-block;
	width: 25%;
    float: left;
	text-align:center;
}

#clockdiv div > span{
	padding: 22px 15px;
	border-radius: 0px;
	font-family: 'Metric-Regular';
	background: #FFFFFF;
	color:#000;
	display: inline-block;
	width:100%;
	display:inline-block;
	font-size:48px;
}

.smalltext{
	width:80%;
	margin:0 auto;
	border-radius:3px;
	padding: 3px;
	font-size: 18px;
	font-family: 'Metric-Regular';
	background:transparent;
	color:#fff;
	margin-top:5px;
}
.join-box{
	width:60%;
	margin:0 auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.btn-blue{
	background:#091c2c;
	color:#fff;
	font-family: 'Metric-Regular';
	padding:7px 15px;
	line-height:1.5;
	width:120px;
	height:40px;
	display:inline-block;
	text-transform:uppercase;
	font-size:21px;
	letter-spacing:0.0125em;
	border-radius:0;
	border:none;
	margin-top:25px;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:visited,
.btn-blue:active{
	background:#17354e;
    color: #ffffff;
}
.btn-green-1{
	background:#45bc99;
	color:#fff;
	font-family: 'Metric-Regular';
	padding:7px 15px;
	line-height:1.5;
	width:220px;
	height:40px;
	display:inline-block;
	text-transform:uppercase;
	font-size:21px;
	letter-spacing:0.0125em;
	border-radius:0;
	border:none;
	margin-top:25px;
}
.btn-green-1:hover,
.btn-green-1:focus,
.btn-green-1:visited,
.btn-green-1:active{
	background:#45bc99;
}
.form-login{
	padding: 15px 10px;
    display: inline-block;
    width: 100%;
	background:rgba(0,0,0,0.8);
	margin-top:25%;
}
.form-login label{
	color:#fff;
	font-family: 'Metric-Regular';
	font-weight:500;
	font-size:16px;
}
.form-login p{
	color:#fff;
	font-family: 'Metric-Regular';
	font-weight:500;
	font-size:14px;
}
.text-hover{
	color:#fff;
}
.text-hover:hover{
	color:#45bc99
}
.form-label{
	font-size:20px;
}

@media(max-width:414px){
	.header{
		padding:20px 0;
		width:90%;
		margin:0 auto;
	}
	.logo{
		width:150px;
	}
	.logo-right{
		width:150px;
	}
	
	.gatway{
		width:100%;
		display:inline-block;
		margin: 55% 0;
	}
	#clockdiv{
		margin:0;
	
	}
	#clockdiv div > span{
		padding: 10px 15px;
		font-size: 36px;
	}
	
}