body { 
				  background: url(../images/about-bg.jpg) no-repeat center center fixed; 
				  -webkit-background-size: cover;
				  -moz-background-size: cover;
				  -o-background-size: cover;
				  background-size: cover;
				font-family: 'Titillium Web', sans-serif;
			    font-size: 16px;
				/*height:100%;
				width:100%;*/
}
					

.clear 
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}
h1, h2, h3, h4, h5, h6 
{
	margin: 0px;
}
a 
{
	border: medium none;
	outline-style: none;
	outline-width: medium;
	text-decoration:none;
}
a img 
{
	border: medium none;
	outline-style: none;
	outline-width: medium;
	text-decoration:none;
}
ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.main
{
	width: 100%;
	min-height:565px;
	margin: 0px auto;
	padding:0px;
	margin-bottom:-40px;
}

.wrapper 
{
	margin: 0px auto;
	width:100%;
}
/********** top-section start **********/
.top-section
{
	width:100%;
	height: 75px;
	background-color: #000000;
	margin:0px auto;
	padding: 0px;
}

/********** top-section end **********/
/********** middle-section start **********/
.middle-section
{
	background-color: #ffffff;
	width:640px;
	height:370px;
	margin:0px auto;
	padding:0px;
	color: #383838;
	margin-top:100px;
}
.middle-top
{
	width: 640px;
	height:40px;
	margin: 0px auto;
	padding:0px;
}
.middle-content
{
	width:100%;
	margin:0px auto;
	padding:0px;
	color:#383838;
	font-style: normal;
	font-weight:normal;
}

.middle-bottom
{
	width:640px;
	height:40px;
	margin:0px auto;
	padding:0px;
}
/********** middle section end **********/

width:320px;
width:375px; 1035px
width:410px; 945px


@media only screen and (max-width : 1000px) {
	
	.main{
		min-height:620px !important;
		width:100%;
		margin-bottom:-45px;
	}
	.site-btm
	{
		height:45px;
	}
	
}
@media only screen and (max-width : 799px) {
	
	.main{
		min-height:870px !important;
		width:100%;
		margin-bottom:-90px;
	}
	.site-btm
	{
		height:90px;
	}
	.fadein {
		 max-width: 100% !important;
	}
}
@media only screen and (max-width : 599px) {
	
	.main{
		min-height:100% !important;
		width:100%;
		margin-bottom:-90px;
	}
	.site-btm
	{
		height:90px;
	}
	
	.fadein {
		 max-width: 100% !important;
	}
}

@media only screen and (max-width : 499px) {
	
	.main{
		min-height:775px !important;
		width:100%;
		margin-bottom:-90px;
	}
	.site-btm
	{
		height:90px;
	}
	
	.fadein {
		 max-width: 100% !important;
	}
}
@media only screen and (max-width : 410px) {
	
	.main{
		min-height:945px !important;
		width:100%;
		margin-bottom:-90px;
	}
	.site-btm
	{
		height:90px;
	}
	
	.fadein {
		 max-width: 100% !important;
	}
}
@media only screen and (max-width : 375px) {
	
	.main{
		min-height:1035px !important;
		width:100%;
		margin-bottom:-90px;
	}
	.site-btm
	{
		height:90px;
	}
	
	.fadein {
		 max-width: 100% !important;
	}
}
@media only screen and (max-width : 320px) {
	
	.main{
		min-height:1050px !important;
		width:100%;
		margin-bottom:-90px;
	}
	.site-btm
	{
		height:90px;
	}
	
	.fadein {
		 max-width: 100% !important;
	}
}