/* http://www.ayanonline.com/  v1.0 License: none (public domain)*/
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800|Roboto+Condensed:300,400,700');
/*font-family: 'Roboto Condensed', sans-serif; font-family: 'Raleway', sans-serif;*/

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, center, dl, dt, dd, ol, ul, 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%;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {display: block;}
body {
	line-height: 1;
	overflow-x:hidden;
}
ol, ul {list-style: none;}
sup, sub {line-height:0;}
a {color:#58ABDF; text-decoration:none;}
a:focus {outline:none;}
a img {border:none;}
a, button, input[type=submit], input[type=button] {
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
input,select,textarea,button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875em;
	line-height:1.125em;
	color:#333;
	box-sizing:border-box;
}
blockquote, q {quotes: none; font-style: italic;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
p, h1, h2, h3, h4, h5, h6, span, div, li, td, samp {
	white-space: -moz-pre-wrap !important;/*1999+ Mozilla*/ white-space:-pre-wrap;/*Opera 4 thru6*/ white-space:-o-pre-wrap;/*Opera 7 and up*/ word-wrap: break-word;
}
/*** Works on common browsers ***/
::selection {background-color: #352e7e; color: #fff;}
/*** Mozilla based browsers ***/
::-moz-selection {background-color: #352e7e; color: #fff;}
/***For Other Browsers ***/
::-o-selection {background-color: #352e7e; color: #fff;}
::-ms-selection {background-color: #352e7e; color: #fff;}
/*** For Webkit ***/
::-webkit-selection {background-color: #352e7e; color: #fff;
}
h1 {
	margin:0;
	float:left;
	width:100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:40px;
	color:#333;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
}
h1 span {
	margin:0 0 0 0;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:30px;
}
h2 {
	margin:0;
	float:left;
	width:100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:40px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
}
h3 {
	font-size:2.25em;
	line-height:2.5em;
	color:#333;
}
h4 {
	font-size:1.875em;
	line-height:2.125em;
	color:#333;
}
h5 {
	font-size:1.5em;
	line-height:1.75em;
	color:#333;
}
h6 {
	font-size:1.125em;
	line-height:1.375em;
	color:#333;
}
p, ul, ol {
	font-size:0.875em;
	line-height:1.125em;
	color:#333;
	margin:0.75em 0;
}
strong, b {font-weight:bold;}
i, em {font-style:italic;}
strong i, b i, strong em, b em, i strong, i b, em strong, em b {font-weight:bold; font-style:italic;}
u {text-decoration:underline;}

.floatleft {float:left !important;}
.floatright {float:right !important;}
.clearfix:before,
.clearfix:after {content: " "; display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

.error {
	font-size:15px;
	line-height:18px;
	color:#F00;
}
.error_msg {
	margin-bottom:20px;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	line-height:21px;
	color:#F00;
	text-align:center;
}
.success_msg {
	margin-bottom:20px;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	line-height:21px;
	color:#41b64a;
	text-align:center;
}
.msghld {
	padding:8px 0 0 0;
	float:left;
	width:100%;
	height:34px;
}
#wrapper {
	float:left;
	width:100%;
}
.inner_wrap {
	margin:0 auto;
	max-width:1160px;
	width:98%;
}
.default {
	float:left;
	width:100%;
	position:relative;
}
/* ----- HEADER STARTS HERE ----- */
#header {
	padding:18px 0;
	float:left;
	width:100%;
}
/* ----- LOGO STARTS HERE ----- */
.logo {float:left;}
.logo img {float:left;}
/* ----- LOGO ENDS HERE ----- */
.hdr_right_hld {margin:11px 0 0 0; float:right;}
/* ----- NAVIGATION STARTS HERE ----- */
.navhld {
	margin:5px 0 0 0; float:left;
}
nav {float:left; position: relative;}
nav ul {margin:0; float:left;}
nav li {float: left; margin:0 27px 0 0; padding:0 27px 0 0; border-right:1px solid rgba(51, 51, 51, 0.3);}
nav a {
	padding:4px 0 4px 0;
	margin:0 0 0 0;
	float:left;
	font-size: 17px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #333;
	text-transform:uppercase;
	text-decoration: none;
}
nav li a {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
nav a:hover, nav a.selected {color:#ff8933;}
nav a#pull {display: none;}
@media screen and (max-width: 767px) {
	nav {
		float:left;
		width:100%;
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
		background:#ff8933;
  	}
  	nav li {
		margin:0 0 0 0 !important;
		padding:0 0 0 0 !important;
  		width:100%;
  		float: left;
  		position: relative;
		border-right:none !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
		color:#fff;
		padding:10px 15px;
  	}
	nav a:hover, nav a.selected {color:#fff; background:#333;}
}
@media only screen and (max-width : 767px) {
	nav {
  		width:100%;
  		float: left;
		border-bottom: 0;
	}
	nav ul {
  		width:100%;
  		float: left;
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #086ba2;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}
/* ----- NAVIGATION ENDS HERE ----- */
.hdr_media {float:right;}
.hdr_media a {margin:0 0 0 26px; float:left;}
.hdr_media a:first-child {margin-left:0;}
/* ----- HEADER ENDS HERE ----- */

/* ----- BODY STARTS HERE ----- */
#container_hld {
	margin:0;
	float:left;
	width:100%;
}
.bnrhld {
	margin:0;
	float:left;
	width:100%;
}
.bnrhld img {float:left;}
.slider-wrapper {margin:0; float:left; width:100%;}

.welcome_hld {
	padding:48px 0 64px 0;
	float:left;
	width:100%;
	background:url(../images/pattern.png) 0 0 repeat;
}
.welcome_hld h1 {
	margin:0 0 48px 0;
}
.welcomeimg {
	margin:0;
	float:left;
	width:48%;
}
.welcomeimg img {float:left;}
.welcome_caption {
	margin:15px 0 0 0;
	float:right;
	width:48%;
}
.welcome_caption p {
	margin:0 0 15px 0;
	float:left;
	width:100%;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:20px;
	color:#333;
	line-height:30px;
}
.welcome_btm {
	margin:0 0 0 0;
	float:left;
	width:100%;
	text-align:center;
}
.welcome_btm a {
	margin:32px 0 0 0;
	padding:15px 39px 16px 39px;
	float:none;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:17px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#ff8933;
	border-radius: 20px;
}
.welcome_right a:hover {background:#086ba2;}

.hme_prdut_hld {
	padding:50px 0 55px 0;
	float:left;
	width:100%;
	background:#086ba2 url(../images/pattern.png) 0 0 repeat;
}
.hme_prdut_hld h2 {
	padding:0 0 35px 0;
	background:url(../images/hding-border-white.png) 50% 100% no-repeat;
}
.hme_prdut_hld ul {
	margin:40px 0 0 0;
	float:left;
	width:100%;
}
.hme_prdut_hld ul li {
	margin:0 0 0 2%;
	float:left;
	width:23.5%;
	text-align:center;
}
.hme_prdut_hld ul li:first-child {margin-left:0;}
.hme_prdutimage {
	padding:10px;
	float:left;
	width:100%;
	height:220px;
	background:#fff;
	position:relative;
}
.hme_prdutimage img {
	max-width:100%; max-height:100%; top: 50%; transform: translateY(-50%); position:relative;
}
.hme_prdutcaption {
	margin:19px 0 0 0;
	padding:0 20px;
	float:left;
	width:100%;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:19px;
	color:#fff;
	line-height:25px;
}
.hme_prdutbtn {margin:40px 0 0 0; float:left; width:100%; text-align:center;}
.hme_prdutbtn a {
	padding:15px 40px 16px 40px;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:17px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#333;
	border-radius: 20px;
}
.hme_prdutbtn a:hover {background:#ff8933;}

.hme_contactinfo {
	padding:50px 0 46px 0;
	float:left;
	width:100%;
	background:url(../images/bg1.jpg) 0 0 no-repeat;
	background-size:cover;
	text-align:center;
}
.hme_contactinfo ul {margin:0; float:left; width:100%;}
.hme_contactinfo ul li {margin:0; float:left; width:33.333%;}
.hme_cntcticon {margin:0 0 20px 0; float:left; width:100%;}
.hme_cntcttitle {
	margin:0 0 16px 0; float:left; width:100%; font-family: 'Roboto Condensed', sans-serif; font-weight:700; font-size:20px; text-transform:uppercase; letter-spacing:2px; color:#272727;
}
.hme_contactinfo p {
	margin:0; float:left; width:100%; font-family: 'Raleway', sans-serif; font-weight:300; font-size:20px; color:#333; line-height:30px;
}
/* ----- BODY ENDS HERE ----- */

/* ----- INNERPAGE STARTS HERE ----- */
.inner_bnthld {
	padding:30px 0 25px 0;
	float:left;
	width:100%;
	text-align:center;
	background:url(../images/innerbnr.jpg) 0 40% no-repeat;
	background-size:cover;
}
.inner_bnthld h1 {
	color:#fff;
}
.innerpage_cntheight {
	padding:0 0 0 0;
	float:left;
	width:100%;
	min-height:350px;
}
/* about page start */
.about_cnthld {
	padding:40px 0;
	float:left;
	width:100%;
	background:url(../images/pattern.png) 0 0 repeat;
}
.about_cnthld p {
	margin:0 0 0 0;
	padding:0 0;
	float:left;
	width:100%;
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	font-weight:300;
	color:#000;
	line-height:32px;
}
.about_cnthld p img {
	margin:5px 20px 0 0;
	float:left;
	width:38.5%;
	border:#086ba2 5px solid;
}
/* about page end */

/*contact page start*/
.map_hld {
	margin:0;
	float:left;
	width:100%;
}
.contact_details {
	padding:40px 0;
	float:left;
	width:100%;
	text-align:center;
	background:url(../images/pattern.png) 0 0 repeat;
}
.contact_details h2 {
	padding-bottom:28px;
	margin-bottom:35px;
	font-weight:300;
	font-size:35px;
	color:#000;
	background:url(../images/hding-border-blue.png) 50% 100% no-repeat;
}
.contact_details ul {
	margin:0 0 0 0;
	padding:0;
	float:left;
	width:100%;
	list-style-type:none;
}
.contact_details ul li {
	margin:0 1.5% 0 1.5%;
	padding:25px 5px 20px 5px;
	float:left;
	width:30.333%;
	min-height:236px;
	border:#000 1px solid;
	text-align:center;
}
.contact_details ul li strong {
	margin-bottom:10px;
	font-family: 'Roboto Condensed', sans-serif; font-weight:700; font-size:20px; text-transform:uppercase; letter-spacing:2px; color:#272727;
	display:inline-block;
}
.contact_details ul li p {
	margin:0;
	float:left;
	width:100%;
	font-family: 'Raleway', sans-serif; font-weight:300; font-size:20px; color:#000; line-height:30px;
}
.contact_details ul li img {
	margin:0 0 20px 0;
	padding:0;
	display:inline-block;
}
.contact_formhld {
	padding:43px 0 56px 0;
	float:left;
	width:100%;
	background:#e9edf0 url(../images/shadow.png) 0 0 repeat-x;
}
.contact_formhld h2 {
	padding-bottom:28px;
	margin-bottom:35px;
	font-weight:300;
	font-size:35px;
	color:#000;
	text-align:center;
	background:url(../images/hding-border-blue.png) 50% 100% no-repeat;
}
.contact_element {margin:0 1.5% 0 1.5%; float:left; width:30.333%;}
.contact_formhld input[type="text"] {
	padding:10px 17px !important;
	float:left;
	width:100%;
	height:55px !important;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#000;
	border:none;
	border-radius:10px;
}
.contact_formhld textarea {
	padding:20px 17px !important;
	float:left;
	width:100%;
	height:225px !important;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#000;
	border:none;
	border-radius:10px;
	resize:none;
}
.contact_fullwidth {margin:0 1.5% 0 1.5%; float:left; width:97%; text-align:center;}
.contact_formhld input[type="submit"] {
	margin:0 0 0 0;
	padding:21px 28px 19px 28px;
	float:none;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:17px;
	font-weight:700;
	color:#fff;
	letter-spacing:2px;
	text-transform:uppercase;
	background:#086ba2;
	border-radius: 15px;
	border:none;
	cursor:pointer;
}
.contact_formhld input[type="submit"]:hover {background:#ff8933;}
/*contact page end*/

/*product page start*/
.product_hlds {
	padding:25px 0;
	float:left;
	width:100%;
	background:url(../images/pattern.png) 0 0 repeat;
}
.product_hlds ul {
	padding:0 0;
	float:left;
	width:100%;
}
.product_hlds ul li {
	margin:15px 0 15px 0;
	padding:10px;
	float:left;
	width:100%;
	background:#086ba2;
	/*border:#dedede 1px solid;*/
	/*box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);*/
}
.product_hlds ul li:nth-child(even) {background:#ff8933;}
.product_hlds ul li:first-child, .product_hlds ul li:nth-child(4n+1) {margin-left:0;}
.prdut_listimage {
	padding:10px;
	float:left;
	width:40%;
	position:relative;
	background:#fff;
	text-align:center;
}
.prdut_listimage img {
	max-width:100%; max-height:100%;
}
.prdut_listcaption {
	margin:10px 0 0 0;
	padding:0 0;
	float:right;
	width:56.5%;
	height:45px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:19px;
	color:#000;
	line-height:25px;
}
.prdut_listcaption h3 {
	margin:0 0 14px 0;
	padding:0 0 15px 0;
	float:left;
	width:100%;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#fff;
	line-height:25px;
	border-bottom:1px solid #fff;
}
.prdut_listcaption p {
	margin:0 0 0 0;
	padding:0 0;
	float:left;
	width:100%;
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	font-weight:500;
	color:#fff;
	line-height:32px;
}
/*product page end*/

/* ----- INNERPAGE ENDS HERE ----- */

/* ----- FOOTER STARTS HERE ----- */
#footer {
	padding:0;
	float:left;
	width:100%;
	background:url(../images/ftr-bg.jpg) 0 0 no-repeat;
	background-size:cover;
}
.ftr_tophld {padding:30px 0 30px 0; float:left; width:100%; border-bottom:1px solid rgba(255, 255, 255, 0.2);}
.ftr_tophld ul {margin:15px 0 0 0; float:left;}
.ftr_tophld ul li {margin:0 28px 0 0; padding:0 28px 0 0; float:left; border-right:1px solid #fff;}
.ftr_tophld ul li:last-child {margin-right:0; padding-right:0; border-right:none;}
.ftr_tophld ul li a {font-family: 'Roboto Condensed', sans-serif; font-weight:300; font-size:17px; text-transform:uppercase; letter-spacing:1px; color:#fff;}
.ftr_tophld ul li a:hover {color:#fa7e2c;}

.ftr_media {
	margin:0;
	float:right;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:17px;
	letter-spacing:1px;
	color:#fff;
}
.ftr_media a {
	margin:0 0 0 16px;
	display:inline-block;
	vertical-align:middle;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:17px;
	letter-spacing:1px;
	color:#fff;
}
.ftr_media a img {float:left;}

.copyright {
	padding:25px 0;
	float:left;
	width:100%;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
}
.copyright a {color:#fa7e2c;}
/* ----- FOOTER ENDS HERE ----- */

@media screen and (max-width: 1130px) {
	.inner_wrap {width:96%; max-width:1024px;}
}

@media screen and (max-width: 1023px) {
	.inner_wrap {max-width:900px;}
	
	.contact_details ul li p {font-size:17px;}
}

@media screen and (max-width: 899px) {
	.inner_wrap {max-width:768px;}
	
	.hdr_right_hld {margin-top:0;}
	.logo img {height:40px;}	
	nav li {margin:0 17px 0 0; padding:0 17px 0 0;}
	.hdr_media a {margin-left:17px;}
	
	.welcomeimg {width:100%;}
	.welcome_caption {width:100%; text-align:center; padding:0 15px;}
	.welcome_caption a {float:none; display:inline-block; margin-top:15px;}
	
	.hme_contactinfo p {font-size:17px;}
	
	.ftr_tophld ul li {margin:0 18px 0 0; padding:0 18px 0 0;}
	
	.product_hlds ul li {margin:15px 1.5% 15px 1.5% !important; width:47%;}
	
	.contact_details ul li {width:97%; margin-top:15px;}
	.contact_details ul li:first-child {margin-top:0;}
	.contact_details ul li img {height:60px;}
	.contact_details ul li p {font-size:19px;}
}

@media screen and (max-width: 767px) {
	.inner_wrap {max-width:600px;}
	
	#header {padding-bottom:0;}
	#header .inner_wrap {width:100%; max-width:100%;}
	.logo {width:100%; text-align:center;}
	.logo img {float:none; display:inline-block;}
	.hdr_right_hld {width:100%; margin-top:18px;}
	.navhld {width:100%; margin:0;}
	.hdr_media {display:none;}

	.welcome_hld {padding:38px 0 50px 0;}
	.welcome_hld h1 {margin-bottom:25px;}
	
	.hme_prdut_hld {padding:30px 0 30px 0;}
	.hme_prdut_hld ul {margin:15px 0 0 0;}
	.hme_prdut_hld ul li {margin:15px 1.5% 15px 1.5% !important; width:47%;}
	
	.hme_contactinfo {padding:30px 0 36px 0;}
	
	.hme_contactinfo ul li {margin:15px 0 0 0; float:left; width:100%;}
	.hme_contactinfo ul li:first-child {margin-top:0;}
	
	.ftr_tophld {padding:15px 0; text-align:center;}
	.ftr_tophld ul {float:none; display:inline-block;}
	.ftr_media {width:100%; margin-top:15px;}
	
	.copyright {padding:15px 0;}
	.copyright span {float:left; width:100%; margin-top:5px;}
	
	.contact_element {width:97%;}
}

@media screen and (max-width: 599px) {
	.inner_wrap {max-width:480px;}
	
	h1 {font-size:26px; letter-spacing:1px;}
	h1 span {font-size:20px;}
	h2 {font-size:26px; letter-spacing:1px;}
	
	.contact_details h2, .contact_formhld h2 {font-size:26px; letter-spacing:1px;}
	
	.inner_bnthld {padding:20px 0 15px 0;}
	.about_cnthld {padding:30px 15px;}
	.about_cnthld p {font-size:17px; font-weight:300 !important; line-height:25px;}
	.about_cnthld p img {width:100%; margin:0 0 15px 0;}
}

@media screen and (max-width: 470px) {
	.hme_prdut_hld ul li {margin:15px 1.5% 15px 1.5% !important; width:97%;}
	.hme_prdutbtn {margin-top:20px;}
	
	.product_hlds ul li {margin:15px 1.5% 15px 1.5% !important; width:97%;}
	.prdut_listcaption {height:auto;}
	
	.theme-default .nivo-directionNav a {display:none !important;}
}

@media screen and (max-width: 445px) {
	#footer .inner_wrap {width:100%; max-width:100%;}
	.ftr_tophld {padding-top:0 !important;}
	.ftr_tophld ul {float:left; width:100%; margin:0 !important;}
	.ftr_tophld ul li {margin:0 0 0 0 !important; padding:10px 0 10px 0 !important; border-right:none !important; border-bottom:1px solid rgba(255, 255, 255, 0.3); width:100%;}
	.ftr_tophld ul li a:hover {color:#fa7e2c;}
	.ftr_media {font-size:14px;}
	.ftr_media a img {height:34px;}
	
	.copyright {padding:15px 12px; font-size:13px;}
}

@media screen and (max-width: 360px) {
	.prdut_listcaption {font-size:16px;}
}