@charset "utf-8";
*, html, body {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* CSS Document */
body {
        backgroung:rgba(0, 0, 0, 0) url("../images/bg.png") repeat scroll 0 0;
font-family: "Times New Roman", Times, serif !important;
	font-size: 15px;
	color: #333;
}
img {
	border: none;
}

strong {
	font-size: 17px;
}
#wraper {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
/* header starts */
.header_wrp {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #000;
}
.header_cont {
	width: 1004px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
.header_cont-1 {
	width: 100%;
	height: auto;
	margin: 5px 0 10px 0;
	padding: 0px;
	float: left;
}
.header_cont-2 {
	width: 40%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
.header_cont-2 p {
	font-size: 14px;
	color: #fff;
	margin: 8px 0px;
	padding: 0px;
	text-align: left;
}
.social {
	height: 30px;
	float: right;
	margin: 10px 0 0px 0;
}
.social ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.social ul li {
	font-size: 14px;
	color: #333;
	margin: 3px 0px 0px 0px;
	padding: 0px 10px 0 10px;
	text-align: left;
	float: left;
}
.social ul li a {
	text-decoration: none;
	color: #333;
}
.social ul li a:hover {
	color: #8CD33C;
}
.social ul li a.active {
	color: #8CD33C;
}
.header_wrp-1 {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #fff;
	box-shadow: 5px 5px 5px #ccc;
	position: relative;
	z-home: 99999 !important;
	border-top: solid 2px #0eaed9;
}
.header_cont {
	width: 1004px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
.header_cont-1 {
	width: 99%;
	height: auto;
	margin: 8px 0px 0;
	padding: 0px;
	float: left;
}
.logo {
	width: 40%;
	height: auto;
	margin: 0px;
	float: left;
	padding: 10px 0;
}
.logo img {
	margin: 0px;
	padding: 0px;
}
.logo a {
	text-decoration: none;
}
.head-right {
	width: 30%;
	height: auto;
	margin: 15px 0 0 0;
	float: right;
	padding: 0px 0 0px 0;
}
.head-right p {
	font-size: 14px;
	color: #000;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
.menu {
	width: 99%;
	height: auto;
	float: left;
	padding: 0px 0 2px 0px;
	margin: 0px 0px 0px 0px;/*background:#aa520a;
	border-radius:10px;*/
}
/*nav start */
.nav {
	width: 100%;
	clear: both;
	padding: 0px 0 0 0;
	height: auto;
}
.animenu > ul:after {
	content: "";
	display: table;
	clear: both;
}
/*nav start */
.animenu > ul:after {
	content: "";
	display: table;
	clear: both;
}
 @-webkit-keyframes bugfix {
 from {
 padding: 0;
}
to {
	padding: 0;
}
}
.animenu {
	font-weight: 200;
	font-size: 15px;
	margin: 0 0 0 0;
}
.animenu * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.animenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.brd {
	border-right: none !important;
}
.animenu li {
	position: relative;
	z-home: 9999;
	border-right: solid 1px #ccc;
	padding: 0px 0;
}
.animenu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.animenu li:hover > a {
	color: #8cd33c;
}
.animenu li a.active {
	color: #8CD33C;
}
.animenu input[type=checkbox] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.animenu label {
	display: none;
	cursor: pointer;
	user-select: none;
}
.animenu > ul {
	background-color: #fff;
	border: solid 1px #ccc;
}
.animenu > ul > li {
	float: left;
}
.animenu > ul > li > a {
	float: left;
	padding: 1em 1.2em 1em 1.2em;
}
.animenu > ul > li > a img {
	vertical-align: middle;
}
.animenu > ul a {
	color: #333;
	text-decoration: none;/*text-shadow: 0 1px 0 #111111;*/
}
.animenu > ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-home: 1;
	opacity: 0;
	visibility: hidden;
	margin: 2em 0 0 0;
	background-color: #8CD33C;
	background-image: none;
	-webkit-transition-property: margin, opacity;
	-moz-transition-property: margin, opacity;
	-o-transition-property: margin, opacity;
	transition-property: margin, opacity;
	-webkit-transition-duration: .15s;
	-moz-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.animenu > ul ul li {
	display: block;
	-webkit-box-shadow: 0 1px 0 #1e1e1e, 0 2px 0 #515151;
	-moz-box-shadow: 0 1px 0 #1e1e1e, 0 2px 0 #515151;
	box-shadow: 0 1px 0 #1e1e1e, 0 2px 0 #515151;
}
.animenu > ul ul li:first-child > a {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.animenu > ul ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 4em;
	top: -12px;
	border: 6px solid transparent;
	border-bottom-color: inherit;
	color: #333;
}
.animenu > ul ul li:last-child {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.animenu > ul ul li:last-child > a {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.animenu > ul ul a {
	padding: 1em;
	width: 200px;
	display: block;
	border-color: #8cd33c;
}
.animenu > ul ul a:hover {
	background-color: ##8CD33C;
	border-color: ##8CD33C;
	color: #FFFFFF;
}
 @media screen and (max-width: 480px) {
.animenu > ul, .animenu > ul ul {
	visibility: visible;
	opacity: 1;
	display: none;
}
.animenu input[type=checkbox]:checked ~ label, .animenu input[type=checkbox] ~ label:hover {
	color: white;
}
.animenu label {
	border: 1px solid #040404;
	background-color: #111111;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	color: #999999;
	text-shadow: 0 1px 0 #111111;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 1em 3em;
}
.animenu label:before {
	position: absolute;
	left: 0.5em;
	top: 0.2em;
	content: "\2261";
	font-size: 2em;
}
.animenu > ul {
	position: relative;
	border-color: #111111;
	margin: 0.5em 0 !important;
	padding: 0.25em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #111111;
	background-image: none;
}
.animenu > ul:after {
	content: '';
	position: absolute;
	left: 2em;
	top: -12px;
	border: 6px solid transparent;
	border-bottom-color: inherit;
}
.animenu > ul li {
	display: block;
}
.animenu > ul > li {
	float: none;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #111111;
	background-image: none;
	background:#0C3;
}
.animenu > ul > li > a {
	float: none;
	display: block;
	padding: 1em;
}
.animenu li:hover > a {
	color: #000000;
}
.animenu > ul ul {
	position: static;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #2b2b2b;
	background-image: none;
	margin: 0;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
.animenu > ul ul li:first-child > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.animenu > ul ul li:first-child > a:after {
	content: none;
}
.animenu > ul ul li:last-child > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.animenu > ul ul a {
	padding-left: 2em;
	display: block;
	width: auto;
}
.animenu input[type=checkbox]:checked ~ ul {
	display: block;
}
.animenu input[type=checkbox]:checked ~ ul ul {
	display: block;
}
.animenu > ul a {
	color: #fff;
	text-decoration: none;
}
}
 @media screen and (max-width: 1024px) {
.logo {
	margin-left: 25px;
}
.animenu > ul, .animenu > ul ul {
	visibility: visible;
	opacity: 1;
	display: none;
}
.animenu input[type=checkbox]:checked ~ label, .animenu input[type=checkbox] ~ label:hover {
	color: white;
}
.animenu label {
	border: 1px solid #040404;
	background-color: #111111;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	color: #999999;
	text-shadow: 0 1px 0 #111111;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 1em 3em;
}
.animenu label:before {
	position: absolute;
	left: 0.5em;
	top: 0.2em;
	content: "\2261";
	font-size: 2em;
}
.animenu > ul {
	position: absolute;
	border-color: #111111;
	margin: 0.5em 0 !important;
	padding: 0.25em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #111111;
	background-image: none;
	width: 90%;
}
.animenu > ul:after {
	content: '';
	position: absolute;
	left: 2em;
	top: -12px;
	border: 6px solid transparent;
	border-bottom-color: inherit;
}
.animenu > ul li {
	display: block;
}
.animenu > ul > li {
	float: none;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #ccc;
}
.animenu > ul > li > a {
	float: none;
	display: block;
	padding: 1em;
}

.animenu > ul ul {
	position: static;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: rgba(200,199,199,0.8);
	margin: 0;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
.animenu > ul ul li:first-child > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	
}
.animenu > ul ul li:first-child > a:after {
	content: none;
}
.animenu > ul ul li:last-child > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.animenu > ul ul a {
	padding-left: 2em;
	display: block;
	width: 230px !important;
}
.animenu input[type=checkbox]:checked ~ ul {
	display: block;
}
.animenu input[type=checkbox]:checked ~ ul ul {
	display: block;
}

}
@media screen and (max-width: 600px) {
.animenu > ul > li > a {
	padding: 1em 2em;
}
}

/* nav end */

 @media screen and (max-width: 768px) {
.nav {
	width: 100%;
	height: auto !important;
	float: left;
	clear: both;
}
}
.head-bt {
	width: 21%;
	height: auto;
	margin: 0px 0;
	float: right;
	padding: 0px 0 0px 0;
}
.head-bt img {
	margin: 0px;
	padding: 0px;
}
.head-bt a {
	text-decoration: none;
}
/* banner starts */
.bnr-main {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(../images/bg.png) repeat;
}
.bnr {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
.bnr-1 {
	width: 99%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #fff none repeat scroll 0 0;
}
.banner {
	width: 76%;
	height: auto;
	margin: 0px 0 0 0;
	float: left;
	padding: 0px 0 0px 0;
}
.bnr-1 img {
	width: 98%;
	height: auto;
	margin: 15px 1% 0 1%;
}
.banner-right {
	width: 23%;
	height: 242px;
	margin: 0px 0 0 0;
	float: left;
	padding: 0px 0 0px 0;
	border-left: solid 3px #000;
	background: #454545;
	background: -webkit-linear-gradient(#484848, #242424); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#484848, #242424); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#484848, #242424); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#484848, #242424); /* Standard syntax */
}
.banner-right h1 {
	font-size: 20px;
	font-weight: 400;
	color: #0eaed9;
	margin: 15px 0px 0px 10px;
	padding: 0px 0px 0 10px;
	text-align: left;
	border-left: solid 3px #fff;
	line-height: 30px;
}
.banner-right p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 8px 3px 0px;
	padding: 0px 10px;
	text-align: left;
	line-height: 29.8px;
}
.banner-right p a {
	font-size: 13px;
	color: #0eaed9;
	margin: 4px 0px 8px 0px;
	padding: 0px 10px;
	text-align: right;
	text-decoration: none;
	float: right;
}
.bdy {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
.bdy-1 {
	width: 99%;
	height: auto;
	margin: 0px 0 0px 0;
	padding: 15px 0 30px 0;
	float: left;
	background: #fff none repeat scroll 0 0;
}
.bdy-left {
	width: 22%;
	height: auto;
	margin: 10px 25px 0 10px;
	padding: 0px;
	float: left;
}
.bdy-rgt {
	width: 22%;
	height: auto;
	margin: 10px 1% 0 0px;
	padding: 0px;
	float: right;
}
.bdy-left-1 {
	width: 100%;
	height: 260px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0 0px;
	float: left;
	box-shadow: 0 0 3px #999;
}
.bdy-left-1 img {
	border: 1px solid #ccc;
	margin: 10px 0 0 5%;
	padding: 0;
	width: 90%;
}
/*.bdy-left-1 img:hover {
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	-o-transition: 1s all;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}*/
marquee {
	height: 200px;
	margin: 0;
}
.bdy-box-lft p {
    line-height: 24px;
    margin: 0;
    padding: 5px;
}
.bdy-box-lft p span{
   float:left;
   vertical-align:middle;
   background:url(../images/arr.png) top left repeat;
   width:9px;
   height:12px;
   margin:5px 10px 0px 0px;
}

.bdy-left-1 h1 {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	margin: 8px 0px 0px 0px;
	padding: 5px 0 0 10px;
	text-align: center;
}
.bdy-left-1 h3 {
	font-size: 14px;
	font-weight: 400;
	color: #005fa2;
	margin: 5px 0px 0px 0px;
	padding: 5px 0 0 8px;
	text-align: left;
	line-height: 18px;
}
.bdy-left-1 h4 {
	width: 50%;
	margin: 5px auto;
	padding: 10px;
	text-align: center;
	background: #8cd33c;
}
.bdy-left-1 h4 a {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bdy-left-1 h4:hover {
	background: #780d00;
}
.bdy-left-2 {
	width: 100%;
	height: auto;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0 0px;
	float: left;
}
.bdy-left-2 p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0 10px;
	text-align: left;
}
.bdy-left-2 span {
	float: none;
	margin: 0px 20px 10px 0;
	text-align: center;
}
.bdy-leftnew {
	width: 50%;
	height: auto;
	margin: 0px 0 0 0;
	padding: 20px 0 0 0;
	float: left;
}
.bdy-leftnew-1 {
	width: 100%;
	height: auto;
	margin: 0px 0 0 0;
	padding: 20px 0 0 0;
	float: left;
}
.event-mdd {
	width: 40%;
	height: 30px;
	margin: 0px 0 0 20px;
	padding: 0px 0 0 0;
	float: left;
}
.event-mdd h2 {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	text-align: left;
	font-size: 18px;
	color: #297bc4;
}
.event-mdd h2 a {
	font-size: 18px;
	color: #297bc4;
	text-decoration: none;
}
.event-rht {
	width: 54%;
	height: 30px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: right;
}
.event-rht h3 {
	margin: 11px 0 0 0;
	border-bottom: double 4px #858585;
}
.bdytnew-right {
	width: 100%;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
}
/*.bun {
	width: 100%;
	height: 200px;
	margin: 32px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
	border: solid 1px #000;
}*/
.bdytnew-right-1 {
	float: left;
	height: auto;
	margin: 5px 0px 0 0;
	padding: 0;
	width: 100%;
}
/*.bdytnew-right-1 h3 {
	margin: 0px 0 0 0;
	padding: 20px;
	text-align: center;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 500;
	color: #FFFFFF;
}
.bdytnew-right-1:hover {
	box-shadow: 0 0 6px #CCCCCC;
	border-radius: 3px;
	background: #888;
}
.bdytnew-right-1 h3 a {
	text-decoration: none !important;
}
.bdytnew-right-1:hover h3 {
	text-decoration: none;
}*/
.bdy-box {
	width: 100%;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
}
.bdy-box-lft {
	width: 46%;
	height: 235px;
	margin: 0px 10px 0 1%;
	padding: 0px 0 0 0;
	float: left;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.bdy-box-lft h3 {
	color: #fff;
	background: #780d00;
	font-size: 20px;
	line-height: 32px;
	padding: 0 10px;
	border-radius: 5px 5px 0 0;
}
.bdy-box-lft ul {
	width: 95%;
	float: left;
	margin: 0 0% 0 2%;
	padding: 0 10px;
}
.bdy-box-lft ul li {
	color: #555;
	list-style: none;
	line-height: 24px;
	font-size: 16px;
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
	list-style: url(../images/arr.png);
}
.bdy-box-lft ul li a {
	text-decoration: none;
	color: #555;
}
.bdy-box-mdd {
	width: 32%;
	height: auto;
	margin: 0px 0px 0 0px;
	padding: 0px 0 0 0;
	float: left;
}
.bdy-box-mdd h2 {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	text-align: center;
	font-size: 20px;
	color: #297bc4;
}
.bdy-box-rgt {
	width: 49%;
	height: 234px;
	margin: 0px 1% 0px 0px;
	padding: 0px;
	float: right;
	border: 1px solid #DDD;
	border-radius: 5px;
}
.bdy-box-rgt h3 {
	color: #fff;
	background: #780d00;
	font-size: 20px;
	line-height: 32px;
	padding: 0 10px;
	border-radius: 5px 5px 0 0;
}
.bdytnew-right-half-1 {
	width: 57%;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0px 0 0 5px;
	float: left;
}
.event-right {
	width: 60%;
	height: 30px;
	margin: 10px 0 0 0px;
	padding: 0px 0 0 0;
	float: left;
}
.event-right h2 {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	text-align: left;
	font-size: 18px;
	color: #297bc4;
}
.event-right-1 {
	width: 39%;
	height: 30px;
	margin: 10px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
}
.event-right-1 h3 {
	margin: 11px 0 0 0;
	border-bottom: double 4px #858585;
}
.event-new {
	width: 47%;
	height: 30px;
	margin: 10px 0 0 0px;
	padding: 0px 0 0 0;
	float: left;
}
.event-new h2 {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	text-align: left;
	font-size: 18px;
	color: #297bc4;
}
.event-new-1 {
	width: 33%;
	height: 30px;
	margin: 10px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
}
.event-new-1 h3 {
	margin: 11px 0 0 0;
	border-bottom: double 4px #858585;
}
.event-new-ind {
	width: 81%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
}
.event-new-ind p img {
	border: solid 1px #ccc;
}
.event-new-ind p {
	text-align: center;
}
.event-new-icon {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0%;
	padding: 0px 0 0 0;
	float: left;
	border: solid 1px #f4f4f4;
	border-radius: 5px;
}
.event-new-icon-inn {
	width: 23%;
	height: auto;
	margin: 10px 0px 10px 15px;
	padding: 0px 0 0 0;
	float: left;
}
.event-new-icon-inn h2 {
	text-align: left;
	margin: 5px 0px 0 0px;
	color: #02b0e8;
	font-size: 15px;
}
.event-new-icon-inn h2 a {
	text-align: left;
	margin: 5px 0px 0 0px;
	color: #333333;
	font-size: 15px;
	text-decoration: none;
}
.event-new-icon-inn h2 a:hover {
	color: #F00;
	text-decoration: underline;
}
.event-new-icon-inn h2 img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.bdytnew-right-half {
	width: 40%;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0px 0 0 5px;
	float: left;
}
/* ladd-lft start here */
.ladd-lft {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	background: #f8f8f8;
}
.vertical {
	width: 100%;
	height: auto;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#margin-top {
	padding-top: 0px;
}
/* srcroll */

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	height: auto;
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.nbs-flexisel-item {
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin: 10px 0 10px 0;
	padding: 2px;
	max-width: 90%;
	max-height: 70%;
	border: solid 1px #CCC;
	margin: 20px 0 0 0;
}
.nbs-flexisel-item-dd {
	width: 100%;
	height: auto;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	float: left;
}
.nbs-flexisel-item-dd p {
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 20px;
	color: #0077b6;
	text-align: center;
	text-decoration: none;
}
.nbs-flexisel-item-dd p a {
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 20px;
	color: #0077b6;
	text-align: center;
	text-decoration: none
}
.nbs-flexisel-item-dd p:hover {
	color: #F00;
	text-decoration: underline;
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 32px;
	height: 45px;
	position: absolute;
	cursor: pointer;
	z-home: 100;
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	left: 0px;
	top: 133px !important;
	background: url(../images/arrow-prev.png) no-repeat;
}
.nbs-flexisel-nav-right {
	top: 133px !important;
	right: 0;
	background: url(../images/arrow-next.png) no-repeat;
}
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
/* footer starts */
.ftr-main-1 {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #0A3B0A;
}
.ftr {
	width: 1004px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
.ftr-top {
	width: 100%;
	float: left;
	margin: 20px 0;
}
.ftr-4 {
	width: 24%;
	margin: 0 5px;
	float: left;
}
.ftr-4 h3 {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}
.ftr-4 ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.ftr-4 ul li {
 list-style-type;
	padding: 5px 0;
	display: block;
}
.ftr-4 ul li a {
	display: block;
	text-decoration: none;
	color: #999;
}
.ftr-4 ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.ftr-4 img {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
.ftr-4 h4 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	line-height: 26px;
}
.ftr-4 p {
	display: block;
	text-decoration: none;
	color: #999;
	line-height: 24px;
	font-size: 14px;
}
.ftr-main {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 15px 0;
	float: left;
	background: #491009;
}
.ftr {
	width: 1004px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
.ftr-1 {
	width: 100%;
	height: auto;
	margin: 5px 0 10px 0;
	padding: 0px;
	float: left;
}
.ftr-left {
	width: 29%;
	height: auto;
	float: left;
	margin: 0px 0 0px 0;
}
.ftr-left p {
	font-size: 14px;
	color: #fff;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
.ftr-left a {
	text-decoration: none;
	color: #fff;
}
.ftr-left a:hover {
	color: #8cd33c;
}
.ftr-left1 {
	width: 29%;
	height: auto;
	float: right;
	margin: 0px 0 0px 0;
}
.ftr-left1 p {
	font-size: 14px;
	color: #fff;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
.ftr-lef1t a {
	text-decoration: none;
	color: #fff;
}
.ftr-left1 a:hover {
	color: #8cd33c;
}
.ftr-mid {
	width: 41%;
	height: auto;
	margin: 10px auto;
	padding: 0px;
	float: left;
}
.ftr-mid h3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.ftr-mid h3 img {
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: middle;
}
.ftr-right {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
.ftr-right h2 {
	margin:14px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
.ftr-right p {
	font-size: 14px;
	color: #fff;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}

/* inner starts */
.prod {
	width: 98%;
	height: auto;
	margin: 0px 1% 0 1%;
	padding: 0px 0 0 0;
	float: left;
}
.prod-bnr {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
.prod-bnr img {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.part {
	width: 98%;
	height: auto;
	margin: 10px 1% 0 1%;
	padding: 0px 0 0 0;
	float: left;
}
.box-navmain {
	width: 100%;
	height: auto;
	margin: 0px 0px;
	float: left;
	padding: 0px;
}
.box-red {
	width: 10px;
	height: 42px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: left;
	border-radius: 10px 0px 0px 10px;
	background-color: #780d00;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
.box-white {
	width: 98%;
	height: 42px;
	margin: 15px 0px 0px 0px !important;
	padding: 0px;
	float: left;
	border-radius: 0px 10px 10px 0px;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	/*	background: url(../images/aboutlinee.png) repeat-x;*/	
	background-color: #eeeeee;
	border: solid 1px #c2bfbe;
}

.box-white-left {
	width: 45%;
	height: 42px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.box-white h1 {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	font-size: 18px;
	color: #636466;
}
.box-white-right {
	width: auto;
	height: 34px;
	margin: 3px 5px 0px 0px;
	padding: 0px;
	float: right;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}
.box-white-right ul {
	margin: 0px;
	padding: 0px;
}
.box-white-right ul li {
	margin: 0px 0px 0px 0px;
	padding: 6px;
	float: left;
	text-align: right;
	display: inline-block;
	font-size: 14px;
}
.box-white-right ul li p {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 14px;
	color: #bcbcbc;
}
#bg-none {
	background: none !important;
}
.box-white-right ul li a {
	margin: 0px;
	padding: 0px 18px 5px 5px;
	text-decoration: none;
	color: #000;
	background: url(../images/arrow.png) no-repeat right;
	vertical-align: middle;
}
.box-white-right ul li a:hover {
	color: #f30;
}
.box-white-right ul li a.active {
	color: #8CD33C;
}
.clear {
	clear: both;
}
.mid {
	width: 990px;
	margin: 0 auto;
}
.box-navmain1 {
	width: 100%;
	height: auto;
	margin: 0px 0px;
	float: left;
	padding: 0px;
}
.box-red1 {
	width: 10px;
	height: 42px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: left;
	border-radius: 10px 0px 0px 10px;
	background-color: #780d00;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
.box-white1 {
	width: 98%;
	height: 42px;
	margin: 15px 0px 0px 0px !important;
	padding: 0px;
	float: left;
	border-radius: 0px 10px 10px 0px;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	/*	background: url(../images/aboutlinee.png) repeat-x;*/	
	background-color: #eeeeee;
	border: solid 1px #c2bfbe;
}

.box-white-left1 {
	width: 45%;
	height: 42px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.box-white1 h1 {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	font-size: 18px;
	color: #636466;
}

/*box navbox ends */
.equip-main {
	width: 100%;
	height: auto;
	margin: 5px 0% 0 0%;
	padding: 0px 0 0 0;
	float: left;
}
/*equip-main-lft start here */
.equip-main-lft {
	width: 24%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
.com-vide-main {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0px;
	float: left;
}
.com-vide {
	width: 100%;
	height: 55px;
	margin: 10px 0 0 0;
	padding: 0px;
	float: left;
	background: #d0d0d0;
	border: solid 1px #bdbcbb;
	border-radius: 5px;
}
.com-vide h2 {
	margin: 15px 0 0 0;
	padding: 0px 0 0 0px;
	font-size: 14px;
	color: #000;
	text-align: center;
}
.com-vide h2 a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.com-vide h2 a:hover {
	color: #F00;
}
.com-vide h2 img {
	margin: 0px 0 0 0;
	padding: 0px 10px 0 0 !important;
	vertical-align: middle;
}
/*equip-main-lft start here */
/*abt-main start here */

.abt-main {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0px;
	float: left;
}
.abt-main-inn {
	width: 100%;
	height: auto;
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0;
	float: left;
}
.abt-main-inn h1 {
	margin: 0px 0 10px 0;
	padding: 0px 0 10px 0;
	font-size: 18px;
	color: #8cd33c;
	text-align: left;
	border-bottom: dashed 1px #141414;
}
.abt-main-inn h2 {
	margin: 10px 0 0 0;
	padding: 0px 0 0px 0;
	font-size: 17px;
	color: #000000;
	text-align: left;
	font-weight: bold !important;
}
.abt-main-inn h3 {
	margin: 5px 0 0px 0;
	padding: 0px 0 0px 0;
	font-size: 15px;
	color: #333;
	text-align: left;
	line-height: 22px;
	font-weight: normal;
}
.abt-main-inn h4 {
	margin: 10px 0 0px 0;
	padding: 0px 0 0px 0;
	font-size: 17px;
	color: #000000;
	text-align: left;
	line-height: 22px;
}
.abt-main-inn h5 {
	margin: 10px 0 10px 0;
	padding: 0px 0 0px 0;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 22px;
}
.abt-main-inn p {
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 15px;
	color: #333333;
	text-align: left;
	line-height: 22px;
}
.abt-main-inn p span {
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 15px;
	color: #333333;
	text-align: left;
	line-height: 22px;
	font-weight: bold;
}
.abt-main-inn p img {
	margin: 10px 0 0 220px;
	width: 50%;
}
.abt-main-inn ul {
	margin: 15px 0 0 40px;
	padding: 0px 0 0px 0;
	color: #000;
}
.abt-main-inn ul li {
	margin: 5px 0 0 0;
	padding: 0px 0 0px 10px;
	font-size: 16px;
	color: #000;
	text-align: left;
	line-height: 30px;
}
.criteria {
	width: auto;
}
.criteria ul {
	margin: 10px 0 0 15px;
	padding: 0px 0 0px 10px;
}
.criteria ul li {
	margin: 0px 0 0 0;
	padding: 0px 0 0px 18px;
	font-size: 16px;
	color: #333;
	list-style: square;
	text-align: left;
	line-height: 22px !important;
}
.ways {
	width: auto;
}
.ways ul {
	margin: 0px 0 0 56px;
	padding: 0px 0 0px 10px;
}
.ways ul li {
	margin: 0px 0 0 0;
	padding: 0px 0 0px 18px;
	font-size: 16px;
	color: #000;
	list-style: square;
	text-align: left;
	line-height: 22px !important;
}
.abt-main-inn ol {
	margin: 8px 0 0 30px;
	padding: 0px 0 0px 0;
}
.abt-main-inn ol li {
	margin: 5px 0 0 0;
	padding: 0px 0 0px 10px;
	font-size: 16px;
	color: #333;
	text-align: left;
	list-style: decimal;
	line-height: 22px !important;
}
.abt-main-inn ol li ul {
	margin-left: 8%;
	margin-top: 2px;
	padding: 0px 0 0px 5px;
	font-size: 15px;
	color: #333;
	text-align: left;
	list-style: decimal;
	line-height: 22px !important;
}
.abt-main-inn ol li ul li {
	margin: 5px 0 0 0;
	padding: 0px 0 0px 10px;
	font-size: 13px;
	color: #000;
	list-style: square;
	text-align: left;
	line-height: 22px !important;
}
.abt-main-inn a {
	text-decoration: underline;
	color: #000000;
}
.heal {
	width: 100%;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0px;
	float: left;
}
.heal h1 {
	margin: 10px 0 0 0;
	padding: 0px 0 10px 0;
	font-size: 18px;
	color: #045078;
	text-align: left;
	border-bottom: dashed 1px #141414;
}
.heal-lft {
	width: 50%;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0px;
	float: left;
}
.heal-lft p {
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 15px;
	color: #333;
	text-align: left;
	line-height: 22px;
}
.heal-lft ul {
	margin: 10px 0 10px 20px;
	padding: 0px 0 0px 0;
}
.heal-lft ul li {
	margin: 5px 0 0 0;
	padding: 0px 0 0px 10px;
	font-size: 15px;
	color: #333;
	list-style: none;
	text-align: left;
	line-height: 22px !important;
}
.heal-lft ul li ul {
	margin: 5px 0 0 20px;
	padding: 0px 0 0px 0;
}
.heal-lft ul li ul li {
	margin: 5px 0 0 0;
	padding: 0px 0 0px 10px;
	font-size: 13px;
	color: #333;
	list-style: none;
	text-align: left;
	line-height: 22px !important;
}
.heal-lft ol {
	margin: 15px 0 0 20px;
	padding: 0px 0 0px 0;
}
.heal-lft ol li {
	margin: 5px 0 0 0;
	padding: 0px 0 0px 10px;
	font-size: 13px;
	color: #333;
	text-align: left;
	list-style: decimal;
	line-height: 22px !important;
}
.heal-rgt {
	width: 42%;
	height: auto;
	margin: 15px 0 0 0;
	padding: 0px;
	float: right;
}
.heal-rgt img {
	margin: 0;
	padding: 10px;
	border: double #CCC;
	float: right;
}
/* inr-ap-max start here */
.inr-ap-max {
	width: 100%;
	height: auto;
	margin: 15px 0 0 0;
	padding: 0px;
}
.inr-ap-max td {
	width: 30%;
	margin: 0 0 0 0;
	padding: 5px 0 5px 10px;
	color: #333;
	font-size: 13px;
	text-align: left;
	line-height: 25px;/*	border:solid 1px #333333;*/
}
.inr-ap-max h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0 0;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	line-height: 22px;
}
/* inr-ap-max end here */

/**** PORTFOLIO STYLES*****/
.portfolio-content, .portfolio-area {
	width: 100%;
	margin: 15px 0 0 0 !important;
}
.title-page {
	font-size: 40px;
	margin: 50px 0px 60px 0px;
	color: #151515;
}
.goto {
	float: right;
	width: 130px;
	margin: -80px 30px 0px 0px;
}
.portfolio-categ {
	margin-bottom: 30px !important;
	margin-left: 0px !important;
}
.portfolio-categ li {
	display: inline;
	margin-right: 0px;
}
.image-block {
	display: block;
	/*position: relative;*/
}
.image-block img {
	border: 1px solid #d5d5d5;
	border-radius: 4px 4px 4px 4px;
	background: #FFFFFF;
	padding: 5px;
}
.image-block img:hover {
	border: 1px solid #A9CF54;
	box-shadow: 0 0 5px #A9CF54;
}
.portfolio-area li {
	float: left;
	margin: 0 0px 20px 0 !important;
	overflow: hidden;
	width: 233px !important;
	padding: 5px !important;
}
.home-portfolio-text {
	margin-top: 10px;
}
li.active a {
	text-decoration: underline;
}
/**** END PORTFOLIO STYLES*****/


/* conta-inn-lft  starts */
.conta-inn-lft {
	width: 25%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
/* add  starts */
.add {
	width: 100%;
	height: 20px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
}
.add-lft {
	width: 20%;
	height: 30px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
}
.add-lft h1 {
	margin: 11px 0 0 0;
	border-bottom: double 4px #141414;
}
.add-mdd {
	width: 53%;
	height: 30px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
}
.add-mdd h2 {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	text-align: center;
	font-size: 20px;
	color: #8CD33C;
}
.add-mdd h2 span {
	font-size: 20px;
	color: #333;
}
.add-mdd h2 img {
	margin: -15px 0 0 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.add-rht {
	width: 43%;
	height: 30px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: right;
}
.add-rht h3 {
	margin: 11px 0 0 0;
	border-bottom: double 4px #141414;
}
/* add  end */

.cont-ads {
	width: 100%;
	height: auto;
	margin: 45px 0 0 0%;
	padding: 0px;
	float: left;
}
.cont-ads-lft {
	width: 45%;
	height: auto;
	margin: 0px 18% 0 0%;
	padding: 0px;
	float: left;
}
.cont-ads-rgt {
	width: 22%;
	height: auto;
	margin: 0px 0 0 0%;
	padding: 0px;
	float: left;
}
.address {
	width: 100%;
	height: auto;
	margin: 0px 0 0 0%;
	padding: 0px;
	float: left;
}
.address h1 {
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 17px;
	color: #000000;
	text-align: left;
}
.address p {
	margin: 5px 0 0 0;
	padding: 0px;
	font-size: 15px;
	color: #333;
	text-align: left;
	line-height: 22px;
}
.address p a {
	margin: 0px 0 0 0;
	padding: 0px;
	font-size: 15px;
	color: #212121;
	text-align: left;
	text-decoration: none;
	line-height: 22px;
}
.address p a:hover {
	color: #8cd33c;
	text-decoration: underline;
}
/* conta-inn-rgt  starts */
.conta-inn-rgt {
	width: 60%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
/* enq starts */
.enq {
	width: 100%;
	height: 20px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
}
.enq-lft {
	width: 35%;
	height: 30px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
}
.enq-lft h1 {
	margin: 11px 0 0 0;
	border-bottom: double 4px #141414;
}
.enq-mdd {
	width: 25%;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
}
.enq-mdd h2 {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	text-align: left;
	font-size: 17px;
	color: #000000;
}
.enq-mdd h2 span {
	font-size: 20px;
	color: #000000;
}
.enq-mdd h2 img {
	margin: -15px 0 0 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.enq-rht {
	width: 100%;
	height: 30px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: right;
}
.enq-rht h3 {
	margin: 11px 0 0 0;
	border-bottom: double 4px #CCCCCC;
}
/* enq end */


/* enquiry starts */
.enquiry {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
}
.right {
	width: 100%;
	height: auto;
	margin: 10px 0px 0px 0px;
	float: left;
}
.contactforn {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0px;
	float: left;
}
.contactforn label {
	width: 200px;
	height: auto;
	font-size: 15px;
	margin: 0 0px;
	color: #333;
}
.contactforn input {
	width: 75%;
	height: 35px;
	border: solid 1px #ddd;
	transition: background 0.3s ease-out 0s;
	padding: 0 0 0 5px;
	outline: 0;
	font-size: 15px;
	color: #141414;
	margin: 5px 0;
	float: left;
}
.contactforn textarea {
	width: 75%;
	height: 70px;
	outline: none;
	border: solid 1px #ddd;
	padding: 0px 0 0 5px;
	font-size: 15px;
	margin: 5px 0;
	color: #141414;
	float: left;
	text-align:left;
}
.googlemap {
	width: 100%;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.contactforn input[type="submit"]:hover {
	background: #780d00;
	border: none;
	border: solid 1px #780d00;
}
.contactforn input[type="submit"] {
	width: 115px;
	height: 40px;
	text-align: center;
	padding: 5px 0px;
	outline: none;
	font-size: 15px;
	color: #fff;
	float: left;
	cursor: pointer;
	background: #8CD33C;
	border-radius: none;
}
/* enquiry end here*/


/****** contact page end here ******/

.sitemap {
	width: 25%;
	height: auto;
	float: left;
}
.sitemap ul {
	padding: 0 0 0 20px;
	margin: 0;
}
.sitemap ul li {
	padding: 0 0px;
	margin: 0 10px;
	list-style: none;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: #333;
	list-style: url(../images/arr.png);
}
.sitemap ul li a {
	padding: 0;
	margin: 0 0px;
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	text-decoration: none;
	color: #333;
}
.sitemap ul li a:hover {
	text-decoration: underline;
	color: #8CD33C;
}
.sitemap ul li a img {
	margin-right: 4px;
}
.sitemap h6 {
	font-weight: 700;
	font-size: 18px;
	color: #000000;
	padding: 14px 0 5px 0;
	margin: 0px 0 0 11px;
}
.sitemap h6 a {
	color: #17a;
}
.lstch {
	width: 100%;
	height: auto;
}
/* number-list starts */
.lstch ul {
	margin: 0px 0 0 20px;
}
.lstch ul li {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #333;
	font-size: 14px;
	list-style: decimal;
	line-height: 18px;
}
/* number-list ends */

/* a,b,c,d-list starts */
.lstch ul li ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
.lstch ul li ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #333;
	font-size: 14px;
	list-style: lower-alpha;
	line-height: 18px;
}
/* a,b,c,d-list ends */

/* roman-list starts */
.lstch ul li ul li ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
.lstch ul li ul li ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #333;
	font-size: 14px;
	list-style: lower-roman;
	line-height: 18px;
}

/* roman-list ends */


@media (min-width:400px) and (max-width:800px) {
.box-white h1 {
	color: #636466;
	font-size: 14px;
	margin: 10px 0 0 20px;
	padding: 0;
}
}
/* header top css start here*/

#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
}
#cssmenu:after, #cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}
#cssmenu a {
	color: #333333;
	display: inline-block;
	font-size: 14px;
	min-width: 35px;
	text-align: left;
	text-decoration: none;
}
#cssmenu ul {
	list-style: none;
}
#cssmenu > ul > li {
	float: left;
	border-right: solid 1px #ccc;
}
#cssmenu > ul > li.active a {
	filter: none;
	color: #8CD33C;
}
#cssmenu > ul > li.active a:hover {
	filter: none;
	color: #F00;
}
#cssmenu > ul > li a {
	line-height: 18px;
	padding: 0 10px;
	filter: none;
}
#cssmenu > ul > li a:hover {
	filter: none;
	color: #8CD33C;
}
#cssmenu > ul > li:first-child a {
}
#cssmenu > ul > li:last-child a {
}
#cssmenu .has-sub:hover ul {
	display: block;
}
#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	top: 18px;
	left: -1px;
	min-width: 100%;
	text-align: left;
  /* IE7 */

  *width: 100%;
}
#cssmenu .has-sub ul li {
	text-align: left;
	width: 100%
}
#cssmenu .has-sub ul li a {
	border-top: 0 none;
	display: block;
	line-height: 120%;
	padding: 5px 11px;
	text-align: left;
}
/* header top css end here*/
.abt-main-inn .checkmark li {
	list-style-image: url("../images/check.png");
	list-style-position: inside;
}
.resp-tabs-container p img {
	text-align: center;
	border: 5px solid #b3c36c;
	padding: 0%;
	margin: 0;
}
.ftr-4>p>a {
	color: #999;
	text-decoration: none;
}
.ftr-4>p>a:hover {
	text-decoration: underline;
	color: #FFF;
}
.eka {
	margin: 10px 0 0px 0;
	float: left;
	width: 100%;
}
.eka-lft {
	margin: 0px 0 0px 0;
	float: left;
	width: 15%;
}
.eka-lft h5 {
	margin: 5px 0 0px 0;
	text-align: center;
}
.eka-lft h5 img {
	margin: 0 0 0 0%;
}
.eka-rgt {
	margin: 0px 0 10px 0;
	float: right;
	width: 83%;
}
.eka-rgt p {
	color: #333333;
	font-size: 15px;
	line-height: 22px;
	margin: 0px 0 0;
	padding: 0;
	text-align: left;
}
.term {
	width: 100%;
	height: auto;
	margin: 10px 0 0px 0;
	padding: 0px 0 0px 0;
	float: left;
}
.term p {
	color: #333333;
	font-size: 15px;
	line-height: 22px;
	margin: 0px 0 0;
	padding: 0px 0 0 0;
	text-align: left;
}
.term a {
	color: #333;
	text-decoration: none;
}
.term a:hover {
	text-decoration: underline;
	color: #8cd33c;
}
.term h2 {
	color: #8cd33c;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
}
.term h5 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
	margin: 15px 0 0;
	padding: 0;
	text-align: left;
}
.values {
	width: 100%;
	height: auto;
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0;
	float: left;
}
.values h4 {
	color: #000000;
	font-size: 17px;
	line-height: 22px;
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
}
.values h5 {
	color: #333;
	font-size: 16px;
	line-height: 22px;
	margin: 0px 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
}


@media only screen and (width:1920px){

.bdy-1 {

	height: auto;
	/*min-height:1080px;*/	
}


.ftr-main {

	bottom:0;
        }




}
