@font-face {font-family: bebas;src: url(bnr.ttf);}

* {
	-webkit-font-smoothing: antialiased;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p {
	line-height: 1.5;
	font-size: 16px;
}

strong {
	font-size: 19px;
}

#footer li {
	font-family: 'bebas',sans-serif!important;
	font-weight: unset;
}

h1,h2,h3,strong {
	font-family: 'bebas',sans-serif!important;
	font-weight: unset;
}

a {
    border: medium none;
    color: #627705;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.ahcontact-bar {
    background:#1B9162;
    height:40px;
    z-index:1;
    padding: 5px 5vw;
    position: relative;
    z-index: 9999;
}
.ahright  {
    float: right;
}
.ahcontact-bar * {
    margin-right:20px;
}
.hidden {
    display: none;
}
.ahcontact-bar a {
    color:white;
    position:relative;
    display: inline-block;
  top: 50%;
  transform: translateY(-20%);
    text-decoration: none;
}
.ahcontact-bar img {
    height:20px;
    margin-top:8px;
}
html, body {
    margin:0;
    font-family: Calibri,sans-serif;
    overflow-x:hidden;
}

.ahnav-bar {
    padding:0px calc(5vw + 30px);
    height:95px;
    background:white;
	position: relative;
    z-index: 9999;
}
.ahnav-bar img {
	height: 31px;
    margin-top: 31px;
}
.ahnav-bar * {
    display: inline-block;
    color: #636363;
    text-decoration: none;
    font-size: 20px;
    font-family: 'bebas',sans-serif;
}
.ahnav a:hover {
    color:#1B9162;
}
.ahnav {
    line-height: 80px;
}
.ahline {
    height: 55px;
	width: 0;
	margin: 0 4.5px;
}
::-webkit-scrollbar-thumb {background:#313131; }
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 60px rgba(0,0,0,0);
}
.ahimage-con {
    width:100%;
    height: calc(100vh - 290px);
    min-height: 500px;
    background-color:#1B9162;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color:white;
    padding:200px calc(5vw + 30px);
	box-sizing: border-box;
	position: relative;
}
.ahimage-con h1 {
	font-family: 'bebas',sans-serif;
        font-size: 56px;
    font-weight: 300;
        color: white;
	line-height: 48px;
	position: absolute;
    bottom: 50px;
}
.ahimage-con button:hover {
    background: #02A65A;
}
.ahimage-con button {
    color:white;
    border:0;
    height:50px;
    width:150px;
    outline:0;
        margin-top: 30px;
    cursor: pointer;
    background:#1B9162;
    font-size: 14px;
}
.navone {
        margin-left:45px;
}
.navtwo {
        margin-left:195px;
}

.navthree {
        margin-left:295px;
}
.navfour {
        margin-left:390px;
}


@media only screen and (max-width: 1500px){
    .ahnav-bar {
        padding: 0px 5vw;
    }
    .ahcontact-bar {
        padding: 5px 0vw;
    }
    .navone {
        margin-left:75px !important;
    }
    .navtwo {
        margin-left:160px !important;
}

.navthree {
        margin-left:290px !important;
}
.navfour {
        margin-left:350px !important;
}
}
@media only screen and (max-width: 1050px){
    .ahnav {
		display:none;
        position: absolute;
    background: white;
    width: 100%;
    margin-left: -5vw;
    margin-top: 20px;
    text-align: center;
    line-height: 50px;
    border: 0.5px solid lightgrey;
    border-right: 0;
    border-left: 0;
	}
	.dropdownNav {
		background: white;
		padding: 0!important;
		position: unset!important;
		margin-top: 0!important;
		z-index: 9999;
		width: 100%!important;
		left: 0!important;
		margin-left: 0!important;
		box-shadow: 0px 0px 5px #d6d6d6;
	}
    .ahfooter ul {
    	width:42vw!important;
    }
    #mainleft {
    	width: 85vw !important;
    text-align: center;
    }
    #mainright {
    	    margin: 0 auto !important;
    	    float: none !important;
    	    max-width:400px;
    	    width:100% !important;
    }

#highlight {
	width:50vw!important;
	border-right:0!important;
}
#highlight a {
	font-size: 14px!important;
	font-weight: 300;
}
#highlightscontainer {
	height:250px!important;
}
    .ahnav * {
        display: block;
    }

    .ahline {
        display: none;
    }
    .mobileMenu {
        display: block !important;
        cursor: pointer;
    }
    .ahcontact-bar * {
        margin-right: 9px;
    }


    .ahimage-con {
        height:300px;
        min-height:200px;
        padding:75px 2vw;
    }
    .ahimage-con button {
        display: block;
        margin:30px auto;
    }
    .ahimage-con h1 {
        font-size: 22px;
        text-align: center;
        line-height: 24px;
}
    .ahnav-bar {
        height:65px;
    }
    .ahcontact-bar a {
        display: none;
    }
}
.pre-screen {
    position: fixed;
    background:#eeeeee;
    z-index:10000;
    width:100%;
    height:100%;
}

.pre {
    position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

.big {
    font-size: 10vw;
    color:lightgrey;
    text-align: center;
}

.ahfooter {
    background:#eeeeee;
    padding:55px 5vw;
    border-top: 8px solid #1B9162;
}

.ahfooter ul {
	vertical-align: top;
	width:20vw;
	display: inline-block;
	padding:0;
}
.ahfooter ul li {
	display: block;
	font-size: 16px;
	width:100%;
	padding:5px;
	margin: 0 auto;
	text-align: center;
}
.dropdownNav {
    display: none;
    background: white;
    padding: 0;
    position: absolute;
    margin-top:-30px;
    z-index:9999;
    width: 200px;
    box-shadow: 0px 0px 5px #d6d6d6;
}
.dropdownNav li a {
    text-decoration: none;
    width: 100%;
	box-sizing: border-box;
	
	font-size: 16px;
    border-bottom: 0.5px solid lightgrey;
    padding: 8px;
}
.dropdownNav li a:hover {
    color:white;
}
.dropdownNav li {
    display: block !important;
    margin: 0;
        font-size: 10px;

    text-align: center;
    line-height: normal;
}
.dropdownNav li:hover {
    background:#02A65A;
    cursor:pointer;
}

#menubackground {
    background:black;
    height:calc(100%);
    width:100%;
    opacity: 0;

    z-index:2;
    display: none;
    position: fixed;
}

.mobileMenu {
    height: 20px !important;
    margin-top: 37px !important;
    display: none;
}




.clear{
	padding:0px;
	margin:0px;
	clear:both;
	}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#animation {
	height: 273px;
	margin: 0 auto;
	padding-bottom: 29px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 31px;
	width: 974px;
}
#animationleft {
	float: left;
	height: 273px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	padding-right: 0px;
	padding-top: 0px;
	width: 689px;
}
#animationright {
	background-image: url(images/animation-right.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	float: right;
	font-size: 16pt;
	height: 273px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 29px;
	padding-top: 0px;
	text-align: center;
	width: 239px;
}
#animationcontainer {
	float: left;

	margin: 0px;

	padding-left: 0px;
	padding-right: 0px;
	padding-top: 75px;
	width: 100%;
}
#animationcontainer img {
	width:100%;
}


#animationright p{
	padding:20px 0px 20px 0px;
	margin:0px;
	font-size:16pt;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	}






body {
	background-position: top center;
	background-repeat: no-repeat;
	color: #595959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}
#bottomcontainer {
	float: left;
	height: 50px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#bottom {
	height: 150px;
	margin: 0 auto;
	padding: 0px;
	width: 81vw;
}
#bottomleft {
	background-image: url(images/partner-logos.gif);
	float: left;
	height: 117px;
	margin: 0px;
	padding-bottom: 18px;
	padding-left: 26px;
	padding-right: 2px;
	padding-top: 15px;
	width: 848px;
}
#bottomright {
	float: right;
	height: 45px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 105px;
	text-align: right;
	width: 98px;
}
.buttonelectricity {
	background-color: transparent;
	background-image: url(images/electricity-button.jpg);
	background-repeat: no-repeat;
	border: 0px;
	color: #05b05e;
	cursor: pointer;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	height: 71px;
	line-height: 71px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	text-align: center;
	width: 209px;
}






.buttongas {
	background-color: transparent;
	background-image: url(images/gas-button.jpg);
	background-repeat: no-repeat;
	border: 0px;
	color: #078092;
	cursor: pointer;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	height: 77px;
	line-height: 71px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	text-align: center;
	width: 209px;
}

#footer a {
	color: #565656;
	font-size: 20px;
}
#footercontainer {
	clear: both;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	width: 100%;
}


#greenboxmiddle li {
	font-weight: 600;
}
h1 {
	color: #1B9162;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 60px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    margin: 45px 0px;
}
h2 {
	color: #595959;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 28px;
    line-height: 36px;
	margin: 0px;
	padding: 0px;
}
#mainleft ul {
	list-style-type: square;
}
h3 {
	color: #5a5a5a;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
    line-height: 38px;
	margin: 0px;
	padding: 0px;
}
#headercontainer {
	float: left;
	height: 121px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#highlight {
	background:#ffffff;
	background-repeat: no-repeat;
	float: left;
	font-size: 14pt;
	font-weight: bold;
	height: 110px;
	margin: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	text-align: center;
	width: calc(25vw - 1px);
}
#highlight img {
	height:80px;
}
#highlight a {
	color: #505050;
	font-weight: 300;
	font-family: 'bebas',sans-serif;
}
#highlight a img {
	    margin-bottom: 15px;
}
#highlights {
	height: 145px;
	margin: 0 auto;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 100vw;
}
#highlightscontainer {
	float: left;
	height: 145px;
	margin: 0px;
	padding-bottom: 55px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 100%;
}
input::-moz-focus-inner {
    border: 0px;
	margin: -1px;
    padding: 0px;
}
#main {
	margin: 0 auto;
	padding: 0px;
	width: 85vw;
}
#mainleft {
	float: left;
	margin: 0px;
	padding-top: 0px;
	width: 65vw;
	margin-left: -20px;
}
#mainright {
	float: right;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 16vw;
	    max-width: 350px;
}
#maincontainer {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#menu {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 41px;
	height: 41px;
	margin: 0 auto;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	width: 914px;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 22px;
	padding-top: 0px;
}
#menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu a {
	color: #ffffff;
}
#menu a:hover {
	color: #cccccc;
}










/*--------Tanmay-------*/

/*.mainleft h1{
	padding:0px;
	margin:0px;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}*/


.meter{
	padding:0px;
	margin:0px;
	width:322px;
	float:left;
	height:293px;
	}


.righttext{
	padding:0px;
	margin:0px;
	width:100%;
	}

.righttext p{
	padding:0px;
	margin:0px;
	font-size: 10.5pt;
	font-family: Calibri,Arial,Helvetica,sans-serif;
	color: #595959;
	text-align:justify;
	line-height: 21px;
	}






#mainleft p strong{
	color:#000;
	}


#mainleft ul{
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
	width:100%;
	}



.cont{
	padding:0px 0px 0px 110px;
	margin:0px;
	background:url(images/contact.jpg) no-repeat left top;
	}

.cont h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#5c7200;
	padding:0px;
	margin:0px;
	font-weight:normal;

	}


.cont p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#707070;
	padding:0px;
	margin:0px;
	font-weight:normal;

	}



.cont p span{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0093c6;
	padding:0px;
	margin:0px;
	font-weight:normal;

	}






.fillname{
	width:333px;
	height:29px;
	border:1px solid #dbdbdb;
	padding:0px;
	margin:0px 0px 0px 0px;
	}





.namne{
	padding:0px 38px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#fd5353;
	}


.email{
	padding:0px 40px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#fd5353;
	}



.mese{
	padding:0px 19px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#fd5353;
	}


.message{
	padding:0px;
	margin:0px;
	width:320px;
	height:99px;
	overflow:hidden;
	resize:none;
	}


.contact{
	padding:0px;
	margin:25px 0px 25px 25px;
	}


.conform form label{
	float:left;
	}

.conform form input{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline:none;

	}






.conform form textarea{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline:none;
	border:1px solid #dbdbdb;
	margin:0px;
	padding:6px;
	}


.submite{
	padding:0px;
	margin:0px 0px 0px 86px;
	background:url(images/sub.png) no-repeat left top;
	width:85px;
	height:30px;
	border:none;
	outline:none;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#8c4505;
	cursor:pointer;
	}



.meter2{
	padding:0px;
	margin:0px;
	float:left;
	}



.meter3{
	padding:0px;
	margin:0px;
	width:322px;
	float:left;
	}


.text{
	width:100%;
	padding:0px;
	margin:0px;
	float:left;
	}


.meter4{
	padding:0px;
	margin:0px;
	width:202px;
	float:left;
	}

.righttext2{
	padding:0px;
	margin:0px;
	width:375px;
	float:right;
	}


.righttext2 p{
	padding:0px;
	margin:0px;
	font-size: 10.5pt;
	font-family: Calibri,Arial,Helvetica,sans-serif;
	color: #595959;
	text-align:justify;
	line-height: 21px;
	}




.text td p{
	padding:0px;
	margin:0px;
	border:1px solid #c4c4c4;
	}

.text table{
	padding:0px;
	margin:0px;
	border:1px solid #c4c4c4;
	}

.center{
	text-align:center;
	}


.masation{
	padding:0px;
	margin:0px;
	width:192px;
	float:left;
	}

.righttextmasation{
	padding:0px;
	margin:0px;
	}

.righttextmasation p{
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#848484;
	text-align:justify;
	line-height:20px;
	}



.plant{
	padding:0px;
	margin:0px;
	width:125px;
	float:left;
	}







/*---------navigation css start---------------*/


.navsection{
	width:100%;
	padding:0px 5vw;
	margin:0 auto;
	background:#04af5d;


	}


#navigation {
	margin:0px;
	padding: 0px 0px 0px 38px;
	clear:both;

	/*height:51px;*/
	/*background: #d6eaf8 url(../images/dropdown-bg.gif) repeat-x left top;*/


}


ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;

}


ul.nav-main {
	position: relative;
	z-index: 597;
}

ul.nav-main li:hover > ul {
	visibility: visible;
}


ul.nav-main li.hover,
ul.nav-main li:hover {
	cursor: pointer;
	background: url(../images/dropdown-bg-hover.gif) repeat-x left top;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


#active{
	background: url(../images/dropdown-bg-hover.gif) repeat-x left top;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color:#a0ff60;
	}



ul.nav-main li {
	float:left;
	display:block;
	height: 43px;
	color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	/*background: url(../images/separator.gif) no-repeat right center;*/
}

ul.nav-main li a {
	display:block;
	padding: 15px 16px 10px 16px;
	color: #ffffff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

ul.nav-main li a:hover {
	color:#a0ff60;
}



ul.nav-main *.list {
	/*padding-right: 22px;*/
	/*background: url(../images/navigation-arrow.gif) no-repeat right top;*/
}



ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:10px 20px 10px 10px;
	top: 42px;
	/*left:74px;*/
	z-index: 598;
	background-color:#00a657;
border-right: 1px solid #89a803;
	border-bottom: 1px solid #89a803;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}


ul.nav-sub li {
	list-style:none;
	display:block;
	padding: 0;
	height: 27px;
	float: none;
	width:auto;
	background: none;
}

ul.nav-sub li a {
	list-style:none;
	display:block;
	padding: 5px;
	height: 15px;
	float: none;
	width:100%;
	background: none;
	min-width:136px;
	font: 12px Arial, Helvetica, sans-serif;
}

ul.nav-sub li:hover {
	list-style:none;
	background-image:none;
}

ul.nav-sub li a:hover {
	list-style:none;
	background:#026800;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}










/*---------navigation css end---------------*/



.partnarshipform{
	width:100%;
	padding:0px;
	margin:0px;
	}


.leftform{
	padding:0px;
	margin:0px;
	float:left;
	width:290px;
	background-color:#f3f3f3;
	}


.rightform{
	padding:0px;
	margin:0px;
	float:right;
	width:290px;
	background-color:#f3f3f3;
	}



.leftform form input{
	padding:0px;
	margin:10px 0px 18px 0px;
	width:227px;
	height:25px;
	border:1px solid #d1d1d1;
	outline:none;
	}


.leftform form{
	padding:0px 0px 0px 30px;
	margin:0px;
	}


.personaldetails{
	padding:10px 0px 10px 0px;
	margin:0px;
	color:#06b05e;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	}





.rightform form input{
	padding:0px;
	margin:10px 0px 18px 0px;
	width:227px;
	height:25px;
	border:1px solid #d1d1d1;
	outline:none;
	}


.rightform form{
	padding:0px 0px 0px 30px;
	margin:0px;
	}
.subm {
	padding:0px;
	margin:0px 0px 20px 0px;
	background-color:#238600;
	width:95px;
	height:30px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	border:0px none;
	outline:0px none;
	}



.rightform form .sub input{
	padding:0px;
	margin:0px 0px 20px 0px;
	background-color:#238600;
	width:95px;
	height:30px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	border:0px none;
	outline:0px none;
	}


#quote {
	float: left;
	margin: 0px;
	/*padding-bottom: 76px;
	padding-left: 32px;
	padding-right: 56px;
	padding-top: 0px;*/
	width:100%;
}
input {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
select {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

/*--------Tanmay-------*/

.top_marg{ margin-top:30px !important; float:left; display:block; font-size:16px; font-weight:bold;}
@media only screen and (max-width: 1200px){
	.ahnav-bar img {
		height: 24px;
		margin-top: 37px;
	}
}