*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: sans-serif;
	background-color : #000000;
}
#nav-bar
{
		position: sticky;
		top: 0;
		z-index: 10;
}
.navbar
{	
	background-image: linear-gradient(to right, #a517ba,#5f1782); /* this gives purple background to navigation bar */
	background-image: linear-gradient(to right, #01aabb, #0144dd) !important;
	padding: 20 0 !important;
}
.navbar-brand img
{
	height: 40px;
	padding-left: 20px;
}
.navbar-nav li
{
	 padding: 0 20px !important; /* 0 from top and bottom, 10pixels from left and right */
}
.navbar-nav li a
{
	color: white !important;
	font-weight: 600;
	float: right;
	text-align: left;
}
.fa-bars
{
	color: #fff;
	font-size: 30px !important;
}
.navbar-toggler
{
	outline: none !important;
}
#banner
{
	background-image: linear-gradient(to right, #a517ba,#5f1782);
	color: #fff;
	padding-top: 5%;
}
.promo-title
{
	font-size: 40px;
	font-weight: 600;
	margin-top: 100;
}
 .privimg {
    height: 81px;
    width: 445px;
	padding: 0;
    /*background: #3A3A3A; */
  }
 .imgcenter {
	 text-align: center;
 }
 .border {
  border: 10px;
  border-style: solid; 
  border-color: blue;
   padding: 20px;  
 } 
 indent {
	 /*position:relative; */ 
	 text-indent: 1em;
	 /* text-indent: 4em hanging;
	/* padding-left: 4em; */
 }
indent2 {
position: relative; 
	text-indent: 2em;
	/* list-style-position: outside; */
}
ul li::before{
	list-style-position: outside;

    
}
li {
	margin-left: 1em;
	color: brown;
}
li span {
	color: black;
}
li specific {
	margin-left: -0em;
	/*text-indent: 4em; */
	/*text-indent: 4em; */
	
}
p {
	color: black;
}
p1 {
	<!--color: #2b0e0e;  -->
	color: brown;
}
.img {
  outline: 1px solid white;
  outline-offset: -4px;
}
/*
ul li::before {
  content: "\2022";
  color: #F0E;
  display: inline-block;
  
  margin-left: 2em;
  /*font-weight: bold;
  display: inline-block; 
  width: 1em;
  /*margin-left: 0em; */
}
.bottom {
	border-bottom: 2px solid black;
}