/*!
Template Name:Construction Business Website
Template URI: https://www.template.net
Author: Template.net
Author URI: https://www.template.net
License: Template.net
License URI: https://www.template.net/license-agreement
*/



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

figure {
	margin: 0;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.3;
	overflow-x: hidden;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;

}

body,
html {
	height: 100%;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

li {
	display: inline-block;
}

a {
	cursor: pointer;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

textarea {
	resize: none;
}

hr {
	margin-bottom: 0;
}

.container {
	max-width: 1440px;
}


/*-- header start --*/
header.active {
	background-color: #DB5A03;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
	margin-top: 0;
}

header {
	position: fixed;
	width: 100%;
	height: 78px;
	z-index: 99;
	/* margin-top: 20px; */
	transition: 0.6s;
}

header .side-bar {
	width: 240px;
	height: 78px;
	background-color: #DB5A03;
}

header .navbar-brand {
	width: 555px;
	height: auto;
}

header .navbar-brand img {
	margin-left: 45px;
}

header .navbar-expand-lg {
	padding: 0;
}

header .navbar-expand-lg .navbar-nav {
	margin-left: 13px;
}

header .navbar-expand-lg .navbar-collapse {
	background-color: #000000;
	height: 78px;
}

header .navbar .nav-item .nav-link {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	transition: all 0.5s ease;
	padding: 0 15px;
}

header .navbar-nav span {
	color: #ffffff;
}

header .navbar .nav-item:last-child .nav-link {
	padding-right: 0;
}

header .navbar .nav-item .nav-link:hover {
	color: #ebb544;
}

/*-- header end --*/


/*-- banner start --*/
.banner {
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
}

.banner .gradient {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000000;
	opacity: 0.14;
}

.banner .banner-inner {
	padding-top: 251px;
	padding-bottom: 365px;
}

.banner .banner-inner h1 {
	color: #ffffff;
	font-size: 42px;
	font-weight: bold;
	width: 95%;
	margin-left: 6px;
}

/*-- banner end --*/

#recrutement .services-header{
	/* margin-top: -100px; */
} 

/*-- features start --*/
.features .services-header{
	margin-bottom: -50px;
}
.features {
	background-image: url(../images/features-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	position: relative;
	border-bottom: 1px solid #dbdbdb;
}

.features .nogap {
	/* margin-top: -152px; */
	/* margin-bottom: 15px; */
}

.features .box {
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 7px rgba(107, 104, 104, 0.16);
	-moz-box-shadow: 0px 0px 12px 7px rgba(107, 104, 104, 0.16);
	-webkit-box-shadow: 0px 0px 12px 7px rgba(107, 104, 104, 0.16);
	padding: 45px 70px 0;
}

.features h3 {
	font-size: 28px;
	color: #252525;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.features p {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 55px;
}

.features a {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	background-color: #DB5A03;
	border-radius: 60px;
	padding: 19px 36px;
	text-align: center;
	text-transform: lowercase;
	position: relative;
	top: 7px;
}

.features .col:first-child .box {
	border-top-left-radius: 100px;
}

.features .col:nth-child(2) .box {
	border-top-right-radius: 100px;
	padding-right: 75px;
	margin-top: -55px;
}

.features .col:last-child .box {
	border-bottom-right-radius: 100px;
}

.features .nogap > .col:first-child {
	padding-left: 15px;
	padding-right: 30px;
}

.features .nogap > .col:last-child {
	padding-right: 15px;
	padding-left: 30px;
}

.features .construction-company .inner {
	/* padding-left: 60px; */
}

.features .construction-company figure {
	width: 100%;
	height: 100%;
}

.features .construction-company img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.features .construction-company h4 {
	font-size: 40px;
	color: #DB5A03;
	font-weight: 400;
	width: 41%;
	margin-bottom: 75px;
}

.features .construction-company p {
	margin-top: 7px;
	margin-bottom: 35px;
}

/*-- features end --*/

/*-- services start --*/
.services {
	margin-bottom: 82px;
}

.services-header {
	margin-top: 90px;
	margin-bottom: 45px;
}

.services-header h2 {
	font-size: 40px;
	color: #DB5A03;
	font-weight: 400;
	margin-bottom: 24px;
}

.services-header .note {
	width: 740px;
}

.services-content p,
.note {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 120px;
}

/*-- services-carousel start --*/
.services-middle {
	padding: 0;
	position: relative;
}

.services-middle .carousel-wrap {
	padding: 0;
	width: 100%;
	position: relative;
	margin-right: 0;
	margin-left: 0;

}

/* fix blank or flashing items on carousel */
.services-middle .owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}
.services-middle .owl-carousel .item figcaption{
	/* background-color: rgba(0, 0, 0, 0.65); */
	/* position: absolute; */
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 58px 68px;
}

.services-middle .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 233px;
	object-fit: cover;
}

.services-middle .owl-carousel .item figcaption:hover {
	background-color: rgba(0, 0, 0, 0.2);
    opacity:1;
}


.services-middle .owl-carousel .item figcaption h4 {
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 17px;
}

.services-middle .owl-carousel .item figcaption p {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 23px;
}
/* end fix */

.services-middle .owl-nav {
	position: relative;
	width: 75%;
	margin: 0 auto;
	bottom: 62%;
}

.services-middle button:focus {
	outline: 1px dotted;
	outline: 0;
}

.services-middle .owl-nav button {
	background-color: #00603D !important;
	width: 85px;
	height: 85px;
}

.services-middle .owl-nav i {
	font-size: 41px;
	color: #ffffff;
}

.services-middle .owl-nav .owl-next {
	float: right;
}

.services-middle .owl-dots {
	display: none;
}

.services-middle .owl-carousel .item figure {
	width: 100%;
	height: 100%;
}

.services-middle .owl-carousel .item figcaption a {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #ffffff;
	display: inline-block;
}

/*-- services-carousel end --*/
/*-- services end --*/

/*-- client-testimonials start --*/
.client-testimonials {
	margin-bottom: 80px;
}

.client-testimonials .client-top {
	width: 710px;
	margin-bottom: 54px;
}

.client-testimonials .client-top h2 {
	font-size: 40px;
	color: #DB5A03;
	font-weight: 400;
	margin-bottom: 40px;
}

.client-testimonials .client-top p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
}

.client-testimonials-inner {
	display: flex;
}

.client-testimonials .client-testimonials-inner p {
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-top: -15px;
	margin-bottom: 17px;
}

.client-testimonials .client-testimonials-inner h5 {
	font-size: 20px;
	color: #DB5A03;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.client-testimonials .client-testimonials-inner .inner-box {
	background-color: #ffffff;
	border-radius: 50px;
	box-shadow: 0px 0px 8px 4px rgba(235, 235, 235, 0.77);
	-moz-box-shadow: 0px 0px 8px 4px rgba(235, 235, 235, 0.77);
	-webkit-box-shadow: 0px 0px 8px 4px rgba(235, 235, 235, 0.77);
	padding: 30px 70px 65px;
	position: relative;
}

.client-testimonials .client-testimonials-inner .inner-box figure {
	margin-left: -48px;
}

.client-testimonials .client-testimonials-inner .block {
	/* 	width: 430px;*/
	height: 100%;
	padding-bottom: 0;
	margin-left: -13px;
	/* 	padding: 30px 20px 65px 55px;*/
	position: absolute;
	z-index: 1;
}

.client-testimonials .nogap > .col {
	padding: 0;
	width: 500px;
}

.client-testimonials .nogap > .col:first-child {
	padding-left: 0;
}

.client-testimonials .nogap > .col:last-child {
	padding-right: 0;
}

.client-testimonials .client-testimonials-inner:last-child .inner-box {
	margin-left: -15px;
}


/*-- client-testimonials end --*/

/*-- appointment start --*/

.appointment {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(../images/appointment-bg.jpg);
	background-size: cover;
	padding: 130px 0;
}

.appointment h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 13px;
}

.appointment p {
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.appointment .btn {
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 60px;
	background-color: #111111;
	display: inline-block;
	padding: 24px 97px;
	text-align: center;
	margin-top: 45px;
}

/*-- appointment end --*/

/*-- construction-projects start --*/

.construction-projects {
	margin-top: 90px;
	margin-bottom: 110px;
}

.construction-projects .inner {
	width: 1050px;
	margin: 0 auto;
}

.construction-projects .content {
	width: 715px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 38px;
}

.construction-projects .content h2 {
	font-size: 40px;
	color: #DB5A03;
	font-weight: 400;
	margin-bottom: 36px;
}

.construction-projects .content p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
}

.construction-projects .projects {
	background-image: url(../images/projects-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	padding: 270px 0 70px 0;
}

.construction-projects .carousel {
	margin: 0 55px;
}

.carousel-control-next,
.carousel-control-prev {
	display: none;
}

.construction-projects .carousel-inner h4 {
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 16px;
}

.construction-projects .carousel-inner p {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	opacity: 0.8px;
	font-family: Arial, Helvetica, sans-serif;
	width: 460px;
	margin-bottom: 22px;
}

.construction-projects .carousel-inner a {
	font-size: 20px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	border-bottom: 2px solid #ffffff;
}

.construction-projects .carousel-indicators {
	position: absolute;
	bottom: 0;
	left: unset;
	margin-right: 0;
}

.construction-projects .carousel-indicators li {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 1;
	margin-left: 5px;
}

.construction-projects .carousel-indicators .active {
	background-color: #DB5A03;
}

/*-- construction-projects end --*/

/*-- team-leaders start --*/
.team-leaders {
	margin-bottom: 33px;
}

.team-leaders .inner {
	/* width: 1140px; */
	margin: 0 auto;
}

.team-leaders .inner .content {
	/* width: 710px; */
	margin: 0 auto;
	text-align: center;
	margin-bottom: 55px;
}

.team-leaders h2 {
	font-size: 40px;
	font-weight: 400;
	color: #DB5A03;
	margin-bottom: 36px;
}

.team-leaders p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0.8;
}

.team-leaders .carousel-inner {
	width: 810px;
	margin: 0 auto;
}

.team-leaders .carousel-item-inner {
	display: flex;
}

.team-leaders .carousel-item-inner h3 {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 2px;
}

.team-leaders .carousel-item-inner h5 {
	font-size: 16px;
	color: #636363;
	font-weight: 600;
	margin-bottom: 17px;
}

.presentation *{
	border: none;
}

.list-value, .list-value *{
	background-color: #008a42;
	color: white;
	border: none;
}
@media (min-width: 978px) {
    /* .list-value{
		padding: 500px;
	} */
}

.value-dt .list-group .list-group-item strong{
	color: #00603D;
}

.value-dt .value-dt-p span{
	color: #00603D;
}

.value-p{
	color: #DB5A03;
}

.team-leaders .carousel-item-inner p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 45px;
}

.team-leaders .carousel-item-inner span a i {
	font-size: 20px;
}

.team-leaders .carousel-item-inner span a {
	margin-right: 20px;
}

.team-leaders .carousel-item-inner .fa-facebook-square {
	color: #0054a6;
}

.team-leaders .carousel-item-inner .fa-twitter-square {
	color: #00aeef;
}

.team-leaders .carousel-item-inner .fa-linkedin {
	color: #005b7f;
}

.team-leaders .carousel-item-inner .fa-instagram {
	color: #ed145b;
}

.team-leaders .controls-bottom {
	position: absolute;
	top: 40%;
	width: 100%;
}

.team-leaders .controls-bottom i {
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 57px;
	width: 58px;
	height: 58px;
	background-color: #e0e0e0;
}

.team-leaders .carousel-indicators {
	display: none;
}

.team-leaders .controls-bottom .btn-right {
	float: right;
}

.team-leaders .carousel-item-inner figure {
	text-align: center;
	width: 100%;
	height: 100%;
}

.team-leaders .carousel-item-inner figure img {
	border: 10px solid #630C0D;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*-- team-leaders end --*/

/*-- contact-us start --*/
.contact {
	/* background-image: url('../images/map-bg.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	padding: 10px 0 103px 0;
	/* margin-bottom: -80px; */
}

.contact .contact-inner .form {
	padding-top: 20px;
	padding-bottom: 22px;
}

.contact .form-control {
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid grey;
	background-color: #eaeaea;
}

.form-control:focus {
	box-shadow: unset;
}

.contact form .form-label {
	margin-bottom: 0;
	color: #DB5A03;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.contact form .btn {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	padding: 17px 35px;
	text-align: center;
	background-color: #DB5A03;
	border: 0;
	border-radius: 60px;
	margin-top: 9px;
	margin-right: 10px;
}

.contact .form-group {
	margin-bottom: 35px;
}

.contact .nogap > .col {
	/* padding-left: 30px;
	padding-right: 30px; */
}

.contact .nogap > .col:first-child {
	padding-left: 15px;
}

.nogap > .col:last-child {
	padding-right: 15px;
}

.contact figure {
	max-width: 100%;
	height: 100%;
	position: relative;
	float: right;
}

.contact iframe {
	max-width: 100%;
	height: 100%;
}

.contact figcaption {
	position: absolute;
	left: 45px;
	bottom: 45px;
	right: 45px;
}

.contact h2 {
	/* font-size: 28px;
	color: #252525;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px; */
}

.contact span {
	font-size: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-bottom: 8px;
}

.contact h5 {
	margin-bottom: 20px;
	margin-top: 8px;
}

.contact h5 a {
	font-size: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	transition: 0.5s;
	border-bottom: 1px solid transparent;
	display: inline-block;
}

.contact h5 a:hover {
	color: #DB5A03;
	border-bottom: 1px solid #DB5A03;
	display: inline-block;
}

.contact sub {
	bottom: 0;
	font-size: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.contact span a {
	margin-right: 23px;
}

.contact span i {
	font-size: 28px;
	color: #000000;
	transition: 0.5s;
}

.contact span i:hover {
	color: #DB5A03;
}

/*-- contact-us end --*/

/*-- footer start --*/
footer {
	/* padding: 47px 0 42px 0; */
	background-color: rgba(0, 0, 0, 0.7);
	/* background-image: url(../images/site-footer-mape.png); */
}

.site-footer-map {
	/* margin: -10px 0 -10px 0; */
    /* position: absolute;
    left: 0;
    right: 0; */
    /* bottom: -42px;
    height: 566px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.5;
    z-index: -1; */
}

footer .navbar-nav {
	display: inline-block;
}

footer .footer-inner {
	text-align: center;
}

footer ul li a,
span {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	transition: 0.6s;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

footer ul li a {
	padding: 0 10px;
}

footer ul li a:hover {
	color: #fbc059;
}

footer p {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0.4px;
	margin-top: 8px;
}

footer small a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px transparent;
	transition: 0.6s;
	letter-spacing: 0.4px;
}

footer small a:hover {
	color: #faa934;
	border-bottom: 1px #faa934;
}


/*-- footer end --*/

/*-- top to bottom-button*/

html {
	scroll-behavior: smooth;
}

footer .fa-arrow-up {
	margin: 10px;
	position: absolute;
	bottom: 0px;
	left: 4px;
	top: 5px;
	font-size: 20px;
	transition: 0.7s;
}

footer .fa-arrow-up:hover {
	top: 0;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: 0;
	background-color: rgba(0, 96, 61, 1);
	color: #fff;
	cursor: pointer;
	padding: 15px;
	font-size: 16px;
	border-radius: 10px;
}

#myBtn:hover {
	background-color: #DB5A03;
}

#myBtn i {
	margin: 0;
	font-size: 30px;
}




/*==================
 media query start 
 ===================*/


@media only screen and (max-width: 1920px) and (min-width: 1430px) {
	.container {
		max-width: 1440px;
	}
}

@media only screen and (max-width: 1440px) {
	.container {
		max-width: 1300px;
	}

	/*
 	.services-middle {
 		padding: 0 15px;
 		position: relative;
 	}
*/

	header .navbar-brand img {
		margin-left: 40px;
	}

	header .navbar-brand {
		width: 440px;
	}

	header .navbar .nav-item .nav-link {
		font-size: 15px;
		letter-spacing: 0.2px;
		padding: 0 10px;
	}

	.banner .banner-inner h1 {
		margin-left: 0;
		width: 100%;
	}

	.features .construction-company h4 {
		font-size: 37px;
		width: 50%;
	}

	.services-middle .owl-nav button {
		width: 65px;
		height: 65px;
	}

	.services .services-header h2 {
		font-size: 37px;
	}

	.services .services-content p,
	.note {
		font-size: 17px;
		line-height: 30px;
		margin-right: 60px;
	}

	.services-middle .owl-carousel .item figcaption p {
		font-size: 16px;
		line-height: 26px;
	}



	.services-middle .owl-carousel .item figcaption h4 {
		font-size: 25px;
	}

	.client-testimonials .nogap > .col {
		width: 100%;
	}

	.client-testimonials .client-testimonials-inner .inner-box figure {
		margin-left: -30px;
	}

	.client-testimonials .client-testimonials-inner .inner-box {
		padding: 30px 45px 65px;
	}

	.client-testimonials .client-testimonials-inner p {
		font-size: 20px;
		line-height: 30px;
	}

	.appointment h2 {
		font-size: 35px;
	}

	.appointment p {
		font-size: 17px;
		line-height: 24px;
	}


}

@media only screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
	}

	header .navbar-brand {
		width: 280px;
	}

	header .navbar-brand img {
		width: 85%;
		margin-left: 20px;
	}

	header .side-bar {
		width: 80px;
		height: 78px;
		background-color: #DB5A03;
	}

	header .navbar .nav-item .nav-link {
		font-size: 14px;
	}

	.banner .banner-inner h1 {
		font-size: 37px;
	}

	.features .nogap > .col:first-child {
		padding-left: 15px;
		padding-right: 15px;
	}

	.features .nogap > .col:last-child {
		padding-right: 15px;
		padding-left: 15px;
	}

	.features .col:first-child .box {
		border-top-left-radius: 100px;
	}

	.features .box {
		padding: 45px 40px 0;
	}

	.features h3 {
		font-size: 25px;
	}

	.features p {
		font-size: 16px;
		line-height: 26px;
	}


	.features .construction-company h4 {
		font-size: 35px;
		width: 70%;
	}

	.services .services-header h2 {
		font-size: 35px;
	}

	.services-header .note {
		width: 100%;
	}

	.services .services-content p,
	.note {
		font-size: 16px;
		line-height: 28px;
		margin-right: 30px;
	}
	.services-middle .owl-carousel .item figcaption {
    padding: 20px 30px 68px;
}

	.services-middle .owl-nav {
		width: 100%;
		bottom: 0;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 70px;
	}

	.services-middle .owl-nav .owl-next {
		float: unset;
		margin-left: 20px;
	}

	.client-testimonials .client-top h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.client-testimonials .client-top p {
		font-size: 17px;
		line-height: 28px;
	}

	.client-testimonials .client-testimonials-inner .inner-box figure {
		margin-left: -20px;
	}

	.client-testimonials .client-testimonials-inner p {
		font-size: 18px;
		line-height: 27px;
	}

	.client-testimonials .client-testimonials-inner .inner-box {
		padding: 50px;
	}

	.appointment {
		padding: 100px 0;
	}

	.appointment h2 {
		font-size: 30px;
	}

	.appointment .btn {
		font-size: 20px;
		padding: 24px 70px;
		margin-top: 30px;
	}

	.construction-projects .content h2 {
		font-size: 35px;
		margin-bottom: 15px;
	}

	.construction-projects .content p {
		font-size: 17px;
		line-height: 28px;
	}

	.construction-projects .carousel-indicators li {
		width: 20px;
		height: 20px;
	}

	.team-leaders h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.team-leaders p {
		font-size: 17px;
		line-height: 28px;
	}

}

#accueil .carousel-item img{
	/* display: none; */
	/* height: 50%; */
}

#actualite{
	border-bottom: 1px solid #dbdbdb;
}

@media only screen and (max-width: 814px) {
	.navbar-light .navbar-toggler {
		margin-right: 15px;
	}

	header .navbar-expand-lg .navbar-collapse {
		background-color: #000000;
		height: 100%;
		padding: 20px 15px;
	}

	header .navbar-nav span {
		display: none;
	}

	header .navbar .nav-item .nav-link {
		padding: 0;
		margin: 10px 0;
	}

	header .navbar-expand-lg .navbar-nav {
		margin-left: 0;
	}

	.banner .banner-inner {
		padding-top: 190px;
		padding-bottom: 330px;
	}

	.features .nogap {
		/* margin-top: -250px; */
		/* margin-bottom: 115px; */
	}

	.features .box {
		padding: 50px;
		margin-top: 50px;
	}

	.features .col:nth-child(2) .box {
		border-top-right-radius: 100px;
		padding-right: 50px;
		margin-top: 50px;
	}

	.features {
		padding-bottom: 80px;
	}

	.features .construction-company .inner {
		/* padding-left: 15px; */
		padding-top: 50px;
	}

	.features .construction-company p {
		margin-top: 0;
		margin-bottom: 25px;
	}

	.services .services-content p,
	.note {
		margin-right: 0;
	}

	.services-middle .owl-nav button {
		width: 60px;
		height: 60px;
	}

	.services .services-content .note {
		margin-top: 20px;
	}

	.client-testimonials-inner {
		display: block;
	}

	.client-testimonials .client-testimonials-inner:last-child .inner-box {
		margin-left: 15px;
		margin-right: 15px;
	}

	.client-testimonials .client-testimonials-inner .block {
		position: relative;
	}

	.appointment {
		background-position: right;
	}

	.appointment .btn {
		margin-top: 60px;
		float: left;
	}

	.construction-projects {
		margin: 70px 0;
	}

	.team-leaders {
		margin-bottom: 200px;
	}

	.part-sec {
		margin-bottom: 0px;
	}

	.team-leaders .carousel-inner {
		width: 100%;
	}

	.team-leaders .controls-bottom {
		position: absolute;
		top: unset;
		width: 100%;
		bottom: -45%;
		text-align: center;
	}

	.team-leaders .controls-bottom .btn-right {
		float: unset;
	}

	.contact .contact-inner .form {
		padding-bottom: 50px;
	}

	.contact figure {
		height: 100%;
		float: unset;
		width: 100%;
	}

	.contact iframe {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}

	footer p {
		font-size: 15px;
		margin-top: 25px;
	}
}

@media only screen and (max-width: 640px) {
	.banner .banner-inner h1 {
		font-size: 34px;
	}

	.features a {
		font-size: 18px;
		padding: 15px 30px;
		top: 0px;
	}

	.features .construction-company h4 {
		font-size: 30px;
		width: 100%;
	}

	.features {
		padding-bottom: 60px;
	}

	.services .services-header h2 {
		font-size: 30px;
	}

	.client-testimonials .client-top {
		width: 100%;
	}

	.client-testimonials .client-testimonials-inner .inner-box {
		padding: 40px;
	}

	.appointment h2 {
		font-size: 28px;
	}

	.appointment .btn {
		font-size: 16px;
		padding: 24px 50px;
	}

	.construction-projects .content p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.construction-projects .projects {
		padding: 200px 0 70px 0;
	}

	.construction-projects .content {
		width: 100%;
		margin: 0 auto;
	}

	.construction-projects .carousel-inner p {
		font-size: 16px;
		line-height: 26px;
		width: 100%;
	}

	.construction-projects .carousel-inner a {
		font-size: 18px;
	}

	.team-leaders .inner .content {
		width: 100%;
	}

	.team-leaders .carousel-item-inner figure img {
		border: 7px solid #630C0D;
	}

	.team-leaders p {
		font-size: 16px;
		line-height: 26px;
	}

	.team-leaders .carousel-item-inner p {
		font-size: 17px;
		line-height: 28px;
		margin-bottom: 40px;
	}

	.team-leaders .controls-bottom {
		bottom: -35%;
	}

	footer .navbar-nav {
		display: block;
	}

	footer ul li {
		display: block;
		margin: 18px 0;
	}

	footer ul span {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	header .side-bar {
		width: 60px;
		height: 60px;
	}

	.banner .banner-inner h1 {
		font-size: 28px;
	}

	.banner .banner-inner {
		padding-top: 180px;
		padding-bottom: 300px;
	}

	.features .box {
		padding: 40px;
		margin-top: 50px;
	}

	.features p {
		font-size: 15px;
		line-height: 24px;
		margin-top: 20px;
		margin-bottom: 35px;
	}

	.features .construction-company h4 {
		font-size: 24px;
		margin-bottom: 50px;
	}

	.services-header {
		margin-top: 60px;
	}

	.services .services-header h2 {
		font-size: 24px;
	}

	.services-middle .owl-nav button {
		width: 55px;
		height: 55px;
	}

	.client-testimonials .client-top h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.client-testimonials .client-top p {
		font-size: 15px;
		line-height: 26px;
	}

	.client-testimonials .client-testimonials-inner p {
		font-size: 16px;
		line-height: 26px;
	}

	.client-testimonials .client-testimonials-inner h5 {
		font-size: 18px;
	}

	.appointment {
		padding: 90px 0;
	}

	.appointment {
		background-position: right;
		text-align: center;
	}

	.appointment h2 {
		font-size: 25px;
	}

	.appointment p {
		font-size: 16px;
	}

	.appointment .btn {
		font-size: 15px;
		padding: 20px 40px;
		float: inherit;
	}

	.construction-projects .content h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.construction-projects .content p {
		font-size: 14px;
		line-height: 25px;
	}

	.construction-projects .carousel {
		margin: 0 25px;
	}

	.construction-projects .carousel-inner p {
		margin-bottom: 40px;
	}

	.team-leaders h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.team-leaders p {
		font-size: 15px;
		line-height: 26px;
	}

	.team-leaders .carousel-item-inner {
		display: block;
	}

	.team-leaders .inner {
		width: 100%;
	}

	.team-leaders .carousel-item-inner figure {
		margin-bottom: 30px;
	}

	.team-leaders .controls-bottom {
		bottom: -18%;
		text-align: left;
	}

	.team-leaders .controls-bottom i {
		font-size: 25px;
		line-height: 50px;
		width: 50px;
		height: 50px;
	}

	.contact h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.contact figcaption {
		left: 30px;
		bottom: 40px;
		right: 30px;
	}

	.contact sub {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	header .navbar-brand img {
		width: 85%;
		margin-left: 5px;
		margin-right: 0;
	}

	header .side-bar {
		width: 40px;
		height: 50px;
	}

	header .navbar-brand {
		width: 190px;
	}

	.banner .banner-inner h1 {
		font-size: 26px;
	}

	.features .box {
		padding: 35px;
		margin-top: 50px;
	}

	.features .construction-company h4 {
		font-size: 22px;
		margin-bottom: 50px;
	}

	.features .construction-company .inner {
		padding-top: 40px;
	}

	.services .services-header h2 {
		font-size: 23px;
	}

	.services .services-content p,
	.note {
		font-size: 15px;
		line-height: 27px;
	}

	.services-middle .owl-nav button {
		width: 50px;
		height: 50px;
	}

	.client-testimonials .client-testimonials-inner .inner-box {
		padding: 35px;
	}

	.appointment h2 {
		font-size: 23px;
	}

	.construction-projects .content h2 {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.construction-projects .carousel-inner p {
		font-size: 15px;
		line-height: 25px;
	}

	.construction-projects .carousel-inner a {
		font-size: 17px;
	}

	.team-leaders h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.team-leaders .carousel-item-inner p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 35px;
	}

	.contact {
		padding: 80px 0;
	}

	.contact span i {
		font-size: 24px;
	}

	.contact h2 {
		font-size: 21px;
	}

	.contact span {
		font-size: 16px;
	}

	footer ul li {
		margin: 15px 0;
	}

	footer ul li a,
	span {
		font-size: 14px;
	}
}


.brands {
	/* background:#eee; */
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px
}

.brands_slider_container {
	height: 130px;
	border: solid 1px #e8e8e8;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	padding-left: 97px;
	padding-right: 97px;
	background: #fff;
}

.brands_slider {
	height: 100%;
	margin-top: 50px
}

.brands_item {
	height: 100%
}

.brands_item img {
	max-width: 100%
}

.brands_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5px;
	cursor: pointer
}

.brands_nav i {
	color: #e5e5e5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.brands_nav:hover i {
	color: #676767
}

.brands_prev {
	left: 40px
}

.brands_next {
	right: 40px
}
.carousel-caption {
    /* right: auto;
	bottom: 70%;
    padding:5px; */
}



/* #PartCar */

/* bootstrap mod: carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2322313F' stroke-miterlimit='10' stroke-width='2' viewBox='0 0 34.589 66.349'%3E%3Cpath d='M34.168.8 1.7 33.268 34.168 65.735'/%3E%3C/svg%3E");
  height: 100px;
}

.carousel-control-next-icon {
  transform: rotate(180deg);
}

/* medium - display 4  */
@media (min-width: 768px) {
    #gallery .carousel-inner .carousel-item-right.active,
    #gallery .carousel-inner .carousel-item-next {
      transform: translateX(33.33333%);
    }
    
    #gallery .carousel-inner .carousel-item-left.active, 
    #gallery .carousel-inner .carousel-item-prev {
      transform: translateX(-33.33333%);
    }
}

/* large - display 5 */
@media (min-width: 992px) {
    #gallery .carousel-inner .carousel-item-right.active,
    #gallery .carousel-inner .carousel-item-next {
      transform: translateX(20%);
    }
    
    #gallery .carousel-inner .carousel-item-left.active, 
    #gallery .carousel-inner .carousel-item-prev {
      transform: translateX(-20%);
    }
}

#gallery .carousel-inner .carousel-item-right,
#gallery .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}


/* gallery slider */
#gallery .carousel-inner .carousel-item.active,
#gallery .carousel-inner .carousel-item-next,
#gallery .carousel-inner .carousel-item-prev {
  display: flex;
}

@media (max-width: 768px) {
  #gallery .carousel-inner .carousel-item > div {
    display: none;
  }
  #gallery .carousel-inner .carousel-item > div:first-child {
    display: block;
    text-align: center;
  }
  /* #logo {
	  width: 100px;
  } */
}

@media (max-width: 1024px) {
  /* #logo {
	  width: 100px;
  } */
}


/* modal carousel */
.modal .carousel-indicators {
  margin: 0;
  bottom: -34px;
  left: auto;
}

.modal .carousel-indicators > li {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background: transparent;
  margin-right: 0;
  margin-left: 10px;
}

.modal .carousel-indicators > li.active {
  background: #fff;
}

.modal .close, .modal .carousel-control-prev, .modal .carousel-control-next {
  opacity: 1;
}

@media (min-width: 992px) {
  .modal .carousel-control-prev {
    left: -140px;
  }

  .modal .carousel-control-next {
    right: -140px;
  }
}


/* modal mods */
.modal {
  background: rgba(34, 49, 63, 0.9);
}

.modal-dialog {
  max-width: 80% !important;
}

.modal-header {
  border: none !important;
}

.modal-content {
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.modal-body {
  padding: 0 !important;
}

.close img {
  max-width: 40px;
  max-height: 40px;
}

.modal-footer {
  padding: 2rem 0;
  border: none !important;
}



/* bootstrap mod addons */
#gallery .w-90 {
  width: 90%;
}

#gallery .col-5,
#gallery .col-sm-5,
#gallery .col-md-5,
#gallery .col-lg-5,
#gallery .col-xl-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

#gallery .col-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px){
  #gallery .col-sm-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px){
  #gallery .col-md-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px){
  #gallery .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px){
  #gallery .col-xl-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 576px) {
	.p-ng-fr{
		padding-left: 15px; padding-right: 15px;
	}
}

@media (min-width: 768px) {
	.p-ng-fr{
		padding-left: 20px; padding-right: 20px;
	}
}

@media (min-width: 992px) {
	.p-ng-fr{
		padding-left: 50px; padding-right: 50px;
	}
}

@media (min-width: 1200px) {
	.p-ng-fr{
		padding-left: 50px; padding-right: 50px;
	}
}

@media (min-width: 1400px) {
	.p-ng-fr{
		padding-left: 50px; padding-right: 50px;
	}
}

#accueil h4{
	background-color: rgba(99, 12, 13, 0.4);
	border-radius: 10px;
	width: fit-content;
	padding: 10px;
}
#gallery img{
	width: 100px;
}
#actualite p a{
	color: black;
	font-weight: normal;
	text-decoration: none;
}
.icon-value{
	width: 80px;
}
