/***********************************************************Home Page Starts***************************************************************************/
.banner-wrapper {
	width: 100%;
	text-align: center;
}
.banner-wrapper h1 {
*font:400 80px/18px 'Cardo', serif;
*color:#fff;
*padding-top:250px;
*margin-bottom:60px;
	display: inline-block;
}
.banner-wrapper h3 {
*font:400 36px/18px 'Cardo', serif;
*color:#fff;
*padding-left:130px;
*font-style:italic;
	background: url(images/banner-h3-line.jpg) top left no-repeat;
	display: inline-block;
	padding-bottom: 40px;
}
.bar-clr {
	background: url(images/bar-clr-chng.jpg) top left no-repeat !important;
}
.banner-one {
	width: 100%;
	height: 432px;
	background: url(images/bannner1.jpg) top center no-repeat;
	background-size:cover;
}
.banner-two {
	width: 100%;
	height: 432px;
	background: url(images/bannner2.jpg) top center no-repeat;
	background-size:cover;
}
.banner-tree {
	width: 100%;
	height: 432px;
	background: url(images/bannner3.jpg) top center no-repeat;
	background-size:cover;
}
.bnr-tip-bttn {
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 10px 50px;
	display: inline-block;
	font: 400 24px/18px 'Cardo', serif;
	background: url(images/bnnr-arw.png) 32px 9px no-repeat rgba(255,255,255, 0.2 );
	color: #fff;
	border: 1px solid #fff;
	border-radius: 17px;
}
.bnr-tip-bttn:hover {
	background: url(images/bnnr-arw.png) 32px 9px no-repeat rgba(150,215,212, 0.8 );
}
.bnr-prd-bttn {
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 10px 50px;
	display: inline-block;
	font: 400 24px/18px 'Cardo', serif;
	background: url(images/bnnr-arw.png) 32px 9px no-repeat rgba(255,255,255, 0.2 );
	color: #fff;
	border: 1px solid #fff;
	border-radius: 17px;
}
.bnr-prd-bttn:hover {
	background: url(images/bnnr-arw.png) 32px 9px no-repeat rgba(191,174,124, 0.9 );
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {

      height: 200px;
}
