/* 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:0;padding:0;}
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 {
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size: 100%;
	background:#000 url(../images/bg.jpg) top no-repeat;
}
.wrapper{
	margin: 4% 0;
}
.wrap{
	margin:0 auto;
	width:80%;
	
}
.wrap_inner{
	padding:0 4%;	
}
.wrap.content{
	background:url(content.jpg) repeat;
	border-radius: 5px;
	margin-bottom: 20px;
}
.wrap.footer{
	background: #F0F0F0 none repeat scroll 0% 0%;
	border-radius: 8px;
	padding: 20px 0px;
}
.header {
    background: #F2F2F2;
    height: 470px;
    padding: 20px 0px 0px;
		border-radius: 5px;
		text-align: center;
}
.header.service{
	height: 70px;
}
.para{
	color:#736761;
	line-height: 1.8em;
	font-size: 0.8725em;	
}	
h2{
	letter-spacing: 1px;
	color:#56030B;
	font-family: 'News Cycle', sans-serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.8em;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #423935;
}
/*menu*/
.cssmenu > ul > li {
	display:inline-block;
	position: relative;
}
.cssmenu > ul > li.active a{
	color:#ffffff;
	background: #A0A0A0;
	border-radius: 10px;
}
.cssmenu > ul > li span img {
	vertical-align: middle;
}
.cssmenu > ul > li > a {
	text-transform: uppercase;
	font-family: 'News Cycle', sans-serif;
	display: block;
	font-size:18px;
	line-height: 1.8em;
	padding: 5px 32px;
	color: #89000D;
	letter-spacing: 1px;
	margin-bottom: 10px
}
.cssmenu > ul > li > a:hover {
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	background:#6B625E;
	color: #ffffff;
	border-radius: 10px;
}
/*end-menu*/
.logo{
	padding: 1.5em;
}
.logo img{
	padding: 0px;
}
.logo h3 a{
	font-size:24px;
	padding-bottom:0;
	font-weight:600;
	color:#fff;
	font-family: "Ledger" !important;
	text-align: left;
}
/*  GRID 1 OF THREE  */
.grids_1_of_3{
	padding: 2% 0;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin-left: 2%;
}
.grid_1_of_3.bg1{
	background: #736761;
}
.grid_1_of_3.bg2{
	background: #645954;
}
.grid_1_of_3.bg3{
	background: #F2F2F2;
	padding: 2%;
	border-radius: 5px;
	border: #FFF 1px solid;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 24%;
	position: relative;
}
.images_1_of_3  h3{
	letter-spacing: 1px;
	color: #6B6B6B;
	font-size: 2em;
	font-weight: normal;
	padding: 4%;
}
.images_1_of_3 h2{
	font-size:16px;
	font-weight:bold;
	padding-bottom:0;
	color: #56030B;
}

.grid_1_of_3 h4 {
    letter-spacing: 1px;
    color:#89000D;
    line-height: 1.8em;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
.images_1_of_3  p  {
	padding:4% 4% 0 4%;
	color: #ffffff;
	line-height: 1.8em;
	font-size: 0.8725em;
}

ul.list li a {
    background: transparent url("list.png") no-repeat scroll left center;
    padding-left: 20px;
    line-height: 30px;
    color: #000;
    text-decoration: none;
}
/* content_btm  */
.content_btm {
	text-align: left;
	padding-bottom: 4%;
}
.col_1_of_3{
	display: block;
	float:left;
	margin-left: 4%;
}
.col_1_of_3:first-child { 
	margin-left: 0; 
}
.span_1_of_3 {
	width: 30.3333%;
}
.span_1_of_3  h2{
	margin-bottom: 0.5em;
}
.text1-nav ul li{
	display:inline;
}
.text1-nav ul li a{
	display:block;
	font-size: 0.8725em;
	color:#736761;
	letter-spacing: 0px;
	line-height: 2.8em;
}
.text1-nav ul li:before{
	margin-top: 12px;
	margin-right: 10px;
	content: url('../images/arrow.png');
	float: left;
}
.text1-nav ul li a:hover{
	color: #A4AF1F;
}
.span_1_of_3  h4{
	color: #949B3F;
	letter-spacing: 1px;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 0.5em;
}
.button.top{
	margin-top:4%;
}
.button.top1{
	margin-top:2%;
}
.button a{
	background: #564C48;
	border: 1px solid #5A4F4F;
	display: inline-block;
	padding: 10px 24px;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
.button a:hover{
	background: #B1BD23;
	border: 1px solid #B1B62B;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.grids_btm {
	padding: 4% 0;
	display: inline-flex;
	border-top: 1px ridge rgb(241, 241, 241);
	border-bottom: 1px ridge rgb(241, 241, 241);
}
.grids:first-child{
	margin-left: 0;
}
.grids{
	text-align:left;
	width: 50%;
	margin-left: 4%;
}
.images_1_of_1{
	width:14%;
	float:left;
	height: 100px;
	background: #B1BD23;
	padding:4%;
}
.images_1_of_1 p{
	text-align: center;
	font-size: 4em;
	color: #ffffff;
	line-height: 1.5em;
}
.grid_1_of_1{
	width:65%;
	float:left;
	padding:2%;
}
.grid_1_of_1 h3{
	letter-spacing: 1px;
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.8em;
	font-size: 30px;
	text-transform: uppercase;
}

.grid_1_of_1 h4{
	letter-spacing: 1px;
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.8em;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
}

.grid_1_of_1 p {
	color: #000;
	line-height: 1.8em;
	font-size: 0.9725em;
	text-align: justify;
}
.grid_1_of_1 img{
	float: left;
	margin: 0 10px 0 0;
}
/*footer1*/
.footer1{
	padding:0.6em;
}
.copy{
	//text-align:center;
}
.copy p{
	font-size: 0.8725em;
	color: #736761;
	line-height: 1.8em;
	padding-bottom: 5px;
}
.copy p a{
	color: #89000D;	
}
.copy p .phone{
	font-size: 20px;
	font-weight: 500;
	background : url(../images/phone.png) no-repeat;
	padding-left: 20px;
}
.copy p .mobile{
	font-size: 20px;
	font-weight: 500;
	background : url(../images/mobile.png) no-repeat;
	background-size: 15px 15px;
	padding-left: 20px;
	height: 50px;
}
.copy p a:hover{
	color: #736761;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
/* start about */
.main{
	padding:2% 0 4%;
	text-align:left;
	border-top: 1px ridge rgb(241, 241, 241);
}
.about {
	text-align:left;
}
.cont-grid {
	float: left;
	width: 65.33333%;
	margin-left: 4%;
}
.cont-grid span{
	color: #949B3F;
	letter-spacing: 1px;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: capitalize;
}
.abt-para p{
	margin-top: 2%;
}
.cont-grid-img{
	width: 28%;
	float: left;
}
.about-p{
	margin-top:20px;
}

.about-p p{
	color: #000;
	line-height: 1.8em;
	font-size: 0.9725em;
	text-align: justify;
	padding-bottom: 10px;
}
/* start service*/
.ser-main{
	text-align:left;
}
.ser-main.top{
	margin-top: 3%;
}
.ser-grid{
	float:right;
}
.ser-grid-list:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list{
	float: left;
	width: 21.33333%;
	margin-right: 4%;
}
.ser-grid-list h5{
	line-height: 1.8em;
	font-size: 1.2em;
	color: #53A3C7;
}
.ser-grid-list img{
	margin-top:15px;
}
.ser-grid-list p{
	margin: 8% 0;
}
.ser-para {
	margin: 2% 0;
}
/*start Contact*/
.col{
	display: block;
}
.span_1_of_2{
	float: left;
	margin-right: 3%;
	width: 24.3333%;
}
.span_2_of_4{
	width : 72.33%;
float:right;
}
.contact_info{
	float: right;
	
}
.company_address {
	float: left;
	margin-right: 3%;
	
}
.col.span_1_of_2 h2{
	margin-bottom: 4%;
}
.contact-form{
	position:relative;
	margin-top: 2%;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	color: #736761;
	display:block;
	font-size: 0.8725em;
	padding-bottom:5px;
}
.company_address p{
	padding:2px 0;
	color: #736761;
	font-size: 0.8725em;
	line-height: 1.8em;
}
.company_address p span{
	color: #949B3F;
	cursor:pointer;
}
.company_address p span:hover{
	color: #564C48;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.map{
	margin: 2% 0;
}
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form input[type="number"],.contact-form textarea{
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size:0.8725em;
	color: #555;
	padding: 8px;
	display: block;
	width: 98%;
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	outline: none;
	-webkit-appearance: none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="text"]:focus,.contact-form input[type="email"]:focus,.contact-form input[type="number"]:focus,.contact-form textarea:focus{
	-webkit-transition:0.9s;
	-o-transition:0.9s;
	-moz-transition:0.9s;
	transition:0.9s;
	border: 1px solid rgba(51, 157, 207, 0.05);
	box-shadow: 0px 0px 2px #5E504A;
	-webkit-box-shadow:0px 0px 2px #5E504A;
	-moz-box-shadow:0px 0px 2px #5E504A;
	-o-box-shadow:0px 0px 2px #5E504A;
}
.contact-form input[type="submit"]{
	cursor: pointer;
	text-transform:capitalize;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	background: #564C48;
	border: 1px solid #5A4F4F;
	display: inline-block;
	padding: 10px 24px;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
.contact-form input[type="submit"]:hover{
	outline:none;
	background: #B1BD23;
	border: 1px solid #B1B62B;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
/*start details */
.details{
	display: block;
}
.det_pic{
	margin: 2% 0;
}
/*start 404*/
.page{
	padding:8% 0;
	text-align:center;
}
.page h3{
	color: #CEDB32;
	font-family: 'News Cycle', sans-serif;
	text-shadow: 0 1px 0 #A2A2A2;
	font-size: 12em;
}
/***** Media Quries *****/
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.header{
		height: 420px;
	}
	h2{
		font-size: 1.5em;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.header {
    height: 400px;
	}
	.header.service {
    height: 60px;
	}
	.cssmenu > ul > li > a {
		line-height: 1.8em;
		padding: 6px 16px;
	}
	
	.images_1_of_3 h3 {
		font-size: 1.5em;
	}
	.grids_btm {
		display: block;
	}
	.grids {
		text-align: left;
		width: 100%;
		margin-left: 0%;
		margin-bottom: 3%;
		clear: both;
		display: inline-block;
	}
	.span_1_of_2{
		width: 95%;
	}
.span_2_of_4{
	width : 95%;
}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.logo img{
		padding: 0px;
	}
	.logo h3 a{
	font-size:14px;
		font-weight: normal;
}
	.cssmenu > ul > li > a {
		line-height: 4.8em;
		padding: 6px 16px;
		font-size: 13px;
	}
	.span_1_of_3 {
		width: 99.3333%;
	}
	.col_1_of_3 {
		float: none;
		margin-left: 0%;
	}
	.ser-grid-list {
		width: 45.33333%;
	}
	.company_address {
		float: none;
		margin-right: 0%;
		width: 99.3333%;
	}
	.contact_info {
		float: none;
		width: 99.33333%;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.header{
		height: 180px;
	}
	.header.service {
    height: 50px;
	}
	.cssmenu > ul > li > a {
		line-height: 1.8em;
		padding: 4px 8px;
		font-size: 13px;
		text-align: center;
	}
	.images_1_of_3 {
		width: 95%;
	}
	.cont-grid {
		float: none;
		width:100%;
		margin-right: 0%;
	}
	.cont-grid-img {
		float: none;
		width:100%;
		margin-top: 3%;
	}
	.grid_1_of_3 {
		margin-left: 0%;
		margin-bottom: 4%;
	}
	.grid_1_of_1 {
    width: 95%;
	}
	.grid_1_of_1 img{
		float: none;
		margin: 0px 0px 0px 30px;
	}
	.grid_1_of_1 h3 {
		letter-spacing:0px;
		font-size: 30px;
		text-align: center;
	}
		.images_1_of_1 p {
		font-size: 3em;
	}
	.cont-grid-img {
		margin: 3% 12%;
	}
	.span_1_of_2{
		width: 95%;
	}
.span_2_of_4{
	width : 95%;
}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.header{
		height: 250px
	}
	.header.service {
    height: 120px;
	}
	.cssmenu > ul > li {
		display:block;
	}
	.grid_1_of_1 h3 {
		letter-spacing:0px;
		font-size: 1.5em;
	}
	.grid_1_of_1 img {
    float: none;
    margin: 0px 12px;
	}
	.images_1_of_1 p {
		font-size: 2em;
	}
	.grid_1_of_1 p {
    color: #000;
    line-height: 1.6em;
    font-size: 0.9725em;
    text-align: justify;
	}
	.cont-grid-img {
		margin: 3% 6%;
	}
	.span_1_of_2{
		width: 95%;
	}
.span_2_of_4{
	width : 95%;
}
}