@charset "utf-8";
/* CSS Document */

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: 12px;
	font: inherit;
	vertical-align: baseline;
	font-family:Arial;
	line-height:18px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

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;
}
a{ text-decoration:none; color:#000000;}
.divclear{clear:both;}

h2{ color:#080303;font:700 45px 'Raleway', sans-serif; text-align:center; text-transform:uppercase;}
h3{ color:#ff0000;font:300 30px 'Roboto', sans-serif; text-align:center; text-transform:uppercase;padding:5px 0;}
h4{ color:#ff0000;font:500 20px 'Roboto', sans-serif; text-align:left; text-transform:uppercase;padding:5px 0;}
hr{width:115px; border-bottom:5px solid #ff0000; margin:0 auto 10px; border-top:none;border-left:none;border-right:none;padding:5px 0;}
p{ color:#757575;font-size:14px; line-height:22px; padding:5px 0;}
p a:link{ color:#ff0000;}
p a:visited{ color:#ff0000;}
p a:hover{ color:#757575;}
strong{ font-weight:bold;}

.wrap{ width:1220px; margin:0px auto; padding:0;}
#banner{ background:#fda527; height:687px; width:100%; min-width:1600px;}
#banner_inner{ background:#fda527; height:300px; width:100%; min-width:1600px;}
#banner .banleft{ float:left; width:504px; height:567px; padding:120px 0 0;}
#banner_inner .banleft{ float:left; width:504px; height:auto; padding:180px 0 0;}
#banner_inner h2{ text-align:left;}
#banner_inner span{ color:#fff; font-size:13px;}
#banner_inner span a:link{ color:#fff;}
#banner_inner span a:visited{ color:#fff;}
#banner_inner span a:hover{ color:#ff0000; text-decoration:underline;}
#banner .banright{ float:right; width:479px; height:439px; padding:190px 30px 0 0;}
#header{ height:120px; box-shadow:1px 1px 6px #5f5f5f; background:#fff; width:100%; min-width:1600px; position:fixed; z-index:1;}
#header .left{ float:left; padding:19px 0 0; height:85px; width:245px;}
#header .right{ float:right;width:430px;}
/*Menu starts*/
			#menu
			{
			padding:0;
			margin:0;
			white-space:nowrap;
			list-style-type:none;			
			text-align:left;
			text-transform:uppercase;
			width:430px;
			}
			#menu li {display:inline;}
			#menu li a
			{
			padding:0 10px;
			color:#080303;
			text-decoration:none;
			font:400 13px/120px 'Raleway', sans-serif;
			}			
			#menu li a:hover 
			{
			color:#fda527;
			}			
			#menu li .current			
			
			{
			color:#fda527;
			}
			/*Menu ends*/
#content{width:1220px; margin:0px auto; padding:35px 0; min-height:500px;}
#content .left{ float:left; width:653px; padding:70px 0 0;}
#content .right{ float:right;width:516px;}
.welcome{ font-size:15px; line-height:26px;}
.services{ margin:35px 0; width:566px;}
#content .fa{ font-size:54px; float:left; margin:0 20px 0 0; width:55px;}
.item_1{ color:#ff0000;}
.item_2{ color:#00bb42;}
.item_3{ color:#fda527;}
.item_4{ color:#27c3fd;}

#features{ background:#f5f5f5;margin:0px auto; padding:35px 0;width:100%; min-width:1600px;}
.features{ float:left; width:270px; margin:25px 17px 0; text-align:center;}
.features div{ color:#ff0000;font:500 15px/20px 'Roboto', sans-serif; text-transform:uppercase; padding:10px 0 0;}
.features img {
    height: 170px;
}
.features img:hover {
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1000;
	}

#footer{ background:#000000; height:90px;  width:100%; min-width:1600px; margin:0px auto; font-size:13px; color:#fff;}
#footer .left{float:left;line-height:90px;} 
#footer .right{float:right;line-height:90px;}
#footer a:link{ color:#fff;}
#footer a:visited{ color:#fff;}
#footer a:hover{ color:#ff0000; text-decoration:underline;}