html{
    height: 100%;
	margin: 0;
	font-size: 100%;
	background: #fff;	
}
body{
	min-height: 100%;
    position: relative;
	margin: 0;
	font-size: 100%;
	background: #fff;	
}
body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
input[type="button"],
input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 600;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

a:hover {
	text-decoration: none;
}
input, select, .form-control{
	border: 1px solid #77c04d;
}
/* abel font */
p, a{
	color: #333;
	font-size: 16px;
	line-height: 25px;
}
body, h1, h2, h3, h4, h5, h6, p, a, input, select, button, label, li, ul li{
    font-family: 'Abel', sans-serif;	
}


/* general classes */
.pl-15{
	padding-left:15px;
}
.pr-15{
	padding-left:15px;
}
.pt-20{
	padding-top:20px;
}
.pr-0{
	padding-right:0;
}
.mt-1{
	margin-top:1px;
}
.mb-20{
	margin-bottom:20px;
}
.mb-10{
	margin-bottom:10px;
}
.mb-40{
	margin-bottom:40px;
}
.mt-10{
	margin-top:10px;
}
.mt-20{
	margin-top:20px;
}
.mt-0{
	margin-top:0;
}
.mt-100 {
    margin-top: 100px;
}
.pl-0{
	padding-left:0;
}
.pr-0{
	padding-right:0;
}
.p-0{
	padding:0;
}
.bg-white{
	background:#fff;
}
.width90{
	width:90px!important;
}
.width100{
	width:100%!important;
}
.navbar-nav {
    margin-bottom: 20px;
}
.div-center{
	position: absolute;
    width: 100%;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"], textarea{
	background: #fff;
    border-radius: 6px;
    color: #1e3953;
    font-size: 15px;	
	font-weight: bold;
    border: 1px solid #77c04d;	
}
.width150px{
	width:150px!important;
}

.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
p.copyright {
    position: relative;
	background: #1e3953;
}
.reset-position {
    position: absolute;
    width: 100%;
    bottom: 0;
}

/*-- navbar css--*/

.navbar-default .navbar-nav>li>a {
    color: #1e3953;
    font-weight: bold;
	font-size: 16px;
	padding: 10px 13px;	
}
.navbar-nav>li {
    margin: 0px 11px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #77c04d;
    border-radius: 10px;
}
/*-- login page css--*/
.contact.login{
	background: url("../images/Login-Background.jpg");
    background-repeat: no-repeat;
    background-size: cover;	
	border-top: 1px solid rgba(120, 138, 209, 0.2);
}
.contact.login{
	 padding: 0;     
    position: absolute;
    width: 100%;
    height: 100%;
}
.contact.login .left-img img{
	width:100%;
}
.contact-form {
    border-radius: 10px;
	padding: 20px 30px 40px 30px;
}
.contact-form select{
    border-radius: 10px;
	background: white;
	color: #1e3953;
    font-size: 15px;
	border-radius: 6px;	
}
.contact-form input[type=text]{
    border-radius: 10px;
	background: white;
	color: #1e3953;
    font-weight: bold;
	border: 1px solid #77c04d;	
	border-radius: 6px;
    font-size: 15px;	
}
.contact-form input[type=password]{
	border: 1px solid #77c04d;	
	border-radius: 6px;	
	color: #1e3953;	
    font-size: 15px;
    background: white;	
}
.contact-form input[type=submit]{
	background: #ffffff;
	color: #1e3953;
	text-transform:capitalize;
	font-weight: bold;
    font-size: 16px;
	letter-spacing: 1px;
    width: 100%;	
}
.contact-form input[type=submit]:hover{
	background: #77c04d;
    color: #fff;
}
.contact-form .submit1{
	text-align: center;
    margin-top: 20px;
}
.contact-form .login-head img{
    width: 100%;
    max-width: 40px;
    margin-bottom: 20px;	
}
.contact-form .login-head h3{
    position: relative;
}
.contact-form .login-head p:before{
    content: '';
    position: absolute;
    bottom: 10px;
    left: -50px;
    width: 30%;
    height: 1px;
    background: #77c04d;
	z-index:0;
}
.contact-form .login-head p:after{
    content: '';
    position: absolute;
    bottom: 10px;
    right: -50px;
    width: 30%;
    height: 1px;
    background: #77c04d;
	z-index:0;
}
.contact-form .login-head .para p{
    display:inline-block;
	background:transparent;
	position:relative;
	z-index: 1;
	padding: 0px 15px;	
}
.contact-form.show-hide1, .contact-form.show-hide2{
	background: none;
    border: none;
    position: relative;	
}
.contact-form.show-hide1:after, .contact-form.show-hide2:after{
    content: '';
    position: absolute;
    width: 212px;
    height: 3px;
    border-radius: 50%;
    background: gray;
    transform: rotate(90deg);
    left: -125px;
    top: 62%;	
}
.contact-form input::placeholder {
    color:  #1e3953!important;
    font-size: 15px;
	font-weight:normal;
    opacity: 1; /* Firefox */
}

.change-passwd .left-img img{
	width:100%;
}
.change-passwd .border{
    border: 1px solid #77c04d;
    border-radius: 6px;
    padding: 40px 50px;
}
p.copyright{
	width:100%;
	position:absolute;
	bottom:0;
}