	
		.navigationbar{
			background-color: white;
			padding: 15px;
			/*font-family: cursive;*/
		}
		.site-header{
			padding: 30px;
		}
		.navbar-brand {
			
			font-size: 34px;
			font-weight: bolder;
color: black;
		}
			.navbar-brand:hover{			
			color: black;
		}	
		
		.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;
		}
		.bannersection{
			background-image: url(../img/images/1.jpg);
			background-position: center;
			background-size: cover;background-repeat: no-repeat;
			min-height: 700px;
		}
		.bannertext{
               padding-top: 320px;
               text-align: center;

		}
		.bannertext h1{
               font-size: 80px;
               letter-spacing: 5px;
               
		}
		.bannertext h3{
               
               letter-spacing: 5px;
               
		}
		.aboutsection{
			margin-top: 150px;
		}
		.abouttext ul li{
         list-style: none;
         line-height: 30px;
         color: black;
         font-size: 16px;
		}
		.coursesection{
			margin-top: 150px;
			padding-bottom: 100px;
			background-color: #d3d3d366;
			padding-top: 80px;
		}
		.courseh{
			font-size: 40px;
			font-weight: bolder;
			color: black;
		}
		.coursebox i{
			color: orange;
			font-size: 18px;
		}
		.coursebox{
			background-color: white;
			
		
		}
		.coursetext{
			padding: 10px;
			border: 2px lightgrey solid;
		}
		.teamsection{
			margin-top: 100px;
		}
		.teamtext{
			background-color: white;
			border: 2px lightgrey solid;
		}
		.teamtext ul li{
			list-style: none;
			line-height: 30px;

		}
		.teamtext ul li i{
			color: black;

		}

		.teamicons i{
			margin-left: 12px;
			height: 30px;
			width: 30px;
			border: 1px blue solid;
			text-align: center;
			padding-top: 5px;
			border-radius: 50%;
			color: blue;

		}
		.teamicons i:nth-child(1){color: red;border: 1px red solid;}
		.teamicons i:nth-child(2){color: blue;border: 1px blue solid;}
		.teamicons i:nth-child(3){color: skyblue;border: 1px skyblue solid;}
		.teamicons i:nth-child(4){color: #0072b1 ;border: 1px #0072b1  solid;}
		.coursebox .courseimg{
           overflow: hidden;

		}
		.coursebox .courseimg img{
        transition: 0.6s;
         
		}
		.coursebox:hover .courseimg img{
           transform: scale(1.2);
		}
		.footersection{

	margin-top: 60px;

}
.footerlayer{
	background-color: #282828;
	padding-top: 100px;
	padding-bottom: 50px;
}
.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;
}

.copyrightsection{
	background-color: black;
	padding: 12px;
	
}

@media(max-width: 768px){
	.nav-item {
    padding-left: 12px;
   
}
}
@media(max-width: 767px){
	.bannersection{    
    min-height: 368px;
}
.bannertext h1 {
    font-size: 40px;
   
}
.bannertext h3 {
    letter-spacing: 3px;
}
.bannertext {
    padding-top: 146px;
    
}
.aboutsection {
    margin-top: 94px;
}
.coursesection {
    margin-top: 61px;
   
    padding-top: 39px;
}
.courseh {
    font-size: 30px;
    
}
	.nav-item {
    padding-left: 80px;
   
}
}