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;
}
html,
body,
:root{
    height: 100%;
    width: 100%;
}
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;
}
a{
    text-decoration: none;
}

strong{
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('fonts/Roboto-Thin.ttf');
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('fonts/Roboto-Black.ttf');
}
@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url('fonts/Raleway-ExtraBold.ttf');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('fonts/Raleway-Light.ttf');
}
@font-face {
    font-family: 'Raleway-Thin';
    src: url('fonts/Raleway-Thin.ttf');
}

@font-face {
    font-family: 'Raleway-Black';
    src: url('fonts/Raleway-Black.ttf');
}
@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url('fonts/Raleway-ExtraBold.ttf');
}
@font-face {
    font-family: 'Raleway-Bold';
    src: url('fonts/Raleway-Bold.ttf');
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url('fonts/Raleway-Regular.ttf');
}
@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('fonts/Raleway-SemiBold.ttf');
}

@font-face {
    font-family: 'Khand-Light';
    src: url('fonts/Khand-Light.ttf');
}

@font-face {
    font-family: 'Khand-Medium';
    src: url('fonts/Khand-Medium.ttf');
}
@font-face {
    font-family: 'Khand-Regular';
    src: url('fonts/Khand-Regular.ttf');
}
@font-face {
    font-family: 'Khand-SemiBold';
    src: url('fonts/Khand-SemiBold.ttf');
}
@font-face {
    font-family: 'Khand-Bold';
    src: url('fonts/Khand-Bold.ttf');
}

header{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    _padding: 0.2rem 0;
    background-color: #1b1e25;
    background-color: #0a0a0a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
}
header.mobile{
    display: none !important;
}
.show{
    display: block !important;
}
.menu-mobile-ctn{
    display: none;
}

.left-side{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}
.navbar-btn-wrap {
    position: relative;
    margin-left: 278px;
    padding: 31px 31px;
    background-color: #0a0c0e;
}
.nav > li > a{
    color: #fff;
    font-family: 'Khand-Light';
    font-size: 1.2rem;
    text-transform: uppercase;
    transition: 0.5s;
}
.nav-link.active{
    color:#cc9b56 !important;
    background-color: transparent !important;
}
.nav > li > a:hover{
    color:#cc9b56 !important;
}
span.tel{
    color: #cc9b56;
    font-size: 0.8rem;
    font-family: 'Roboto-Light';
    font-family: 'Khand-Bold';
}
#menu-ctn{
    position: fixed;
    right: 0;
    bottom: 0;
    top:0;
    width: 20%;
    background-color: #0a0a0a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: 0.5s;
    display: none;
}

#home{
    position: relative;
    width: 100%;
    height: 100vh;
   /*  background-image: url('../img/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}
#home::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    background-color: rgba(0, 0, 0, 0.3);
}
#slider{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 50;
}
#slider .owl-carousel{
    height: 100%;
}
#slider .caption{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 99;
}
#slider .caption h6 {
    font-family: 'Raleway-Light';
    font-size: 17px;
    font-weight: 400;
    color: #c5a47e;
    color:#fff;
    text-align: left;
    margin-bottom: 10px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    text-transform: uppercase;
    letter-spacing: 4px;
    align-items: center;
    display: inline-flex;
}
#slider .caption h6::before {
    position: relative;
    top: 0px;
    content: '';
    background-color: #f7f7f7;
    width: 30px;
    height: 1px;
    margin-right: 15px;
}
#slider .caption h1 {
    position: relative;
    font-family: 'Raleway-Bold';
    font-size: 8rem;
    font-weight: 500;
    line-height: 1.1em;
    text-transform: uppercase;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    color: #fff;
    margin-bottom: 0;
    padding: 0.8rem 0;
}
#slider .caption p {
    font-size: 17px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    margin-right: 15px;
}
#slider .caption a{
    display: inline-block;
    background-color: #000;
    color: #f9f9f9;
    font-family: 'Raleway-Light';
    font-family: 'Khand-SemiBold';
    padding: 0.8rem 2.5rem;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    transition: 0.5s;
}
#slider .caption a:hover{
    background-color: #cc9b56;

    color:#000
}
.o-hidden{
    overflow: hidden;
}
#slider-service{
    position: relative;
}
.slider-box-content.box-up {
    z-index: 50;
    position: relative;
    padding: 0;
    margin-top: -183px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.slider-services-box.b-bottom {
    border-bottom: 1px solid #323233;
}
.slider-services-box.b-right {
    border-right: 1px solid #323233;
}
.slider-services-box.b-left {
    border-left: 1px solid #323233;
}
.slider-services-box {
    text-align: center;
    border: none;
}
.slider-services-box a {
    display: block;
}
.slider-services-box .slider-services-box-info {
    text-decoration: none;
    padding: 25px;
    background-color: #242424;
}
.no-line {
    margin: 0 auto 0px;
    border: none;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.slider-services-box-info h5 {
    font-family: 'Khand-Light';
    font-size: 1.2rem;
    font-weight: 400;
    color: #999;
}
#about-us{
    position: relative;
    padding: 5rem 0;
    _background-color: #272727;
}
.title{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.title h1{
    font-family: 'Khand-Bold';
    font-size: 8rem;
    text-transform: uppercase;
    color:#0a0c0e;
    line-height: 8rem;
    position: relative;
    padding-left: 2rem;
    font-weight: 900;
}
.title-ref{
    font-family: 'Khand-Bold';
    font-size: 3rem;
    text-transform: uppercase;
    color:#0a0c0e;
    position: relative;
    padding-left: 1rem;
    font-weight: 900;
    position: relative;
}
.title-ref::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #cc9b56;
    opacity: 1;
}
.title h1 span{
    opacity: 0.1;
}
.title h1::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background-color: #cc9b56;
    opacity: 1;
}
.presentation{
    padding:1rem 0
}
.presentation p{
    color: #323233;
    text-align: justify;
    font-family: 'Khand-Regular';
    padding: 0.4rem 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
#sep{
    position: relative;
    padding: 3rem 0;
    background-image: url('../img/sep.png');
    width: 100%;
}
#sep::before{
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    left:0;
    right: 0;
    bottom: 0;
    top:0;
}
#sep .card{
    background-color: transparent;
}
span.nbre{
    color:#cc9b56;
    font-family: 'Roboto-Bold';
    _font-family: 'Khand-Bold';
    font-size: 3.5rem;
    padding: 0.8rem 0;

}
span.letter{
    color:#f5f5f5;
    font-family: 'Roboto-Medium';
    font-family: 'Khand-Light';
    font-size: 2rem;
    text-transform: uppercase;
}
.z-9{
    z-index: 20;
}
#project{
    position: relative;
    padding: 5rem 0;
}
.title-2{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.title-2 h1{
    font-family: 'Khand-Bold';
    font-size: 8rem;
    text-transform: uppercase;
    color:#0a0c0e;
    line-height: 8rem;

    position: relative;
    padding: 5rem 10rem 5rem 2rem;
}
.title-2 h1::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    _background-color: #cc9b56;
    border: solid 5px #cc9b56;
    border-right: none;
    opacity: 1;
}
.projects .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.projects .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.projects .item .caption{
    position: absolute;
    width: 50%;
    right: 0;
    top:0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.projects .item .con {
    padding: 30px 15px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.projects .item .con h6, .projects .item .con h6 a {
    position: relative;
    color: #b19777;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Khand-Regular';
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0.5rem 0;
    transition: 0.5s;
}
.projects .item .con h5, .projects .item .con a {
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Khand-SemiBold';
}
.projects .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 50px;
}
.projects .item .caption h4{
    color:#cc9b56;
    font-family: 'Raleway-Bold';
    font-size: 1.8rem;
}
.projects .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
.projects .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.projects .item:hover .con {
    bottom: 0;
}
.projects .item .con i:hover {
    color: #cc9b56;
}
.all{
    display: inline-block;
    text-align: center;
    background-color: #0a0c0e;
    padding: 0.8rem 2rem;
    font-family: 'Khand-SemiBold';
    transition: 0.5s;
    color:#f9f9f9;
    position: relative;
}
.all span{
    z-index: 2;
    color:#f9f9f9;
    position: relative;
}
.all:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #cc9b56;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.all:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}
#projet-en-cours{
    position: relative;
    padding: 5rem 0;
    background-color: #f8f9fa;
}
#projet-en-cours h4{
    padding: 2rem 0;
    color:#cc9b56;
    font-family: 'Khand-SemiBold';
    font-size: 3rem;
}
#projet-en-cours ul li{
    font-family: 'Roboto-Regular';
    color:#0a0c0e;
    font-size: 1.4rem;
    line-height: 2.5rem;
}
.title-3 h1{
    font-family: 'Khand-Bold';
    font-size: 3rem;
    line-height: 4rem;
    padding-left: 2rem;
    color: #0a0c0e;
    text-transform: uppercase;
    position: relative;
}
.title-3 h1::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #cc9b56;
    opacity: 1;
}
footer{
    padding: 0.5rem 0;
    position: relative;
    background-color: #0a0c0e;
}
.copy {
    font-size: 0.8rem !important;
    color: #999 !important;
    position: relative;
    z-index: 20;
    font-family: 'Raleway-Regular';
}
.copy a{
    color: #999 !important;
}
.social-icon {
    text-align: center;
    _margin-bottom: 20px;
    position: relative;
    z-index: 20;
    float: right;
}
.social-icon a {
    text-align: center;
    color: #999;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 0 0.5rem;
    font-size: 1.2rem;
}
.social-icon a:hover{
    color:#cc9b56
}
.projet-en-cours .owl-dots{
    display: flex;
    justify-content: center;
    margin-top:15px;
}
.projet-en-cours .owl-dots .owl-dot{
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50px;
    border:1px solid #cc9b56;
    margin-right: 0.5rem;
    transition: 0.5s;
}
.projet-en-cours .owl-dots .owl-dot:hover,.projet-en-cours .owl-dots .owl-dot.active{
    border-color: #cc9b56;
    background-color: #323233;
}
#contact{
    position: relative;
    padding: 5rem 0;
}
.form-input input{
    border:1px solid #0a0c0e;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    box-sizing: border-box;
    transition: 0.5s;
    padding: 1rem 0.8rem;
    font-family: 'Khand-Regular';
}
.form-input input:focus{
    outline: none;
    border-color: #cc9b56;
}
::placeholder{
    color: #151515;
}
.form-input textarea{
    width: 100%;
    font-family: 'khand-Regular';
    padding: 1rem 0.8rem;
    border:1px solid #0a0c0e;
    border-top: none;
    border-left: none;
    border-right: none;
}
.form-input textarea:focus{
    outline: none;
    border-color: #cc9b56;
}
.btn-submit span{
    z-index: 2;
    color:#f9f9f9;
    position: relative;
}
.btn-submit{
    background-color: #0a0a0a;
    display: block;
    width: 100%;
    color:#fff;
    font-family: 'Raleway-Bold';
    cursor:pointer;
    border-radius: 0;
    padding: 0.8rem 0;
    transition: 0.5s;
    position: relative;
}
.btn-submit::before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #cc9b56;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.btn-submit:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}
.list-contact li{
    font-family: 'Khand-Light';
    font-size: 1.4rem;
    color: #141414;
    display: flex;
    gap: 10px;
    padding: 0.7rem 0;
}
.list-contact li i{
    color: #cc9b56;
}
.page-header{
    height: 80vh;
    background-color: #0a0a0a;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-header img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-header:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.page-header-titlte-ctn{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-header-titlte-ctn span{
    color: #fff;
    font-family: 'Khand-Light';
    padding-left: 2rem;
    display: flex;
    font-size: 2rem;
}
.page-header-titlte-ctn h2{
     font-family: 'Khand-Medium';
     font-size: 2.5rem;
     color: #fff;
     padding: 2rem 0;
}
.page-header-title{
    color: #fff;
    font-family: 'Khand-Bold';
    font-size: 3rem;
    padding-left: 2rem;
}

#page-content{
    position: relative;
    padding: 3rem 0;
}
.title-bg-page{
    font-family: 'Khand-Bold';
    color: #151515;
    font-size: 4rem;
    text-align: center;
    line-height: 5rem;
}
.title-bg-page h1{
    text-align: center;
}
.title-bg-page > span{
    color: #cc9b56;
    text-transform: uppercase;
}
.big-title-ctn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.big-title{
    font-family: 'Khand-Bold';
    color: #0a0a0a;
    font-size: 10rem;
    letter-spacing: 50px;

    text-transform: uppercase;
    opacity: 0.1;
    position: relative;
}
.big-title::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #cc9b56;
    opacity: 1;
}

.img-ctn{
    width: 100%;
    height: 500px;
    background-image: url('../img/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem;
    position: relative;
}
.img-ctn::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(0, 0, 0, 0.6);
    z-index: 10;
}
.inner-ctn{
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    z-index: 20;
}
.inner-ctn h5{
    font-family: 'Khand-Bold';
    color: #0a0a0a;
    font-size: 12rem;
    /* background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
   background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.inner-ctn span{
    display: block;
    font-family: 'Raleway-Regular';
    columns: #151515;
    font-size: 2rem;
    color: #cc9b56;
}
.apropos{
    font-family: 'Khand-Light';
    color: #cc9b56;
    font-size: 3rem;
    padding: 1rem 0;
}
.desc p,
.desc p span{
    font-family: 'Khand-Regular' !important;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 0.5rem 0;
    text-align: justify;
}
.bg-white-ctn{
    background-color: #fafafa;
}
.bg-sep-ctn{
    width: 100%;
    height: 450px;
    background-image: url('../img/sep.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bg-sep-ctn:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.ctn{
    position: relative;
    z-index: 20;
}
.small-title{
    font-family: 'Khand-Light';
    color: #fff;
    font-size: 2rem;
    display: block;
    padding: 1rem 0;
}
.title-s{
    color: #fff;
    font-family: 'Khand-Bold';
    font-size: 3rem;
}
.service .card{
    border: none;
    border-radius: 0;
}
.service .card .card-body h4{
    font-family: 'Khand-Bold';
    font-size: 1.2rem;
    padding: 1rem 0;
    text-align: center;
    text-transform: uppercase;
}
.service .card .card-body p{
    font-family: 'Khand-Light';
    font-size: #444;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.project-list-date,
.project-list-date-2 {
    position: relative;
    font-size: 1.2rem;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111;
    font-family: 'Khand-Bold';
    padding: 2rem 0;
}
.project-list-date:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 200px;
    background-color: #111;
    right: 100%;
    margin-right: 15px
}
.project-list-date-2:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 200px;
    background-color: #111;
    margin-left: 15px
}
.project-title{
    font-family: 'Khand-Bold';
    color: #555;
    font-size: 2rem;
    margin-top: 2rem;
}
.project-desc{
    font-family: 'Khand-Light';
    font-size: 1.1rem;
    color: #151515;
    text-align: justify;
    line-height: 1.5rem;
    padding: 1rem 0;
}
.project-list-content p,
.annonce-desc p{
    font-family: 'Khand-Light';
    font-size: 1.1rem;
    color: #151515;
    text-align: justify;
    line-height: 1.5rem;
    padding: 1rem 0;
}
.see-project{
    display: inline-block;
    padding: 1rem;
    border: 1px solid #141414;
    font-family: 'Khand-Medium';
    font-size: 1rem;
    transition: 0.5s;
    color: #141414;
}
.see-project:hover{
    background-color: #cc9b56;
    color: #141414;
}
.align-right{
    text-align: right;
}
.annonce-ctn{
    width: 100%;
    height: 100%;
    background-color: #F1F1F1;
    padding: 2rem;
}
.annonce-ctn h3{
    font-family: 'Khand-Bold';
    font-size: 2rem;
    padding: 1rem 0;
}
.annonce-ctn ul{
    margin-bottom: 2rem;
}
.annonce-ctn ul li{
    font-family: 'Khand-Medium';
    padding: 0.5rem;
    font-size: 1.2rem;
}
.detail-projet{

    position: relative;
}
.detail-projet h1{
    font-family: 'Khand-Bold';
    font-size: 3rem;
    color: #0a0a0a;
    line-height: 6rem;
    text-align: center;
}
.detail-projet p{
    font-family: 'Khand-Medium';
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.3rem;
}
.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}

.grid-item img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.grid-item:hover img{
    transform: scale(1.1);
}
.title-service{
    font-family: 'Khand-Bold';
    font-size: 2.8rem;
    margin-bottom: 1rem;
    line-height: 3rem;
}
.img-ctn-s{
    width: 100%;
    height: 200px;
    display: block;
}
.img-ctn-s img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.see-more{
    border: 1px solid #151515;
    padding: 0.7rem 1rem;
    font-family: 'Khand-Medium';
    text-align: center;
    transition: 0.5s;
    color: #151515;
    margin-top: 1.5rem;
}
.see-more:hover{
    background-color: #151515;
    color: #fff;
}
.desc ul{
    position: relative;
    display: block;
    margin-top: 1.5rem;
}
.desc ul li{
    float: left;
    font-family: 'Khand-Light' !important;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    position: relative;
}
.desc ul li span{
     font-family: 'Khand-Light' !important;
}
.desc ul li:after{
    content: '';
    position: absolute;
    right: 0;
    top:45%;
    width: 5px;
    height: 5px;
    background-color: #141414;
}
.det-service p{
    font-family: 'Khand-Light' !important;
    font-size: 1.1rem;
    text-align: justify;
    line-height: 1.8rem;
}
.det-service ul li{
    font-family: 'Khand-Bold' !important;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 1.2rem 0;
}
.success{
    width: 100%;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Khand-Bold';
    background-color: #2ecc71;
    color: #218c74;
}
.ytb{
    color: #E02F2F !important;
}
.fck{
    color: #3B5998 !important;
}
.twt{
    color: #ffffff !important;
}
.ins{
    color: #D13397 !important;
}