/* -----------------------------------------
---- Copyright Manish Pal, INDYADOT.com ----
------------------------------------------*/

html, body, div, span, section,
h1, h2, h3, h4, h5, h6, p, pre {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Inter', Optima, Segoe, "Segoe UI", Candara, Calibri, Helvetica, Arial, Halvett, sans-serif;
	vertical-align: baseline;
	line-height: 1;
}

img {
	outline: none;
	border: 0;
	border-radius: 3px;
}

/* HTML5 display-role reset for older browsers */
section { 
	display: block;
}



/*----- Helper Classes -----*/
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-scrollbar {
	display: none;
}

::-moz-selection {
	color: #FFFFFF;
	background: #2ECC4F;
}

::selection {
	color: #FFFFFF;
	background: #2ECC4F;
}





/* ----------------------------------------------
------------------ Main Styling -----------------
------------------------------------------------*/

.wrapper {
	width: 100%;
	height: 100%;
}


.left-section {
	background-color: #f0f0f0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.right-section {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0px 10px 0px 10px;
	width: 40%;
	height: 100%;
	background: #ffffff;
	z-index: 99;
	overflow: hidden;
	overflow-y: auto;
}



.inner-left {
	padding: 50px 50px 50px 50px;
	overflow: hidden;
}

.inner-left .text-logo {
	white-space: nowrap;
	line-height: 1;
	padding: 0px 0px 135px 10px;
	z-index: 99;
	text-align: left;
}

.inner-left .text-logo a {
	font-size: 15px;
	font-weight: 600;
	color: #959595;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	line-height: 1;
}
.inner-left .text-logo a:hover, .inner-left .text-logo a:focus {
	text-decoration: none;
	color: #111111;
}



.inner-left h3 {
	font-size: 20px;
	font-weight: 600;
	color: #454545;
	line-height: 1.5;
	margin: 0 0 15px 0;
	text-align: center;
}

.inner-left h2 {
	font-size: 52px;
	font-weight: 700;
	color: #30B24B;
	text-align: center;

	line-height: 1;
	margin-top: 15px;
	display: block;

	white-space: pre-wrap;		/* CSS3 */
	white-space: -moz-pre-wrap;	/* Firefox */
	white-space: -pre-wrap;		/* Opera <7 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	word-wrap: break-word;		/* IE */
}

.inner-left p {
	max-width: 400px;
	font-size: 14px;
	font-weight: 400;
	color: #454545;	
	letter-spacing: 1px;
	line-height: 1.6;
	margin: 0px 0px 20px 0px;
	margin: 0px auto;
	padding: 20px;
	padding-top: 70px;
	text-align: center;
}
.inner-left p a {
    display: inline-block;
    margin-right: 0px;
    color: #005094;
    text-decoration: none;
}


.inner-right {
	padding: 110px 40px 95px 40px;
	overflow: hidden;
	text-align: center;
}




/* when the screen width is below 895 pixels. */
@media screen and (max-width: 895px) {

	.left-section {
		width: 100%;
		position: relative;
	}

	.inner-left .text-logo {
		padding: 0px 0px 125px 0px;
		text-align: center;
	}

	
	.inner-left {
		padding: 50px 50px 100px 50px;
		overflow: hidden;
	}

	.inner-left .text-logo a {
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0px;
		text-decoration: none;
		text-align: center;
		white-space: nowrap;
		line-height: 1;
	}
	
	.right-section {
		width: 100%;
		position: relative;
	}

	.inner-right {
		padding: 125px 20px 145px 20px;
		overflow: hidden;
	}

}



/* when the screen width is below 475 pixels. */
@media screen and (max-width: 475px) {

	.inner-left {
		padding: 50px 25px 100px 25px;
		overflow: hidden;
	}

	.inner-left h2 {
		font-size: 45px;
	}

	.inner-right {
		padding: 75px 20px 125px 20px;
		overflow: hidden;
	}

	.inner-right img {
		width: 100%;
		height: auto;
	}
	

}
