
body{
	margin:  0px;
	padding: 0px;
	background-color: #155b44;
	overflow-x: hidden;
}
li a h4{
	color: #cee8e7;
	
}
li a h4:hover{
	color:#FBBE0C;
}

.card{
	background-color:#cee8e7;
	box-shadow: 5px 10px 15px;
}

.card-img{
	border-radius: 100%;
}


ul,section{
	font-family: 'Poppins', sans-serif;


}
.list-group-item{
	background-color:white;
	color:black;
}

@keyframes move_left_to_right{
	0%   { left:0px; top:0px;}  
  100% { left:40px; top:0px;}
}
/*@keyframes bootstrap{
	0%   { left:0px; top:0px;}  
  100% { left:20px; top:0px;}
}
@keyframes css_java_sql{
	0%   { left:0px; top:0px;}  
  100% { left:100px; top:0px;}
}*/
.html{
	width:80%;
	height: 25px;
	background-color:#FBBE0C;
	text-align: center;
	line-height: 25px;
	color:black;	
	position: relative;
  	animation-name: move_left_to_right;
  	animation-duration: 0.7s;
  	animation-fill-mode: forwards;
}		

.bootstrap{
	width:75%;
	height: 25px;
	background-color: #FBBE0C;
	text-align: center;
	line-height: 25px;
	color:black;
	position: relative;
  	animation-name: move_left_to_right;
  	animation-duration: 0.7s;
  	animation-fill-mode: forwards;  	
}

.css{
	width:70%;
	height: 25px;
	background-color:  #FBBE0C;
	text-align: center;
	line-height: 25px;
	color:black;
	position: relative;
  	animation-name: move_left_to_right;
  	animation-duration: 0.7s;
  	animation-fill-mode: forwards;
}		


.java{
	width:60%;
	height: 25px;
	background-color:   #FBBE0C;
	text-align: center;
	line-height: 25px;
	color: black;
	position: relative;
  	animation-name: move_left_to_right;
  	animation-duration: 0.7s;
  	animation-fill-mode: forwards;	
}

.sql{
	width:60%;
	height: 25px;
	background-color:  #FBBE0C;
	text-align: center;
	line-height: 25px;
	color: black;
	position: relative;
  	animation-name:move_left_to_right;
  	animation-duration: 0.7s;
  	animation-fill-mode: forwards;
}

.javascript{
	width:50%;
	height: 25px;
	background-color:  #FBBE0C;
	text-align: center;
	line-height: 25px;
	color: black;
	position: relative;
  	animation-name:move_left_to_right;
  	animation-duration: 0.7s;
  	animation-fill-mode: forwards;	
}

.angular{
	width:30%;
	height: 25px;
	background-color:  #FBBE0C;
	text-align: center;
	line-height: 25px;
	color: black;
	position: relative;
  	animation-name:move_left_to_right;
  	animation-duration: 0.7s;
  	animation-fill-mode: forwards;
}		


ul div p{
	font-family: 'Nanum Gothic', sans-serif;
}
div a{
	font-size:14px;
}
.marks{

	color:#025782;
}

.desc{
	color: black;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 0;
	background-color:  #cee8e7;
	padding: 10px;
	border-radius: 10px;
}
@media only screen and (max-width: 766px){
	.card-img{
		border-radius: 20px;
	}
	
}
@media only screen and (min-width: 766px) and (max-width: 992px){
	img{
		height: 150px;
		width:150px;		
	}
}
@media only screen and (max-width: 886px) and (min-width: 300px){
	h5,.list-group-item{
		font-size:16px;
	}
	p b{
		font-size: 12px;
	}
	p.text-muted{
		font-size: 10px;
	}
	.marks{
		font-size: 11px;
	}
	div a{
		font-size: 12px;
	}
	.desc{
		font-size: 12px;
	}
}