body{
	margin: 0;
	padding: 0;
}
/*----------Navigation-------*/
#nav-bar
{
	position: sticky;
	top: 0;
	z-index: 10;
}
.navbar-brand img
{
	height: 100px;
	padding-left: 30px;
}
.navbar-nav li
{
	padding: 0 10px;
}
.navbar-nav li a
{
	float: right;
	text-align: left;
}
#nav-bar ul li a:hover
{
	color: #007bff!important;
}
.navbar
{
	background: #fff;
}
.navbar-toggler
{ 
	border: none!important
}
.nav-link
{
	color: #555!important;
	font-weight: 600;
	font-size: 16px;
}
/*-------Slider------*/
#slider
{
	width: 100%;
}
.carousel-caption
{
	top: 50%;
	transform: translateY(-50%);
	bottom: initial!important;
}
.carousel-caption h5
{
	color: #fff;
	font-size: 42px;
}
/*---------Get in Touch------*/
#contact
{
	background: #efefef;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #777;
	font-family: Verdana;
}
.contact-form
{
	padding: 15px;
}
.form-control
{	border-radius: 0 !important;
    border: none !important;
}
::placeholder
{	
	color: black !important;
}
.follow
{
	background: #fff;
	padding: 10px;
	margin: 15px;
}	
.contact-info .fa
{
	margin: 10px;
	color: #0007bff;
	font-weight: bold;
}
/*-------Footer------*/
#footer
{
	background: #333;
	height:50px;
	color: #fff;
	padding: 12px;
}