@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import 'https://fonts.googleapis.com/css?family=Bree+Serif';
body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Roboto', sans-serif;
}
a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
a,
a:focus {
    color: #999999;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
	    color: #92c841;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
body a:focus, a:hover {
	text-decoration: none;
}
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;
	padding: 0;
	font-family: 'Bree Serif', serif;
}
p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
ol, ul {
    list-style: none;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
img {
	width: 100%;
}
/*-- //Reset Code --*/
header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #6AAF08;
	background-color: #fff;
	border-top: solid 2px #6AAF08;
}
header .navbar-default {
	background-color: #fff;
	border-color: #fff;
	-moz-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
	box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
}
header .navbar-default .navbar-nav > li > a {
	color: #757575;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	border-top: solid 2px #fff;
}
header .nav > li > a {
	padding: 10px 12px;
}
header .navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
}
header .navbar-brand {
	padding: 7px 15px;
}
.goToTop {
	position: fixed;
	top: 0px;
	height: 65px;
	z-index: 99999;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
}
.navbar-default .navbar-nav > .open > a {
	color: #6AAF08;
	background-color: #fff;
	border-top: solid 2px #6AAF08;
}
/*-- Banner--*/
.banner {
	background: url('../images/banner.jpg') no-repeat;
	background-size: cover;
	min-height: 350px;
	text-align: center;
	background-position: center center;
}
.banner-bg {
	background: rgba(8, 59, 70, 0.46);
	min-height: 350px;
}
.banner h1 {
	padding-top: 170px;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 8px;
}
.banner h3 {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 8px;
	padding-top: 20px;
}
.banner h4 {
	color: #f3f6f3;
	font-size: 16px;
	font-weight: 100;
	padding-top: 50px;
}
.banner a {
	color: #fff;
	/*--w3layouts-*/
	border: 2px solid #fff;
	padding: 10px 40px 10px 20px;
	display: inline-block;
	margin-top: 50px;
	background: url('../images/arrow.png') no-repeat 110px 10px;
	background-size: 15%;
}
.banner a:hover {
	color: #7bc475;
	border: 2px solid #7bc475;
	background: url('../images/carrow.png') no-repeat 110px 10px;
	background-size: 15%;
}
/*-- //Banner--*/


/*--About--*/
.main{margin-top:-60px;}
.pad-30{padding: 0px 0px 0px 30px;}
.light {
	background: #fff;
	padding: 20px 15px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	height: 265px;
}
.light h2 {
	color: #0ec7fe;
	font-size: 25px;
	border-bottom: solid 1px #E0E0E0;
	padding-bottom: 10px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.light p {
	line-height: 25px;
	font-size: 15px;
	color: #666;
	text-align: left;
}
.light a {
	text-align: center;
	margin-top: 20px;
}
.team {
	background: #6AAF08;
	padding: 20px 15px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	color: #fff;
	height: 265px;
}
.team h2 {
	color: #fff;
	font-size: 25px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.08);
	padding-bottom: 10px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.team img {
	width: 30%;
}
.team h5 {
	font-size: 18px;
	margin: 5px 0px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.team p {
	font-size: 15px;
	margin-bottom: 5px;
}
.team ul {
	margin: 0
}
.team ul li {
display: block;
font-size: 14px;
}
.team ul li i {
	margin: 0px 3px;
	color: #fff;
}
/*--facilities --*/
.facilities {
	padding: 30px 0px;
	background: #FCFCFC;
}
.facilities h3 {
	color: #6AAF08;
	font-size: 25px;
	padding-bottom: 5px;
	font-weight: 500;
	border-bottom: solid 1px #0003;
	margin-bottom: 5px;
}
.facilities p {
	font-size: 15px;
	color: #666;
}
.facilities ul {
	list-style: none;
}
.facilities li {
	margin: 3px 0px;
	font-size: 15px;
	color: #666;
}
.facilities li:last-child {
	margin-bottom: 0px
}
.facilities li::before {
	content: "\f101";
	color: #4FC9E0;
	font-family: 'FontAwesome';
	margin-right: 5px
}
/*--Past recruiter --*/
.important {
	background: url('../images/clientsbg.jpg') no-repeat 0px 0px;
	background-size: cover;
	padding: 35px 0px;
	text-align: center;
	background-attachment: fixed;
}
.important h3 {
	color: #0ec7fe;
	font-size: 25px;
	border-bottom: dotted 1px #fff;
	padding-bottom: 15px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.inner-head {
    background-image: url(../images/inner.jpg);
    text-align: center;
    width: 100%;
    height: 197px;
    background-size: cover;
    background-position: center center;
}
.inner-head h2 {
    color: #fff;
    margin-bottom: 2px;
    font-size: 26px;
}
.inner-head .title-contain {
    top: 50%;
    padding-top: 63px;
}
.breadcrumbs {
    color: #fff;
    font-size: 12px;
    margin-left: -35px;
}
.breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}
.breadcrumbs .home:after {
       content: "\f178";
	   font-family: 'FontAwesome';
   color: #fff;
       margin-left: 10px;
}
.breadcrumbs li a {
    margin-right: 5px;
    margin-left: 2px;
    color: #fff;
}
.breadcrumbs a:hover {
    color: #92c841;
}
.parallax {
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
}
.inner {
    clear: both;
    display: block;
    position: relative;
    padding:35px 0;
    overflow: hidden;
	min-height:300px;
}
.inner .mission {
    padding:20px;
	background-color: #00c0e2 !important;
    text-align:center;
	margin-bottom:15px;
}

.inner .mission h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 5px;
   color: #fff;
}
.inner .mission p {
  font-size: 16px;
   color: #fff;
   margin-bottom: 0px;
}
.inner h4 {margin:2px 0px 10px 0px; padding-bottom:5px; border-bottom:solid 1px #236bc9; color: #236bc9;}
.inner p {
font-size: 15px;
font-weight: 400;
color: #333;
margin-bottom: 13px;
line-height: 25px;
}
.inner li{
font-size: 15px;
font-weight: 400;
color: #333;
margin-bottom: 10px;
line-height: 25px;
border-bottom: solid 2px #eee;
padding-left: 17px;
}
/*.inner li:before{
content: "\f124";
  font-family: 'FontAwesome';
  color:#00C0E2;
  position: absolute;
left: 15px;
}*/
.add-icon p{}
.add-icon p i{color: #6AAF08;
font-size: 3em;
width: 60px;
height: 60px;
border: solid 1px #eee;
line-height: 60px;
text-align: center }

.students{box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
	padding:30px;
	text-align:center;
}
.students i{display: block;
font-size: 4em;
margin-bottom: 10px; color:#6AAF08}
.students a {
    color: #6AAF08;
    font-size: 1.5em;
    font-weight: 300;
}
.students1{box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #6AAF08;
    transition: box-shadow .25s;
    border-radius: 2px;
	padding:30px;
	text-align:center;
}
.students1 i{display: block;
font-size: 4em;
margin-bottom: 10px; color:#fff}
.students1 a {
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
}
/*--Footer --*/
.footer {
	padding: 20px 0px;
	border-bottom: solid 1px #4FC9E0;
	border-top: solid 1px #4FC9E0;
	background-color: #101011;
}
.footer p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
.footer a {
	color: #fff;
}
.footer p span {
	color: #2F2E2E;
}
.footer a:hover {
	color: #7bc475;
}
.btn{border-radius: 0px; background-color:#eee !important}
.btn-btm {
    margin-top: 20px;}
    
   .vt tr td{vertical-align: middle !important; text-align:center;} 
   input[type="file"] {
    display: block;
    border: solid 1px #ccc;
    padding: 5px;
}
select option{padding:6px 4px; border-bottom:dotted 1px #ccc;}

label
{ font-weight:500;
}
input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 4px 4px 0;
}
fieldset {
    border: 1px solid silver !important;
    margin: 0 2px !important;
    padding: 0.35em 0.625em 0.75em !important;
}
legend
{
    border-width: 0;
    width:auto;
    padding: 10px;
    font-size: 20px;
     margin-bottom: 5px;
}
.default th
{
    background-color:#eee;
}