	/* CSS Document */
	
@font-face {
    font-family: 'TrajanProRegular';
    src: url('../fonts/TrajanProRegular.eot');
    src: url('../fonts/TrajanProRegular.eot') format('embedded-opentype'),
         url('../fonts/TrajanProRegular.woff2') format('woff2'),
         url('../fonts/TrajanProRegular.woff') format('woff'),
         url('../fonts/TrajanProRegular.ttf') format('truetype'),
         url('../fonts/TrajanProRegular.svg#TrajanProRegular') format('svg');
}

	
* {
	padding:0;
	margin:0;
	list-style:none;
}
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#F3F4F4;
	font-size:100%;
	color:#000;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
}
input { background:none; border:0 none; outline:none; }
table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; }
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text-justify { text-align:justify; }
.clearfix {
	clear:both;
	/*content:" "; never use this property error in opera*/
	display:block;
	font-size:inherit;
	height:0;
	line-height:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}
li{
	list-style:none;
}
a , a:hover{
	text-decoration:none;
}
/**************** Header ****************/
	
	#header{
		background:url("../images/header_bg.jpg") no-repeat;
		width:100%;
		background-size:100% auto;
	}
	#header {
  background: url("../images/header_bg.jpg") no-repeat scroll 0 0 / 100% 127% rgba(0, 0, 0, 0) !important;
  width: 100%;
}
	.container{
		width:1000px;
		margin:0 auto;
	}
	.main_header{
		border:7px solid #D60102;
		border-bottom:0px;
		position:relative;
	}
	.top_header{
		background:url("../images/top_header_bg.png") repeat;
		display: block;
		height: auto;		
		min-height: 95px;		
		padding: 0 18px 0 0;
		position:absolute;
		width: 968px;
		z-index: 1;
	}
	.top_header .logo_left{
		float:left;
		margin:8px 0 0 14px;
	}
	.top_header .logo_right{
		float:right;
	}
	.top_header .logo_right .email_call{
		display:block;		
		margin:8px 0 0;
		float:right;
	}
	.top_header .logo_right .email_call li{
		float:left;
		height: 29px;
		line-height: 29px;
		padding: 0 0 0 35px;		
		margin:0 0 0 14px;
	}
	.top_header .logo_right .email_call li.email{
		background:url("../images/mail.png") no-repeat left center;				
	}
	.top_header .logo_right .email_call li.call{
		background:url("../images/call.png") no-repeat left center;	
		font-size:18px;	
		color:#333333;
		font-family: 'Lato', sans-serif;
	}
	.top_header .logo_right .email_call li.call1{
		background:url("../images/micon.png") no-repeat left center;	
		font-size:18px;	
		color:#333333;
		font-family: 'Lato', sans-serif;
	}	
	.top_header .logo_right .email_call li a{
		font-family: 'Lato', sans-serif;
		color:#333333;
		font-size:14px;			
	}
	
	/* Naivgaton */
	
	.top_header .logo_right nav{
		display:block;
		margin:24px 0 0;
	}
	.top_header .logo_right nav li{
		float:left;
		background:url("../images/li_line.png") no-repeat left top;
		padding:0 12px 16px;
		position:relative;
	}
	.top_header .logo_right nav li:first-child{
		background:none;
	}
	.top_header .logo_right nav li.last{
		padding-right:0px;
	}
	.top_header .logo_right nav li a {
		font-family: 'TrajanProRegular';
		color:#333333;
		font-size:17px;
		font-weight:bold;		
	}
	.top_header .logo_right nav li a:hover , .top_header .logo_right nav li a.active {
		color:#A00103;
	}
	
	/* Slider css */
	
	#header .bx-wrapper .bx-viewport{
		background:none;
		box-shadow:none;
		left:0;
		transform:none;
		border:0px;
		height:520px !important;
	}	
	#header .bx-pager, #header .bx-wrapper .bx-controls-auto {
		bottom: 20px;
		font-size: 0 !important;
		position: absolute;
		right: 25px;
		width: 100%;
		text-align:right;
	}
	#header .bx-wrapper .bx-pager.bx-default-pager a{
		background:url("../images/slider_pager.png") no-repeat left center;
		height:16px;
		width:17px;	
		margin:0 1px;	
	}
	#header .bx-wrapper .bx-pager.bx-default-pager a:hover, #header .bx-wrapper .bx-pager.bx-default-pager a.active{
		width:19px;
		height:16px;
		background:url("../images/slider_active.png") no-repeat left center;
	}
	.slider_text{
		position:absolute;
		right:0px;
		bottom:55px;
		background:url("../images/s_text_bg.png") no-repeat left center;
		width: 514px;
		height: 89px;
	}
	.slider_text .text_white{
		font-family: 'TrajanProRegular';
		color:#fff;
		font-size:24px;
		font-weight:bold;	
		padding:18px 0 0 112px;
		margin:0px;
		text-align:left;
	}
	.slider_text .text_blue{
		font-family: 'TrajanProRegular';
		color:#14ACF2;
		font-size:24px;
		font-weight:bold;	
		padding:18px 0 0 112px;
		margin:0px;
		text-align:left;
	}
	#header  .bx-wrapper{
		margin:0px;
	}

/**************** Close ****************/









/**************** Content ****************/
	.top_shadow_img{
		background:url("../images/three_block_bg.png") no-repeat #F4F1EC;
		width:100%;
		background-size:100% auto;
		min-height:55px;
	}
	.three_block{
		/*background:url("../images/three_block_bg.png") no-repeat;*/
		width:100%;
		background-size:100% auto;
		background:#F4F1EA;
		border-bottom:1px solid #ccc;
	}
	.three_block .common_block{
		width:290px;
		height:auto;
		border:1px solid #ACA79D;		
		padding:9px;
	    text-align:left;
	    border-radius:5px;
	    background:url("../images/pro-bg.png") repeat-x 0 0;
	}
	.shadow{
		background:url("../images/bottom_shadow.png") no-repeat bottom center;
		padding:0 0 19px;				
	}
	.three_block .common_block img{
		border-radius:5px;
	}
	.three_block .common_block h2{
		font-family: 'TrajanProRegular';
		color:#14ACF2;
		font-size:21px;
		font-weight:bold;	
		padding:12px 0;
	}
	.three_block .common_block p.dec{
		font-family: 'Lato', sans-serif;
		color:#191919;
		font-size:14px;
		font-weight:normal;	
		padding:12px 0 15px;
		border-top:1px dotted #ABA79C;
		border-bottom:1px dotted  #ABA79C;
		line-height:140%;
	}
	.three_block .common_block .read_more a{
		font-family: 'Lato', sans-serif;
		color:#B80105;
		font-size:14px;
		font-weight:normal;
		padding:12px 0;
		text-align:left;		
		display: block;		
	}
	.three_block .shadow.first{
		float:left;
	}
	.three_block .shadow.second{
		float:left;
		margin:0 34px;
	}
	.three_block .shadow.third{
		float:right;
	}
	.line_shadow{
		margin:6px 0 30px;
		text-align:center;
	}

	/* welcomee Block css  */
	
	.welcome_block{
		display:block;
		padding:12px 0 50px;
		border-bottom:1px soild #ccc;
	}
	.welcome_block .welcome_left{
		float:left;
		background:url("../images/wel_shadow.png") no-repeat right 5px;
		padding: 0 22px 0 0;
		width: 690px;
	}
	.welcome_block .welcome_left h2.welcome_title{
		font-family: 'TrajanProRegular';
		border-bottom: 1px solid #ada89d;
		color:#333333;
		font-size:24px;
		font-weight:bold;	
		padding:12px 0;
		text-transform: capitalize;
	}
	.welcome_block .welcome_left h2.welcome_title span{
		color:#14ACF2;
	}
	.welcome_block .welcome_left p{
		color: #000000;
		font-family: "Lato",sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 150%;
		padding:7px 0 0;
	}
	.welcome_block .welcome_left .read_more a{
		font-family: 'Lato', sans-serif;
		color:#B80105;
		font-size:15px;
		font-weight:bold;
		padding:12px 0 0;
		text-align:left;		
		display: block;	
	}
	.welcome_block .welcome_right{
		float:right;
		width:270px;
	}
	.welcome_block .welcome_right .testi_title{
		font-family: 'TrajanProRegular';
		border-bottom: 1px solid #ada89d;
		color:#14ACF2;
		font-size:25px;
		font-weight:bold;	
		padding:12px 0 12px 45px;
		background:url("../images/testi_img.png") no-repeat left center;
	}
	
	/* welcome  End */
	
	
	.project_gallery{
		width:100%;
		background:#F4F1EA;
		border-top: 1px solid #DFDCD6;
	}
	.project_gallery .bxslider2{
		margin:35px 0;
	}
	.project_gallery .gallery_title{
		font-family: 'TrajanProRegular';
		color:#ffffff;
		font-size:25px;
		font-weight:bold;	
		padding:10px 0;
		text-align:center;
		background:url("../images/gallery_bg.png") no-repeat top center;		
	}
	.project_gallery .slide {
		display: block;
		float: left;
		width:220px !important;
		z-index: 9999;
		height:150px !important;
	}
	.project_gallery .slide .slide  img{
		width:220px !important;
		height:150px !important;
	}
	.project_gallery .bx-wrapper{
		margin:40px auto 0;
		padding:0 0 40px;
	}
	.project_gallery .bx-wrapper .bx-viewport{
		background:none;
		box-shadow:none;
		left:0;
		transform:none;
		border:0px;		
	}
	.project_gallery .bx-wrapper .bx-controls-direction a{
		margin-top:0px;
		top: 35%;
	}
	.project_gallery .bx-wrapper .bx-prev{
		background:url("../images/left_arrow.png") no-repeat 0 0;
		left:-40px;
	}
	.project_gallery .bx-wrapper .bx-prev:hover{
		background:url("../images/left_arrow.png") no-repeat 0 0;
	}
	.project_gallery .bx-wrapper .bx-next{
		background:url("../images/right_arrow.png") no-repeat 0 0;
		right:-40px;
	}
	.project_gallery .bx-wrapper .bx-next:hover{
		background:url("../images/right_arrow.png") no-repeat 0 0;
	}
	.project_gallery  .bx-wrapper .bx-pager{
		display:none;
	}
	.project_gallery .carousel_text a{
		display:none;
	}
	.project_gallery .slide:hover .carousel_text a{
		min-height:20px;
		line-height:20px;
		padding:10px;
		position: absolute;
		bottom: 0;
		width:200px;
		z-index: 9999;
		background:url("../images/white_arrow.png") no-repeat 192px center #333333;
		display:block;
		opacity:0.9;
		cursor:pointer;
		color:#fff;
		font-family: "Lato",sans-serif;
		font-size:16px;
		font-weight:bold;
		text-transform:capitalize;
		
	}
	
/**************** Close ****************/

/*02-04-2015*/

.testi-img
{
float: left;
width: 100px;
margin-top: 10px;
}
.testi-name
{
float: left;
width: 150px;
margin: 25px 0px 0px 10px;
}
.testi-name h4
{
font-size: 16px;
color: rgb(51, 51, 51);
font-family: "Lato",sans-serif;
font-weight: bold;
line-height: 2;
}
.testi-name p
{
font-size: 14px;
color: #333;
font-family: "Lato",sans-serif;
}
.testi-msg
{
background: url("../images/msg-box.png") repeat scroll 0% 0% transparent;
display: block;
margin-top: -8px;
min-height: 135px;
height:auto;
width: 272px;
}
.testi-msg p
{
font-size: 15px;
color: #333;
font-family: "Lato",sans-serif;
font-style: italic;
padding: 30px 10px 0px;
line-height: 1.5;
}
.nav-dot
{
float: right;
margin-top: -14px;
margin-right: 14px;
}
.nav-dot ul
{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
.nav-dot ul li
{
float:left;
display:inline;
}
.nav-dot ul li a
{
padding:0;
}
.welcome_right ul li
{
	padding:0: 5px;
	width: 272px !important;
}

/*02-04-2015*/











/**************** Footer ****************/
.footer-top
{
background: url("../images/foot-top.png") repeat scroll 0% 0% transparent;
width:100%;
height:65px;
border-bottom: 2px dashed #5E5E5E;
}
.titlehead
{

}
.top-title1
{
float:left;
display:block;
width:17%;
margin-top: 25px;

}
.title1
{
float: left;
display: block;
width: 14%;
margin-top: 15px;
background: url("../images/foot-border.png") no-repeat scroll right center transparent;
margin-right: 15px;
margin-left: 5px;
}
.top-title1 p
{
font-size: 18px;
font-weight: bold;
color: #fff;
font-family: "TrajanProRegular";
}
.top-title2
{
float:left;
display:block;
width:31%;
margin-top: 25px;
}
.title2
{
float: left;
display: block;
width: 27%;
background: url("../images/foot-border.png") no-repeat scroll right center transparent;
margin-right: 15px;
margin-top: 15px;
margin-left: 10px;
}
.top-title2 p
{
font-size: 18px;
font-weight: bold;
color: #fff;
font-family: "TrajanProRegular";
}
.top-title3
{
float:left;
display:block;
width:25%;
margin-top: 25px;
}
.title3
{
float: left;
display: block;
width: 27%;
margin-top: 15px;
background: url("../images/foot-border.png") no-repeat scroll right center transparent;
padding-right: 30px;
margin-left:7px
}
.register
{
margin-left: 20px;
}
.top-title3 p
{
font-size: 18px;
font-weight: bold;
color: #fff;
font-family: "TrajanProRegular";
}
.top-title4
{
float:left;
display:block;
width:25%;
margin-top: 17px;
text-align: center;
}
.title4
{
float: left;
display: block;
width: 22%;
margin-top: 15px;
text-align: center;
}
.social-icon ul
{
margin-left:50px;
}
.social-icon ul li
{
float:left;
display:inline;
}
.social-icon ul li a
{
margin:0px 2px;
}
.foot-bottom
{
background: url("../images/foot-slice.png") repeat scroll 0% 0% transparent;
width:100%;
display:block;
height: 235px;
}
.quick-link
{
float:left;
}
.quick-link li
{
padding:8px;
text-align: left;
}
.quick-link li::before {
content: "";
margin-left: -20px;
display: block;
height: 20px;
width: 20px;
background: url("../images/foot-aero.png") repeat scroll 0% 0% transparent;
position: absolute;
margin-top: 5px;
background-repeat: no-repeat;
}
.quick-link li a
{
font-size: 14px;
color: #333;
font-family: "Lato",sans-serif;
text-decoration: none;
}
.right-border {
    background: url("../images/foot-border.png") no-repeat scroll 0% 0% transparent;
    display: block;
    width: 9px;
    height: 217px;
    float: left;
    margin-left: 30%;
}
.title2 .right-border {
    background: url("../images/foot-border.png") no-repeat scroll 0% 0% transparent;
    display: block;
    width: 9px;
    height: 217px;
    float: left;
   
}
.foot-bottom .address p
{
font-size: 14px;
color: #333;
font-family: "Lato",sans-serif;
font-weight: normal;
line-height: 1.5;
}
.contact .land
{
float: left;
width: 100%;
font-family: "Lato",sans-serif;
color: #333;
font-size: 14px;
margin-left: 7%;
}
.contact .phn
{
float: left;
width: 100%;
font-family: "Lato",sans-serif;
color: #333;
font-size: 14px;
margin-left: 7%;
}
.contact .fax
{
float: left;
width: 100%;
font-family: "Lato",sans-serif;
color: #333;
font-size: 14px;
margin-left: 7%;
}
.contact .mail
{
float: left;
width: 100%;
font-family: "Lato",sans-serif;
color: #333;
font-size: 14px;
margin-left: 7%;
}
.land::before 
{
    content: "";
    margin-left: -21px;
    display: block;
    height: 20px;
    width: 20px;
    background: url("../images/call2.png") no-repeat 0 0;
    position: absolute;
    margin-top: 13px;
}
.phn::before 
{
    content: "";
    margin-left: -21px;
    display: block;
    height: 20px;
    width: 20px;
    background: url("../images/phn.png") no-repeat scroll 0% 0% transparent;
    position: absolute;
    margin-top: 13px;
}
.fax::before 
{
    content: "";
    margin-left: -21px;
    display: block;
    height: 20px;
    width: 20px;
    background: url("../images/fax.png") no-repeat scroll 0% 0% transparent;
    position: absolute;
    margin-top: 13px;
}
.mail::before 
{
    content: "";
    margin-left: -21px;
    display: block;
    height: 20px;
    width: 20px;
    background: url("../images/mail1.png") no-repeat scroll 0% 0% transparent;
    position: absolute;
    margin-top: 16px;
}
.contact
{
line-height: 3;
margin: 10px 0px;
}
.contactdetails
{
float:left;
}
.register input 
{
background-color: #FFF;
border: 1px solid #000;
padding: 4px;
width: 91%;
margin-bottom: 5px;
opacity: 0.7;
border-radius: 3px;
}
.register textarea
{
border-radius: 3px;
border: 1px solid #000;
opacity: 0.7;
margin-bottom: 5px;
width: 94%;
}
label .txtbx
{
float: right;
width: 57%;
margin-right: 15px;
}

.register input[type="submit"], .register input[type="button"]
{
width: 100px;
background: url("../images/submit-btn.png") repeat scroll 0% 0% transparent;
color: #fff;
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
background-color: #5F5F5F;
font-family: "Lato",sans-serif;
opacity: 1;
cursor: pointer;
}
.foot-logo
{
margin: 20px 5px;
}
.foot-logo img
{
margin-left: 25px;
}
.copyright
{
padding: 15px 5px;
margin-left: 10px;
width: 100%;
}
.copyright p
{
font-size: 14px;
color: #333;
font-family: "Lato",sans-serif;
}
.social-icon
{
float:right;
margin-right: 5px;
}
.capche
{
margin-top:5px;
}
/**************** Close ****************/


/* About us  Page */


.about_main{
	background:#F4F1EA;
	padding:0 0 35px;
}
h2.title{
	font-size:25px;
	font-family: "TrajanProRegular";
	color:#333333;
	font-weight: bold;
	text-align:center;
	text-transform: uppercase;
	padding:45px 0 23px;
	border-bottom:1px solid #ADA89D
}
h2.title span{
	color:#14ACF2;
	font-weight: bold;
}
.about_left{
	margin:37px 37px 0 0;
	float:left;
}
.about_right{
	float:right;
	margin:37px 0 0 0;
	width:570px;
}
.about_right p{
	font-size: 15px;
	color: #333;
	padding:0 0 25px;
	font-family: "Lato",sans-serif;
	line-height:150%;
}


/* End  About us  Page */


/* Contact  us  Page */

.contact_us{
	
}
.contact_left{
	border-right: 1px solid #ccc;
    float: left;
    margin: 30px 0 0;
    padding: 0 50px 0 0;
}
.contact_left .top_text{
	color:#333333;
	font-family: "Lato",sans-serif;
	font-size:18px;
	margin:0 0 25px;
}
.contact_left label{
	color:#333333;
	font-family: "Lato",sans-serif;
	font-size:14px;
	padding:0 0 8px;
	display:block;
}
.contact_left input[type="text"]{
	width:416px;
	height:18px;
	padding:5px;
	background:#ffffff;
	border:1px solid #999;
	margin:0 0 16px;
}
.contact_left textarea{
	width:416px;
	height:90;
	padding:5px;
	background:#ffffff;
	border:1px solid #999;
	margin:0 0 20px;overflow: hidden;
}
.contact_left input[type="submit"], .contact_left input[type="button"]{
	background:url("../images/submit_bg.jpg") repeat-x ;
	height:30px;
	line-height:25px;
	border:1px solid #000;
	width:158px;
	font-family: "Lato",sans-serif;
	font-size:22px;
	color:#fff;
	text-transform: uppercase;
	text-align:center;
	display:block;
	float:right;
	cursor: pointer;
}
.contact_right{
	float: left;
    margin: 30px 0 0 50px;
}
.contact_right .map{
	display:block;
	border:1px solid #999999;
}
.contact_right ul{
	display:block;
	list-style:none;
	margin:22px 0 0;
}
.contact_right ul li{
	color:#333;
	font-size:14px;
	font-family: "Lato",sans-serif;
	padding:0 0 0 25px;
	margin:0 0 18px;
}
.contact_right ul li a{
	color:#333;
	font-size:14px;
	font-family: "Lato",sans-serif;
	text-decoration:none;
}
.contact_right ul li.c_add{
	background:url("../images/c_add.png") no-repeat left center;
}
.contact_right ul li.c_call{
	background:url("../images/c_call.png") no-repeat left center;
}
.contact_right ul li.c_fax{
	background:url("../images/c_fax.png") no-repeat left center;
}
.contact_right ul li.c_mail{
	background:url("../images/c_mail.png") no-repeat left center;
}


/* Contact Us  page End */

/* Gallery  page Start */

.gallery_list{
	margin:0;
}
.gallery_list li{
	float:left;
	margin:0 26px 35px 0;
}
.gallery_list img {
    height: 200px;
    width: 230px;
    display: block;
}
.gallery_list li:nth-child(4n){
	margin-right:0px;
}
.gallery_list li a{
	color:#333;
	font-size:16px;
	font-family: "Lato",sans-serif;
	padding:10px 0;
	display: block;
	font-weight: bold;
}


.top_header .logo_right nav li a.active{
	color:#a00103;
}
/*our services*/
.product_wrapper > ul {
  border-bottom: 1px solid #ADA89D;
  display: block;overflow: hidden;
  width: 100%;
}
.product_wrapper li {
  display: inline-block;
margin-right: 22px;
margin-top: 24px;
text-align: center;
width: 10.4%;
}
.product_wrapper li:last-child {
  margin-right: 0 !important;
}

.product_1_wrapper li {
display: block;
float: left;
margin-right: 25px;
text-align: center;
margin-top: 20px;
}
.product_1_wrapper li:last-child {
  margin-right: 0;
}
.product_wrapper li.product {
  background: url("../images/product/p1.png") no-repeat scroll center top rgba(0, 0, 0, 0);
padding-top: 69px;
width: 9%;
}
.product_wrapper li.product .content{}
.product_wrapper li.product2{
  background: url("../images/product/p2.png") no-repeat scroll center top rgba(0, 0, 0, 0);
padding-top: 69px;
width: 6%;
}
.product_wrapper li.product2 .content{}






.product_wrapper li.product3{
  background: url("../images/product/p3.png") no-repeat scroll center top rgba(0, 0, 0, 0);
padding-top: 69px;
width: 9.5%;
}
.product_wrapper li.product4{
  background: url("../images/product/p4.png") no-repeat scroll center top rgba(0, 0, 0, 0);
padding-top: 69px;
width: 9.5%;
}
.product_wrapper li.product5{
  background: url("../images/product/p5.png") no-repeat scroll center top rgba(0, 0, 0, 0);
padding-top: 69px;
}
.product_wrapper li.product6{
  background: url("../images/product/p6.png") no-repeat scroll center top rgba(0, 0, 0, 0);
padding-top: 69px;
width: 6%;
}
.product_wrapper li.product7{
  background: url("../images/product/p7.png") no-repeat scroll center top rgba(0, 0, 0, 0);
padding-top: 69px;
width: 9%;
}
.product_wrapper li.product8{
 background: url("../images/product/p8.png") no-repeat scroll center top rgba(0, 0, 0, 0);
padding-top: 69px;
width: 10%;
}
.product_wrapper li.product9{
  background: url("../images/product/p9.png") no-repeat scroll center top rgba(0, 0, 0, 0);
padding-top: 69px;
width: 9%;
}
.content a{
  color: #14ACF2;
display: inline-block;
font-family: trajanproregular;
font-size: 14px;
font-weight: bold;
margin-bottom: 15px;
text-align: center;
vertical-align: top;
text-decoration:none;  
}
.content a:hover{
	color:#a00103;
}
.product_1_wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
}
.product_1_wrapper li.p1 {
  background: url("../images/product1/p1.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  padding-top: 60px;
  width: 10.9%;
}
.product_1_wrapper li.p2 {
  background: url("../images/product1/p2.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  padding-top: 60px;
  width: 10.9%;
}
.product_1_wrapper li.p3 {
  background: url("../images/product1/p3.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  padding-top: 60px;
 width: 6.9%;
}
.product_1_wrapper li.p4 {
  background: url("../images/product1/p4.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  padding-top: 60px;
  width: 10.9%;
}
.product_1_wrapper li.p5 {
  background: url("../images/product1/p5.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  padding-top: 60px;
  width: 10.9%;
}
.product_1_wrapper li.p6 {
  background: url("../images/product1/p6.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  padding-top: 60px;
  width: 13.9%;
}
.product_1_wrapper li.p7 {
  background: url("../images/product1/p7.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  padding-top: 60px;
  width: 7.9%;
}
.product_1_wrapper li.p8 {
  background: url("../images/product1/p8.png") no-repeat scroll center top rgba(0, 0, 0, 0);
float: right;
padding-top: 60px;
width: 9.9%;
}
.c1 a{
 color: #14ACF2;
    display: block;
    font-family: trajanproregular;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 34px;
    margin-top: 14px;
    text-align: center;
    text-decoration:none;
}
.c1 a:hover{
	color:#a00103;
}

.product_detail_1_wrapper{
background: url("../images/product1/shadow.png") no-repeat center top;
padding-top: 45px;overflow: hidden;
padding-bottom: 21px;

}
.product_detail_1_wrapper_left {
  display: block;
float: left;
width: 38.5%;
}
.product_detail_1_wrapper_right {
  display: block;
  float: left;
  width: 100%;
}
.product_detail_1_wrapper_right h1 {
  border-bottom: 1px dotted #333333;
  color: #14ACF2;
  display: block;
  font-family: trajanproregular;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 10px;
}
.product_detail_1_wrapper_right > p {
  color: #333333;
  font-family: lato;
  font-size: 15px;
  line-height: 25px;
  margin-top: 15px;text-align: justify;
}
.product_detail_2_wrapper_left{
	display: block;
  float: left;
  width:100%;

}
.product_detail_2_wrapper_right{
display: block;
float: left;
width: 38.5%;

}
.product_detail_2_wrapper_left h1 {
  border-bottom: 1px dotted #333333;
  color: #14ACF2;
  display: block;
  font-family: trajanproregular;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 10px;
}
.product_detail_2_wrapper_right > img {
  float: right;
}
.service .about_main {
  background: none repeat scroll 0 0 #F4F1EA;
  padding: 0 0 10px;
}
.testimonials .product_detail_1_wrapper {
  background: url("../images/product1/shadow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
overflow: hidden;
padding-bottom: 35px;
padding-top: 54px;
}
.left_quote {
  background: url("../images/product1/left_quote.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display: block;
float: left;
height: 20px;
margin-top: -5px;
width: 22px;padding-right: 5px;
}
.right_quote {
  background: url("../images/product1/right_quote.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
display: inline-block;
height: 28px;
vertical-align: top;
width: 22px;padding-left: 5px;
}
.test_wrapper{
  color: #333333;
  font-family: lato;
  font-size: 14px;
  line-height: 23px;
}
.footer_note {
  
  
color: #333333;
display: inline-block;
font-family: arial;
font-size: 14px;
font-weight: bold;
margin-top: 15px;
}
.testimonials .product_detail_2_wrapper {
  background: url("../images/product1/shadow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  overflow: hidden;
  padding-bottom: 35px;
  padding-top: 13px;
}
.product_detail_1_wrapper .footer_note {
  color: #333333;
  display: block;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}
.testimonials .about_main {
  background: none repeat scroll 0 0 #F4F1EA;
  padding: 0 0 11px;
}
.testimonials .product_detail_3_wrapper {
    overflow: hidden;
    padding-bottom: 35px;
    padding-top: 13px;
}
.mail > a {
  color: #333333;
font-family: "Lato",sans-serif;
font-size: 14px;
font-weight: normal;

}

h3.menu-toggle {
  
  display:none;
  
}
.title1 .top-title1 {
  display: none;
  float: left;
  margin-top: 25px;
  width: 17%;
}
.title2 .top-title2 {
  display: none;
  float: left;
  margin-top: 25px;
  width: 31%;
}
.title3 .top-title3 {
  display: none;
  float: left;
  margin-top: 25px;
  width: 25%;
}
.title4 .top-title4 {
  display: block;
  margin-top: 17px;
  text-align: center;
  width: 25%;
  display: none;
}
.ajaxLoader {
  display: inline;
  float: none;
  margin: 5px 0 0 15px;
  position: absolute;
}
#result, #result2 {
  display: inline;
  float: none;
  margin: 6px 0 0 15px;
  position: absolute;
}


/* changes :: 11-04-2015  */

.welcome_right .bx-wrapper{
	margin:0 auto;
}
.welcome_right .bx-wrapper .bx-viewport {
  background:transparent;
  border:none;
  box-shadow: none;
  left: 0;
  transform: translateZ(0px);
  min-height:235px !important;
  height:auto !important;
}
.welcome_right .bx-wrapper img {
    display: inline-block;
    max-width: 100%;
}
.welcome_right .bx-wrapper .bx-pager, .welcome_right .bx-wrapper .bx-controls-auto {
  bottom: 8px;
  position: absolute;
  right: 10px;
  width: auto;
}
.welcome_right .bx-wrapper .bx-pager.bx-default-pager a:hover, .welcome_right .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#D60102;
}
.welcome_right  .bx-wrapper .bx-pager.bx-default-pager a{
	background:#cccccc;
	height:8px;
	width:8px;	
}

/*17-4-2015*/
.product_detail_1_wrapper_right img.property{
	float:right;
	margin: 12px 0 0 25px;
}
.product_detail_2_wrapper_left > h4{
	color: #14acf2;
    font-family: trajanproregular;
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
}
.product_detail_2_wrapper_left > p {
  color: #333333;
  font-family: lato;
  font-size: 15px;
  line-height: 25px;
  margin-top:1px;
  text-align: justify;
}
.product_detail_2_wrapper_left img{
	float:right;
	margin: 12px 0 0 25px;
}
.product_detail_1_wrapper_right img{
	float:left;
	margin: 12px 25px 0 0;
}
.gallery_list li a.example-image-link{
	padding:0;
}
.gallery_list li.last{
	margin-bottom:0;
}

h4.gall-name{
	color:#a00103;
    font-family: 'TrajanProRegular';
    font-size: 15px;
    font-weight: bold;
    margin:15px 0;
}
.gallsap{
	background: url("../images/product1/shadow.png") no-repeat center bottom;
    overflow: hidden;
    padding-bottom: 18px;
}

/*sub-manu*/

.top_header .logo_right nav li ul.sub-menu {
    background: url("../images/top_header_bg.png") repeat 0 0;
    border-radius: 0;
    display: none;
    float: left;
    height: auto;
    left: 8px;
    position: absolute;
    top:34px;
    width: 190px;
}

.top_header .logo_right nav li:hover ul.sub-menu {
    display: block;
}

.top_header .logo_right nav li:hover ul.sub-menu li {
    background: none;
    border-bottom: 1px solid #ada89d;
    float: none;
    padding: 0;
}

.top_header .logo_right nav li ul.sub-menu li a {
    color: #333333;
    font-family: 'TrajanProRegular';
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 7px;
}
.top_header .logo_right nav li ul.sub-menu li a:hover, .top_header .logo_right nav li ul.sub-menu li a.active {
	color:#a00103;
}
