	
		.navigationbar{
			background-color: white;
			padding: 15px;
			/*font-family: cursive;*/
		}
		.site-header{
			padding: 30px;
		}
		.navbar-brand {
			
			font-size: 34px;
			font-weight: bolder;

		}
		.navbar-brand img{
			width: 80px;

		}
		.navbar-brand i{
			color: orange;
			font-size: 45px;
		}
		.site-header a{
			color: black;
		
		}
		.nav-item a{
			padding: 10px 0px 10px 0px;
			border-radius: 3px;
			font-size: 16px;
			color: black;
			
		}
		.nav-item .nav-link{
			color: black;
			
		}

		.nav-item{
			padding-left: 45px;
			font-weight: bolder;
		}

.carousel-item {
	height: 52rem;
}
.carousel-item > img{
	height: 52rem;
}
.carousel-caption{
	padding-bottom: 160px;
	/*font-family: cursive;*/
}

.carousel-caption h1 i{
	color: #d65679;
}
.carouseltext{
	font-size: 50px;
	color: white;
	font-weight: bolder;
}
.bannerbtn a{
font-size: 18px;
border: 2px white solid;
padding: 15px 30px 15px 30px;
color: white;
border-radius: 8px;
}
.bannerbtn a:hover{
background-color: white;
color: black;

}
.aboutsection{
	margin-top: 100px;
}
.abouttext ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.abouttext ul li {
    float: left;
    width: 36%;
    font-size: 18px;
    color: #3e3e51;
    font-weight: 700;
    padding-bottom: 25px;
    list-style: none;
}
.abouttext ul li i{
	font-size: 22px;
	color: blue;
}
.aboutbtn a{
	font-size: 18px;
	color: black;
	border: 1px grey solid;
	padding: 15px 35px 15px 35px;
	border-radius: 8px;
	transition: .6s;

}
.aboutbtn a:hover{
	background-color: blue;
	color: white;
	
}
.coursesection{
	margin-top: 80px;
	padding-top: 80px;
	background-color: #eef1f6;
	padding-bottom: 80px;
}
.coursetext{
	background-color: white;
	padding: 28px;
}
.coursetext a{
	color: black;
	font-weight: bolder;
}
.coursetext a:hover{
	color: blue;
	
}
.courseicon i{
  font-size: 18px;
  color: blue;
}
.courseicon span{
  font-size: 18px;
  
}
.coursesection img{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.teamsection{
	margin-top: 40px;

	padding-top: 60px;
	padding-bottom: 80px;

}
.teamsection img{
	border-radius: 50%;
}
.teambox{
	
	text-align: center;
	
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 10px;
	transition: .6s;
}
.teambox:hover{
	background-color: #d1d5dc;
}
.teamicons i{
	font-size: 18px;
	letter-spacing: 10px;
}
.teamicons i:hover{
	color: blue;
}
.footersection{

	margin-top: 60px;
	/*font-family: cursive;*/
}
.footersection h1{
	color: white;

}
.footersection ul{
	padding: 0px;
}
.footersection ul li{
	line-height: 50px;
	list-style: none;
}
.footersection ul li i{
	font-size: 28px;
	color: white;
}
.footerlayer{
	background-color: #071f51;
	padding-top: 100px;
	padding-bottom: 50px;
}
.copyrightsection{
	background-color: black;
	padding: 12px;
	
}
@media(max-width: 768px){
.nav-item {
    padding-left: 28px;
    
}
.coursetext{
	padding: 45px;
}
}
@media(max-width: 767px){
	.carouseltext p{
		display: none;
	}
	.carouseltext {
    font-size: 25px;
    
}
.carousel-caption {
    padding-bottom: 26px;
    
}
.carousel-item > img {
    height: 23rem;
}
.carousel-item{
    height: 23rem;
}
.abouttext ul li {
    
    font-size: 15px;
    
}
.nav-item {
    padding-left: 80px;
    
}
.courseimg{
	text-align: center;
	background-color: white;
	padding-top: 20px;
}
.courseimg img{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
}