.intro-footer{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.intro-footer:hover{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
}
hr{
	color: #FFFF33;
	margin-top: 15px;
}

.footer-intro{
	color: #fff;
	background: rgb(6,6,64);
	background: linear-gradient(90deg, rgba(6,6,64,1) 6%, rgba(3,3,61,1) 18%, rgba(12,12,52,1) 34%, rgba(10,8,103,1) 49%, rgba(34,32,131,1) 64%, rgba(10,7,99,1) 82%, rgba(2,0,36,1) 100%, rgba(0,212,255,1) 100%);
	box-shadow: 6px 6px 5px #999; 
  -webkit-box-shadow: 6px 6px 5px #999;
  -moz-box-shadow: 6px 6px 5px #999;
  list-style-type: none;
}
.footer-intro>li>a
{	

	color: #FFFF33;
}
.footer-intro>li
{
	margin-left: 15px;
	font-size: 14px;
}
.small
{
	color:white;
	font-weight:500;
}
.container-fluid
{
	background-image: linear-gradient(to right bottom, #041b32, #05192d, #061728, #061523, #06131e, #06131e, #07131d, #07131d, #081521, #081824, #081a28, #071c2c);
}
.header-img{
	height: 20px;
	width: 30%;
}
ul { list-style: none; }
ul>li>a {
color: #fff;
text-decoration: none;
line-height: 2.5;
}
ul>li>a:hover,
a:hover{
color: #ff6600;
font-weight: 600;
}
.about-img{
		width: 30%;
		
}
@media screen and (max-width:  720px){
	.about-img{
		width: 40%;
	}


}
.col-heading {
display: block;
font-size: 1.5rem;
text-transform: uppercase;
color: #ffff00;
font-weight: 600;
margin: 1rem 0;
padding: .4rem 0px;
border-bottom: 1px solid #c7c7c7; 
letter-spacing: 3px;
}
.fa {
color: green;
margin-right: 10px;
font-size:18px;
width:2.25rem;
}
#to-top {
display: none;
position: fixed;
bottom: 40px;
right: 20px;
font-size: 18px;
outline: none;
cursor: pointer;
z-index: 99;
}
#bottom-footer {
color: #fff;
	background: rgb(6,6,64);
	background: linear-gradient(90deg, rgba(6,6,64,1) 6%, rgba(3,3,61,1) 18%, rgba(12,12,52,1) 34%, rgba(10,8,103,1) 49%, rgba(34,32,131,1) 64%, rgba(10,7,99,1) 82%, rgba(2,0,36,1) 100%, rgba(0,212,255,1) 100%);
	box-shadow: 6px 6px 5px #999; 
  -webkit-box-shadow: 6px 6px 5px #999;
  -moz-box-shadow: 6px 6px 5px #999;
}
.vertical-links>li {
display: inline-block;
vertical-align: text-bottom;
}
.vertical-links>li>a {
color: white;
font-weight: 400;
margin-left: 1rem;
list-style-type:square;
}