@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, ul, li, input, textarea {
	margin: 0;
	padding: 0;
}
/* clear fix */
* html .clearfix {
	height: 1%;
	overflow: visible
}
*+html .clearfix {
	min-height: 1%
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0
}
/*Clear*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden
}
body {
	background: #3A1600;
	min-width: 320px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
/*img { outline: 0; }
img.scale-with-grid { max-width: 100%; height: auto; }*/
a {
	color:#ff2a00;
	text-decoration: none
}
p {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}
.al {
	float: left;
}
.ar {
	float: right;
}
.ac {
	margin: 0 auto;
}
div {
	display: block;
}
.index{
	width:100%;
	height:auto;
	}
.index a{
	display:block;
	}
.index a img{
	width:100%;
	display:block;
	}
.main_bg {
	width: calc(100%-40);
	height: auto;
	padding: 20px;
	/*padding-bottom:0 !important;*/
	background: url(../images/tp_dot.png) no-repeat top left #fff;
}
.header {
	width: 100%;
	height: 140px;
	display: block;
}
#logo {
	width: 70%;
	height: auto;
	margin: 2% 0 0 2%;
}
/*@media only screen and (max-width: 420px) {
	
#logo {
	width: auto;
	height: auto;
	margin: 0 0 0 0;
}
}*/
.menu_bg {
	width: 25%;
	height: auto;
	position: absolute;
	right: 20px;
	background: #1f1e23;
	text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serifl;
	font-size: 18px;
	z-index: 9999;
}
.menu_bg a {
	color: #ECECEC;
	display: block;
}
.banner {
	width: 100%;
	height: auto;
	margin-top: 2%;
}
.welcome_bg {
	width: 100%;
	height: auto;
	background: #2c0d07 url(../images/w_bg.png) repeat-x 0 0;
	margin-top: 2%;
}
.welcome_bg p {
	font-size: 12px;
	font-weight: 100;
	color: #B9AEAE;
	padding: 25px;
	text-align: justify;
	line-height: 20px;
}
/*! responsive-nav.js 1.0.32 by @viljamis */
.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}
.nav-collapse li {
	width: 100%;
	display: block;
	background: #E03700;
	line-height: 20px;
padding: 3% 0;
	text-align: center;
	border-bottom: 1px solid #1e1e22;
	-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.nav-collapse li:hover, .nav-collapse li.active {
	background: #1e1e22;
	}
.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}
.nav-collapse.opened {
	max-height: 9999px;
}
.disable-pointer-events {
	pointer-events: none !important;
}
.nav-toggle {
	background: url(../images/h_icn.png) no-repeat 8% 50%;
	background-size: 18%;
	width: 60%;
	padding: 5% 0% 5% 40%;
	display: block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
	/*.header{
		height:70px;
		}*/
.menu_bg ul {
	font-size: 13px !important;
}
.nav-toggle {
	background-size: 16%;
}
.menu_bg {
	font-size: 14px;
}
.footer p {
	font-size: 10px !important;
}
.abt_bg h3{
	font-size:12px !important;
	}
}

@media only screen and (min-width: 420px) and (max-width: 760px) {
	/*.header{
		height:120px;
		}*/
.menu_bg ul {
	font-size: 14px !important;
}
.nav-toggle {
	background-size: 15%;
}
.menu_bg {
	font-size: 16px;
}
.footer p {
	font-size: 12px !important;
}
}

@media only screen and (min-width: 760px) {
	/*.header{
		height:145px;
		}*/
.menu_bg ul {
	font-size: 14px !important;
}
.nav-toggle {
	background-size: 8%;
}
.menu_bg {
	font-size: 16px;
}
.footer p {
	font-size: 12px !important;
}
input[type="reset"]{
	font-size:18px !important;
	}
input[type="submit"]{
	font-size:18px !important;
	}
}

@media screen and (min-width: 4000em) {
.menu_bg ul {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.menu_bg ul li {
	background: #ff2a00;
}
.menu_bg ul li a {
	display: block;
	color: #FFF;
}
.js .nav-collapse {
	position: relative;
}
.js .nav-collapse.closed {
	max-height: none;
}
.nav-toggle {
	display: none;
}
}
/*! responsive-nav.js 1.0.32 by @viljamis */
.footer {
display: block;
width: 96%;
height: 35px;
background: #2c0d07;
/*background: #1f1e23;
margin-top: 1%;
 padding-top: 1%; */
padding: 2%;
border-top: 1px solid #ff2a00;
}
.footer p {
	color: #A1A1A1;
	font-size: 12px;
	font-weight: 100;
}
.footer p a {
	color: #A1A1A1;
}
/****************abtus***************/
.abt_bg{
	width:100%;
	height:auto;
	border-top:1px solid #ff2a00;
	}
.abt_title{
	width:100%;
	height:auto;
	margin:1% 0 2% 0;
	}
.abt_bg h3{
	text-align:left;
	font-size:15px;
	color:#FFF;
	background:#B92900;
	float:left;
	padding: 5px 10px;
	text-transform:uppercase;
	
	}
.abt_bg h5{
	text-align:left;
	font-size:15px;
	color:#ad2005;
	margin-bottom:1%;
	}
.abt_bg h6{
	text-align:left;
	font-size:14px;
	color:#5e2922;
	margin-bottom:1%;
	}		
.abt_bg p{
	font-size:12px;
	margin:0.5% 0;
	}
.abt_bg ul{
	display:block;
	font-size:12px;
	padding-left: 20px;
	}
.abt_bg ul li{
	list-style:decimal;
	line-height:20px;
	}
.abt_bg h4{
	text-align: left;
font-size: 13px;
color: #000;
padding: 5px;
background: #ccc;
	}
.exectvs{
	width:100%;
	height:auto;
	}
.exectvs ul{
	width:100%;
	height:auto;
	float:left;
	display:block;
	padding:0;
	}
.exectvs ul li{
	border:1px solid #ccc;
	padding:0.5%;
	float:left;
	margin:0.5%;
	list-style:none !important;
	
	}
.exectvs ul li span{
	color:#ff2a00;
	/*text-transform:uppercase;*/
	}
.exectvs ul li p{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	}
.pic_title{
	width:99%;
	font-size:14px;
	text-align:center;
	padding:1%;
	margin:3% 0 0 0;
	background:#666;
	color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	}
/*********contact us*************/
input, textarea{
	width:98%;
	padding:1%;
	border:1px solid #ccc;
	margin:0 0 1% 0;
	}
textarea{
	width:98%;
	height:50px;
	padding:1%;
	border:1px solid #ccc;
	}
input[type="reset"]{
	width:30%;
	padding:1.5%;
	margin-right:2%;
	cursor:pointer;
	background:#000;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	}
input[type="submit"]{
	width:30%;
	padding:1.5%;
	cursor:pointer;
	background:#ff2a00;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	}
/**********************pooram******************/
.thumbs_bg{
	width:100%;
	height:auto;
	}
.thumbs_bg ul{
width:100%;
padding:0;
	display:block;
	float:left;	
	}
.thumbs_bg ul li{
	width:auto;
	padding:5px;
	float:left;
	border:1px solid #ccc;
	list-style:none;
	margin:0.5%;	
	}
.thumbs_bg ul li a{
	display:block;
	}
.thumbs_bg ul li a img{
	width:100%;
	}
#back-top {
position: fixed;
bottom: 0;
right: 5%;
background: none;
}
#back-top a {
width: 30px;
display: block;
text-align: center;
font: 10px/100% Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #000;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#back-top span {
width: 30px;
height: 30px;
display: block;
margin-bottom: 7px;
background:url(../images/page-scroll.png) no-repeat center center;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}