/* reset */
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
}
header.wrap{
	width:1060px;
	margin:0 auto;
}
header{
	background: url(../images/bg.png);
	min-height:135px;
	padding: 10px 0px;

}
.logo{
	float:left;
	padding-top: 2px;
	padding-bottom:60px;
}
/*---top-nav-----*/
#nav{
	display: block;
	position: absolute;
	top: 50px;
	left: 150px;
	height: 79px;
	width: 1060px;
}

#nav>li{
	display: block;
	float: left;
	height: 100%;
	margin-right: 22px;
}

#nav>li:first-child{}

#nav>li>a{
	display: block;
	font-size: 14px;
	font-weight:bold;
	color: #bac0c9;
	text-decoration: none;
	margin-top: 20px;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
}

#nav>li>a>span.subheader{
	display: block;
	font-size: 11px;
	color: #656b74;
	font-style: italic;
	margin-top: 10px;
}

#nav>li.current-menu-item{
	background: url(../img/menu-arrow.png) no-repeat center bottom;
}


#nav>li:hover>a{
	color: #facb01;
}

/* sub navigation */

#nav>li ul{
	display: block;
	margin-top: 13px;
	background: #1d2023;
	border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	
	-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.4); 
	-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.4); 
	box-shadow: 0px 3px 2px rgba(0,0,0,0.4); 
}

#nav>li>ul ul{
	margin-top: 0px;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
}

#nav>li ul li a{
	display: block;
	padding: 7px 15px;
	display: block;
	font-size: 11px;
	color: #bac0c9;
	text-decoration: none;
}

#nav>li ul li a span{
	display: block;
}

#nav>li ul li a:hover{
	background: #000;
	color: #facb01;
}

#nav>li ul li:last-child a:hover{ /* last item its rounded at bottom */
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

/*---contact-info---*/
.contact-info{
	float: right;
	text-transform: uppercase;
	
}
.contact-info ul li:first-child{
	color:#cdcdcd;
	
}
.contact-info ul li:nth-child(2){
	font-size:22px;
}
.contact-info ul {
	margin:0px;
	padding:0px;
}
.contact-info ul li{
	color:#F6D417;
	font-weight:bold;
	margin:2px 0px;
	font-size:14px;
	font-family: 'Noto Sans', sans-serif;
}
.grd_1{
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
	border: 1px ridge rgb(58, 58, 58);
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.grd_1:hover{
	border: 1px ridge #F6D417;
}
.box1:first-child{
	margin-left: 0px;
}
.box {
	display: block;
	zoom: 1;
}
.content h2{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	padding-left: 15px;
	font-size: 1.2em;
	line-height: 25px;
	padding: 16px 16px 19px;
	font-weight: normal;
	background: url(../images/h2_bg.png) 0 0 repeat-x #2b2b2b;
	border-left: 1px solid #424242;
	border-right: 1px solid #242424;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #171717;
	margin: 21px 0px 0px 0px;
	text-transform: uppercase;
}

.box1 {
	width: 23.6%;
	padding-bottom: 8px;
}

.content {
	display: block;
}
.box1 ul li{
	float: left;
}
.box1 h5{
	font-family: 'Noto Sans', sans-serif;
	font-size:18px;
	color: #fff;
}
.box1 a{
	float:right;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	display: inline-block;
	background: url(../images/btn_bg.png) repeat-x 0 0 #2c2c2c;
	line-height: 15px;
	padding: 7px 10px 7px;
	font-size: 12px;
	text-transform: uppercase;
	border-left: 1px solid #424242;
	border-right: 1px solid #242424;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #171717;
	color:#fff;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 500;
}
.box1 a:hover{
	color: #C8A102;
}
.box1 h4{
	color: #fff;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px 0px 5px 0px;
	margin-left:40px;
}
.box1 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #777;
	line-height: 1.8em;
	border-bottom: 1px ridge rgb(41, 41, 41);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.box-info{
	padding: 0px 7px;
}
/*----footer----*/
.left-links{
	float:left;
}
.left-links ul li{
	display:inline-block;
}
.left-links ul li a,.right-links a{
	color: #999797;
	font-family: 'Noto Sans', sans-serif;
	font-size:12px;
	padding: 0px 15px 0px 0px;
	text-transform: uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.left-links ul li a:hover{
	color:#fff;
}
.right-links{
	float:right;
}
.right-links a:hover{
	color: #C8A102;
}
.footer {
	padding: 10px 5px;
	border-top: 1px ridge rgb(54, 54, 54);
	margin-top: 18px;
	
}
/*----ABOUT---*/
/*------------about-------------*/
.about{
	padding:10px 0px;
	margin-top: 10px;
}
.about h3{
	color: #999797;
	text-decoration: none;
	font-size:22px;
	font-family: 'Noto Sans', sans-serif;
}
.about ul{
	margin:0px;
	padding:0px;
}
.about h3{
	font-size:15px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about h3:hover{
	color:#C8A102;
	cursor: pointer;
}
.about h2,.about h4{
	margin:10px 0px;
	font-family: 'Noto Sans', sans-serif;
	color:#555;
}
.about ul li{
	width: 18.72%;
	float: left;
	margin-right: 15px;
	margin-bottom: 13px;
}
.about p{
	font-size: 12px;
	margin-bottom: 7px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.5;
	color: #777;
	padding: 5px 0px;
}
.about-boxs{
	margin: 10px 0px;
	font-family: 'Noto Sans', sans-serif;
	color: #999797;
	border-bottom: 1px ridge rgb(51, 50, 50);
	padding-bottom: 17px;	
}
.about-boxs h4{
	font-size: 15px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color:#999797;
	text-transform: uppercase;
	padding: 7px 0px 7px 0px;
}
.about-boxs h4:hover{
	color: #C8A102;
	cursor: pointer;
}
.about ul li:last-child{
	margin-right:0px;
}
.about ul li a{
	font-size:12px;
	color:#999;
	font-family: 'Noto Sans', sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about ul li a:hover{
	color:#C8A102;
}

.about-boxs p{
	font-size: 13px;
	float: left;
	width: 75%;
	line-height: 24px;
	color: #777;
	margin-right: 13px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
.about-boxs img{
	float:right;
	width: 23%;
	cursor: pointer;
	border: 1px ridge #666;	
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about-boxs img:hover{
	border: 1px ridge #F6D417;
}

.about-boxs-heading h4{
	margin:7px 0px;
	font-size:16px;
}
/*---services----*/
.service-grid h4{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	padding-left: 15px;
	font-size: 1.2em;
	line-height: 25px;
	padding: 8px;	
	font-weight: normal;
	background: url(../images/h2_bg.png) 0 0 repeat-x #2b2b2b;
	border-left: 1px solid #424242;
	border-right: 1px solid #242424;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #171717;
	margin: 8px 0px 10px 0px;
	font-size: 1.2em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.service-box img{
	float:left;
}
.service-box p{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	line-height: 1.8em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 78%;
}
.service-box p a{
	font-size: 1.2em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #999797;
	text-decoration: none;
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
}
.service-box p a:hover{
	color: #C8A102;
}
.grid2{
	margin-right:1.6%;
}
.service-grid {
		width: 49.2%;
		float: left;
}
.service-grid h4:hover{
	border-bottom: 1px solid #C8A102;
}
/*---contact----*/

/*----contact----*/
.contact{
	
	
	margin-bottom: 33px;	
}
.contact-form{
	float:left;
	padding-right:20px;
	padding-top: 10px;
}
.contact-sidebar{
	float: right;
	width: 336px;
	
	
}
.map{
	padding-top: 46px;
}
.contact h3{
	color: #2C9BB6;
	font-size: 25px;
	text-transform: uppercase;
	padding: 0 0 12px 0;
}

.contact-form form span{
	display:block;
}
form span{
	color: #999797;
	text-decoration: none;
	font-size: 1.2em;
	font-family: 'Noto Sans', sans-serif;
	padding: 5px 0px 0px 0px;
}
.contact-form form textarea,
.contact-form form input[type=submit],
.contact-form form input[type=text]{
	border:1px solid #ddd;
	padding: 7px;
	width: 594px;
	outline:none;
	color:#666;
	font-size:18px;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	background: rgb(221, 221, 221);
}
.map iframe{
	color:#FF8400;
	font-family: 'Carrois Gothic SC', sans-serif;
}	
.contact-form form input[type=submit]{
		 -moz-border-radius:3px;
		  -webkit-border-radius:3px; 
		  border-radius:3px; 
		  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  background:#0160A4 url(../images/button-overlay.png) repeat-x; 
		  
		  color:#FFFFFF !important; 
		  cursor:pointer; 
		  display:inline-block; 
		  font-size:13px; 
		  font-weight:bold; 
		  line-height:1; 
		  overflow:visible; 
		  padding:10px 25px;
		  position:relative; 
		  text-decoration:none; 
		  text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25); 
		  width:auto; 
		  text-align:center; 
}
.contact-form form input[type=submit] {
	background: url(../images/h2_bg.png) 0 0 repeat-x #2b2b2b;
	border-left: 1px solid #424242;
	border-right: 1px solid #242424;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #171717;
	 -webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}


.contact-form form input[type=submit]:hover{
	background: #C8A102;
	color:#FF8400;
}

form textarea{
	height: 201px;
	color: #666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}
	ul#topnav li a {
		padding: 18px 57px;
	}
	ul#topnav li span a{
		padding: 7px 37px;
	}
	.box1 {
		width: 23.5%;
	}
	.footer{
		width:100%;
		
	}
	.about ul li {
		width: 18.6%
	}
	.service-box p{
		width: 75%;
	}
	.contact-form {
		width:50%;
	}
	.contact-form form textarea, .contact-form form input[type=text] {
		width:95%;
	}
	
	.map {
		padding-top: 48px;
	}

@media screen and (max-width: 800px) {
	.wrap{
		width:90%;
	}
	ul#topnav li a {
		padding: 18px 38px;
	}
	ul#topnav li span a {
		padding: 7px 14px;
	}
	.box1 a {
		margin-top: 10px;
		float:none;
	}
	.about ul li {
		width: 18.2%;
	}
	.about-boxs p{
		width:100%;
	}
	.about-boxs img{
		width:100%;
		margin-top:10px;	
	}
	.service-box p,.service-box img{
		float:none;	
	}
	.service-box p{
		width:100%;
	}
	.map{
		display: none;
	}
	.contact-form {
		width: 100%;
	}
	.contact-form form textarea, .contact-form form input[type=text] {
		width: 97.2%;
	}	
}
@media screen and (max-width: 600px) {
	.wrap{
		width:90%;
	}
	ul#topnav li a {
		padding: 18px 22px;
	}
	.box1 {
		width: 47.8%;		
	}
	ul#topnav li span:nth-child(1),ul#topnav li span:nth-child(2),ul#topnav li span:nth-child(3){
		display:none;
	}
	.box1 a{
		float:right;
		margin:0px;
	}
	.box1:first-child {
		margin-left: 0px;
		display: none;
	}
	.box1:first-child{
		margin:0px;
	}
	.box1:nth-child(3){
		display:none;
	}
	.about ul li:nth-child(1){
		display:none;
	}
	.about ul li {
		width: 22%;
	}
