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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul li{
	list-style:none;
	line-height:25px;
}

a{
	text-decoration:none;
	color:inherit;
	outline:none;
}



body{
	margin:0;
	padding:0;
}



@font-face {
    font-family: 'Raleway-Regular';
    src: url('raleway-regular/Raleway-Regular.eot');
    src: url('raleway-regular/Raleway-Regular.eot') format('embedded-opentype'),
         url('raleway-regular/Raleway-Regular.woff') format('woff'),
         url('raleway-regular/Raleway-Regular.ttf') format('truetype'),
         url('raleway-regular/Raleway-Regular.svg') format('svg');
}



@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('raleway-semibold/Raleway-SemiBold.eot');
    src: url('raleway-semibold/Raleway-SemiBold.eot') format('embedded-opentype'),
         url('raleway-semibold/Raleway-SemiBold.woff') format('woff'),
         url('raleway-semibold/Raleway-SemiBold.ttf') format('truetype'),
         url('raleway-semibold/Raleway-SemiBold.svg') format('svg');
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('raleway-bold/Raleway-Bold.eot');
    src: url('raleway-bold/Raleway-Bold.eot') format('embedded-opentype'),
         url('raleway-bold/Raleway-Bold.woff') format('woff'),
         url('raleway-bold/Raleway-Bold.ttf') format('truetype'),
         url('raleway-bold/Raleway-Bold.svg') format('svg');
}


@font-face {
    font-family: 'OpenSans-Regular';
    src: url('open-sans-regular/OpenSans-Regular.eot');
    src: url('open-sans-regular/OpenSans-Regular.eot') format('embedded-opentype'),
         url('open-sans-regular/OpenSans-Regular.woff') format('woff'),
         url('open-sans-regular/OpenSans-Regular.ttf') format('truetype'),
         url('open-sans-regular/OpenSans-Regular.svg') format('svg');
}


#header{
	width:100%;
	float:left;
	background:#FFF;
}


.header_contents{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.head_left{	
	width:250px;
	float:left;
	margin:20px 0  10px ;
	padding:10px 20px;
}
	


.head_right{
	width:700px;
	float:right;
	margin-top:15px;
	

}


.top-nav ul{
	float:right;
	margin:18px 0 0 0px;
}
.top-nav ul li{
	display:inline-block;
	margin: 0 0 10px;
}
.top-nav ul li a{
	font-family: 'OpenSans-Regular';
	color:#333;
	text-decoration:none;
	padding:8px 10px;
	display:block;
	border:0px solid #FFF;
	font-size:14px;
	font-weight:400;
	margin-left:5px;
}
.top-nav ul li.active a,.top-nav ul li a:hover,#nav .current a{
	background:#823c87;
	border:0px solid #7d2b8c; 
	color:#FFF; 
	border-radius:4px;
}


.banner{
	width:100%;
	float:left;
}


.banner_contents{	
	width:100%;
	max-width:1366px;
	margin:0 auto;
	margin-top:15px;
}

.banner_contents img{
	max-width:100%;
	margin-top:5px;
}	


.text_content{
	width:250px;
	float:left;
}

.text_content h1{
		font-family: 'OpenSans-Regular';
		font-weight:bold;
		font-size:20px;
		text-align:center;
		color:#333333;
		margin:10px;
	
}

.text_content p{
	font-family: 'Raleway-SemiBold';
	font-size:13px;
	text-align:justify;
	line-height:25px;
	color:#333333;
	
}


.contents{	
	width:100%;
	float:left;
	background:#f0ece0;
}

.contents_part{	
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.contents_part h1{	
		font-family: 'OpenSans-Regular';
		font-weight:bold;
		font-size:20px;
		text-align:center;
		color:#333333;
		margin:10px;
}	


.contents_part h2{
		 font-family: 'Raleway-Regular';
		 font-size:18px;
		 text-align:center;
		 line-height:28px;
		 color:#333333;
}


.contents_part p{
	font-family: 'Raleway-Regular';
	font-size:13px;
	text-align:center;
	color:#333333;
	padding:10px;
	line-height:28px;
}	


.slider{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}


.slider_box{
	width:230px;
	float:left;
	background:#FFF;
	border:1px solid #CCCCCC;
	margin:15px 0px 10px 15px;
}

.slider_box:hover{
	-moz-box-shadow: 0 0 5px 5px #CCC;
	-webkit-box-shadow: 0 0 5px 5px #CCC;
	box-shadow: 0 0 5px 5px #CCC;
}


.slider_box p:hover{
	color:#823c87;
}

.slider_box h1:hover{
	color:#333;
}

.slider_box img{
	margin: 10px 60px;
}


.slider_box h1{
		font-family:'Raleway-Regular';
		font-size:18px;
		text-align:center;
		color:#823c87;
		margin:10px;
}


.slider_box p{
	font-family: 'Raleway-Regular';
	font-size:13px;
	text-align:center;
	color:#333333;
	padding:10px;
	line-height:28px;
}


.slider_box_read{
	width:80px;
	float:left;
	background:#333333;
	border:1px solid #333333;
	border-radius:3px;
	margin:5px;
	margin-left:70px;
	margin-bottom:15px;
}

.slider_box_read:hover{
	background:#FFFFFF;
	border:1px solid #823c87;
}


.slider_box_read a{
	font-family: 'Raleway-Regular';
	font-size:13px;
	text-align:center;
	color:#FFFFFF;
	padding:25px;
}

.slider_box_read a:hover{
	color:#823c87;
}

.clients_bg {
    background:#FFF;
    float: left;
    height: auto;
    width: 100%;
}

.clients_brand{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}



.clients_bg h1{
		font-family: 'OpenSans-Regular';
		font-size:18px;
		text-align:center;
		color:#333;
		margin:10px;
		font-weight:bold;
}



#footer{
	width:100%;
	float:left;
	background:#C3C3E5;
	border-top:3px solid #333;
}


.footer_contents{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}


.footer_about{
	width:320px;
	float:left;
	text-align:left;
	margin-top:5px;
}


.footer_about h1{
		font-family:'Raleway-Regular';
		font-weight:bold;
		font-size:16px;
		text-align:left;
		color:#333;
		margin:5px;
}

.footer_about p{
	font-family:'Raleway-Regular';
	font-size:13px;
	color:#333;
	text-align:justify;
	line-height:30px;
	margin-left:5px;
	padding:5px;
}

.footer_about a{
	color:#333;
	text-decoration:none;
	outline:none;
}


.footer_about a:hover
{
	color:#893594;
}

.footer_contact{
	width:250px;
	float:left;
	margin-left:100px;
}

.footer_contact h1{
		font-family:'Raleway-Regular';
		font-weight:bold;
		font-size:16px;
		text-align:left;
		color:#333;
		margin:5px;
}

.footer_contact ul{
	float:left;
	margin-left:20px;
}

.footer_contact ul li{
	list-style:url(../images/list.png);
}

.footer_contact ul li a{
	font-family:'Raleway-Regular';
	font-size:13px;
	text-align:left;
	color:#333;
	line-height:25px;
}

.footer_contact ul li a:hover{
	color:#893594;
}


.footer_social{
	width:250px;
	float:left;
	margin-left:60px;
}


.footer_social h1{
		font-family:'Raleway-Regular';
		font-weight:bold;
		font-size:16px;
		text-align:left;
		color:#333;
		margin:5px;
}

.footer_social ul{
	float:left;
}

.footer_social ul li{
	margin-top:15px;
	position:relative;
}

.footer_social span{
	font-family:'Raleway-Regular';
	font-size:13px;
	text-align:justify;
	color:#333;
	margin-left:10px;
	position:absolute;
}

.footer_design{
	width:100%;
	float:left;
	background:#443266;
	padding-bottom:20px;
}

.footer_second{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.footer_zuan{
	width:210px;
	float:left;
	margin-top:15px;
}

.footer_zuan p{
	font-family:'Raleway-Regular';
	font-size:14px;
	text-align:left;
	color:#FFF;
	margin-top:10px;
}

.footer_zuan a{
	color:#FFF;
}

.footer_zuan a:hover{
	color:#FFF;
}


.footer_copyright{
	width:250px;
	float:right;
	margin-top:15px;
}

.footer_copyright p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	color:#FFF;
	margin-top:10px;
}


.about{
	width:100%;
	float:left;
	background:#f0eddf;
}


.about_us{
	width:100%;
	max-width:1000px;	
	margin:0 auto;
}

.about_us h1{
	font-family:'Raleway-Regular';
	font-weight:bold;
	font-size:18px;
	text-align:left;
	color:#333;
	margin:10px;
	
}

.about_us p{
	font-family:'Raleway-Regular';
	font-size:13px;
	text-align:justify;
	color:#333;
	padding:10px;
	line-height:25px;
}

.about_us ul {
	float:left;
}

.about_us li{
	font-family:'Raleway-Regular';
	font-size:13px;
	color:#333;
	line-height:30px;
	list-style:decimal;
}



.about_us p img{
	float:left;
	padding:10px;
}

.about_us h2{
	font-family:'Raleway-Regular';
	font-weight:bold;
	font-size:15px;
	text-align:left;
	color:#7d2b8c;
	margin:10px;
}

.text_left{
	margin-left:35px;
	margin-bottom:20px;
}

.light{
	float:right;
	margin:23px 100px 0 0;
}



.contact{
	width:100%;
	float:left;
	background:#f0eddf;
}


.contact_us{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}


.contact_us h1{
	font-family:'Raleway-Regular';
	font-weight:bold;
	font-size:18px;
	text-align:left;
	color:#333;
	margin:10px;
	
}

.contact_us h2{
	font-family:'Raleway-Regular';
	font-weight:bold;
	font-size:15px;
	text-align:left;
	color:#7d2b8c;
	margin:10px;
	
}


.contact_left{
	width:420px;
	float:left;
}

.enquiry_form {
	float: left;
	height: auto;
	margin: 5px 0 30px 0px;
	width: 300px;
}
.enquiry_form input, .enquiry_form textarea {
	border: 1px solid #e3e3e3;
	float: left;
	color:#6e6d6d;
	font-size: 13px;
	margin: 8px 0 7px 0px;
	padding: 20px 0 9px 12px;
	width: 400px;
}
.enquiry_form textarea {
	height:64px;
	font-family: 'Open Sans';
}
.btn {
	background:#303030 !important;
	border: medium none !important;
	border-radius: 0 !important;
	color: #FFFFFF !important;
	cursor: pointer;
	margin: 0 0 0 0px !important;
	width: 86px !important;
	padding:12px !important;
}
.btn:hover {
	background:#7d2b8c !important;
}


.contact_middle{	
	width:220px;
	float:left;
}


.contact_middle p{
	font-family:'Raleway-Regular';
	font-size:13px;
	text-align:justify;
	color:#333;
	padding:10px;
	line-height:25px;
}	


.contact_right{
	width:400px;
	float:right;
	margin-bottom:10px;
}

.contact_right p{
	font-family:'Raleway-Regular';
	font-size:13px;
	text-align:justify;
	color:#333;
	padding:10px;
	line-height:25px;
}	




.link ul li{
	margin-top:25px;
}


@keyframes blinker {
    from {background:#333333;}
    to {background: #7d2b8c;}
}

.blinker{
	animation-duration:1s;
    animation-iteration-count: infinite;
    animation-name: blinker;
    animation-timing-function: ease;
}



.pdf_read{
	width:256px;
	float:right;
	background:#333333;
	border:1px solid #333333;
	border-radius:3px;
	margin:0px 20px 12px 0;
	padding:10px;
}

.pdf_read:hover{
	background:#FFFFFF;
	border:1px solid #823c87;
}


.pdf_read a{
	font-family: 'Raleway-Regular';
	font-size:13px;
	text-align:center;
	color:#FFFFFF;
	padding:25px;
}

.pdf_read a:hover{
	color:#fbe7ff;
}

