
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. Services Section
7. 
8. 
9. 
10. 
11. 
12. 
13. 
14. 
15. 
16. 
17. 
18. 
19. 
20. 
21. 
22. 
23. 
24. 
25. 
26. 
27. 
28. 
29. 
30. 
31. 
32. 

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	/*font-family: 'Gilroy-Regular';*/
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	/*font-weight:400;*/
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	/*font-weight:normal;*/
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

/* Typography */

h1{
	font-size:62px;
}

h2{
	font-size:48px;
	line-height:1.1em;
}

h3{
	font-size:30px;
}

h4{
	font-size:24px;
}

h5{
	font-size:20px;
}

h6{
	font-size:18px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.user-detail{
	margin-top: 50px;
}
.user-detail h4{
	background: #286090;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.user-detail .sign-form{
	border: 1px solid #286090;
	padding: 10px 0;
}

.signature-detail{
	margin-top: 50px;	
}
.signature-detail h4{
	background: #286090;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.signature-form{
	border: 1px solid #286090;
	/*padding: 10px 0;*/
}