*
{
	margin: 0;
	padding: 0;
}
/*--------Navigation--------*/
#nav-bar{
	position: sticky;
	top: 0;
	z-index: 10;
}
.navbar-brand img
{
	height: 73px;
	padding-left: 40px;


}
.navbar-brand p
{
	font-size: 11px;
	font-family: sans-serif;
	margin-bottom: 0;
	margin-top: 5px;
	margin-left: 28px;
}
.navbar-nav li
{
	padding: 0 10px;
}
.navbar-nav li a
{
	float: right;
	text-align: left;
	margin-top: 25px;
}
#nav-bar ul li a:hover{
	color: #007bff;
}
.navbar
{
	background: #fff;

}
.navbar-toggler
{
	border: none;
}
.nav-link 
{
	color: #555;
	font-weight: 600;
	font-size: 16px; 
}
/*------Slider------*/
#slider
{
	width: 100%;

}
.carousel-caption
{
	top: 40%;
	transform: translateY(-50%);
	bottom: initial;
}
.carousel-caption h5
{
	color: #fff;
	font-size: 20px;

}

/*----------About-------*/
#about
{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #555;
}
#about button
{
	margin-top: 20px;
	margin-bottom: 30px;
}
.about-content
{
	padding-top: 20px;

}
.skills-bar img
{
	margin-bottom: 6px;
    margin-left: 20px;
    width: 100%;
	
}

/*-----------Nikola-----------*/
#nikola
{
	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.7)), url(img/slide2.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	color: #fff;
	background-attachment: fixed;
	text-align: center;
	padding: 50px;
	padding-bottom: 30px;
	font-family: sans-serif;
	font-size: 20px;
	margin-bottom: 40px;
}
/*--------------Photos------------*/
@media (min-width: 768px)

{
.carousel-multi-item-2 .col-md-3 {
float: left;
width: 25%;
max-width: 100%; } }

.carousel-multi-item-2 .card img {
border-radius: 2px; }
/*-------------Services--------*/
#services
{
	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.8)),url(img/Clean.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	color: #efefef;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 50px;
}
#services h1
{
	text-align: center;
	color: #efefef ;
	padding-bottom: 10px;
}
#services h1::after
{
	content: '';
	background: #efefef;
	display: block; 
	height: 3px;
	width: 300px;
	margin: 20px auto 5px;
}
.services
{
	margin-top: 40px;
}
.icon
{
	font-size: 33px;
	margin: 16px auto;
	padding: 19px;
	height: 70px;
	width: 70px;
}
.services h5
{
	color: #ccc
}
.services p
{
	font-size: 13px;
	margin-top: 20px;
	color: #ccc;
}
.services .col-md-3:hover{
	background: #007bff linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
	cursor: pointer;
	transition: 0.7s;
}


/*---------Employment-------*/
#employment
{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #555;
}
h1
{
	text-align: center;
	color: #555;
	padding-bottom: 10px;
}
h1::after
{
	content: '';
	background: #007bff;
	display: block;
	height: 3px;
	width: 300px;
	margin: 20px auto 5px;

}
.profile-pic
{
	margin-top: 25px;

}

.profile-pic .img-box
{
	opacity: 1;
	display: block;
	position: relative;

	
}
.profile-pic .img-box img
{
	filter: grayscale(1);
	
	
}
.profile-pic .img-box img:hover
{
	filter: grayscale(0);
	cursor: pointer;
}
.profile-pic h2
{
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
	color: #007bff;
}
.profile-pic p
{
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	
	
}
#employment .fa
{
	height: 30px;
	width: 30px;
	color: #007bff;
	background: #fff;
	padding: 6.5px;
	margin-left: 18px;
	border-radius: 50%;
}
.img-box ul
{
	padding: 15px 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}
.img-box ul li
{
	padding: 5px;
	display: inline-block;
}
.img-box:hover ul
{
	opacity: 1;
}
.img-box ul, .img-box ul li
{
	transition: 0.5s;
}
/*-------promo------*/
#promo{
	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.7)), url(img/dive.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	color: #fff;
	background-attachment: fixed;
	text-align: center;
	padding: 60px;
	font-family: sans-serif;
	font-size: 27px;

}
/*-----------Testimonials-------*/
#testimonials
{
	padding-top: 50px;
	padding-bottom: 50px;
}
#testimonials .row
{
 	margin-top: 30px;
}
.col-md-4
{
	margin: 40px auto;
}
.profile
{
	padding: 70px 10px 10px;
	background-color: #efefef
}
.user
{
	width: 75px;
	height: 75px;
	border-radius: 50%;
}
.profile img
{
	top: -40px;
	position: absolute;
	left: calc(50% - 40px);
	border: 5px solid #007bff;
}
.profile h3
{
	font-size: 20px;
	margin-top: 15px;
	color: #007bff;
}
.blockquote
{
	font-size: 16px;
	line-height: 30px;
}
.profile:hover
{
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: 0.5s;
}
blockquote .fa
{
	color: #007bff; 
}
blockquote i 
{
	margin-right: 10px;
	margin-left: 10px;

}
/*-------training------*/
#training{
	background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.7)), url(img/Training.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	color: #fff;
	background-attachment: fixed;
	text-align: center;
	padding: 60px;
	font-family: sans-serif;
	font-size: 27px;
	}

/*--------Contact Us-------*/
#contact
{
	background: #efefef;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #777;
}
.contact-form
{
	padding: 15px;

}
.form-control
{
	border-radius: 0;
	border: none;
}
::placeholder
{
	color: #999;
}
.follow
{
	background: #fff;
	font-size: 15px;
	padding: 10px;
	margin: 15px;

}
.contact-info .fa
{
	margin: 10px;
	color: #007bff;
	font-weight: bold; 

}

/*--------footer-------*/
#footer
{
	padding: 12px;
}
.fa-copyright
{
	margin: 5px;

}