/****************************
AUTHOR			: SUNDAR
CREATED DATE	: 25 FEB 2016
VERSION:		: 1.0
****************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family:'Lato', georgia, arial, verdana, helvetica, sans-serif;	
	font-size:90%;
	font-weight:normal;
	line-height:150%;
	background:#FFDF22;	
	color:#666;
}
header {
	position:relative;	
	background:#FFDF22;		
}
.logo {
	text-decoration:none;
	color:#fff;
}
.wrapper.sub .logo {
	color:#fff;
}
.ref {
	float:right;
    text-decoration:none;
    padding:0 10px;
}
article {
    margin-top:1px;
}
section {	
	padding:10px 10px 20px 10px;
	background:#FFDF22;	
}
.wrapper.sub section{
	background:#fff;
	height:500px;
}	
.wrapper.sub a {
	color:#622A9E;
}
.wrapper.sub h2 {
    color: #622A9E;
    padding: 10px 0;
}
h1 {
	font-size:270%;
	font-weight:normal;
    padding: 25px 0 25px 10px;
}
p {
	padding:5px 0;
}
strong {
	font-weight:bold;
}
a {
	text-decoration:none;
	color: #622A9E;
}
.tc-sub{
	color: #FFDF22;	
}
.tc-white {
	color:#fff;	
}
.fl {
	float:left;
}
.fr{
	float:right;
}
.db {
	display:block;
	color: #FFDF22;	
}
.cl {
	clear:left;
}
.box-dash {
	border:1px dashed black;		
	border-radius:10px;
	padding:10px;
}
.container {
	background:#FFDF22;	
}
.sub-head {
    font-size: 140%;
    padding-bottom:10px;
}
footer {    
	float: left;
    width:100%;
    padding:10px;
    box-sizing: border-box; 
	background:#FFDF22;		
}
footer ul {
	padding:0 20px 20px 0px;
	list-style:none;
}
footer li {
	float:left;
	margin-right:10px;
}
footer p {
    clear: both;
   padding:0;
}
footer a {
	color: #000;
}
.sn {
	float:right;
}
.sn a {
	margin-right:5px;
}
.banner {
    height: 210px;    
    margin: 0;
    padding: 10px 0 20px 0;
    overflow:hidden; 
	box-sizing:border-box; 
}
.banner li {
	width: 31.85%;
    float:left;
    height: 180px;
    padding: 65px 10px 0 10px;
	margin-left: 2%;
	border-radius:5px;
	font-size: 240%;
	text-align: center;
    line-height: 120%;
    box-sizing:border-box;
	box-shadow: 0px 3px 2px #000;
	background:#FFDF22;	
	color: #fff;
}
.banner li:first-child {
    margin: 0;
}
.banner li strong {
	font-weight:700;
}
.single-app {
	background:#FFDF22;	
}
.single-app ul {
    background:transparent;
	color:black;	
}
.single-app > li {
	padding:10px 10px 10px 0;	
	cursor:pointer;
}
.single-app > li:last-child {
    border-bottom: none;
}
.single-app > li a {
	color:#000;
}
.single-app ul a,
.single-app ul span[class*="fa fa-"]{
	color:#FFDF22;	
}
.single-app > li > ul {
	padding: 10px 15px 15px 0;
	margin-top: 10px;	
}
.single-app > li:first-child > ul {
	display:block;
}
.single-app .tree ul {
	padding-bottom:10px;
}
.single-app .tree ul li:first-of-type {		
	font-weight:bold;
}
.single-app > li > span {
	font-size:140%;
	padding-top:5px;
}
.single-app span[class*="fa fa-"]{    
    margin-right:5px;
    color:#fff;
}
.single-app .contact > ul {
	width:100%;
	box-sizing: border-box;
	padding:15px;
}
.single-app .contact li {
	padding:0;
	margin:0;
}
.single-app .contact > ul > li {
	width:36%;	
	display:inline-block;
	box-sizing: border-box;
}
.single-app .contact > ul > li:last-child {
    padding-left: 2%;
    width: 62%;
    position: relative;
    top: -30px;
}
.contact strong {
	color: #FFDF22;
	display:block;
	padding-top:10px;
}
.contact p {
	padding:0;
	margin:0;
}
.contact .sub-head {
	padding:20px 20px 20px 0;
}
.step {
	display:none;
}
/*MEDIA QUERIES */
@media (min-width:1280px){
    .wrapper {
        width:1200px;
        margin:0 auto;
    }    
}
@media (min-width:1024px) and (max-width:1279px){
	.wrapper {
        width:980px;
        margin:0 auto;        
    }   
}
@media (min-width:800px){   
	.banner li {
		font-size:160%;
		padding-top:65px;
	}
}
@media (max-width:768px){   
    header {
		position: fixed;
		top:0;
		width: 100%;			
    }         
    article {
		margin-top:71px;
    } 
    .banner li {
    	font-size:190%;
    	padding:40px 20px 0 20px;
    }
}
@media (max-width:600px){
	.banner li {
		font-size:150%;
		padding-top:9%;
	}
}
@media (max-width:480px){
.banner {
		width:100%;
		margin:0;
		height:auto;
		box-sizing:border-box;
		padding:10px 0;
    }
    .banner ul {				
		width:307%;		
    }
    .banner li {		
		width:32.56%;
		margin:0;
		padding:4.25% 5% 0;	
		font-size:190%;		
    }
	.step {
		width: 70px;
		float: none;
		clear: both;
		margin: 5px auto 10px auto;
		display: block;
    }         
	.step li {		
		opacity: 0.75;
		border-radius: 32px;
		/*o-border-radius:32px;*/
		margin: 0 10px 0 0;
		width: 12px;
		height: 12px;		
		float: none;
		display: inline-block;
		padding:0;	
		border: 1px solid #fff;
		background: #fff;
		box-shadow: 0px 1px 4px 1px #000;		
	}
	.step li.active {
		background:#FFDF22;	
	}
	.step li:last-child {	
		margin-right:0;
	}
	.single-app .contact > ul > li {
	width:100%;	
}
.single-app .contact > ul > li:last-child {
    padding-left:0;
    width:100%;
    top:inherit;
    font-size:100%;
}
.contact p {
    font-size: 100%;
}
}
h1 img {	
	width:16%;
	height:8%;
}