/*!
 * custom.css by Vinoth Raja 
 * ManageEngine Pitstop
 * https://pitstop.manageengine.com/
 */
html, body, #index {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: 'Titillium Web', sans-serif;
	background: #FFF;
	font-size: 16px;
	line-height: 35px;
	color: #2a2a2a;
	font-weight: 300;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
	color: #7bbb2a;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Titillium Web', sans-serif;
}
.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.navbar {
	background: #424f56;
}
.nav > li {
	padding: 5px 0 5px 30px;
}
.nav > li > a {
	display: inline;
	padding: 0px;
	font-size: 17px;
	color: #FFF;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	background: none;
	color: #7bbb2a;
}
#home {
	padding-top: 115px;
}
.banner {
	background: #f1f1f1 url(../images/banner-left.jpg) no-repeat left top;
	border-bottom: 3px solid #dedede;
}
.banner-right {
	background: url(../images/banner-right.jpg) no-repeat right bottom;
}
.banner-right .container {
	background: url(../images/banner-bg.png) no-repeat right top;
	height: 360px;
}
.banner h2 {
	font-size: 5em;
	color: #424f56;
	margin-bottom: 0px;
}
.banner h3 {
	font-size: 3.5em;
	color: #7bbb2a;
	line-height: 60px;
	margin-top: 0px;
}
.banner p {
	font-size: 2em;
	line-height: 40px;
}
.banner p.info-cont {
	font-size: .8em;
	color: #424f56;
	line-height: 30px;
}
.banner p.info-cont span {
	font-size: 24px;
}
.ver-space {
	padding: 20px 0 10px 0;
}
.social-block {
	color: #FFF;
	padding: 20px 0 5px 0;
}
.social-list {
	margin-left: 10px;
	display: inline-block;
}
.social-list li {
	display: inline-block;
	font-size: 1.5em;
}
.social-list li a {
	color: #b0cbd3;
}
.social-list li a:hover {
	color: #7bbb2a;
}
.me-list {
	line-height: 20px;
	padding-left: 30px;
}
.but-register {
	background: #ff8134;
	color: #FFF;
	padding: 10px 20px;
	font-size: 1em;
	line-height: 40px;
	margin: 220px 0 0 0;
	width: 100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
}
.but-register:hover {
	background: #7bbb2a;
}
.button-block .but-register {
	width: auto;
	margin: 0px;
	padding: 5px 10px;
	line-height: 20px;
}
.but-home .but-register {
	margin:0px;
	font-size:2em;
}
.but-home p{
	margin:0 auto;
	float:none;
	}
footer {
	background: #424f56;
	padding: 20px 0;
	color: #FFF;
}
footer a {
	color: #FFF;
}
h6 {
	color: #7bbb2a;
	font-size: 1.5em;
}
.dotbdr {
	border-top: 3px dotted #8E8E8E;
}
table {
	margin: 50px 0;
}
.copyright {
	font-size: .9em;
	padding-top: 45px;
}
.section {
	min-height: 600px;
}
.highlight {
	color: #7bbb2a;
}
.table-bordered {
	margin: 20px 0 50px 0;
}
