html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.row{
    padding-top: 100px;
}

/* Home Page */

/* Navbar */

.navbar{
	margin-top: 10px;
}

.navbar-brand{
	font-size: 45px !important;
}

nav ul{
	font-size: 25px;
}

/* Job Searchers Image */

.image{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(city-647400_1920.jpg);
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


#email{
	margin-bottom: 100px;
}

/* Timeline */

.timeline img{
	height: 100px;
}

.timeline h1{
	padding-top: 30px;
}

/* Hirers */

.timeline-2{
	letter-spacing: 1.5px;
	line-height: 1.4rem;
	padding: 50px;
}

.event{
	border-bottom: 1px dashed black;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.event:last-of-type{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.event::before, .event::after{
	position: absolute;
	display: block;
	top: 0;
}

/* About Page */
.about-page .container-fluid p{
	font-size: 1.5rem;
	padding-top: 20px;
}

.about-page img{
	height: 400px;
	margin-left: 100px;
}

.picture{
	margin-left: 0 !important;
}

.text-content{
	padding-top: 100px;
}

.text-content p{
	line-height: 3rem;
	word-spacing: 1.5px;
}
/* Our Clients List */

.our-clients .text-muted{
	font-size: 25px !important;
	margin-bottom: -40px;
}

.overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.5s ease;
	background-color: rgba(0, 0, 0, 0.5);
}

.col-lg-3:hover .overlay{
	opacity: 1;
}

.col-lg-3{
	overflow: hidden;
	transition: 0.5s ease;
}

.col-lg-3:hover img{
	transform: scale(1.5);
}

.text{
	color: white;
	background-color: transparent;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	text-align: center;
}

footer{
	margin-top: 100px;
}

footer .row{
	margin-top: -100px;
}

/* contact us */
.contact-us h1{
	margin-top: 40px;
}


@media screen and (max-width: 992px){
	.navbar-brand{
		font-size: 35px !important;
	}
	.col-lg-6:nth-child(2){
		margin-top: 50px;
	}
	.about-page .container-fluid{
		margin-top: -100px;
	}
}