body{
    background:rgb(15, 15, 15);
    color:#fff;

}
.navbar{
    border-bottom: #008ed6 3px solid;
    opacity: 0.8;
}
.dropdown{
	
}
.dropdown-menu{
	background-color:#333;
}
.dropdown-item{
	color:white;
}
#homesection ,#industries{

    background: url(../img/BusinessSuccess.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    min-height: 700px;
}
#homesection{
	position: auto;
}
#homesection .darkoverlay {
    position: absolute;
    top:0;
    left: 0; 
    width: 100%;
    min-height: 700px;
    background: rgba(0, 0, 0, 0.7);

}
#homesection .home-inner{
    padding-top: 150px;
}
#homesection .fas{
    color:#008ed6;
    background:#fff;
    padding:5px;
    border-radius: 5px;
}
#mission-section .fas{
	 color:#008ed6;
    background:#fff;
    padding:5px;
    border-radius: 5px;
}
#explore-section .fas {
    background: #333;
    color:#fff;
    padding:5px;
    border-radius: 5px;
	
}
#excsImg{
    height: 300px;
}
#create-section .fas{
    background: #fff;
    color:#008ed6;
    padding:5px;
    border-radius: 5px;
}
#LogoStyle{
	height:50px;
	width:70px;
}
#iconimage{
	height:200px;
	width:100px;
}

