@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
	font-family: 'Roboto', sans-serif;
}

.cps-bg{
	background-color:#0dcaf0 ;
}

.cps-color{
	color:#0dcaf0 ;
}

.logo img{
	height: 60px;
}
.tiles {
	margin-top: 30px;
	text-align: center;
}


.form-paginate{
	background-color: transparent;
	padding: 5px;
	border-bottom: 5px solid #8c1d40;
	margin: 3px;
}

.cont{
	max-width: 1130px;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.cont img{
	width: 130px;
}

.fa-child{
	font-size: 88px;
}

.fa-bus-school{
	font-size: 88px;
}

.fa-user-graduate{
	font-size: 88px;
}

.contact-form {
	background-color:#0dcaf0;
	padding: 30px;
	
}

.course-btn{
	background-color: transparent;
	border: 1.5px solid #191919;
	border-radius: 25px;
	margin: 10px;

}

.course-btn:hover{
	background-color: #fabc01;
}

.next-btn{
	background-color: #8c1d40;
	color: #fff;
	border-radius: 25px;
}

.next-btn:hover , .apply-btn:hover {
	color: #fff;
	box-shadow: 0px 1px 1px #8c1d40;
}

.form-group{
	margin-top: 10px;
	margin-bottom: 10px;
}

.feature-box{
	box-shadow: 0px 0px 3px 1px #5553;
	padding: 20px;
}

.scholarship{
	background-color:#0dcaf0;
	padding: 30px;
	margin:10px;

}

.apply-btn{
	background-color: #8c1d40;
	color: #fff;
	margin: auto;
	
}

.students-vdo{

}


.owl-carousel .item{
	box-shadow: 0px 0px 3px 1px #5553;
	padding: 20px;
	
}

.Parent-name{
	font-weight: bold;
}
.Occupation{
	color: #555;
	margin-left:7px;
}

.Parent-name::before{
	content: ' - ';
}

.center {
	display: grid; 
} 

.nav-item:not(:last-child){

 
}

.fa-graduation-cap{
	font-size: 50px;
}

.banner{
	background-image: url('images/banner.jpg');
	background-size: cover;
	background-position: center;
}

.banner-head{
	margin: auto;
	font-weight: bold;
	font-size: calc(30px + 2vw);
}

.title1{
	font-weight: 700;
    color: #07294d;
    font-size: 28px;
}

.featurehead{
	font-weight: 700;
    color: #07294d;
    font-size: 20px;
}


#firstform{

}

#secondform{
	display: none;
}

 @media (max-width:767px) { 
 .navbar-nav {padding:20px;
 }
 }