*
{
	margin:  0;
	padding:0;

}
body
{
	font-family:sanserif;
}
	
	#nav-bar
	{
	position:sticky;
	top: 0;
	z-index:10;
	}
	.navbar
	{
		background-image: linear-gradient(to right, #556B2F, #808000);
		padding: 0 !important;
	}
	.navbar-nav  li
	{
		padding:0 10px;
	}
	
	
	.navbar-nav  li a
	{
		color: #fff !important;
		font-weight:600;
		float:right;
		text-align: left;
	}
	.navbar-brand
	{
		Color: #fff !important;
		font-weight:2200;
	}
	.navbar-toggler
	{
		outline: none !important;
		
	}
	.fa-bars
	{
		
		color: #fff;
		font-size:30px !important;
	}
	
	

	/*---------------baneer section ---------------*/
	
	#banner
	{
		background-image: linear-gradient(to right, #556B2F, #808000);
		color: #fff; 
		padding-top: 5%;
	}
	
	.promo-title
	{
		font-size:55px;
		font-weight: 600;
		margin-top:100px;
	}
	.bottom-img
	{
		width:100%;
	}
	
	
	/*---------------testimonials section---------*/
	#testimonials
	{
		margin: 100px 0;
		text-align: justify;
	}
	
	.testimonials img
	{
		height:100;
		width:70;
		margin:0 70px;
	}
	.title::before
	{
		content:'';
		background:#808000;
		height:5px;
		width:200px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		transform: translateY(63px);
	}
	
	.title::after
	{
		content:'';
		background:#808000;
		height:10px;
		width:50px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:40px;
		display: block;
		transform: translateY(8px);
	}
	.btn-primary
	{
			box-shadow: none !important ;
			padding:8px 25px;
			
			margin-left:30px;
			border: none;
			border-radius:20px;
			margin-top:30px;
			background-image: linear-gradient(to right, #556B2F, #808000);
		
	}
	.fun
	{
		width: 500px;
		height:10px;
	}
	
	/*------------fellow----------------*/
	
	#fellow
	{
		margin: 100px 0;
		text-align: center;
	}
	
	.fellow img
	{
		height:100;
		width:70;
		margin:0 50px;
	}
	
	
	
	/*---------------------social-media-----------------------*/
	#social-media
	
	{
		background: #f8f8fa;;
		padding:100px 0;
	}
	
	#social-media p
	
	{
		font-size: 36px;
		font-weight:600;
		margin-bottom: 30px;
		
	}
	#social-media img
	{
		height:5;
		width:5;
		
	}
	.social-icons img
	{
		width:60px;
		transition: 0.5s;
	}	
	.social-icons a:hover img
	{
		transform: translateY(-10px)
		
	}

/*------------footer section--------------*/
#footer
{
	background-image: linear-gradient(to right, #556B2F, #808000);
	color: #fff;
}
.footer-img
{
	width:100%
}	
hr
{
	background-color:#fff;
}
.copyright
{
	margin-bottom:0;
	padding-bottom:20px;
	text-align:center ;
}

/*---------------contact us-----------------*/

