*
{
	margin: 0;
	padding: 0;
	
}

/*-----------Navigation-------------*/
#nav-bar

{
	position: sticky;
	top: 0;
	z-index: 15;
	
}

.navbar-brand img

{
	height: 80px;
	padding-left: 10px;
	
}

.navbar-nav li

{
	padding: 10px 10px;
	
}

.navbar-nav li a

{
	float: right;
	text-align: left;
	
}

#nav-bar ul li a:hover
{
	color: #f070b0!important;
	
}

.navbar

{
	background: rgb(82, 8, 179);
	
}

.navbar-toggler
{
	border: none !important;
	outline: none !important;
	padding: 0 !important;
	margin-top: 30px;
	
}

.nav-link
{
	color: #555!important;
	font-weight: 600;
	font-size: 16px;
	
}

/*-------background image and the writeup over that--------------*/

.page-holder {
	min-height: 100vh;
  }
  
  .bg-cover {
	background-size: cover !important;
  }
  
.banner-img
{
	width: 100%;
}

.banner-img img
{
	width: 100%;
}

.banner-img
{
	position: relative;
}

.banner-title
{
	position: absolute;
	left: 4%;
	top: 5%;
}

.banner-title h1
{
	font-size: 55px;
	color: aliceblue;
	line-height: 70px;
	padding: 10px 10px 0 10px;

	
}

.banner-title h4

{
	color: aliceblue;

}

/*-----About--*/

.Heading
{
	padding: 100px 0;
}

.Heading p
{
	font-size: larger;
}

.box
{
	margin: 50px 0;
}

.title-style h1
{
	padding: 40px 0;
	text-align: center;

}

.title-style
{
	margin: 0 auto 80px;
	height: 120px;
	width: 80%;
	max-width: 700px;
	background: rgb(250, 246, 246);
	position: relative;
	box-shadow: 0 4px 5px 0 rgba(19, 19, 216, 0.5);
}


.title-style::after
{
	content: '';
	height: 100px;
	width: 200px;
	background-color: #f992a6;
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: -1;
}

.title-style::before
{
	content: '';
	height: 100px;
	width: 200px;
	background-color: #f992a6;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: -1;
}

/*-------------publications------------*/

.col-md-12 h4
{
	padding: 40px;
	background-color: #f098c4;
}

.pub-img
{
	position: relative;
	width: 100%;
}

.col-md-8 h5
{
	position: relative;
	margin-top: 5%;
	margin-left: 10%;
}

.col-md-8 strong
{
	color: rgb(14, 8, 1);
}

/*-------------Profile-----------------*/

.profile-pic
{
	margin-top: 25px;
}

.profile-pic .img-box
{
	display: block;
	position: relative;

}

.profile-pic h2
{
	font-size: 25px;
	font-weight: bolder;
	margin-top: 15px;
	color:rgb(14, 8, 1);
}

.profile-pic h5
{
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	color:rgb(14, 8, 1);
}

#team .fa
{
	height: 25px;
	width: 25px;
	color: #007bff !important;
	background: #fff;
	padding: 4px;
	border-radius: 50%;
}

/*---------for small devices------*/

@media only screen and (max-width:900px)
{
	

	.banner-title
	{
		top:100px;
		left: 10%;
		transform: translateX(-5%)
	}

	.banner-title h1
	{
		font-size: 25px;
		padding: 6px;
		line-height: 20px;
	}

	.banner-title h4
	{
		font-size: 12px;
		padding: 1px;
		line-height: 10px;
	}
}
