@charset "utf-8";
/* CSS Document */
body
{
margin:0px;
padding:0px;
font-family: "Verdana";
}
h1,h2,h3,h4,h5,h6
{
font-family: 'Open Sans', sans-serif;
}
/*-------------*/
#page
{
width:100%;
float:left;
}
.top-header {
background: #952827;
border-bottom: 1px solid #eee;
color: #fff;
font-family: open sans;
font-size: 0.923em;
padding: 9px 0;
}
.social {
  float: left;
  width: 100%;
}
.carousel-inner>.item>img{
	width:100%;
}
.social ul {
  margin: 0;
  padding: 0;
}
.social ul li {
  display: inline-block;
  padding: 0 6px;
}
.social ul li i {
border: 2px solid;
border-radius: 50%;
color: #fff;
font-size: 14px;
height: 30px;
line-height: 27px;
text-align: center;
transition: all 0.2s ease 0s;
width: 30px;
}
.navbar-brand {
float: left;
font-size: 18px;
height: auto;
line-height: 20px;
padding: 4px 0;
}
.content
{
padding:70px 0 0 0;
}
.pro-heading
{
float: left;
margin: 0 0 32px;
position: relative;
width: 100%;
}
.pro-heading h1
{
color: #ad2828;
float: left;
font-family: open sans;
font-size:32px;
font-weight: normal;
line-height: 55px;
margin: 0;
text-align: center;
text-transform: uppercase;
width: 100%;
position: relative;
}
.pro-heading h1::before {
  background: #ad2829 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 170px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 175px;
}
.pro-heading h1::after {
  background: #ad2829 none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: 170px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 175px;
}
.pro-desc {
border: 2px solid #eee;
border: 2px solid #eee;
border-radius: 4px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
float: left;
margin: 0 0 30px;
padding: 12px;
text-align: center;
width: 100%;
}
.pro-desc:hover {
background-color:#eee;
}
.pro-desc h4 {
  float: left;
  font-family: open sans;
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
  margin: 0 0 12px;
  text-align: center;
  width: 100%;
}

.pro-desc > img {
  border: 1px solid #eee;
  border-radius: 4px;
  width: 100%;
}
.pro-desc p {
  color: #ad2829;
  float: left;
  font-size: 16px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.pro-heading p {
  color: #222;
  float: left;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}

.application
{
padding: 0px;
}
.procontact {
border: 2px solid #eee;
border: 2px solid #eee;
border-radius: 4px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
float: left;
margin: 0 0 30px;
padding: 12px;
text-align: center;
width: 100%;
}
/*-----------*/
.banner1 {
  position: relative;
  width: 100%;
}
.banner1::before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.banner1::before {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.banner-desc {
  align-items: center;
  display: flex;
  float: left;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 115px;
  width: 100%;
}
.banner-desc h1 {
  color: #fff;
  float: left;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
}
.prodesc
{
padding: 70px 0 0;
}
.protitle {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  float: left;
  padding: 20px;
  width: 100%;
}
.protitle h3
{
color: #10418b;
float: left;
font-size: 24px;
font-weight: 600;
line-height: 30px;
margin: 0 0 20px;
width: 100%;
}
.protitle p {
color: #777;
font-family: Verdana;
font-size: 16px;
line-height: 24px;
text-align: justify;
width: 100%;
}
.protitle ul
{
margin:0px;
}
.protitle ul li
{
color: #818181;
float: left;
font-size: 14px;
line-height: 24px;
margin: 0 0 14px;
text-align: justify;
width: 100%;
}
.pro-image {
  float: right;
  margin: 0 0 0 30px;
}
.tabledata {
  float: left;
  margin: 20px 0;
  width: 100%;
}

tr:nth-child(even) { background:#fff; }
tr:nth-child(even) { background:#eee; }









/*-------------*/
.footer {
background-color: #952827;
float: left;
padding: 0px 0;
width: 100%;
}
.footertitle {
  float: left;
  width: 100%;
}
.footertitle h3 {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
color: #fff;
float: left;
font-size: 18px;
line-height: 48px;
margin: 0 0 20px;
text-transform: uppercase;
width: 100%;
}
.footertitle > p {
color: rgba(255, 255, 255, 0.9);
float: left;
font-family: open sans;
font-size: 14px;
font-weight: 300;
line-height: 27px;
text-align: left;
width: 100%;
}
.footertitle > ul {
  margin: 0;
  padding: 0;
}
.footertitle ul li {
border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
float: left;
font-family: open sans;
font-size: 14px;
line-height: 24px;
padding: 10px 0;
width: 100%;
list-style:none;
}
.footertitle li:last-child {
  border: medium none;
}
.footertitle ul li a {
color: rgba(255, 255, 255, 0.9);
}
.footertitle ul li a:hover {
color:#ad2829;
}
.footer-bottom {
  background: #222 none repeat scroll 0 0;
  float: left;
  padding: 20px 0;
  width: 100%;
}
#copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.prolabel{
	background:#333!important;
	color:#fff;
	padding:10px;
	width:100%;
	text-align:center;
}


