@font-face {
    font-family: FiraSans Light;
    src: url(../font/FiraSans-Light.ttf);
}

html, body {
	width: 100%;
	font-family: FiraSans Light;
}

body {
	background-color: #f3f3f3;
}

header {
	height: 175px;

	background-color: #fff;
	background: url('../img/header.png');
	background-repeat: no-repeat;
}

header:hover {
	cursor: pointer;
}

header img {
	height: 170px;
	margin-left: 20px;
}

header h2 {
    float: right;

    margin-top: 100px;
    margin-right: 10px;

    color: #627179;

    text-align: right;
    font-size: 1em;
    font-weight: bold;
}

header h2 img {
	z-index: 2;
	height: 30px;
}

footer {
	background-color: #ddd;
}

footer .row {
	width: 100%;
}

footer .col-md-3 {
	display: flex;
	align-items: center;
}

footer div div a {
	display: flex;
	align-items: center;
}

footer p {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 0;

	color: #627179;
	font-size: 15px;
	font-weight: 100;
	text-transform: uppercase;
	text-decoration: none;
}

footer a {
	color: #627179;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

footer a:hover {
	color: #627179;
	text-decoration: underline;
}

footer b {
	font-weight: 700;
}

.full-width {
	width: 100%;
}

.margin-top-15 {
	margin-top: 15px;
}

.carousel-indicators {
	margin-bottom: 0px;
}

.labservices-menu {
	padding-left: 0;
	list-style-type: none;
}

.labservices-menu li {
	border-top: 1px solid #627179;
}

.labservices-menu li ul {
	padding-left: 1rem;
	list-style-type: none;
}

.labservices-menu li a {
	display: flex;
	align-items: center;
	height: 30px;
    color: #ed660c;
    text-decoration: none;
    font-size: 16px;
}

.labservices-menu a:hover {
	color: #ed660c;
}

.labservices-menu li ul li {
	border-top: none;
}

.labservices-menu li ul li a {
    color: #627179;
	font-size: 15px;
}

.labservices-menu-title {
	height: 40px !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.labservices-menu-contact {
	text-decoration: none;
}

.labservices-menu-contact-div {
	display: flex;
	align-items: center;

	height: 75px;
	width: 100%;
	margin-bottom: 15px;

	background-color: #ed660c;

	border-radius: 4px;
	color: #fff;
}

.labservices-menu-contact-div img {
	margin-left: 10px;
}

.labservices-menu-contact-div h4 {
	margin: 0 auto;
	font-size: 2rem;
}

.labservices-menu-logo, .labservices-menu-logo-college {
	display: flex;
	align-items: center;
}

.labservices-menu-logo img {
	width: 250px;
	margin: 0 auto;
}

.labservices-menu-logo-college img {
	width: 150px;
	margin: 0 auto;
}

.labservices-home-info b {
	color: #ed660c;
}

.labservices-home-info a {
	color: #ed660c;
}

.labservices-home-container {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.labservices-home-service {
	width: 100%;
	margin-top: 15px;
}

.labservices-home-recruit {
	margin: 35px 30px 35px 30px;
}

.labservices-home-recruit p {
	margin-bottom: 10px;
}

.labservices-home-recruit ul {
	margin-bottom: 30px;
}

.labservices-home-construct {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #ddd;
	border: 3px solid #ed660c;
}

.labservices-home-construct h3 {
	margin-top: 10px;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
}

.labservices-home-construct h3 b {
	color: #ed660c;
}

.labservices-home-construct-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
}

.labservices-home-construct-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
}

.labservices-home-construct div img {
	width: 80%;
	margin: 0 auto;
}

.labservices-footer-container {
	display: flex;
	align-items: center;
	height: 100%;
}

.labservices-footer-container h4 {
	margin-top: 20px;
    color: #627179;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.labservices-footer-container img {
	width: 70%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.labservices-page-text {
	font-size: 15px;
	font-weight: 100;
}

.labservices-page-title {
	color: #ed660c;
}

.labservices-page-title-job {
	margin-top: 25px;
	margin-bottom: 25px;
}

.labservices-page-subtitle {
	color: #ed660c;
}

.labservice-page-img {
	width: 100%;
}

.labservice-page-img-sub {
	margin-bottom: 15px;
}

.labservices-page-reparation-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
}

.labservices-page-reparation-grid img {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 25px;
}