body{
	margin:0;
	padding:0;
	background:url("../img/stripe_default.png") repeat;
	font-family:Calibri;
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6, ol, ul, li, a, img, p{
	padding:0;
	margin:0;
	list-style:none;
	text-decoration:none;
	outline:none;
}
.pad{
	padding:60px 44px;
}
/*@*@*@*@*@*@* reset css ends *@*@*@*@*@*@*/
.socialNw{
	padding:5px 0;
}
/*@*@*@*@*@*@* Social Network css ends *@*@*@*@*@*@*/
.mainContainer{
	background-color:#fff;
	border-radius:5px;
	border-top:2px solid #529228;
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
.header{
	padding:25px 30px 0;	
}
.header .navbar-collapse{
	margin-top:7px;
	padding-right:0px;
}
.header .navbar{
	min-height:auto!important;
	border:none;
	background:none;
	margin-bottom:0px;
}
.header .navbar-brand{
	height:auto;
	padding:0;
	margin-left:0px!important;
}
.header .nav > li > a{
	padding:0px;
	padding-bottom:32px;
	color:#545454!important;
	font-size:18px;
}
.header .nav > li{
	margin:0 15px;
}
.header .nav li:last-child{
	margin-right:0px;
}
.header .nav > li > a:hover{
	border-bottom:3px solid #1B6F00;
 	padding-bottom:29px;
} 
/*@*@*@*@*@*@* header css ends *@*@*@*@*@*@*/
.banner .carousel-caption{
	right:0;
	left:0;
	top:0px;
	bottom:0;
	text-align:left;
	background:url("../img/carousel-bg.png") repeat;
	padding:44px;
}
.banner .carousel-control.left, .banner .carousel-control.right{
	background:none;
}
.banner .carousel-caption h1{
	margin-bottom:10px;
}
.banner .carousel-caption h4{
	margin-bottom:20px;
	color: #1f1f1f;
	text-shadow: none;
	text-align:justify;
}
.banner .mainbtn{
	background:#529228;
	padding:3px 8px;
	font-size:16px;
	border:1px solid #1b6f00;
	text-shadow:none;
	color:#fff;
	text-decoration:none;
}
/*@*@*@*@*@*@* banner css ends *@*@*@*@*@*@*/
.products{
	background:#f6f6f6;
}
.products h4{
	margin-bottom:10px;
	font-size:20px;
	color:#1B6F00;
}
.products img{
	margin-bottom:15px;
}
.products p{
	line-height:22px;
	text-align:justify;
}
.products a{
	text-decoration:none;
	float:right;
	color:#1B6F00;
}
/*@*@*@*@*@*@* Products ends *@*@*@*@*@*@*/
.videoSec h2{
	margin-bottom:5px;
	color:#1B6F00;
}
.videoSec p{
	line-height: 24px;
}
/*@*@*@*@*@*@* Video Section ends *@*@*@*@*@*@*/
.clientList{
	overflow:hidden;
	padding:20px 44px;
	background:#f6f6f6;
}
.clientList .nbs-flexisel-inner{
	background:none;
	border:none;
	padding:0 10px;
}
.clientList  .nbs-flexisel-nav-right, .clientList  .nbs-flexisel-nav-left{
	display:none;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display:none;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;
    background: rgba(0,0,0,0.5);
    color: #fff;     
}
.nbs-flexisel-nav-left {
    left: 10px;
}
.nbs-flexisel-nav-left:before {
    content: "<"
}
.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}
.nbs-flexisel-nav-right {
    right: 5px;    
}
.nbs-flexisel-nav-right:before {
    content: ">"
}
.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
/*@*@*@*@*@*@* client section css ends *@*@*@*@*@*@*/
.footer{
	background:#222222;
	padding:5px 44px;
}
.footer li{
	display:inline-block;
	margin:0 5px;
}
.footer  ul li:first-child{
	margin-left:0px;
}
.footer li a{
	color:#b1b1b1;
	text-decoration:none;
	font-size:16px;
	vertical-align:top;
}
.footer li a:hover{
	color:#fff;
	border-bottom:1px solid #fff;
}
.copyright{
	font-size:16px;
	color:#b1b1b1;
	text-align:right;
	margin-top:2px;
}
/*@*@*@*@*@*@* mainContainer css ends *@*@*@*@*@*@*/
.breadcrumb{
	background:url("../img/stripe_default.png") repeat;
	padding:10px 44px;
}
.breadcrumb .active{
	color:#1B6F00;
}
/*@*@*@*@*@*@* breadcrumb css ends *@*@*@*@*@*@*/
.slogan{
	background:#529228;
}
.slogan h1{
	padding:20px 44px; 
	color:#fff;
}
/*@*@*@*@*@*@* slogan css ends *@*@*@*@*@*@*/
.aboutContent{
	padding:30px 44px;
}
.aboutContent .deSuperHeater h2, .aboutContent .heatPipe h2, .aboutContent .appHeatPipe h2, .aboutContent  .ecoNet h2{
	margin-bottom:10px;
	color:#529228;
	border-bottom:1px solid #529228;
	font-size: 28px;
	padding-bottom:3px;
}
.aboutContent .heatPipe h2, .aboutContent  .ecoNet h2, .aboutContent .appHeatPipe h2, .aboutContent  .ecoNetApp h2{
	margin-top:10px;	
}
.aboutContent .deSuperHeater p, .aboutContent .faq p{
	margin-bottom:10px;
	text-align:justify;
	
}

.aboutContent .deSuperHeater h4, .aboutContent .appHeatPipe h4, .aboutContent  .ecoNetApp h4{
	margin-bottom:10px;
	text-align:justify;
	color: #529228;
 	border-bottom: 1px solid #529228; 
	display: inline-block; 
	margin-bottom: 5px;
	font-size: 26px;
	padding-bottom: 4px;
	

}
.aboutContent .deSuperHeater .listing, .aboutContent .appHeatPipe .listing, .faq .listing {
	padding-left:50px;
	margin-bottom:10px;
}
.aboutContent .deSuperHeater .listing li, .aboutContent .appHeatPipe .listing li, .aboutContent .faq .listing li{
	list-style:disc;
}
.aboutContent .deSuperHeater h3{
	margin-bottom:5px;
	font-size: 20px;
}
.aboutContent .ecoNetApp p{
	padding-left:30px;
	text-align:justify;
}
.aboutContent .faq  p{
	line-height:22px;
}
.aboutContent .faq h4, .aboutContent .faq h3{
	color:#529228;
	border-bottom:1px solid #529228;
	display:inline-block;
	margin-bottom:5px;
}
.aboutContent .faq h3{
	font-size:22px;
}
.faq .table td{
	text-align:center;
}
 .table > thead:first-child > tr:first-child > th{
 border-top: 1px solid #6a8d52;
 }
.faq .table-bordered > thead > tr > th{
	background: #215300;
	color:#fff;
	border: 1px solid #6a8d52;
}
.faq .table-bordered > tbody > tr > td{
	border: 1px solid #6a8d52;
}
.faq .table > thead > tr > th{
	padding:4px;
	font-weight: normal;
}
.fundamental .table > tbody > tr > td{
	padding:4px;
	text-align:left;
	vertical-align:middle;
}
.faq .tableList td{
	text-align:left;
}
.faq .tableList{
	margin-top:10px;
}
.faq .tableList td:first-child, .tableHeading .tableList td:first-child{
	background: #215300;
	color:#fff;
}
.tableHeading .tableList td:first-child{
	width:230px;
}

.clientType{
	font-weight: bold;
	color: #215300;
	text-decoration: underline;	
}
/* .manikMap{
	border-top:2px solid #1B6F00;
} */
.manikMap{
	border-radius:10px;
	width:515px;
	height:235px;
	padding:7px;
	background:#f6f6f6;
	border: 1px solid #84A57A;
}
.manorForm h2{
	margin-bottom:10px;
	color:#1B6F00;
}
.manorForm input, .manorForm textarea{
	border-color:#a6c393;
	font-size:16px;
}
.manorForm button{
	background:#1B6F00;
	border:1px solid #1B6F00;
	color:#fff;
	font-size:18px;
	padding: 5px 10px;
}
.manorForm button:hover{
	background: #529228;
	color:#fff;
	border:1px solid #1B6F00;
}
.manorForm .form-group{
	margin-bottom:10px;
}
.contactAdd{
	background:#f6f6f6;
}
.contactAdd h3{
	font-size:20px;
	background: #225104;
	padding: 5px 10px;
	color: #fff;
}
.contactAdd address > div{
	border: 1px solid #c2c6c2;
	padding-lefT:5px;
}
.contactAdd a{
	color: #1A6602;
}
.deSuperHeater img{
	margin:5px 0;
}
.header .dropdown-menu a{
	font-size:16px;
}
.header  .dropdown-menu > li > a:focus,.header  .dropdown-menu > li > a:hover{
	background:#ececec;
}
.nav .open > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	background:none;
	border-bottom: 3px solid #1B6F00;
	padding-bottom:29px;
}
.formOnPage{
	width:300px;
	padding:10px;
	border:1px solid #1B6F00;
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	height:auto;
}
.testimonial {
	border:1px solid #dcdcdc;
	border-radius:6px;
	background:#f6f6f6;
	box-shadow:2px 2px 3px -2px #a4a4a4;
	overflow:hidden;
	display:inline-block;
	padding:10px 20px 10px 0px;
	margin-bottom:5px;
}
.testimonial div:first-child{
	text-align:center;
}
.testimonial h4{
	color:#1B6F00;
	font-size:22px;
	margin-bottom:5px;
}
.testimonial p{
	text-align:justify;
	color:#545454 !important
}
.testimonial p i{
	margin-right:10px;
	color:#b4b3b3!important
}


.socialNw ul i{
	background:url("../img/img_sprite.png") no-repeat;
	display:inline-block;
}
.socialNw .media-body{
	width:auto;
}
.socialNw .mail{
	width:36px;
	height:24px;
}
.socialNw .call{
	width:32px;
	height:32px;
	background-position:-38px 0;
}
.socialNw .media h5{
	font-size:16px;
	text-align: left;
}
.socialNw .media p, .socialNw .media a{
	color:#000;
	font-size:16px;
}
.mediaPhone{
	text-align:right;
}
.socialNw .media-left{
	vertical-align:middle!important;
}
.mediaPhone li{
	display:inline-block;
	margin-left:15px;
}
.mediaPhone li:first-child{
	margin-left:none;
}
.tableHeading h5{
	font-size: 18px;
	margin: 15px 0 10px;
	font-weight:bold;
}