
/* reset */
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,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,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;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
html, body{
	font-family: 'Catamaran', sans-serif;
	font-size: 100%;
	overflow: hidden;
}
body.demo-body {
    font-family: 'Catamaran', sans-serif;
    font-size: 100%;
    overflow: hidden;
    background: url(../images/20191223_173336.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
}
h1,h2,h3,h4,h5,h6,input,p,a,select{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover,body a{
	text-decoration:none;
}
section.top {
    padding: 25px 0;
}
.logo img {
	max-width: 110px;
    height: 85px;
}
.flt-lft {
	float:left;
}
.flt-rth {
	float:right;
}
.clear {
	clear:both;
}
.contact a img {
	max-width: 110px;
    height: 85px;
}
.align-v-middle h3 {
    color: #333;
    font-size: 22px;
    background: #eee;
    font-weight: 700;
    padding: 0 10px;
    padding-top: 4px;
    float: left;
	    border-radius: 3px 0 0 2px;
		-webkit-border-radius: 3px 0 0 3px;
		-o-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		-ms-border-radius: 3px 0 0 3px;
}
/* for full width */
.wrap-full {
	width:95%;
	margin:0 auto;
}
/*-- main --*/
.container-w3l {
    width: 85%;
    margin: 2em auto 3em;
    text-align: center;
}
input[type="submit"],a{
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
.center-container {
    padding: 0em 0 1em;
    background:rgba(0, 0, 0, 0.42);
}
/** error Message **/
.hint-message {
	font-size:12px;
	text-align:right;
    height:18px;
}
.error{
	color:#fb5050;
}
.success {
	color:green;
}
.message_white {
	color:#fff;
}
.hint-left {
    font-size: 12px;
    text-align: left;
    height: 18px;
    bottom: 0;
    position: absolute;
}
/*Header Stats Start*/
.w3ls-agileinfo h1{
	text-align: center;
    color: #fff;
    font-size: 2.8em;
    margin: 0em 0 1em;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
}
.meter-left {
    float: left;
    width: 63%;
	background: rgba(0, 0, 0, 0.33);
}
.agileits-img{
	/* min-height:382px; */
}
.odometer {
    font-size: 20px;
}
.align-v-middle {
    padding-top: 3em;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
      width: 93%;
    margin: 0 auto;
	justify-content: center;
}
.main-head{
	float:left;
	width:40%;
}
.main-head h2 {
    text-align: left;
    color: #fff;
    font-size: 1.5em;
    text-transform: capitalize;
	letter-spacing:1px;
}
/*-- //main --*/
/* GLOBALS */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.form-1 .field {
    margin: 2em 0;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.form-1 .field i {
    height: 53px;
    width: 53px;
    float: left;
	background:#009092;
    /* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
    /* Styles */
    color: #fff;
    text-align: center;
    line-height: 3.5em;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.form-1 input[type=text], .form-1 input[type=password] ,.form-1 input[type=email] {
    font-size: 1em;
    font-weight: 400;
    float: left;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    width: 87%;
    padding: .8em 1em;
    border: none;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
	font-family: 'Catamaran', sans-serif;
}
p.field {
    margin: 2em 0;
}

.form-1 input[type=text]:hover ~ i,
.form-1 input[type=password]:hover ~ i {
    color: #000000;
}

.form-1 input[type=text]:focus ~ i,
.form-1 input[type=password]:focus ~ i {
    color: #000000;
}
p.submit {
   width: 35%;
    float: right;
}
.form-1 input[type=text]:focus,
.form-1 input[type=password]:focus,
.form-1 button[type=submit]:focus {
    outline: none;
}
.form-1 {
    width: 100%;
    padding: 3em 3em 4em;
    position: relative;
   /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), inset 0 1px rgba(0, 0, 0, 0.3), inset 0 -3px 2px rgba(0,0,0,0.25);
    border-radius: 5px;*/
    background: white;
	/*
    background: -moz-linear-gradient(#eeefef, #ffffff 10%);
    background: -ms-linear-gradient(#eeefef, #ffffff 10%);
    background: -o-linear-gradient(#eeefef, #ffffff 10%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeefef), color-stop(0.1, #ffffff));
    background: -webkit-linear-gradient(#eeefef, #ffffff 10%);*/
    background: rgba(0, 0, 0, 0.48);
}
.form-1 button {
       width: 100%;
    height: 100%;
    font-size: 1.4em;
    padding: 10px 0 2px;
    color: white;
    border: none;
    border-radius: inherit;
    background: #009092;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-1 button:hover,
.form-1 button[type=submit]:focus {
    background: #27539f;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-1 button:active {
    background: #27539f;
    box-shadow:
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}
.agileits_w3layouts-footer{
	padding:0 1em 2em ;
	text-align:center;
}
.agileits_w3layouts-footer p {
    color: #fafbfd;
    font-size: 1em;
    letter-spacing: 1px;
}
h6.wthree-footer-text {
    font-size: 1em;
    width: 76%;
    margin: 0 auto;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 1px;
}
.agileits_w3layouts-footer a{
	color: #fafbfd;
}
.agileits_w3layouts-footer a:hover{
	color:#black;
	}


.energy-content {
    background: #ffffffd9;
background: rgba(244, 244, 243, 0.86);
    width: 95%;
    margin: 0 auto;
    margin-top: 160px;
	padding: 12px 0;
}
.col3 {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.col3 h6 {
        font-size: 17px;
    color: #5f5f5f;
    line-height: 1.3;
}
.col3 h6 span {
    color: #6d6c6c;
    margin-left: 2px;
    font-weight: 700;
}
.icon-text label {
    display: block;
    font-size: 14px;
    color: #a5a5a5;
}
.icon-text {
    text-align: left;
    margin: 13px 0 0 5px;
}
.icon img {
    width: 90%;
}

/* -- Responsive code -- */
@media screen and (max-width: 1600px){}
@media screen and (max-width: 1440px){
	.container-w3l {
		width: 91%;
	}
	.form-1 input[type=text], .form-1 input[type=password],.form-1 input[type=email] {
		width: 86%;
	}
	.form-1 {
		padding: 3em 2em 4em;
	}
	.meter-left {
		width: 65%;
	}
}
@media screen and (max-width: 1366px){
	.container-w3l {
		width: 93%;
	}
	.meter-left {
		width: 70%;
	}
}
@media screen and (max-width: 1280px){
	.form-1 input[type=text], .form-1 input[type=password],.form-1 input[type=email] {
		width: 85%;
	}
	.energy-content {
		width: 97%;
	}
	.icon-text {
		margin: 12px 0 0 0px;
	}
	.form-1 {
		padding: 2em 2em 4em;
	}
	.align-v-middle {
		width: 98%;
	}
	.container-w3l {
		width: 95%;
	}
}
@media screen and (max-width: 1080px){
	.form-1{
		padding: 1em 3em 4.5em;
	}
	.agileits-img {
		min-height: 322px;
	}
	.meter-left {
		width: 67%;
	}
	.main-head {
		width: 33%;
	}
	.container-w3l {
		width: 98%;
	}
	.align-v-middle h3 {
		font-size: 19px;
		padding: 6px 9px 0;
	}
	.form-1 {
		padding: 1em 1em 3em;
	}
	.form-1 input[type=text], .form-1 input[type=password],.form-1 input[type=email] {
		width: 83%;
	}
	.col3 h6 {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px){
	.align-v-middle h3 {
		font-size: 19px;
		padding: 3px 6px 0;
	}
	.align-v-middle {
		width: 96%;
	}
	.meter-left {
		width: 65%;
	}
	.main-head {
		width: 35%;
	}
	.energy-content {
		margin-top: 110px;
	}
	.container-w3l {
		margin: 1em auto;
	}
	.icon-text label {
		line-height: 1.3;
		margin-top:2px;
	}
}
@media screen and (min-width: 992px){
	.container-w3l {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width: 991px){
	.form-1 input[type=text], .form-1 input[type=password],.form-1 input[type=email] {
		width: 84%;
	}
	.meter-left {
		width: 100%;
		float: none;
	}
	.main-head {
		width: 100%;
		float: none;
	}
	.container-w3l {
		width: 75%;
	}
	.form-1 {
		padding: 1em 4em 1em;
	}
	.agileits-img {
		min-height: 140px;
	}
	.form-1 input[type=text], .form-1 input[type=password],.form-1 input[type=email] {
		width: 91%;
	}
	.container-w3l {
		margin: 1em auto;
	}
	.align-v-middle h3 {
		font-size: 21px;
	}
	.energy-content {
		margin-top: 40px;
	}
	.agileits-img {
		min-height: 140px;
		padding-bottom: 30px;
	}
	.container-w3l {
		margin: 0.5em auto;
	}
	.align-v-middle {
		padding-top: 2em;
	}
	.form-1 input[type=text], .form-1 input[type=password],.form-1 input[type=email] {
		padding: .6em 1em;
	}
	.form-1 .field i {
		height: 48px;
		width: 48px;
		line-height: 50px;
	}
	.form-1 .field {
		margin: 1em 0 2em 0;
	}
}
@media screen and (max-width: 900px){
	.agileits-img {
		background-position: -48px 12px;
	}
	h1.agile-head {
		font-size: 2.7em;
	}
	.align-v-middle {
		width: 100%;
	}
	.align-v-middle h3 {
		font-size: 19px;
	}
	.container-w3l {
		width: 88%;
	}
}
@media screen and (max-width: 800px){
	.container-w3l {
		width: 95%;
	}
	.form-1 input[type=text], .form-1 input[type=password],.form-1 input[type=email] {
		padding: .65em 1em;
	}
}
@media screen and (max-width: 768px){
	.form-1 button {
		font-size: 1em;
		padding: 10px 0 4px;
	}
}
@media screen and (max-width: 736px){
	h1.agile-head {
		font-size: 2.5em;
	}
	.form-1 button {
		width: 91%;
	}
}
@media screen and (min-width: 668px){
.energy-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
}
@media screen and (max-width: 667px){
	.meter-left ,.main-head {
		width: 100%;
		float: none;
	}
	.align-v-middle h3 {
		font-size: 17px;
		padding: 5px 6px 0;
	}
	.form-1 input[type=text], .form-1 input[type=password],.form-1 input[type=email] {
		width: 90%;
	}
	.col3 {
		width: 50%;
	}
	.energy-content {
		padding: 8px 15px;
	}
}
@media screen and (max-width: 640px){
	.container-w3l {
		width: 95%;
	}
	.align-v-middle {
		width: 97%;
	}
	.align-v-middle h3 {
		font-size: 17px;
		padding: 3px 6px 0;
	}
}
@media screen and (max-width: 600px){
	h1.agile-head {
		font-size: 2.3em;
	}
	.align-v-middle {
		padding-top: 2em;
	}
	.agileits-img {
		min-height: 100px;
	}
	.form-1 input[type=text], .form-1 input[type=password],.form-1 input[type=email] {
		width: 89%;
	}
	.align-v-middle h3 {
		font-size: 16px;
		padding: 3px 6px 0;
	}
}
@media screen and (max-width: 568px){
	.align-v-middle h3 {
		font-size: 15.5px;
	}
}
@media screen and (max-width: 480px){
	h1.agile-head {
		font-size: 2.1em;
	}
	.align-v-middle {
		width: 95%;
		display: block;
	}
	.align-v-middle h3 {
		width: 100%;
		float: none;
	}
	.agileits-img {
		min-height: 130px;
	}
	.form-1 input[type=text], .form-1 input[type=password],.form-1 input[type=email] {
		width: 86%;
	}
	.align-v-middle h3 {
		font-size: 19px;
	}
	.col3 {
		width: 65%;
		margin: 0 auto;
		float: none;
	}
}
@media screen and (max-width: 414px){
	.form-1 {
		padding: 1em 2em 2em;
	}
	h1.agile-head {
		letter-spacing:2px;
	}
	.form-1 input[type=text], .form-1 input[type=password],.form-1 input[type=email] {
		width: 81%;
	}
	.form-1 .field {
		margin: 1em 0;
	}
	section.top {
		padding: 15px 0;
	}
	.container-w3l {
		margin: 1em auto 2em;
	}
	.agileits-img {
		min-height: 110px;
	}
	.align-v-middle {
		padding-top: 1.5em;
`	}
	.col3 {
		width: 75%;
	}
}
@media screen and (max-width: 384px){
	.agileits_w3layouts-footer p {
		font-size: 0.9em;
	}
	.form-1 {
		padding: 1em 1.5em 2em;
	}
	.form-1 input[type=text], .form-1 input[type=password],.form-1 input[type=email] {
		padding: .5em 1em;
	}
	.form-1 .field i {
		height: 43px;
		width: 43px;
		line-height: 3em;
	}
	.form-1 input[type=text], .form-1 input[type=password],.form-1 input[type=email] {
		width: 83%;
	}
	p.submit {
		width: 26%;
		float: right;
	}
	.container-w3l {
		margin: 0em auto 2em;
	}
	.align-v-middle h3 {
		font-size: 18px;
	}
	.col3 {
		width: 90%;
	}
}
@media screen and (max-width: 375px){
	.align-v-middle h3 {
		font-size: 17px;
	}
	.col3 {
		width: 95%;
	}
}
@media screen and (max-width: 320px){
	.agileits-img {
		background-position: -29px 13px;
	}
	h1.agile-head {
		font-size: 1.8em;
		letter-spacing: 1px;
	}
	.align-v-middle h3 {
		font-size: 15px;
	}
	.container-w3l {
		width: 96%;
	}
	.col3 {
		width: 98%;
	}
}
/* -- //Responsive code -- */



.contact.sterling_logo.flt-rth.need-flt-rth img.login_logo {
    max-width: 213px;
    margin-top: 24px;
    height: 47px!important;
}
