html {
	scroll-behavior: smooth;
}





* { margin: 0; padding: 0;box-sizing: border-box; 
   font-family: 'Poppins', sans-serif; 
outline: none;}

a{ text-decoration: none; outline: none; }


a:hover{ text-decoration: none; outline:none;} 

li { list-style: none; }

button{ text-decoration: none;
}


p{
	font-size: 0.9rem;
	line-height: 1.6;
	font-weight: 400;
	color: #606060;
}


.about-us{
    padding: 40px;
}





.navbar{
    background: #6351ce !important;
	width : 100vw;
    z-index: 2;
	opacity: 0.6;


}



.navbar-brand{
	position: relative;


	margin:0px auto !important ;
    
}







.empty{

	height:7.8vh;
	background: white;
}





/* IMage */


.top-img{
    background: url("rahul.jpg") ;
    background-size: 100% 100%;
    height: 50vh;
	width: 100%;    

    
}

.img-box{
    position: relative;
    opacity: 1;
    height: 50vh;
    width: 100%;
    padding : 50px;;


}


.img-box p{ 
    font-size:  20px;
}








/* Courses starts */


.courses{
    display: flex;
}

.course-text{
	flex:2;
	padding-right: 30px;
	
}


.course-img{
    flex:1;
    background: url("rahul.jpg");
    background-size: 100% 100%;
    height: 40vh;
    width: 30vw;
}









/* Footer starts */



.footer-links a{
    color: rgb(37, 37, 143);

}










/* Media Queries */




/* Navbar */

@media only screen and (max-width: 760px) {



.footer-links{
	display: table-row;
}

}
