@charset "utf-8";
/*
 * Copyright (c) 2017 ITAcumens
 */

body{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	font-weight: 300;
	
}
#bg{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfefff+0,ffffff+100 */
background: rgb(191,239,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(191,239,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(191,239,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(191,239,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfefff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
}
.menu{
	
	position: relative;
	z-index: 10;
}
.menu {	
    text-align: center;
    padding-top: 0px !important;
	
}

.menu .navbar-nav li .active{
	background-color:#006837;
	color: #fff !important;
}


.menu .navbar-nav li a {
    position: relative !important;
    display: inline-block;
	color: #000;
   padding: 15px 22px !important;  
    border-right: 1px solid #000;
    text-decoration: none !important;
   
}
.menu .navbar-nav li:last-child a{
	padding-right:0px;	
	border-right:0px;
}
.menu .navbar-nav li a:hover{
 background-color: #006837 !important;	
	color: #fff !important;
} 
.menu .navbar-nav li a:focus{
	background-color: #006837 !important;
	color: #fff !important;
}

.menu .navbar-nav li:hover ul{
	background: #8CC63F;
	padding: 0px;
}

.menu .navbar-nav li:hover ul li a{
	display: block;
	border-right:0px;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}


.welcome{
	padding-left:15px;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #1d2553;
}

.content{
	position: relative;
	padding:20px 0px;
}

.content h3{
	color:#1d2553;
	margin:0px;
	display:inline-block; 
	font-weight: 700;
	font-size: 21px;
	width: 200px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #000;
}

.con_lft h3{
	width:auto !important;
}

.hom_con{
	text-align: justify;
	font-weight: 500;
	padding-top: 15px;
	margin-bottom: 0px;
	width: 98%;
	line-height: 24px;
}

.sub_con{
	text-align: justify;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 0px;
	width: 98%;
	line-height: 24px;
}

.con_rgt:before{
	content: '';
    position: absolute;
    border-left: 1px solid #808080;
    height: 100%;
    top: 0;
    width: 100%;
    right: 0;
}



/*.con_lft:before{
	content: '';
    position: absolute;
    border-right: 1px solid #808080;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}*/

.campus_res{
	width:100%;
	border-radius: 10px;
	
}
.infrastructure {
    color: #1d2553;
    margin: 0px;
    /* display: inline-block; */
    font-weight: 700;
    font-size: 21px;
    width: 164px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #000;
    display: block;
    padding-left: 1px;
    margin-left: 12px;
}


.cmp_pd{
	background: #8CC63F;
	padding: 5px;
	border-radius: 10px;
	overflow: hidden;
}

.cmp_pd h5{
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size:16px;
}

.btn_lst li{
	padding-bottom: 10px;
}

.btn_lst li a{
	position: relative;
	z-index: 1;
}

.prf img{
	border:5px solid  #8CC63F;
}

.prf h5{
	margin:0px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 15px;
	color: #1d2553;
}

.prf figcaption{
	text-align: center;
	font-weight: 500;
	padding-top: 5px;
	margin-bottom: 15px;
}

.prf figcaption span, .chr_tle span{
	color:#1d2553;
	font-weight: 700;
}

.chr_tle{
	text-align: center;
	font-weight: 500;
	padding-top: 10px;
}

.cour_lst{
	background: #fff;
	padding: 20px 25px 10px;
}

.cour_lst h4{
	margin: 0px 0px 10px;
	border-bottom: 1px dashed #1d2553;
	padding-bottom: 10px;
	color: #1d2553;
	font-weight: 700;
}

.cour_lst ul{
	margin-bottom: 20px;
	}

.cour_lst ul li a{
	color:#1d2553;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	z-index: 1;
	text-decoration: none;
}

.copyright{
	border-top:1px solid #808080;
	margin: 20px 30px 0px;
	padding: 15px 0px;
	overflow: hidden;
}

.img_brdr{
	border:5px solid #8cc63f;
	border-radius: 10px;
}

.prn_cptn{
	text-align: center;
	color: #1d2553;
	font-weight: 700;
	font-size: 18px;
	padding: 5px 0px;
}

.prn_tle{
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #1d2553;
	margin: 0px;
	padding: 20px 0px;
}

.con_lft .table thead{
	background:#8cc63f;
}

.con_lft .table thead th{
	color: #fff;
}

.con_lft .table thead th, .con_lft .table thead td, .con_lft .table-bordered td,  .con_lft .table-bordered{
	border:1px solid #000;
}

.con_lft .table tbody td{
	background: #fff;
	padding: 12px;	
}

.con_lft .table tbody td:nth-child(1){
	background: #8cc63f;
	color: #fff;
}

.crs_btn li{
	width:45%;
	float:left;
	margin-right: 2%;
	margin-bottom: 20px;
	
	color: #fff;
	
	text-align: center;
}

.crs_btn li a{
	color: #fff;
	display: block;
	background:  #8cc63f;
	padding: 10px;
	font-size: 18px;
	
	border-radius: 5px;
	text-decoration: none;
}

.ad_lnk{
	color: #000;
	text-decoration: none;
}

.ad_lnk:hover{
	text-decoration: none;
}

.crs_btn li a:hover{
	background: #006837;
}

.copyright a{
	color: #000;
	text-decoration: none;
}

.imc_res{
	width:100%;
	border-radius: 10px;
	border:5px solid #8CC63F;
}

.copyright a:hover, .copyright a:focus{
	text-decoration: none;
}

.cmp_pd{
	
	margin-top: 25px;
}

 .modal-content{
	background: #8CC63F !important;
}

.imc_pd{
	padding-left: 0px !important;
	margin-top: 25px;
}
.pd_cmp{
	padding-left: 0px !important;
}

.no_pad{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

@media screen and (min-width:768px){
	
	.menu .navbar-nav {
		width: 100%;
		text-align: center;
		background-color:#8CC63F;
	}
  	.menu .navbar-nav > li {
    	float: left;
    	display: inline-block;
  	}
}






