@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, form, ul, li, ol, div, img, span, a, input {
	margin:0px;
	padding:0px;
}
@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('MYRIADPRO-REGULAR.woff') format('woff');
}
body {
	background-color:#fff;
	color:#636363;
	font-size:13px;
	font-family: 'Myriad Pro Regular';
	line-height:20px;
}
.fL {
	float:left;
}
.fR1 {
	float:center;
}
.fR {
	float:right;
}
a {
	text-decoration:none;
}
li {
	list-style-type:none;
}
img {
	border:0px;
}
input:focus {
	outline:0;
}
a:focus {
	outline:0;
}
.clearfix {
}
.clearfix:after {
	clear:both;
	content:" ";
	height:0px;
	font-size:0px;
	display:block;
	visibility:hidden;
}
.wraper {
	width:1000px;
	margin:0 auto;
}
.header {
	background-color:#fff;
	border-bottom:3px solid #0071b8;
}
.logo{
	height: 87px;
	width: 346px;
}

.menuHolder {
	width:650px;
	position: relative;
	z-index: 500;
	color: #000;
}





.menuHolder ul {
  text-align: left;
  display: inline;
  margin: 0;

  list-style: none;


}
.menuHolder ul li  {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 14px;



}
.menuHolder ul li.active a{	color: #FFF;}

.menuHolder ul li.active {
	background-color: #0071b8;
	border-top: 2px solid #ffcc00;

}
.menuHolder ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}
.menuHolder ul li a:hover  {
	display:block;
	color:#fff;

}
.menuHolder ul li:hover {
	background-color:#0071b8;
	border-top:2px solid #ffcc00;


}
.menuHolder ul li ul {
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0;
 
  display: none;
  opacity: 0;
  visibility: hidden;

}

.menuHolder ul li ul li a {
	 width: 150px;
	display: block;
	color: #fff;
	background-color: #0070BB;
		text-decoration: none;
display: inline-block;
	position: relative;
	cursor: pointer;

	font-size: 15px;
		line-height: 20px;

}

.menuHolder ul li ul li :hover {
	background-color: #0069A8;
	color: #FFF;
}
.menuHolder ul li ul li a:hover {
	color: #FFF;}
.menuHolder ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;

}


.right_top {
	display:block;
}
.right_top span {
	font-size:15px;
	color:#000000;
	font-weight:normal;
	padding-top:15px;
	display:block;
	padding-bottom:15px;
}
.call {
	background:url(../images/call.png) left center no-repeat;
	padding-left:25px;
	margin-right:30px;
}
.email {
	background:url(../images/email.png) left center no-repeat;
	padding-left:25px;
}
/*ul.nav {
}
ul.nav li {
	float:left;
}
ul.nav li:last-child {
	padding-right:0px !important;
}
ul.nav li a {
	display:block;
	color:#000;
	font-size:15px;
	border-top:2px solid #fff;
	padding:10px 25px;
}
ul.nav li a:hover {
	background-color:#0071b8;
	border-top:2px solid #ffcc00;
	color:#fff;
}
ul.nav li a.active {
	background-color:#0071b8;
	border-top:2px solid #ffcc00;
	color:#fff;
}*/
.welcome {
	display:block;
	text-align:center;
}
.welcome h2 {
	color:#000;
	text-transform:uppercase;
	font-size:28px;
	font-weight:bold;
	display:block;
	background:url(../images/heading_border.png) center bottom no-repeat;
	padding-bottom:23px;
	margin-bottom:15px;
	text-align:center;
}
.section h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:28px;
	font-weight:bold;
	display:block;
	padding-bottom:23px;
	margin-bottom:15px;
	text-align:center;
}
.welcome h2 span, .section h2 span {
	color:#d92e0f;
}
.content {
	padding:45px 0px;
}
.welcome p {
	text-align:center;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	line-height:24px;
	margin-bottom:14px;
}
.button {
	background-color:#d92e0f;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	padding:13px 20px;
	border:none;
	display:inline-block;
}
.button:hover {
	background-color:#000;
}
.demo-3 {
	position:relative;
	width:1000px;
	overflow:hidden;
	float:left;
	margin-top:20px !important;
}
.demo-3 li {
	float:left !important;
	margin-right:25px;
	height:234px !important;
	display:block;
	margin-bottom:25px !important;
}
.demo-3 figure {
	margin:0;
	padding:0;
	position:relative;
	cursor:pointer;
}
.demo-3 figure img {
	display:block;
	position:relative;
	z-index:10;
	margin:-15px 0
}
.demo-3 figure figcaption {
	display:block;
	position:absolute;
	z-index:5;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.demo-3 figure h2 {
	font-family: 'Myriad Pro Regular';
	color:#fff;
	font-size:18px;
	display:block;
	text-align:center !important;
	font-weight:normal !important;
	text-align:left;
	margin-top:40px;
}
.demo-3 figure a.click {
	color:#000;
	margin-top:20px;
	display:inline-block;
}
.demo-3 figure a.click:hover {
	text-decoration:underline;
}
.demo-3 figure p {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	text-align:center !important;
	text-transform:capitalize;
	margin:0;
	color:#fff;
	text-align:left
}
.demo-3 figure figcaption {
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:29px 44px;
	background-color:#fd8d79;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	backface-visibility:hidden;
	-webkit-transform:rotateY(-180deg);
	-moz-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
 -webkit-transition:all .5s;
 -moz-transition:all .5s;
 transition:all .5s
}
.demo-3 figure img {
	backface-visibility:hidden;
 -webkit-transition:all .5s;
 -moz-transition:all .5s;
 transition:all .5s
}
.demo-3 figure:hover img, figure.hover img {
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	transform:rotateY(180deg)
}
.demo-3 figure:hover figcaption, figure.hover figcaption {
	-webkit-transform:rotateY(0);
	-moz-transform:rotateY(0);
	transform:rotateY(0)
}
.footer {
	background-color:#111111;
	display:inline-block;
	width:100%;
}
.footerimg {
	background:url(../images/aro.png) 530px -1px no-repeat;
	padding-top:36px;
	padding-bottom:30px;
}
ul.footer_left {
	width:195px;
	margin-right:85px;
}
ul.footer_left h3, ul.footer_center h3, ul.footer_right h3 {
	display:block;
	font-size:19px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	border-bottom:1px solid #3a3a3a;
	padding-bottom:8px;
	margin-bottom:14px;
}
ul. footer_left li {
}
ul.footer_left li a {
	background:url(../images/product_arro.png) left center no-repeat;
	padding-left:15px;
	font-size:14px;
	color:#e0e0e0;
	font-weight:normal;
	text-transform:uppercase;
	line-height:33px;
}
ul.footer_left li a:hover {
	color:#ffcc00;
}
ul.footer_right p {
	pfont-size:14px;
	color:#e0e0e0;
	font-weight:normal;
	line-height:33px;
}
ul.footer_center {
	width:350px;
}
ul.footer_right {
	width:290px;
}
.end {
	display:block;
	padding:25px 0px;
	background-color:#0b0b0b;
	border-top:1px solid #917505;
}
.end span {
	font-size:13px;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	color:#CCC;
}
.end span a {
	color:#ffcc00;
}
.end span a:hover {
	text-decoration:underline;
	opacity:0.8;
}
.gly li {
	float:left;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:5px;
	margin-top:5px;
}
.gly li a:hover img {
	opacity:0.8;
}
.about h2 {
	color:#02568b;
	text-transform:uppercase;
	font-size:28px;
	font-weight:bold;
	display:block;
	margin-bottom:20px;
}
.about p {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	line-height:24px;
	margin-bottom:14px;
	text-align:justify;
}
label {
	display:block;
	font-size:14px;
	color:#000;
	margin-bottom:10px;
}
.textbox {
	width:98%;
	padding:1%;
	border:1px solid #2c8080;
	margin-bottom:10px;
	display:block;
}
.about h4 {
	font-size:17px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
}
.event {
	padding:8px;
	box-shadow:0px 0px 10px #feb66f;
	margin-bottom:20px;
	border:1px solid #dc4529;
}
.right_area {
	width:670px;
}
.right_area h2 {
	font-size:18px;
	color:#2c8080;
	display:block;
	font-weight:normal;
	padding-bottom:7px;
	margin-top:7px;
	border-bottom:1px dotted #2c8080;
	margin-bottom:10px;
}
.right_area p {
	line-height:22px;
	text-align:justify;
}
ul.offer {
	margin-top:-10px;
}
ul.offer li {
	list-style-type:square;
	margin-left:15px;
	color:#02568b;
	font-size:14px;
}
ul.offer li a {
	font-size:14px;
	color:#02568b;
	line-height:24px;
}
.section {
	background-color:#216b99;
	padding:40px 0px;
}
.client {
	padding:40px;
}
.client h2 {
	color:#000;
	text-transform:uppercase;
	font-size:28px;
	font-weight:bold;
	display:block;
	padding-bottom:13px;
	margin-bottom:15px;
	display:inline-block;
	border-bottom:3px solid #ffcc00;
}
.ig {
	background:url(../images/right.png) left top no-repeat;
	height:243px;
	width:410px;
}
.wel {
	width:400px;
}
.wel h2 {
	color:#216b99;
	text-transform:uppercase;
	font-size:28px;
	font-weight:bold;
	display:block;
	padding-bottom:13px;
	margin-bottom:15px;
	display:inline-block;
	border-bottom:3px solid #ffcc00;
}
.wel p {
	font-size:15px;
	color:#333;
	line-height:28px;
	text-align:justify;
}
.wel1 p {
	font-size:15px;
	color:#333;
	line-height:28px;
	text-align:justify;
}
.wel a {
	color:#ff8400;
	font-size:15px;
}
.wel a:hover {
	color:#216b99;
}
.wel1 a {
	color:#ffcc00;
	font-size:15px;
}
.wel1 a:hover {
	color:#fff;
}
.marquee {
	background-color:#02568b;
	padding:14px 0px;
}
.marquee h1 {
	color:#fff;
		height:30px;
	line-height:30px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:19px;
}
.marquee h1 label {
	color:#ffcc00;
	display:block;
	font-weight:normal;

}

.wrapperForm{
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
	margin-right: 0;
	margin-left: 0;
	width: 400px;
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
	cursor: pointer;
	width: 200px;
	border: none;
	background: #4CAF50;
	color: #FFF;
	font-size: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 10px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
.productbox{
	height: 180px;
	width: 220px;
	margin-right: 10px;
	float: left;
}
.footerTitle{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: justify;
}