@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
 @charset "utf-8";
/* CSS Document */

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
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, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, 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;
	outline: 0;
}
::selection {
	background: #e4f8cb;
	color: #181f51;
}
::-moz-selection {
 background: #e4f8cb;
 color: #181f51;
}
::-webkit-selection {
 background: #e4f8cb;
 color: #181f51;
}
 @-ms-viewport {
 width: device-width;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: normal;
	text-align: justify;
}
div, section {
	display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
img, a {
	border: none;
	outline: none;
}
a {
	text-decoration: none;
	outline: none;
	border: none;
	font-family: 'Oswald', sans-serif;
}
input:focus {
	outline: none;
}
ul, ol {
	list-style-type: none;
}
/*align*/
.al {
	float: left;
}
.ar {
	float: right;
}
.ac {
	margin: 0 auto;
}
/* clear fix */
* html .clearfix {
	height: 1%;
	overflow: visible
}
*+html .clearfix {
	min-height: 1%
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0
}
/*Clear*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden
}
.db {
	display: block;
}
.dn {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
.browser-warning {
	display: none;
	background: yellow;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #000;
}
.browser-warning a {
	color: red;
}
/* Target old browsers with modernizr */
.oldie .browser-warning {
	display: block;
}
.nopadd {
	padding: 0px !important;
}
.twt {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
/************************common end**************************/

/***start home page***/
.main_bg {
	float: left;
	width: 100%;
}
#header {
	float: left;
	width: 100%;
	height: auto;
	background: #3a4010 url(../images/hd_pat.png) repeat top center;
}
.hd_sec1 {
	position: relative;
	z-index: 99;
	float: left;
	width: 100%;
	min-height: 110px;
	background: url(../images/hdsec1_bg.png) repeat top center;
	/*background: rgba(0, 0, 0, 0.6);*/
	border-bottom: 2px solid #3a4010;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
.hd_sec1 .plant {
	display: block;/*background: url(../images/plant.png) no-repeat top center;*/
}
.hd_sec1 .logoA {
	display: block;
	float: left;
	width: 35%;
}
.hd_sec1 .logoA img {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 5px 0;
}
.hd_sec1 .emA, .phA {
	display: block;
	float: right;
	padding: 10px 5px 0 5px;
	text-align: center;
	margin: 0 2px;/*border: 1px solid #3a4010;*//*background: url(../images/hdsec1_em_ph_bg.png) repeat top center;*/
}
.hd_sec1 .emA .em1 {
	display: block;
	min-height: 26px;
	padding: 5px 5px 5px 30px;
	background: url(../images/em_icon.png) no-repeat top left;
}
.hd_sec1 .emA:hover > .em1 {
	background: url(../images/em_icon.png) no-repeat bottom left;
}
.hd_sec1 .emA .em1 h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #a2c543;
	text-align: left;
	margin: 0px 0px;
	float: left;/*line-height: 10px;*/
}
.hd_sec1 .phA .ph1 {
	display: block;
	min-height: 26px;
	padding: 4px 5px 4px 30px;
	background: url(../images/ph_icon.png) no-repeat top left;
}
.hd_sec1 .phA:hover > .ph1 {
	background: url(../images/ph_icon.png) no-repeat bottom left;
}
.hd_sec1 .phA .ph1 h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #a2c543;
	text-align: left;
	margin: 0px 0px;
}
.hd_sec1 .phA p {
	float: left;
	display: block;
	text-align: left;
	color: #fff;
	margin: 0px;
}
.hd_sec1 .emA p {
	float: left;
	display: block;
	text-align: left;
	color: #fff;
	margin: 0px;
}
.hd_sec2 {
	float: right;
	width: auto;
}
.hd_sec2 .menuA {
	position: relative;
	z-index: 99;
	float: left;
	width: 100%;
	margin-top: 25px;
	border-top: 2px solid #8eab00;
	border-bottom: 2px solid #8eab00;
}

.cpstA .hit {
    display: block;
    width: 100%;
    min-height: 36px;
    margin: 17px auto 9px auto;
    text-align: center;
}

.hd_Bnr {
	float: left;
	width: 100%;
	height: auto;
	margin-top: -185px;
	overflow: hidden;
}
/*home content section*/
.hmBtnA {
	float: left;
	width: 100%;
	height: auto;
	min-height: 150px;
	border-top: 4px solid #997e1a;
	border-bottom: 4px solid #997e1a;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bb9e34+0,f6eda6+49,bb9e34+99 */
	background: #bb9e34; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiOWUzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2Y2ZWRhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2JiOWUzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bb9e34), color-stop(49%, #f6eda6), color-stop(99%, #bb9e34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* IE10+ */
	background: linear-gradient(to right, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb9e34', endColorstr='#bb9e34', GradientType=1 ); /* IE6-8 */
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.hmBtnTb {
	position: relative;
	display: inline-block;
	float: left;
	text-align: center;
	width: 207px;
	min-height: 153px;
	padding: 5px 10px;
	z-index: 91;
	margin: -25px 10px 35px 10px;
	background: #d7e97f url(../images/tabbtn_bg.png) no-repeat top right;
	border: 6px solid #8eab00;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.7);
	/* Transition */
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hmBtnTb:hover {
	border: 6px solid #334601;
	background: #f1fbc5 url(../images/tabbtn_bg.png) no-repeat top right;
	-webkit-transform: translate3d(0, 0, 10px);
	-moz-transform: translate3d(0, 0, 10px);
	-ms-transform: translate3d(0, 0, 10px);
	-o-transform: translate3d(0, 0, 10px);
	transform: scale(1.02); /* CSS3 */
	-moz-transform: scale(1.02); /* Firefox */
	-webkit-transform: scale(1.02); /* Webkit */
	-o-transform: scale(1.02); /* Opera */
	-ms-transform: scale(1.02); /* IE 9 */
}
.hmBtnTb .ayur_ico {
	float: left;
	width: 100%;
	min-height: 91px;
	background: url(../images/ayur_icon.png) no-repeat top right;
}
.hmBtnTb:hover > .ayur_ico {
	background: url(../images/ayur_icon.png) no-repeat bottom right;
}
.hmBtnTb .yoga_ico {
	float: left;
	width: 100%;
	min-height: 91px;
	background: url(../images/yoga_icon.png) no-repeat top right;
}
.hmBtnTb:hover > .yoga_ico {
	background: url(../images/yoga_icon.png) no-repeat bottom right;
}
.hmBtnTb .manag_ico {
	float: left;
	width: 100%;
	min-height: 91px;
	background: url(../images/manage_icon.png) no-repeat top right;
}
.hmBtnTb:hover > .manag_ico {
	background: url(../images/manage_icon.png) no-repeat bottom right;
}
.hmBtnTb .did_ico {
	float: left;
	width: 100%;
	min-height: 91px;
	background: url(../images/did_icon.png) no-repeat top right;
}
.hmBtnTb:hover > .did_ico {
	background: url(../images/did_icon.png) no-repeat bottom right;
}
.hmBtnTb .ahas_ico {
	float: left;
	width: 100%;
	min-height: 91px;
	background: url(../images/ahas_icon.png) no-repeat top right;
}
.hmBtnTb:hover > .ahas_ico {
	background: url(../images/ahas_icon.png) no-repeat bottom right;
}
.hmBtnTb h4 {
	width: 50%;
	margin: 0px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	color: #677B03;
	text-align: left;
}
.hmBtnTb:hover > h4 {
	color: #3a4010;
}
.hmWelsec {
	float: left;
	width: 100%;
	height: auto;
	min-height: 300px;
	padding: 0px;
	background: url(../images/welpic.jpg) no-repeat fixed center center;
	background-size: cover;
	border-bottom: 4px solid #997e1a;
}
.welsec {
	float: left;
	width: 100%;
	height: auto;
	/*min-height: 405px !important;*/
	border: 2px solid #58680d;
	background: rgba(18, 22, 5, 0.5);
	padding: 15px;
	margin: 5px 0px;
}
.welsec h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	line-height: normal;
	color: #fcfaca;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.welsec h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	line-height: normal;
	color: #f4bd17;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.welsec img {
	float: left;
	width: 30%;
	height: auto;
	border: 8px solid #4b590c;
	margin-right: 10px;
	margin-bottom: 6px;
}
.welsec p {
	font-family: 'Open Sans', sans-serif;
	color: #cdcb94;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	margin: 0px;
	padding: 0 0 4px 0;
}
.welsec ul {
	float: left;
	width: 100%;
	height: auto;
}
.welsec ul li {
	font-family: 'Open Sans', sans-serif;
	color: #cdcb94;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	padding-left: 25px;
	background: url(../images/list_arw.png) no-repeat top left;
}
.rdmrBtn {
	float: right;
	padding: 5px 5px 5px 35px;
	margin: 10px 0;
	background: #a1c113 url(../images/rdmr_btn.png) no-repeat top left;
	font-family: 'Open Sans', sans-serif;
	color: #333504;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}
.rdmrBtn:hover {
	background: #313a06 url(../images/rdmr_btn.png) no-repeat bottom left;
	color: #a1c113;
}
.hmPhotoA {
	float: left;
	width: 100%;
	height: auto;
	min-height: 150px;
	border-top: 4px solid #997e1a;
	border-bottom: 4px solid #997e1a;
	padding: 20px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bb9e34+0,f6eda6+49,bb9e34+99 */
	background: #bb9e34; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiOWUzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2Y2ZWRhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2JiOWUzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bb9e34), color-stop(49%, #f6eda6), color-stop(99%, #bb9e34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* IE10+ */
	background: linear-gradient(to right, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb9e34', endColorstr='#bb9e34', GradientType=1 ); /* IE6-8 */
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.hmPhotoA h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	line-height: normal;
	color: #2b260a;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.hmPhotoA img {
	display: block;
	text-align: center;
	margin: 0px auto;
}
.hmPhotoA .hmcrslA {
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0px;
}
.footer_margin {
	margin-bottom:20px;
}
.footer_div {
	float: left;
	width: 100%;
	height: auto;
	min-height: 200px;
	padding: 15px 0px 0px 0px;
	background: url(../images/ft_pat.png) repeat top center;
	-webkit-box-shadow: inset 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}
.footer_div h4 {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 21px !important;
	font-weight: 400;
	line-height: 21px !important;
	color: #2b260a;
	text-align: left;
	float: left;
	text-transform: uppercase;
	border-bottom: 2px solid #bb9e34;
	padding: 0px 0px 10px 0px;
	margin: 5px 0px 5px 0px;
}
.footer_div h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #313a06;
	text-align: left;
	margin: 0px 0px;
	border: none;
	text-transform:uppercase;
}
.footer_div p {
	float: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #313a06;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.footer_div p a{
	font-family: 'Open Sans', sans-serif;
}
.footer_div p a:hover{
	font-family: 'Open Sans', sans-serif;
	color: #607400;
}
.footer_div ul {
	float: left;
	display: block;
	width: 100%;
}
.footer_div ul li {
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #3f4516;
	line-height: 20px;
	font-weight: normal;
	padding: 8px 5px 8px 20px;
	border-bottom: 1px dotted #3f4516;
	background: url(../images/ft_bul.png) no-repeat bottom left;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.footer_div ul li:hover, .footer_div ul li.active {
	font-weight: bold;
	background: url(../images/ft_bul.png) no-repeat top left;
}
.footer_div ul li a {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}
.footer_box {
	float: left;
	width: 100%;
	height: auto;
}
.footer_em {
	display: block;
	height: 26px;
	float: left;
	padding: 1px 5px 1px 30px;
	background: url(../images/fem_icon.png) no-repeat top left;
}
.footer_em:hover {
	background: url(../images/fem_icon.png) no-repeat bottom left;
}
.footer_ph {
	display: block;
	min-height: 26px;
	padding: 1px 5px 1px 30px;
	background: url(../images/fph_icon.png) no-repeat top left;
}
.footer_ph:hover {
	background: url(../images/fph_icon.png) no-repeat bottom left;
}
.footer_em p {
	float: left;
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #ccc;
	margin: 0px;
}
.mapA {
	float: left;
	width: 100%;
	height: 198px;
	border: 4px solid #d5c380;
}
.cpstA {
	float: left;
	width: 100%;
	background: #67530B;
	-webkit-box-shadow: inset 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}
.cpstA .pleft {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align: left;
	color: #ddddad;
	margin: 20px 0px;
}
.cpstA .pright {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align: right;
	margin: 20px 0px;
	color: #ddddad;
}
.cpstA .pright a {
	font-family: 'Open Sans', sans-serif;
	color: #ddddad;
}
.cpstA .pright a:hover {
	color: #f9fdda;
}
.cpstA .socA {
	display: block;
	width: 100%;
	min-height: 36px;
	margin: 18px auto;
	text-align: center;
}
.cpstA .socA .ftfb, .fttw, .ftyt, .ftlnkd {
	display: inline-block;
	width: 36px;
	height: 36px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.cpstA .socA .ftfb {
	background: url(../images/ft_fb_icon.png) no-repeat top left;
}
.cpstA .socA .ftfb:hover {
	background: url(../images/ft_fb_icon.png) no-repeat bottom left;
}
.cpstA .socA .fttw {
	background: url(../images/ft_tw_icon.png) no-repeat top left;
}
.cpstA .socA .fttw:hover {
	background: url(../images/ft_tw_icon.png) no-repeat bottom left;
}
.cpstA .socA .ftyt {
	background: url(../images/ft_yt_icon.png) no-repeat top left;
}
.cpstA .socA .ftyt:hover {
	background: url(../images/ft_yt_icon.png) no-repeat bottom left;
}
.cpstA .socA .ftlnkd {
	background: url(../images/ft_lnkd_icon.png) no-repeat top left;
}
.cpstA .socA .ftlnkd:hover {
	background: url(../images/ft_lnkd_icon.png) no-repeat bottom left;
}
/***end home page***/

/***start inner page***/
.innBnr {
	float: left;
	width: 100%;
	height: auto;
	margin-top: -185px;
}
.inBtnA {
	float: left;
	width: 100%;
	height: auto;
	border-top: 4px solid #997e1a;
	border-bottom: 4px solid #997e1a;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bb9e34+0,f6eda6+49,bb9e34+99 */
	background: #bb9e34; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiOWUzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2Y2ZWRhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2JiOWUzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bb9e34), color-stop(49%, #f6eda6), color-stop(99%, #bb9e34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* IE10+ */
	background: linear-gradient(to right, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb9e34', endColorstr='#bb9e34', GradientType=1 ); /* IE6-8 */
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.inBtnTb {
	position: relative;
	display: inline-block;
	float: left;
	text-align: center;
	width: 207px;
	min-height: 80px;
	padding: 5px 10px;
	z-index: 91;
	margin: -25px 10px 20px 10px;
	background: #d7e97f;
	border: 6px solid #8eab00;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.7);
	/* Transition */
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.inBtnTb:hover {
	border: 6px solid #334601;
	background: #f1fbc5;
	-webkit-transform: translate3d(0, 0, 10px);
	-moz-transform: translate3d(0, 0, 10px);
	-ms-transform: translate3d(0, 0, 10px);
	-o-transform: translate3d(0, 0, 10px);
	transform: scale(1.02); /* CSS3 */
	-moz-transform: scale(1.02); /* Firefox */
	-webkit-transform: scale(1.02); /* Webkit */
	-o-transform: scale(1.02); /* Opera */
	-ms-transform: scale(1.02); /* IE 9 */
}
.inBtnTb.active {
	border: 6px solid #334601;
	background: #f1fbc5;
	-webkit-transform: translate3d(0, 0, 10px);
	-moz-transform: translate3d(0, 0, 10px);
	-ms-transform: translate3d(0, 0, 10px);
	-o-transform: translate3d(0, 0, 10px);
	transform: scale(1.02); /* CSS3 */
	-moz-transform: scale(1.02); /* Firefox */
	-webkit-transform: scale(1.02); /* Webkit */
	-o-transform: scale(1.02); /* Opera */
	-ms-transform: scale(1.02); /* IE 9 */
}
.inBtnTb .ayur_ico {
	float: right;
	width: 55px;
	min-height: 55px;
	background: url(../images/ayur_icon.png) no-repeat top right;
	background-size: 100%;
}
.inBtnTb:hover > .ayur_ico {
	background: url(../images/ayur_icon.png) no-repeat bottom right;
	background-size: 100%;
}
.inBtnTb.active > .ayur_ico {
	background: url(../images/ayur_icon.png) no-repeat bottom right;
	background-size: 100%;
}
.inBtnTb .yoga_ico {
	float: right;
	width: 55px;
	min-height: 55px;
	background: url(../images/yoga_icon.png) no-repeat top right;
	background-size: 100%;
}
.inBtnTb:hover > .yoga_ico {
	background: url(../images/yoga_icon.png) no-repeat bottom right;
	background-size: 100%;
}
.inBtnTb.active > .yoga_ico {
	background: url(../images/yoga_icon.png) no-repeat bottom right;
	background-size: 100%;
}
.inBtnTb .manag_ico {
	float: right;
	width: 55px;
	min-height: 55px;
	background: url(../images/manage_icon.png) no-repeat top right;
	background-size: 100%;
}
.inBtnTb:hover > .manag_ico {
	background: url(../images/manage_icon.png) no-repeat bottom right;
	background-size: 100%;
}
.inBtnTb.active > .manag_ico {
	background: url(../images/manage_icon.png) no-repeat bottom right;
	background-size: 100%;
}
.inBtnTb .did_ico {
	float: right;
	width: 55px;
	min-height: 55px;
	background: url(../images/did_icon.png) no-repeat top right;
	background-size: 100%;
}
.inBtnTb:hover > .did_ico {
	background: url(../images/did_icon.png) no-repeat bottom right;
	background-size: 100%;
}
.inBtnTb.active > .did_ico {
	background: url(../images/did_icon.png) no-repeat bottom right;
	background-size: 100%;
}
.inBtnTb .ahas_ico {
	float: right;
	width: 55px;
	min-height: 55px;
	background: url(../images/ahas_icon.png) no-repeat top right;
	background-size: 100%;
}
.inBtnTb:hover > .ahas_ico {
	background: url(../images/ahas_icon.png) no-repeat bottom right;
	background-size: 100%;
}
.inBtnTb.active > .ahas_ico {
	background: url(../images/ahas_icon.png) no-repeat bottom right;
	background-size: 100%;
}
.inBtnTb h4 {
	width: 50%;
	margin: 0px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	color: #677B03;
	text-align: left;
}
.inBtnTb:hover > h4 {
	color: #3a4010;
}
.inBtnTb.active > h4 {
	color: #3a4010;
}
.CntSecA {
	float: left;
	width: 100%;
	height: auto;
	padding: 30px 0px;
	border-top: 4px solid #857127;
	border-bottom: 4px solid #857127;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bb9e34+0,f6eda6+49,bb9e34+99 */
	background: #bb9e34; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiOWUzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2Y2ZWRhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2JiOWUzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bb9e34), color-stop(49%, #f6eda6), color-stop(99%, #bb9e34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* IE10+ */
	background: linear-gradient(to right, #bb9e34 0%, #f6eda6 49%, #bb9e34 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb9e34', endColorstr='#bb9e34', GradientType=1 ); /* IE6-8 */
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.CntSec {
	float: left;
	width: 100%;
	height: auto;
}
.CntSec .cnthdA {
	float: left;
	width: 100%;
	height: auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefdf8+0,e9df98+100 */
	background: #fefdf8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmRmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWRmOTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fefdf8 0%, #e9df98 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fefdf8 0%, #e9df98 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fefdf8 0%, #e9df98 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefdf8', endColorstr='#e9df98', GradientType=0 ); /* IE6-8 */
}
.CntSec .cnthdA h3 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px 15px;
	line-height: 20px;
	color: #283005;
	text-align: left;
	background: url(../images/cnt_hd_arw.png) no-repeat center right;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.CntSec .contA {
	float: left;
	width: 100%;
	height: auto;
	padding: 15px 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdf8d0+0,fdf3e4+100 */
	background: #fdf8d0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZjhkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGYzZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fdf8d0 0%, #fdf3e4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdf8d0 0%, #fdf3e4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdf8d0 0%, #fdf3e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8d0', endColorstr='#fdf3e4', GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.contA .contprt {
	float: left;
	width: 100%;
	height: auto;
	min-height: 100px;
	padding: 15px 0px;
	background: #fffef5;
	border: 1px solid #c3bc80;
}
.contprt .imgpic {
	display: block;
	float: left;
	width: 28%;
	height: auto;
	background: #FFF;
	padding: 5px;
	margin: 15px 15px 5px 0px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}
.contprt .special {
	display: block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	line-height: normal;
	color: #373f10;
	text-align: center;
	border: 2px dotted #373f10;
	padding: 6px 20px;
	background: #fff;
	margin: 5px 0px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
.contprt h4 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	line-height: normal;
	color: #7D9600;
	text-align: left;
	border-bottom: 1px dotted #373f10;
	padding: 5px 0px;
}
.contprt h5 {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #313a06;
	text-align: left;
	margin: 0px 0px;
	border: none;
}
.contprt p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #373f10;
	text-align: justify;
	padding: 10px 0px;
}
.contprt ul {
	float: left;
	display: block;
	width: 100%;
	padding: 10px 0px;
}
.contprt ul li {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #373f10;
	text-align: left;
	margin: 2px 0px;
	padding: 0px 0px 0px 20px;
	text-transform: capitalize;
}
.contprt .photoA {
	display: block;
	float: left;
	width: 17%;
	height: auto;
	background: #FFF;
	padding: 5px;
	margin: 15px 15px 5px 0px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}
.contprt .dwnBtnA {
	float: right;
	display: block;
	width: auto;
	padding: 0px 10px 0px 50px;
	background: #d7e97f url(../images/dwn_btn.jpg) no-repeat top left;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 43px;
	color: #3e4b01;
	text-align: left;
}
.contprt .dwnBtnA:hover {
	background: #d7e97f url(../images/dwn_btn.jpg) no-repeat bottom left;
	color: #8eab00;
}





/***Product***/
.product_heading {
	background:none !important;
}

.product_div {
	padding-left: 0;
}
.product_div a {
	width: 100%;
	border: 6px solid #8eab00;
	float: left;
	color: #333333;
	margin: 15px 0;
}
.product_div a:hover{
	border: 6px solid #607400;
	color: #000;
}
.product_div h2 {
	width:100%;
	height: 51px;
	overflow:hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#333333;
	padding: 8px;
	margin: 0;
	float:left;
	text-align: center;
	text-shadow: 0px 1px 1px #fff;
	text-transform:capitalize;
	line-height: 18px;
	background-color: #d7e97f;
}
.product_div img{
	float:left;
	margin:0;
}
.product_box {
	border-bottom:#000 dotted thin;
	padding-top: 15px;
	padding-bottom: 15px;
}
.Product_details {
	margin: 15px 0;
}
.product_box h3 {
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:16px;
	color:#333333;
	padding: 4px 0;
	margin: 0;
	float:left;
	text-align: left;
	text-shadow: 0px 1px 1px #fff;
	line-height: 18px;
}
.product_box h3 span {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	color:#333333;
	padding: 4px 0;
	margin: 0;
	text-align: left;
	text-shadow: 0px 1px 1px #fff;
	text-transform:capitalize;
	line-height: 30px;
}
.product_box h4 {
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:16px;
	color:#333333;
	padding: 4px 0;
	margin: 0;
	text-align: left;
	text-shadow: 0px 1px 1px #fff;
	text-transform:capitalize;
	line-height: 18px;
	border:none;
}
.product_box h4 p {
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:13px;
	color:#333333;
	padding: 10px 0;
	margin: 0;
	text-align: justify;
	text-transform:none;
}

.product_enquiry_btn, .product_enquiry_btn button{
	float:right;
}
.enquiry_bg_border {
	width: 100%;
	height: auto;
	border: 1px solid #607400;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
	background: #8eab00;
	padding: 5px;
}
.enquiry_bg {
	width: 100%;
	min-height: 515px;
	height: auto;
	background: #FFF;
}
.modal-header {
    padding: 8px 15px;
    text-align: center;
}
.modal-title {
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:16px;
	color:#333333;
	padding: 4px 0;
	text-shadow: 0px 1px 1px #fff;
	text-transform:uppercase;
	line-height: 18px;
}




/***Contact***/

.contact_bg {
	float: left;
	display: block;
	width: 100%;
	background: #F0FFE1;
	border: 1px solid #BDD8A2;
	padding: 11px;
	margin: 15px 0px 20px 0px;
	border-radius: 4px;
}
.contact_bg p {
	font-size: 16px;
	text-align: left !important;
	line-height: 25px;
	padding: 5px 0px;
}
.form-control {
	display: block;
	width: 100%;
	background-color: #F0FFE1;
	border: 1px solid #BDD8A2;
	border-radius: 4px;
}
.contact_map {
	width: 100%;
	height: 300px;
	margin: 15px 0;
	padding:4px;
	background:#FFF;
	display: block;
	border: 1px solid #A2CC78;
	float: left;
}
.btn-success {
	color: #fff !important;
	background: #bb9400 !important;
	border: 1px solid #9f7e00 !important;
}
.btn-success:hover {
	color: #FDF8D0 !important;
	background: #373f10 !important;
	border: 1px solid #373f10 !important;
}
.contact_box {
	float: left;
	width: 100%;
	height: auto;
}
.contact_box p {
	float: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #313a06;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.contact_box p a {
    font-family: 'Open Sans', sans-serif;
}
.contact_box p a:hover {
    font-family: 'Open Sans', sans-serif;
    color: #607400;
}
.contact_em {
	display: block;
	height: 26px;
	float: left;
	padding: 1px 5px 1px 30px;
	background: url(../images/fem_icon.png) no-repeat top left;
}
.contact_em:hover {
	background: url(../images/fem_icon.png) no-repeat bottom left;
}
.contact_ph {
	display: block;
	min-height: 26px;
	padding: 1px 5px 1px 30px;
	background: url(../images/fph_icon.png) no-repeat top left;
}
.contact_ph:hover {
	background: url(../images/fph_icon.png) no-repeat bottom left;
}
.contact_em p {
	float: left;
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #ccc;
	margin: 0px;
}
/***end inner page***/

/*social*/
.top_social {
	margin: 11px 0;
}
.footer_social {
	margin: 11px 0;
}
.trs {
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.twt:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.cer_Bnr {
	position: absolute;
	top: 300px;
	left: 10px;
	z-index: 999;
	max-width: 180px;
	margin: 0px auto 0px auto;
}

@media (min-width:1200px) {
.hd_Bnr {
	margin-top: -155px;
}
.innBnr {
	margin-top: -123px;
}
.hmBtnTb {
	width: 207px;
}
.hmBtnTb h4 {
	width: 50%;
}
.cer_Bnr {
	position: absolute;
	top: 300px;
	left: 10px;
	z-index: 999;
	max-width: 180px;
	margin: 0px auto 0px auto;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.hd_Bnr {
	margin-top: -155px;
}
.innBnr {
	margin-top: -111px;
}
.hmBtnTb {
	width: 168px;
}
.hmBtnTb h4 {
	width: 100%;
}
/*inner*/
.inBtnTb {
	width: 168px;
}
.inBtnTb h4 {
	width: 100%;
	font-size: 13px;
}
.cer_Bnr {
	position: absolute;
	top: 230px;
	left: 10px;
	z-index: 999;
	max-width: 180px;
	margin: 0px auto 0px auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.hd_sec1 .logoA {
	display: block;
	float: none;
	width: 35%;
	margin: 0 auto;
}
.hd_sec1 .logoA img {
	display: block;
	text-align: center;
	margin: 10px auto;
}
.hd_sec1 .emA, .phA {
	width: 50%;
	margin: 2px auto;
	text-align: center;
	border: 1px solid #3a4010;
	background: url(../images/hdsec1_em_ph_bg.png) repeat top center;
}
.hd_sec1 .plant {
	background: none;
}
.hd_sec1 {
	border: none;
	box-shadow: none;
}
.hd_Bnr {
	margin-top: 0px;
	position: relative;
}
.hmBtnTb {
	width: 100%;
	margin: -25px 0px 35px 0px;
	min-height: 0px;
}
.hd_sec2 {
	width: 100%;
	/*background: url(../images/hdsec1_bg.png) repeat top center;*/
	background: #48561E;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
.hd_sec2 .menuA {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
}
.hmBtnTb .ayur_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .yoga_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .manag_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .did_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .ahas_ico {
	float: right;
	width: 50%;
}
.hmBtnTb h4 {
	float: left;
	width: 50%;
	font-size: 18px;
	line-height: 90px;
}
.welsec img {
	width: 40%;
}
.cpstA .pleft {
	text-align: center;
	margin: 10px 0px;
}
.cpstA .pright {
	text-align: center;
	margin: 10px 0px;
}
.cpstA .socA {
	text-align: center;
	margin: 10px 0px;
}
.innBnr {
	margin-top: 0px;
}
.inBtnTb {
	width: 100%;
	margin: -25px 0px 35px 0px;
	min-height: 0px;
}
.contprt .imgpic {
	width: 50%;
}
.contprt ul {
	width: 100%;
}
.contprt .photoA {
	width: 30%;
}
.top_social {
	width: 145px;
	height: 33px;
	margin: 8px auto;
	display: block;
	float: none !important;
}
.cer_Bnr {
	position: absolute;
	top: 70px;
	left: 10px;
	z-index: 999;
	max-width: 180px;
	margin: 0px auto 0px auto;
}
.product_enquiry_btn, .product_enquiry_btn button{
	float:left;
}
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
.hd_sec1 .logoA {
	display: block;
	float: none;
	width: 35%;
	margin: 0 auto;
}
.hd_sec1 .logoA img {
	display: block;
	text-align: center;
	margin: 10px auto;
}
.hd_sec1 .emA, .phA {
	width: 50%;
	margin: 2px auto;
	text-align: center;
	border: 1px solid #3a4010;
	background: url(../images/hdsec1_em_ph_bg.png) repeat top center;
}
.hd_sec1 .plant {
	background: none;
}
.hd_sec1 {
	border: none;
	box-shadow: none;
}
.hd_sec2 {
	width: 100%;
	/*background: url(../images/hdsec1_bg.png) repeat top center;*/
	background: #48561E;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
.hd_sec2 .menuA {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
}
.hd_Bnr {
	margin-top: 0px;
	position:relative;
}
.hmBtnTb {
	width: 100%;
	margin: -25px 0px 35px 0px;
	min-height: 0px;
}
.hmBtnTb .ayur_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .yoga_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .manag_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .did_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .ahas_ico {
	float: right;
	width: 50%;
}
.hmBtnTb h4 {
	float: left;
	width: 50%;
	font-size: 18px;
	line-height: 90px;
}
.cpstA .pleft {
	text-align: center;
	margin: 10px 0px;
}
.cpstA .pright {
	text-align: center;
	margin: 10px 0px;
}
.cpstA .socA {
	text-align: center;
	margin: 10px 0px;
}
.innBnr {
	margin-top: 0px;
}
.inBtnTb {
	width: 100%;
	margin: -25px 0px 35px 0px;
	min-height: 0px;
}
.contprt .imgpic {
	width: 50%;
}
.contprt ul {
	width: 100%;
}
.contprt .photoA {
	width: 30%;
}
.top_social {
	width: 145px;
	height: 33px;
	margin: 8px auto;
	display: block;
	float: none !important;
}
.cer_Bnr {
	position: absolute;
	top: 60px;
	left: 10px;
	z-index: 999;
	max-width: 180px;
	margin: 0px auto 0px auto;
}
.product_enquiry_btn, .product_enquiry_btn button{
	float:left;
}
}

@media only screen and (min-width: 480px) and (max-width: 600px) {
.container {
	width: 90%;
}
.hd_sec1 .logoA {
	display: block;
	float: none;
	width: 35%;
	margin: 0 auto;
}
.hd_sec1 .logoA img {
	display: block;
	text-align: center;
	margin: 10px auto;
}
.hd_sec1 .emA, .phA {
	width: 100%;
	margin: 2px auto;
	text-align: center;
	border: 1px solid #3a4010;
	background: url(../images/hdsec1_em_ph_bg.png) repeat top center;
}
.hd_sec1 .plant {
	background: none;
}
.hd_sec1 {
	border: none;
	box-shadow: none;
}
.hd_sec2 {
	width: 100%;
	/*background: url(../images/hdsec1_bg.png) repeat top center;*/
	background: #48561E;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
.hd_sec2 .menuA {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
}
.hd_Bnr {
	margin-top: 0px;
	position:relative;
}
.hmBtnTb {
	width: 100%;
	margin: -25px 0px 35px 0px;
	min-height: 0px;
}
.hmBtnTb .ayur_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .yoga_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .manag_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .did_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .ahas_ico {
	float: right;
	width: 50%;
}
.hmBtnTb h4 {
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 90px;
}
.welsec img {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
}
.cpstA .pleft {
	text-align: center;
	margin: 10px 0px;
}
.cpstA .pright {
	text-align: center;
	margin: 10px 0px;
}
.cpstA .socA {
	text-align: center;
	margin: 10px 0px;
}
.innBnr {
	margin-top: 0px;
}
.inBtnTb {
	width: 100%;
	margin: -25px 0px 35px 0px;
	min-height: 0px;
}
.contprt .imgpic {
	width: 100%;
}
.contprt ul {
	width: 100%;
}
.contprt .photoA {
	width: 38%;
}
.top_social {
	width: 145px;
	height: 33px;
	margin: 8px auto;
	display: block;
	float: none !important;
}
.cer_Bnr {
	position: absolute;
	top: 50px;
	left: 10px;
	z-index: 999;
	max-width: 180px;
	margin: 0px auto 0px auto;
}
.p_div {
	width:100% !important;
}
.product_heading {
	background:none !important;
	width:100%;
	float:left;
	text-align:center !important;
}
.product_enquiry_btn {
	float:left;
	padding-top:15px;
}
.product_enquiry_btn button {
	float:left;
	width:100%;
}
.product_div {
	padding:0;
}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
.container {
	width: 90%;
}
.hd_sec1 .logoA {
	display: block;
	float: none;
	width: 35%;
	margin: 0 auto;
}
.hd_sec1 .logoA img {
	display: block;
	text-align: center;
	margin: 10px auto;
}
.hd_sec1 .emA, .phA {
	width: 100%;
	margin: 2px auto;
	text-align: center;
	border: 1px solid #3a4010;
	background: url(../images/hdsec1_em_ph_bg.png) repeat top center;
}
.hd_sec1 .plant {
	background: none;
}
.hd_sec1 {
	border: none;
	box-shadow: none;
}
.hd_sec2 {
	width: 100%;
	/*background: url(../images/hdsec1_bg.png) repeat top center;*/
	background: #48561E;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
.hd_sec2 .menuA {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
}
.hd_Bnr {
	margin-top: 0px;
	position:relative;
}
.hmBtnTb {
	width: 100%;
	margin: -25px 0px 35px 0px;
	min-height: 0px;
}
.hmBtnTb .ayur_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .yoga_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .manag_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .did_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .ahas_ico {
	float: right;
	width: 50%;
}
.hmBtnTb h4 {
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: normal;
	margin-top: 34px;
}
.welsec img {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
}
.cpstA .pleft {
	text-align: center;
	margin: 10px 0px;
}
.cpstA .pright {
	text-align: center;
	margin: 10px 0px;
}
.cpstA .socA {
	text-align: center;
	margin: 10px 0px;
}
.innBnr {
	margin-top: 0px;
}
.inBtnTb {
	width: 100%;
	margin: -15px 0px 20px 0px;
	min-height: 0px;
}
.contprt .imgpic {
	width: 100%;
}
.contprt ul {
	width: 100%;
}
.contprt .photoA {
	width: 100%;
}
.contprt .dwnBtnA {
	padding: 5px 10px 5px 10px;
	background: #d7e97f;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	float: none;
	margin: 0px auto;
}
.contprt .cformA {
	padding: 3px 3px;
	min-height: 150px;
}
.CntSec .contA {
	padding: 3px 3px;
}
.CntSec .cnthdA h3 {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}
.contprt .special {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}
.contprt ul li {
	font-size: 13px;
	text-align: left;
}
.top_social {
	width: 145px;
	height: 33px;
	margin: 8px auto;
	display: block;
	float: none !important;
}
.cer_Bnr {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 999;
	max-width: 120px;
	margin: 0px auto 0px auto;
}
.p_div {
	width:100% !important;
}
.product_heading {
	background:none !important;
	width:100%;
	float:left;
	text-align:center !important;
}
.product_enquiry_btn {
	float:left;
	padding-top:15px;
}
.product_enquiry_btn button {
	float:left;
	width:100%;
}
.product_div {
	padding:0;
}
}

@media only screen and (min-width: 200px) and (max-width: 320px) {
.container {
	width: 90%;
}
.hd_sec1 .logoA {
	display: block;
	float: none;
	width: 35%;
	margin: 0 auto;
}
.hd_sec1 .logoA img {
	display: block;
	text-align: center;
	margin: 10px auto;
}
.hd_sec1 .emA, .phA {
	width: 100%;
	margin: 2px auto;
	text-align: center;
	border: 1px solid #3a4010;
	background: url(../images/hdsec1_em_ph_bg.png) repeat top center;
}
.hd_sec1 .plant {
	background: none;
}
.hd_sec1 {
	border: none;
	box-shadow: none;
}
.hd_sec2 {
	width: 100%;
	/*background: url(../images/hdsec1_bg.png) repeat top center;*/
	background: #48561E;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
.hd_sec2 .menuA {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
}
.hd_Bnr {
	margin-top: 0px;
	position:relative;
}
.hmBtnTb {
	width: 100%;
	margin: -25px 0px 35px 0px;
	min-height: 0px;
}
.hmBtnTb .ayur_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .yoga_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .manag_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .did_ico {
	float: right;
	width: 50%;
}
.hmBtnTb .ahas_ico {
	float: right;
	width: 50%;
}
.hmBtnTb h4 {
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: normal;
	margin-top: 34px;
}
.welsec img {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
}
.cpstA .pleft {
	text-align: center;
	margin: 10px 0px;
}
.cpstA .pright {
	text-align: center;
	margin: 10px 0px;
}
.cpstA .socA {
	text-align: center;
	margin: 10px 0px;
}
.innBnr {
	margin-top: 0px;
}
.inBtnTb {
	width: 100%;
	margin: -10px 0px 15px 0px;
	min-height: 0px;
}
.contprt .imgpic {
	width: 100%;
}
.contprt ul {
	width: 100%;
}
.contprt .photoA {
	width: 100%;
}
.contprt .dwnBtnA {
	padding: 5px 10px 5px 10px;
	background: #d7e97f;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	float: none;
	margin: 0px auto;
}
.contprt .cformA {
	padding: 3px 3px;
	min-height: 150px;
}
.CntSec .contA {
	padding: 3px 3px;
}
.CntSec .cnthdA h3 {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}
.contprt .special {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}
.contprt ul li {
	font-size: 12px;
	text-align: left;
}
.top_social {
	width: 145px;
	height: 33px;
	margin: 8px auto;
	display: block;
	float: none !important;
}
.cer_Bnr {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 999;
	max-width: 110px;
	margin: 0px auto 0px auto;
}
.p_div {
	width:100% !important;
}
.product_heading {
	background:none !important;
	width:100%;
	float:left;
	text-align:center !important;
}
.product_enquiry_btn {
	float:left;
	padding-top:15px;
}
.product_enquiry_btn button {
	float:left;
	width:100%;
}
.product_div {
	padding:0;
}
}