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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ulclass ul li {
   	border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    /*padding: 0;*/
	list-style:none;
    vertical-align: baseline;
		
}
body{
	margin:0;
	padding:0;
}
/* CSS Document */
@font-face {
    font-family: 'FjallaOneRegular';
    src: url('../fonts/fjallaone-regular.eot');
    src: url('../fonts/fjallaone-regular.eot') format('embedded-opentype'),
         url('../fonts/fjallaone-regular.woff') format('woff'),
         url('../fonts/fjallaone-regular.ttf') format('truetype'),
         url('../fonts/fjallaone-regular.svg#FjallaOneRegular') format('svg');
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot') format('embedded-opentype'),
         url('../fonts/opensans-semibold.woff') format('woff'),
         url('../fonts/opensans-semibold.ttf') format('truetype'),
         url('../fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');
}
a{
	text-decoration:none;
}
h1, h2, h3, h4, h5, 
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong{
    font-family: 'FjallaOneRegular';
	font-weight:normal;
}
img{
	max-width:100%;	
}
.block{
	margin:10px;
	padding:10px;	
}
body{
	margin:0 auto;
	font-family: 'open_sansregular';
	
}
p, span, td, li, strong, a{
	font-family: 'verdana';
}
strong, b{
    font-family: 'OpenSansSemibold';
	font-weight:normal;		
}
.clear{
	clear:both;
}	
.main_template{
	margin:0 auto;
	padding:0;
	/*border:#00FF33 1px solid;*/
}		
#top .top-contact{
	padding-left:0px;
	/*border:1px dashed #0000CC;*/
}	
#top .stay-connect{
	padding-top:10px;	
	text-align:right;
}
#top .stay-connect span{
	color:#dfdede;
	font-size:13px;
	vertical-align:middle;
}
#top .stay-connect a{
	display:inline-block;
	vertical-align:middle;	
}
#top{
	background:url("../images/top-pattern.jpg") repeat-x scroll top #7d7d7d;
	margin:0 auto!important;
	padding:0;
}	
		
#top .top-contact{
	padding:13px 0;	
}
#top .top-contact .call{
	background:url(../images/call-icon.png) no-repeat center left;
	color:#dfdede;
	font-size:13px;
	height:22px;
	padding:0 0 0 25px;
	display:inline-block;
	vertical-align:middle;
}

#top .top-contact .call span{
	display:inline-block;
	vertical-align:middle;
	padding-top:7px;
}
#top .top-contact .email a{
	color:#dfdede;
	font-size:13px;
}     
#top .top-contact .email a:hover{
	color:#fff;
}
#top .top-contact .email{
	background:url(../images/email.png) no-repeat center left;
	margin-left:20px;
	padding:0px 0 0 25px;
	display:inline-block;
	vertical-align:middle;
}
#top .top-contact .email span{
	display:inline-block;
	vertical-align:middle;
	padding-top:22px;
	
}		
	
#header{
	margin:0 auto;
}
#header .container{
	padding:10px 0 0;	
}
#header .lang-convert{
	text-align:right;
}	
#header .logo-block{
	margin:0;
	padding:0;
}	
#header #logo a{
	background:url(../images/logo.png) no-repeat center center;
	width:289px;
	height:140px;
	display:block;
	text-indent:-9999px;
}
#navigation{
	margin:0 auto;
}
#navigation .menu-block{
	margin:0 auto;
	padding:0;	
}
.menu-block #nav{
	float:right;	
}
#nav,#nav ul {
    list-style: none outside none;
    margin:20px 0 0;
    padding: 0;
}
#nav li {
    float: left;
    position: relative;
}
#nav {
    clear: both;
    font-size: 16px;
    padding:0px;
    position: relative;
}
#nav ul {
    background-color: #222;
    border:1px solid #222;
    border-radius: 0 5px 5px 5px;
    border-width: 0 1px 1px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;
}	

#nav li a {
    color:#e96254;
    font-family: 'FjallaOneRegular';
    display: block;
    font-weight:normal;
	font-size:18px;
    padding:40px 15px;
    position: relative;
    text-decoration: none;
}

#nav li:hover ul.subs{
	margin:0px;
	background-color:#EB5F09;
    top: 104px;
	min-width:200px;
	border:none;
	border-radius:0;
    width: auto;
	padding:5px;
}
#nav li:hover ul.subs li{
	float:none;
	display:block;	
}
#nav li .subs li{
	border-bottom:1px solid #D35004;
	box-shadow:0 1px 1px rgba(255,255,255,0.2)	
}
#nav li .subs li:hover{
	background:#4D4D4D;	
}
#nav li .subs li a{
	font-size:14px;
    font-family: 'open_sansregular';
	color:#fff;
	border:none;
	text-transform:uppercase;
	padding:8px 10px;	
}
#nav li:hover a, 
#nav li.active a{
	color:#4d4d4d;
	border-bottom:#eb5f09 solid 5px;
}	

#slider img{
	margin:0px auto;
	border-bottom:#ff6100 solid 6px;	
}
#banner{
	position:relative;	
	border-bottom:5px solid #ff6100;
}
#banner .slider{
	margin:0;
	padding:0;	
}
#banner .slider .camera_pag{
	position:absolute;
	bottom:15px;
	left:45%;
}	
#banner .slider #camera_wrap_3{
	margin:0 !important;
}	
#banner .container, 
#banner .grid-12{
	margin:0 auto;
	width:100%;
}
.fleft{
	margin: 0 auto;
	float:left !important;	
}

#page-content{
	padding:20px 0 30px;
	background:url(../images/container-shade.png) repeat-x center top;
}
#page-content .title{
	line-height:30px;
	padding-bottom:10px;
}
#page-content .title span{
	font-size:20px;
	padding:10px 10px 0px 30px;
	background:url(../images/icon_2.png) no-repeat left 15px;	
    font-family: 'FjallaOneRegular';	
}
#page-content .content .fleft{
	margin:0 15px 10px 0;
}
p{
	margin: 0 auto;
	font-size:14px;
	color:#4d4d4d;
	line-height:20px;
	text-align:justify;
	margin:0 0 15px 0;
}
#welcome .contact-welcome{
	margin: 0 auto;
	background-color:#f6f6f6;
	padding:0px 15px 0 5px;
	margin:0 auto;
}	
#page-content .button{
	color:#e63c24;
	font-size:13px;	
}
#page-content .button:hover{
	color:#4D4D4D;	
}
#welcome .contact-welcome .button{
	padding-left:250px;
	color:#e63c24;
}	
.title{
	color:#e63c24;
	}
.color{
	color:#FFFFFF;
}	
/*#page-content .product-list .list-menu img{
	border:#FFFFFF 2px solid;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	padding:5px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}*/

#page-content .product-list .list-menu img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
#page-content .product-list a{
	color:#767676;
	font-size:11px;
	display:inline-block;
	vertical-align:middle;
	font-weight:bold;
}
#page-content .product-list a:hover{
	color:#ec5a01;	
}
#page-content .product-list .list-menu{
	margin: 0 auto;
	margin-left:25px;	
	padding:0;
}
#page-content .product-list .list-menu li{
	list-style:none;
	margin:8px 0px;
	padding:5px 0 5px 0px;
}
	
#page-content .product-list .button{
	background: #4d4d4d;
	color: #fff;
	float:right;
	padding: 5px 15px;	
	border-radius: 3px;
}
#page-content .product-list .button:hover{
	background:#d61008;
	color:#fff;
}
	
.title{
	font-size:22px;
	line-height:30px;
	margin-bottom:15px;	
	padding-bottom:10px;
	text-transform:uppercase;
}
#footer{
	padding:20px 0px 20px 0px;
	background-color:#4d4d4d;
	margin:0 auto;
	}	
#footer .menu-footer .list-menu{
	margin-left:0px;	
	padding:0;
}
#footer .menu-footer li a{
	color:#bebebe;
	font-size:14px;
	color:#c4c4c4;
}	

#footer .menu-footer .list-menu li{
	list-style:none;
	margin:0;
	padding:2px 0 2px 15px;
	background:url(../images/arrow.png) no-repeat left 8px;
	text-align:left;
}
#footer li a:hover{
	color:#FFFFFF;
}
#footer .gallery-footer img{
	width:100px;
	border:1px solid #414040;
	box-shadow:0 0 2px #000;
	height:93px;
	margin:0 5px 5px 0;
}
#footer .color{
	background:url(../images/footer-title-border.png) repeat-x center 35%;
	padding-bottom:15px;
	margin-bottom:10px;
}
#footer .color span{
    font-family: 'FjallaOneRegular';
	font-size:21px;
	background:#4d4d4d;
	padding-right:10px;
}

#footer .contact-footer .button{
	margin-left:150px;
	background: #df5906;
	color: #fff;
	padding: 5px 15px;	
	border-radius: 5px;
}		
#copyright{
	padding-top:5px;
	margin: 0 auto;
	width:100%;
	/* margin-left:500px; */
}		
	
	
#header{
	background:url(../images/header-bg.jpg) repeat-x center #e8e8e8;	
}

.featured_block{
	margin:25px 0 0;	
}
.featured_block .grid-4{
	width:50% !important;
}
.featured_block .primary{
	background:#f6f6f6;
	margin:0;
}
.featured_block .secondary{
	background:#f6f6f6 url(../images/sec_sep.png) repeat-y;
	margin:0;
}
.featured_block .block{
	padding:15px;	
	margin:0;
}
p.more{
	text-align:right !important;
	margin:0;	
}
#page-content .product-list ul{
	margin:0 !important;	
}
#footer .contact-footer ul{
	margin:0;
	padding:0;	
}
#footer .contact-footer li{
	padding-left:25px;
	list-style:none;	
	line-height:23px;
	font-size:13px;
	margin:0 0 5px;	
	color:#c4c4c4;
}
#footer .contact-footer li p{
	line-height:18px;
	margin:0;	
	text-align:left;
	text-shadow:0 1px 1px rgba(0,0,0,0.4);
	color:#c4c4c4;
}
#footer .contact-footer li a{
	color:#fff;
}
#footer .contact-footer h3{
	font-size:22px;
	color:#fff;
	text-shadow:0 1px 1px #000;
	margin:0 0 15px;
}
#footer .contact-footer li a:hover{
	color:#fff;	
	text-shadow:0 1px 1px rgba(0,0,0,0.4);
}
#footer .contact-footer li.location{
	background:url(../images/home-icon.png) no-repeat left 3px;
}
#footer .contact-footer li.email{
	background:url(../images/mail-icon.png) no-repeat left 3px;
}
#footer .contact-footer li.website{
	background:url(../images/web-icon.png) no-repeat left 3px;
}
#footer .contact-footer li.phone{
	background:url(../images/call-icon+footer.png) no-repeat left 3px;
}
#footer .inquiry-footer .inputbox, 
#footer .inquiry-footer .textbox{
	background:#272424;
	border-radius:3px;
	box-shadow:inset 0 1px 2px #000;
	border:none;
	margin:0 0 10px;
    font-family: 'open_sansregular';
	padding:8px 10px;
	width:220px;
	font-size:13px;
	color:#8a8a8a;
}
#footer .inquiry-footer input[type=button], #footer .inquiry-footer input[type=submit]{
	background:#df5906;
    font-family: 'open_sansregular';	
	color:#fff;
	border:none;
	cursor:pointer;
	border-radius:3px;
	float:right;
	padding:7px 10px;
	font-size:13px;
	text-transform:uppercase;	
}
#footer .inquiry-footer input[type=button]:hover, #footer .inquiry-footer input[type=submit]:hover{
	background:#FFFFFF;
	color:#df5906;
}
#copyright{
	background:url(../images/copyright.png) repeat-x center bottom #fff;	
}
#copyright p{
	text-align:center;
	margin:0;
}
#copyright p a, 
#copyright p strong{
	color:#e63c24;
}
#copyright p a:hover{
	color:#666;
}
#banner .slider .camera_commands, 
#banner .slider .camera_next, 
#banner .slider .camera_prev{
	display:none;
}
#banner .slider .camera_caption{
	right:0 !important;
	width:600px;	
	bottom:30% !important;
}
#banner .slider .camera_caption div{
	width:450px;
	background:none;
}	
#banner .slider .camera_caption h2{
	font-size:30px;
	color:#fff;
	background:#e53524;
	padding:8px 10px;
	line-height:30px;
	margin-bottom:15px;
	text-transform:uppercase;
}
#banner .slider .camera_caption p{
	font-size:14px;
	color:#fff;
	line-height:22px;
	margin-bottom:15px;	
}
#banner .slider .camera_caption p a{
	color:#fff;
	text-transform:uppercase;
	padding:5px 10px;
	background:#332f2f;
	border-radius:3px;
	border:1px solid #000;
}
#banner .slider .camera_caption p.more{
	text-align:left !important;	
}
#banner .slider .camera_caption p a:hover{
	color:#e53524;
	border-color:#fff;
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,0.7);}
	
.infra{
	color:#e63c24;
	margin-left:300px;
	font-size:small;
}
.quality{
	color:#e63c24;
	margin-left:300px;
	font-size:small;
}	
.gallery{
	color:#c4c4c4;
	margin-left:240px;
	font-size:small;
}		

ul.ulclass{
	
	padding:0px;
	list-style:none;
	margin-left:50px;
}
ul.ulclass li{
	background:url(../images/arrow_icon.png) no-repeat left 5px;
	padding-left:22px;
	font-weight:bold;
}

/* client list */

ul.client_list li{
	background:url(../images/arrow_icon.png) no-repeat left 15px;
	padding-left:25px;
	line-height:40px;
	font-size:12px!important;
}

ul.client_list li a{
	font-family:'Verdana';
	font-weight:bold;
	color:#767676;
	font-size:12px;
}

ul.client_list li a:hover{
	color:#e63c24;
}
/* end of client css */

/*=======Added by Md==========*/
.top_menu{
	bottom:0px!important; 
	margin-top:30px!important;
}

.captionOrange h2{
	    background: #e53524 none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 8px 10px;
    text-transform: uppercase;
}

.more_button{
	clear:both;
	color:#FFFFFF!important;
	font-size:18px!important;
	font-weight:bold;
	width:200px!important;
	padding:5px!important;
	background:#333333;
	margin-top:20px!important;
	
}

.inquiry_tbl_div{
	float:left; 
	width:48%;
}

#vlightbox1{
	margin-left:100px;
}