/* --- general css --- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.card-body .col p{
	text-align: justify;
}
.card-header h5{
	color: #007bff;
}
.bootstrap-select > select {
	border: 1px solid #ced4da!important;
}
.carousel-caption {
	background-color: #212121!important;
	opacity:0.8;
}
.btn-light {
    color: #495057!important;
    background-color: #fff!important;
    border-color: #ced4da!important;
}
.contact-banner{
	background-image: url('../images/contact-bg2.jpg');
	background-size: cover;
	background-position: center center;
	height: 250px;	
	margin-bottom: 45px;
}
.breadcrumb {   
    background-color: transparent;
	margin-top: 20px;
}
.loadding-screen{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fafafa ;
    z-index: 10000;    
}
.spinner-border{
	width: 4rem; 
	height: 4rem;
}
h4,h5,h6,th{
	font-weight: normal!important; 	
}
h4{	
	border-left: 5px solid #e57373;
	padding-left: 10px; 	
	margin-bottom: 25px;
}
#footer a.fab{
	font-size: 20px;
	text-decoration: none;
	color: #fff;
}
.card a.fas{
	margin-right: 10px;
	font-size: 20px;
	text-decoration: none;
	color: #212529;
}
.card a.fab{
	font-size: 20px;
	text-decoration: none;	
}
.card a.fa-whatsapp{
	color: #1b5e20;
}
.card a.fa-facebook{
	color: #007bff;
}
a.fab:not(:last-child){
	margin-right: 10px;
}
.myCalendar{
	background-color: #b2dfdb;	
	margin:35px 0px 100px
}
.nao-month {    
    min-width: auto!important;    
}
.card-header{
    cursor: pointer!important;
}
.card-header h5{
	font-size: 1.1rem;
}
.card-body h5{
	font-size: 1.12rem;
}
.card-body i.fa, 
.card-header i.fa{
	margin-right: 5px;
}
#accordion{
	margin-bottom: 60px;
}
#world-skills-stats{
	margin: -8px 0px 0px; 
	padding: 0px;	
	list-style: none;
}
#hot-info{
	margin: -16px 0px 100px; 
	padding: 0px;	
	list-style: none;
}
#downloads, 
#vacancies{
	list-style: none;
	margin: 0px 0px 38px;
	padding: 0px;
}
#footer {  
  background-color: #1b5e20;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0px;
}
#academic-content{
	padding: 45px 0px 30px; 	
}
#admission-content{
	padding: 25px 0px 45px; 
	background-color: #fafafa;
}
#feature-content{
	padding: 45px 0px 30px; 
	background-color: #fafafa;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.about-intro p, .feature p{
	text-align: justify;
}
#programme{	
	list-style-type: decimal;
	margin: 10px 0px 0px;
	padding-left: 16px;	
}
#programme > li{	
	margin-bottom: 18px;	
}
#programme li h5{	
	padding: 0px 0px 5px 8px;
}
ul#objectives, ul#uni-entry{
	margin: 0px;
	padding-left: 25px;
}
ul#objectives, 
ul#uni-entry,
ul#short-course-item,
ul#about-zasti{
	list-style-type: square;
}
ul#duration,
ul#certification{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
ul#certification li{
	text-align: justify;
}
ul#short-course-duration{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 24px;
}
ul#duo-entry{	
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#requirements{
	list-style-type: upper-alpha;
	margin: 0px;
	padding-left: 27px;	
}
ul#requirements h6{
	font-size: 1.1rem!important;;	
}
ul#requirements > li{	
	margin-bottom: 15px;	
}
ul#requirements > li ul{
	margin: 0px; 
	padding-left: 18px;
}
img.world-skills{	
	margin: 50px 0px;	
}
.bg-dark {
    background-color: #30393a!important;
}
.dropdown-menu{			
	width:14rem;
}
.left-side-bar span.name{
	font-size: 1.25rem;	
	margin: 5px 0px 30px;
}
.right-side-bar span.name{
	font-size: 1.25rem;
	margin: 5px 0px 0px;
}
h6.designation{	
	font-size: 1.10rem;
	margin-bottom: 30px;
}
.left-side-bar span, 
.right-side-bar span{
	display: block;	
}
.left-side-bar ul li:not(:last-child),
.right-side-bar ul li:not(:last-child){
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0px;
}
.right-side-bar{	
	margin-bottom: 100px;
}
span.nationality, 
span.competition,
span.category{
	color: #616161;
	font-weight: 700;
}
/* --- general --- */

/* --- top-bar css --- */
#top-bar{			
	background-color: #1b5e20;
	color: #fff;
	display: none;			
}
#top-bar i.fas{
	color: #f9a825;
	margin-right: 5px;
}
#top-bar span i.fa-envelope{
	margin-left: 50px;
}		
#top-bar span.apply, span.student-portal{
	float: right;
}
#top-bar span.apply{	
	padding: 8px 0px;
}	
#top-bar span.apply a{
	padding: 8px;
	color: #212121;
	font-weight: 700;
	text-decoration: none;
	background-color:#f9a825;
}
/* --- top-bar css --- */

/* --- carousel --- */
.camera_wrap h5{
	font-weight: normal!important;	
}
.camera_caption > div {
   background-color: #212121!important;
   opacity:0.8;
}
/* --- carousel --- */

/* --- schools-intro --- */
#schools-intro-content{
	clear: both;
	padding: 45px 0px 30px; 
	background-color: #fafafa;
	border-bottom: 1px solid #eeeeee;
}
.schools-intro .col p{
	text-align: justify;
}
.schools-intro h4{	
	border-left: 5px solid #e57373;
	padding-left: 10px; 
	color: #212121;
}
.schools-intro a.card, 
.accomodation a.card{	
	margin: 10px 0px 30px; 
}
.schools-intro .card-img-overlay, 
.accomodation .card-img-overlay{
	padding: 0px;
}	
.schools-intro .card .card-img-overlay .card-title, 
.accomodation .card .card-img-overlay .card-title{
	background-color: #212121;
	opacity: 0.8;
	color: #fff;
	font-weight: normal!important;
	padding: 12px!important; 	
	width: 100%; 		   
	margin: 0px;	
}
.card .card-title {
    font-size: 1.15rem;
    font-weight: 500;
} 
/* --- schools-intro --- */

/* --- profile --- */
.profile{
	padding: 45px 0px 30px; 		
}
.profile h5{
	padding: 5px 0px;
	font-size: 1.16rem;	
}
.profile i.fas{
	margin-right: 5px;
	font-size: 1.05rem;
	color: #212529;
}
/* --- profile --- */

/* --- general info  --- */
#general-info-content{
	padding: 25px 0px 45px;
	margin-bottom: 0px;
}
.general-info p{
	text-align: justify;
}
ul#who{
	list-style-type: square;
}
/* ---general info  --- */

/* --- schools --- */
#school-content{
	padding: 25px 0px 45px;
	margin-bottom: 0px;
}
/* --- schools --- */

/* --- short course --- */
#short-course-content{
	padding: 25px 0px 45px;
	margin-bottom: 0px;
}
/* --- short course --- */

/* --- about --- */
#about-content{
	padding: 25px 0px 45px;
	margin-bottom: 0px;	
}
.about span.about-img{
	float: left;
	margin: 0px 24px 8px 0px;	
	width: 303px;
	height: 235px;
	display: block;	
}
.about img{
	max-height: 240px;
}
.statements h4{
	margin: 0px 0px 10px;
}
.statements div.col-sm-12{
	margin-bottom: 10px;
}
ul#about-zasti p{
	text-align: justify;
}
ul#about-zasti{
	margin-bottom: 30px;
	list-style-type: decimal;
	padding-left: 15px;
}
ul#about-zasti h6{
	font-size: 1.15rem;
}
/* --- about --- */

/*--- admission ---*/
.admission h6{
	color: #616161;
	font-weight: 700!important;
}
.admission .btn-success {   
    background-color: #1b5e20;
    border-color: #1b5e20;
}
/*--- admission ---*/

/* --- student union --- */
#union-content{
	padding: 25px 0px 45px;
	margin-bottom: 0px;	
}
.union p{
	text-align: justify;
}
/* --- student course --- */

/* --- contact --- */
#contact-content{
	padding: 0px 0px 45px;
	margin-bottom: 0px;
}
.contact span{
	display:block;
	font-size: 1rem;
	padding-top: 1px;
}
.contact .fas{
	margin-right: 5px;
}
.telephone, .web{
	margin-top: 20px;
}
.web{
	margin-bottom: 50px;
}
.contact .btn-success{
	margin-top: 16px;
	background-color: #1b5e20;
    border-color: #1b5e20;
}
.contact textarea{
	height: 100px;
}
/* --- contact --- */

/* --- welcome --- */
#welcome-content{
	padding: 25px 0px 45px;
	margin-bottom: 0px;
}
.welcome span{
	display: block;
}
.welcome span.name{
	font-size: 1.25rem;
	margin: 5px 0px 0px;
}
.welcome p{
	text-align: justify;
}
.welcome span.institute{
	font-size: 1.15rem;
}
.welcome div.col-md-8{
	margin-bottom: 30px;
}
/* --- welcome --- */

/* --- accomodation --- */
#accomodation-content{
	padding: 25px 0px 45px;
	margin-bottom: 0px;
}
.accomodation .col.mb-3 p{
	text-align: justify;
}
/* --- accomodation --- */

/* --- events --- */
#events-content{
	padding: 25px 0px 45px;
	margin-bottom: 0px;
}
ul#events_schedule{
	list-style-type: square;
}
/* --- events --- */

/* -- health --- */
#health-content{
	padding: 25px 0px 45px;
	margin-bottom: 0px;
}
.health .col.mb-3 p{
	text-align: justify;
}
ul#med-services{
	list-style-type: square;
}
/* -- health --- */

/* -- sport --- */
#sport-content{
	padding: 25px 0px 45px;
	margin-bottom: 0px;
}
.sport .col.mb-3 p{
	text-align: justify;
}
/* -- sport --- */

/* --- vacancy --- */
#vacancy-content{
	padding: 25px 0px 45px;
	margin-bottom: 0px;
}
.vacancy .fa-file-pdf{
	font-size: 100px;
	color: #ef5350;
}
ul#vacancy{
	list-style-type: decimal;
	margin-left: 5px
}
ul#vacancy > li{
	margin-bottom: 20px;
}
ul#vacancy li h6{	
	padding-left: 18px;
}
ul#job-summary,
ul#job-duties,
ul#job-requirements,
ul#job-attributes{
	list-style-type: square;
	margin-left: 18px;
}
.vacancy .address span{
	display: block;
	font-weight: 700;
}
/* --- vacancy --- */

/* --- grid rotator --- */
.gallary .col-xl-8{
	padding: 0px;
}
.gallary .container{
	padding-left: 30px;
	padding-right: 30px;
}
#grid-images{
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;	
}
.gallary li{	
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.gallary  div.h-100{
	text-align: center;
	padding: 30px;	
}
.aviation-experts .btn-success { 
	margin-top: 10px;
	font-weight: 700;
    background-color: #1b5e20;
    border-color: #1b5e20;
}
#grid-rotator-content{
	background-color: #f9a825;
	padding: 60px 0.75rem; 	
}
/* --- grid rotator --- */

/* --- media query -- */
@media only screen and (max-width: 568px){
	#footer{
		text-align: center;	
		font-size: 0.9rem;
	}
	.copyright{
		margin-bottom: 5px;
	}
	.about span.about-img{
		float: none;	
		margin: 0px 0px 15px;
		width: 100%;
	}
	.about img{
		width: 100%;
	}
}	
@media only screen and (min-width: 568px)and (max-width: 1024px){
	.copyright{
		margin-bottom: 5px;
	}
}
/* --- media query -- */
