/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
body {
	font-family: 'Oxygen', sans-serif;
	color: #555555; margin-top:90px;
}
a {
	color: #e6031f;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oxygen', sans-serif;
}
p {
	font-size:19px;
	color:#555555;
	line-height:32px;
}
textarea:focus, input:focus {
	outline: none;
}
::-ms-input-placeholder {
 color: black !important;
}

::placeholder {
 color: black !important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #e6031f;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}
.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}
.back-to-top:hover {
	background: #ee8b7a;
	color: #fff;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	height: 90px;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
	font-size: 26px;
	padding: 0 0 0 8px;
	margin: 11px 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
	border-left: 8px solid #e6031f;
}
#header .logo h1 a, #header .logo h1 a:hover {
	color: #000000;
	text-decoration: none;
}
#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 70px;
}
.scrolled-offset {
	margin-top:0;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
}

.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 20px 30px 20px;
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #000000;
	white-space: nowrap;
	transition: 0.3s;
	font-weight:700;
	border-radius:50px;transition: 0.3s;
	margin:0 5px;
}
.navbar a i, .navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
	color: #000;
	background:#ffc418;	padding: 12px 20px 16px 20px;transition: 0.4s;
	
}
.navbar .getstarted, .navbar .getstarted:focus {
	background: #e6031f;
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
	color: #fff;
	background: #ec7f6d;
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 24px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}
.navbar .dropdown ul li {
	min-width: 200px;
}
.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	color: #000000;
}
.navbar .dropdown ul a i {
	font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
	color: #e6031f;
}
.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}
#header .btn-book-a-table, #header .btn-book-a-table:focus {
	font-size: 17px;
	color: #fff;
	background: #fa0d45;
	padding: 14px 20px 14px 26px;
	margin-left: 7px;
	border-radius: 50px;
	transition: 0.3s;
}
#header .btn-book-a-table i {
	transform: rotateZ(180deg);
	font-size: 22px;
}

/*Drop Down*/

.mega-menu .dropdown-hover:hover>.dropdown-menu {
display: inline-block;
}

.mega-menu .dropdown-hover>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}

.mega-menu .dropdown-menu{ border:transparent 0px solid; background:rgba(0,0,0, 0);  }
.mega-menu .dropdown-menu .black-drop{background:#000; padding:2px 20px; position:absolute; left:0; right:0; margin:0 auto;  }
.mega-menu .drop-tp-space{ padding-top:18px;}
.mega-menu .dropdown-menu a{color:#fff; margin:0; padding:0; background:none; border-bottom:solid 1px rgba(255,255,255,0.2); border-radius:0px!important; margin:5px 2%;}
.mega-menu .dropdown-menu a:hover{border-bottom: solid 1px #FFF; color: #ddd; transition: 0.2s; border-radius:0px!important;}
/*Drop Down*/


 @media (min-width: 1366px) {.mega-menu .dropdown-menu .black-drop{background:#000; padding:2px 20px; position:absolute; left:-204px; right:0; margin:0 auto; width:1290px !important; }}


 @media (max-width: 1366px) {
 .navbar .dropdown .dropdown ul {
 left: -90%;
}
 .navbar .dropdown .dropdown:hover>ul {
 left: -100%;
}
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #000;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
	color: #000;
}
 @media (max-width: 991px) {
 .mobile-nav-toggle {
 display: block;
}
 .navbar ul {
 display: none;
}
}
 
.navbar-mobile ul {
 display:none}
 
@media (min-width: 992px) {
.menu-1 { display:none}
}


@media (max-width: 991px) {
.menu-1 {font-size: 17px;line-height: 17px;color: #222;font-weight:700; position:relative; z-index:999; cursor:pointer}
.menu-1 i {color:#b71220};  
.link-2 {width:200px;margin: 0 0 10px 15px; background:#fa0d45!important}
.link-2:before {background:#ce1c2b!important; color:#fa0d45!important}
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
@-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1.1, 1.1);
}
to {
	-webkit-transform: scale(1.3, 1.3);
}
}
 @keyframes zoom {
 from {
 transform: scale(1.1, 1.1);
}
to {
	transform: scale(1.3, 1.3);
}
}
.carousel-item img {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
	object-fit: cover;
	height:100%;
}
#hero {
	width: 95%;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
	padding: 0;
	margin: 92px auto 0px auto;
	position: relative;
	z-index: 1;
}
#hero .carousel-item {
	width: 100%;
	height:600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center center;
}
#hero .carousel-container {
	display: inline-block;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 120px;
}
#hero .carousel-content {
	text-align: left;
	padding:0 0 0 56px; min-height:270px;

}
#hero h2 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 68px;
	font-weight: 700;
}
#hero h3 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 700;
	font-style:italic;
}
#hero h4 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 38px;
	font-weight: 400;
}
#hero p {
	width: 80%;
	animation-delay: 0.4s;
	margin: 0 auto 30px auto;
	color: arken(#000000, 15);
}
#hero .carousel-inner .carousel-item {
	transition-property: opacity;
	background-position: center top;
}
#hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
	opacity: 0;
}
#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end {
	opacity: 1;
	transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
	left: 0;
	transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
	width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
	background: none;
	font-size: 48px;
	line-height: 1;
	width: auto;
	height: auto;
	color: #000000;
}
#hero .carousel-indicators li {
	list-style-type: none;
	cursor: pointer;
	background: #e6031f;
	overflow: hidden;
	border: 0;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	margin-bottom: 180px;
	opacity: 0.2;
}
#hero .carousel-indicators li.active {
	opacity: 1;
}
#hero .red-slide {
	background-image: linear-gradient(to right bottom, #b71220, #be1523, #c41826, #cb1a29, #d21d2c);
	padding:140px 0 180px 0; 
}
#hero .read-more {
	border:#fff 2px solid;
	border-radius: 30px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 12px 12px 12px 24px;
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#hero .read-more i {
	font-size: 38px;
	margin-left: 5px;
	line-height: 0;
	transition: 0.3s;
}
/*Equal Height box start*/
.row-flex {
	display: flex;
	flex-wrap: wrap;
}
.content {
	height: 100%;
 }
/*Equal Height box end*/

#hero .carousel-indicators {
	position: absolute;
	right: 95px;
	bottom: -110px;
	left: inherit !important;
	z-index: 999;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 0% !important;
	margin-bottom: 1rem;
	margin-left: 0% !important;
}
#hero .carousel-indicators li {
	background:rgba(0, 0, 0, 0);
	border:#fff 2px solid;
	opacity:1;
}
#hero .carousel-indicators li.active {
	background:rgba(0, 0, 0, 1);
	border:transparent 2px solid;
}
 @media (max-height: 768px), (max-width: 1200px) {
 #hero {
 margin-bottom: 60px;
}
 #hero .carousel-container {
 padding-bottom: 0;
}
 #hero .carousel-indicators li {
 margin-bottom: 0;
}
}

 @media (min-width: 1024px) {
 #hero p {
 width: 50%;
}
 #hero .carousel-control-prev, #hero .carousel-control-next {
 width: 5%;
}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 0 0 60px 0;
}
.section-bg {
	background-color: white;
}
.section-title {
	text-align: center;
	padding-bottom: 30px;
}
.section-title h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	font-family: 'Oxygen', sans-serif;
}
 .section-title h2::after {
 content: "";
 position: absolute;
 display: block;
 width: 50px;
 height: 3px;
 background: #e6031f;
 bottom: 0;
 left: calc(50% - 25px);
}
.section-title p {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
	position: relative;
	z-index:1;
	margin-top:-70px
}
.featured .feature-abbx {
	position: relative;
	z-index:1;
}
.featured .frame-image {
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.featured .frame-image img {
	border-radius:40px;
	width:100%;
}
.featured .frame-image .frame .icon-box {
	position: absolute;
	left: 0;
	z-index: 22;
	bottom: 0;
	width: 100%;
	height: 70%;
	color: #fff;
	padding: 110px 20px 20px 20px;
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
	background: linear-gradient(0deg, #000000, transparent);
	border-radius: 40px;
	transition: all ease-in-out 0.3s; overflow:hidden;
}
.featured .frame-image .frame .icon-box h3 {
	font-weight: 700;
	margin-bottom: 8px;
	font-size: 26px;
	color:#fff;
}
.featured .frame-image .frame .icon-box h3 span {
	color:#fdd14e;
}
.featured .frame-image .frame .icon-box p {
	color: #d0d2cd;
	line-height: 26px;
	font-size: 18px;
	font-style:italic;
	margin-bottom: 0;
}
.featured .frame-image .frame .icon-box:hover {
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
	background: linear-gradient(0deg, #000000, transparent);
}
.featured .icon-box:hover i, .featured .icon-box:hover h3 a, .featured .icon-box:hover p {
	color: #fff;
}
.card-ban-caption {
	width: 20px;
	height: 20px;
	padding: 10px;
	border-radius: 50px;
	font-size: 0px;
	transition: 0.3s;
	background-color: #FFD24D;
	cursor:pointer;
	position:absolute;
	right:25px;
	bottom:25px;
	color:#000;
}
.frame-image:hover .card-ban-caption {
	width: 60px;
	height: 60px;
	padding: 15px;
	border-radius: 50px;
	font-size: 18px;
	transition: 0.3s;
	color:#000;
}
.frame-image img {
	transition: all 0.4s ease-out;
}
.frame-image:hover img {
	transform: scale(1.1);
	transition: all 0.4s ease-out;
}
.featured .frame-image .apartmnt {
	border-radius:40px;
	overflow:hidden;
}
.icon-box {
	transform: translateY(0);
	transition: all 0.4s ease-out!important;
}
.frame-image:hover .icon-box {
	padding-bottom:140px!important;
	transform: translateY(0);
	transition: all 0.4s ease-out!important;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
	font-weight: 600;
	font-size: 27px;
	color: #000000;
	font-weight:700;
	margin-bottom:23px;
}
.about .content ul {
	list-style: none;
	padding: 0;
}
.about .content ul li {
	padding: 16px 20px 16px 70px;
	background:#fff;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	color:#555555;
	display:inline-block;
	width:100%;
	margin-bottom:20px;
	transition: 0.2s; position:relative;
}
.about .content ul li:hover {
	padding:16px 5% 16px 14%;
	transition: 0.2s; transition: 0.2s;
}

.about .content ul li:hover .doc-ic {left:25px; transition: 0.2s;}

.about .content ul .doc-ic {
	width:48px;
	height:48px;
	background:#f60c3f;
	border-radius:10px;
	padding:9px 6px 9px 9px;
	text-align:center;
	margin-right:20px;
	float:left; position:absolute; left:15px; transition: 0.2s;
}
.about .content ul .doc-ic i {
	height:30px;
	color: #fff;
}
.about .content ul .doc-text {
}
.about .content ul .doc-text a {
	position:relative;
	display:block;
}
.about .content ul .doc-text a:before {
	content: "\ea50";
	font-size:60px;
	color:#cecece;
	position:absolute;
	right:-25px;
	top:-22px;
	font-family: boxicons!important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
}
.about .content ul .doc-text:hover a:before {
	color:#f60c3f;
}
.about .content ul .doc-text h5 {
	font-size:18px;
	color:#000;
	font-weight:700;
	margin-bottom:4px;
}
.about .content ul .doc-text p {
	font-size:14px;
	font-style:italic;
	line-height:20px;
}
.about .content p:last-child {
	margin-bottom: 0;
}
.about .seprate-line {
	border-bottom:#dedede 1px solid;
	margin-top:20px;
}
.about .social-media {
	margin-top:35px;
}
.about .social-media .heading {
	text-align:center;
	margin-bottom:30px;
}
.about .social-media .heading h4 {
	color:#fd0c41;
	font-size:21px;
	font-weight:bold;
	margin-bottom:5px;
}
.about .social-media .heading p {
	font-style:italic;
	font-size:18px;
	color:#555555;
}
.about .social-media a.btn-socl {
	background:#ff0940;
	border-radius:14px;
	text-align:left;
	padding:10px 22px 5px 10px;
	margin: 0 16px;
	transition: 0.2s;
}
.about .social-media a.btn-socl:hover {
	background:#ffc317;
	color:#000;
	transform: scale(0.95);
	transition: 0.2s;
}
.about .social-media a.btn-socl:hover p, .about .social-media a.btn-socl:hover h6 {
	color:#000;
}
.about .social-media a.btn-socl .icon {
	width:45px;
	font-size:45px;
	line-height:45px;
	margin-right:8px;
	color:#000;
	display:block;
}
.about .social-media a.btn-socl .icon-txt {
	color:#fff;
}
.about .social-media a.btn-socl .icon-txt h6 {
	font-weight:700;
	text-transform:uppercase;
	font-size:16px;
	padding:0px;
	margin:0px;
}
.about .social-media a.btn-socl .icon-txt p {
	font-size:16px;
	padding:0px;
	margin:0px;
	color:#fff;
	line-height:22px;
}
/*--------------------------------------------------------------
# Nos Services
--------------------------------------------------------------*/
.services .heading {
	text-align:center;
}
.services .heading h4 {
	font-size:44px;
	color:#000;
	font-weight:400;
}
.services .heading p {
	color:#fd0c41;
	font-size:19px;
	font-style:italic;
	font-weight:700;
}
.services .heading p i {
	color:#fd0c41;
	font-size:40px;
}
.yellow-over img {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.swiper-container {
	position:relative;
	width: 100vw;
	overflow:hidden;
}
.swiper-container > .swiper-slide__content {
}
.yellow-over {
	width:100%;
	height:100%;
	display:block;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.yellow-over:after {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	content:'';
	z-index:2;
	background:rgba(255, 195, 23, 0.5);
	width:100%;
	height:100%;
	display:block;
}
.swiper-container .black-mainbtn {
	position:absolute;
	left:0;
	right:0;
	bottom:20px;
	margin:0 auto;
	width:94%;
	z-index:999;
}
.swiper-container a.black-btn {
	width:100%;
	background:#000;
	border-radius:60px;
	color:#fff;
	font-size:30px;
	text-align:center;
	padding:20px 10px;
	font-weight:700;
	opacity:0;
}
.swiper-container a.black-btn span {
	display:block;
	color:#d0d2cd;
	font-size:17px;
	font-style:italic;
	text-align:center;
	font-weight:400;
}
.swiper-container a.black-btn:after {
	content: "\ea50";
	font-size:60px;
	color:#cecece;
	position: absolute;
	right:14px;
	top:0px;
	font-family: boxicons!important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	color:#fff;
}
.swiper-slide-active a.black-btn {
	opacity:1;
}
.swiper-slide-active:hover a.black-btn {
	background:#fd0942;
}
.swiper-container:hover a.black-btn span {
	color:#fff;
}
.swiper-slide-active .yellow-over:after {
	opacity:0;
}
.swiper-slide-active img {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
 width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
 margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	background:#e5051d;
	width:56px;
	height:56px;
	border-radius:100%;
}
.swiper-button-next {
	right:32%;
}
.swiper-button-prev {
	left:32%;
}
.swiper-button-prev:after {
	content: 'prev';
	font-size: 24px;
}
.swiper-button-next:after {
	content: 'next';
	font-size: 24px;
}
/*--------------------------------------------------------------
# Decovre
--------------------------------------------------------------*/
.list-css ul {
	list-style:none;
	padding:0;
	margin:30px 0 20px 0;
}
.list-css ul li span {
	margin-right:20px;
}
.list-css ul li {
	font-size:26px;
	color:#000;
	margin-bottom:10px;
}

/*

.decovre .content h3 {
	font-weight: 700;
	font-size: 28px;
	color: #f60c3f;
	font-weight:700;
	margin-bottom:23px;
}

.decovre .content ul {
	list-style: none;
	padding: 0;
}
.decovre .content ul li {
	padding: 16px 20px 16px 60px;
	background:#fff;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	color:#555555;
	display:inline-block;
	width:100%;
	margin-bottom:20px;
	transition: 0.2s; position:relative
}
.decovre .content ul li:hover {
	padding: 16px 5%;
	transition: 0.2s;
}
.decovre .content ul .doc-ic {
	width:48px;
	height:48px;
	background:#f60c3f;
	border-radius:10px;
	padding:1px 6px 0px 9px;
	text-align:center;
	margin-right:20px;
	float:left; position:absolute; left:22px;
}
.decovre .content ul .doc-ic i {
	height:30px;
	color: #fff;
}
.decovre .content ul .doc-text {
}
.decovre .content ul .doc-text a {
	position:relative;
	display:block;
}
.decovre .content ul .doc-text a:before {
	content: "\ea50";
	font-size:60px;
	color:#cecece;
	position:absolute;
	right:-25px;
	top:-22px;
	font-family: boxicons!important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
}
.decovre .content ul .doc-text:hover a:before {
	color:#f60c3f;
}
.decovre .content ul .doc-text h5 {
	font-size:18px;
	color:#000;
	font-weight:700;
	margin-bottom:4px;
}
.decovre .content ul .doc-text p {
	font-size:14px;
	font-style:italic;
	line-height:20px;
}
.decovre .content p:last-child {
	margin-bottom: 0;
}*/
.ad-banner {
	width:100%;
	margin-top:22px;
}
/*--------------------------------------------------------------
# Temoignages
--------------------------------------------------------------*/
.temoignages p {
	font-size:17px;
	line-height:27px;
}
.temoignages .img-bx {
	cursor:pointer;
	overflow:hidden;
	border-radius:20px;
}
.img-bx img {
	transform: scale(1);
	transition: all 0.4s ease-out;
}
.temoignages .img-bx:hover img {
	border-radius:20px;
	transform: scale(1.1);
	transition: all 0.4s ease-out;
	overflow:hidden;
}
.temoignages .seprate-line {
	border-bottom:#dedede 1px solid;
}
.temoignages a.les-btn {
	color:#e6031f;
	font-weight:700;
	font-size:19px;
	transition: 0.4s;
}
.temoignages a.les-btn i {
	font-size:24px;
	margin-right:10px;
}
.temoignages a.les-btn:hover, .temoignages a.les-btn:hover i {
	color:#000;
	padding:0 0 0 10px;
	transition: 0.4s;
}
/*--------------------------------------------------------------
# Satisfaction
--------------------------------------------------------------*/
.satisfaction .head-txt {
	font-size:44px;
	color:#000;
	text-align:center;
	font-weight:700;
	padding-bottom:50px;
}
.satisfaction .head-txt span {
	color:#e7041f;
}
.satisfaction .seprate-line {
	border-bottom:#dedede 1px solid;
}
/*--------------------------------------------------------------
# Home Nos lotissements
--------------------------------------------------------------*/
.nos-lotissement h4 {
	font-weight:700;
	color:#000;
	font-size:28px;
	margin-bottom:22px;
}
.plot-bx-zoom {
	cursor:pointer;
	transition: 0.4s;
}
.plot-bx-zoom:hover {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	transition: 0.4s;
	transform: scale(1.02);
	border:#ff0940 1px solid;
}
.lotis-bx {
	width:100%;
	height:100%;
	background:#fff;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	color:#555555;
	overflow:hidden;
}
.lotis-content {
	padding:20px;
	width:100%;
}
.lotis-content h6 {
	font-size:18px;
	font-weight:700;
	color:#000;
}
.lotis-content p {
	font-size:18px;
	font-weight:300;
	line-height:24px;
}
.lotis-content .prix {
	font-size:18px;
	color:#e7041f;
	font-weight:700;
}
.lotis-content .prix i {
	font-size:24px;
}
 .lotis-content .prix .bi-tag::before {
transform: rotate(80deg);
}
.prix-count {
	font-size:18px;
	color:#e7041f;
	font-weight:700;
	border-top:#dedede 1px solid;
	padding-top:5px;
}
.parcel-txt {
	font-size:16px;
	color:#555555;
	padding-top:5px;
	line-height:26px;
}
.parcel-txt span {
	color:#000;
	font-weight:700;
}
.nos-lotissement .swiper-slide {
	padding:10px;
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 17px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 17px));
	display: inline-block;
	border-radius: 50%;
	border: solid 1px #ffaa29;
	position: relative;
	background:#fff;
}
.swiper-pagination-bullet-active:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: solid 2px #fff;
	z-index: 1;
	width: 15px;
	height: 15px;
	border-radius: 100px;
}
.swiper-pagination-bullet-active {
	background: #ffaa29;
}
.nos-lotissement .swiper-pointer-events {
	padding-bottom:40px;
}
.nos-lotissement .swiper-horizontal>.swiper-pagination-bullets, .nos-lotissement .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom:0px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #222222;
	padding: 0 0 30px 0;
	color: #fff;
	font-size: 16px;
}
#footer .footer-newsletter {
	padding: 30px 0;
	background: #222222;
}
#footer .footer-newsletter h4 {
	font-size: 28px;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
}
#footer .footer-newsletter p {
	font-size: 14px;
	line-height: 22px;
	color:#fff;
}
#footer .footer-newsletter form {
	margin-top: 10px;
	background: #fff;
	padding: 10px;
	position: relative;
	border-radius: 10px;
}
#footer .form-check-input:disabled {
	opacity: 1;
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
font-size:13px;
color:#fff;
opacity:1;
}
#footer .footer-newsletter form input[type=email] {
	border: 0;
	padding: 8px;
	width: calc(100% - 85px);
}
#footer .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 30px;
	background: #ffc317;
	color: #fff;
	transition: 0.3s;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#footer .footer-newsletter form input[type=submit]:hover {
	background: #ffc317;
	color: #000;
}
#footer .footer-top {
	background: #222222;
}
#footer .footer-top-line {
	border-bottom:#343434 1px solid;
	border-top:#343434 1px solid;
	padding-top:30px;
}
#footer .footer-top .footer-info {
	margin-bottom: 30px;
	border-left:#343434 1px solid;
	border-right:#343434 1px solid;
	padding-left:30px;
	padding-right:20px;
}
#footer .footer-top .footer-info p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: 'Oxygen', sans-serif;
	color: #fff;
}
#footer .footer-top .footer-info p em {
	font-size:17px;
}
#footer .footer-contct {
	position:relative;
}
#footer .footer-contct .phone-icon {
	font-size:50px;
	position:absolute;
	right:0;
	top:20px;
}
#footer .footer-contct a {
	color:#fff;
}
#footer .footer-contct a:hover {
	color:#e6031f;
}
#footer .footer-contct h3 {
	font-size:30px;
	font-weight:700;
	margin: 20px 0 0px 0;
	padding: 0px 0;
}
#footer .footer-contct .mailbx {
	font-size:19px;
	font-weight:700;
	font-style:italic;
}
#footer .footer-contct .phonebx {
	font-size:21px;
	font-weight:700;
	font-style:italic;
}
#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #000000;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
	background: #e6031f;
	color: #fff;
	text-decoration: none;
}
#footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
	position:relative;
}
#footer .footer-top h4:before {
	position:absolute;
	bottom:0px;
	left:0px;
	background:#555555;
	width:36px;
	height:3px;
	content:'';
}
#footer .footer-top .footer-links {
	margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #ec7f6d;
	font-size: 18px;
	line-height: 1;
}
#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: #fff;
	transition: 0.3s;
	display:block;
	line-height: 1;
	font-size:16px;
	line-height:6px;
}
#footer .footer-top .footer-links ul a:hover {
	color: #e6031f;
}
#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
	line-height: 26px;
}
#footer .copyright {
	text-align: left;
	padding-top: 30px;
	font-size:14px;
}
#footer .copy-social {
	font-size:14px;
	text-align:right;
	padding-top:20px;
}
#footer .copy-social a i {
	font-size:42px;
	color:#fff;
}
#footer .copy-social a:hover i {
	color:#ff0940;
}
/*--------------------------------------------------------------
# Lotissement page
--------------------------------------------------------------*/
/*.top-space {
	margin-top: 90px;
}*/
.lotissement-bg {
	background:url(/assets/img/lotissement-bg.jpg) repeat-y top center;
	position:relative;
	min-height:1510px; 	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center center;
}
.lotissement-bg:after {
	position:absolute;
	z-index:0;
	content:'';
	background:url(/assets/img/girl-bg.png) no-repeat;
	bottom:0;
	right:0;
	max-width:452px;
	width:100%;
	min-height:1034px;
}
.breadcum {
	background:url(/assets/img/top-black-strip.png) repeat-y center top;
	color:#fff;
	padding:4px 0 8px 0;
	margin-bottom:44px;
}
.breadcum-absolute {
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
	z-index:2;
}
.bread-link {
}
.bread-link ul {
	margin:0;
	padding:0;
	list-style:none;
}
.bread-link ul li {
	display:inline-block;
}
.bread-link ul li a {
	font-size:17px;
	color:#fff;
}
.bread-link ul li a i {
	color:#ffc418;
	font-size:22px;
	margin-right:4px;
}
.lotissement-header .lotis-slide {
	width:100%;
	min-height:424px;
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 40px;
	border-radius: 10px;
	border-top-right-radius: 40px;
	position:relative;
}
.lotissement-header .lotis-slide .icon-box {
	position: absolute;
	left: 0;
	z-index: 22;
	bottom: 0;
	width: 100%;
	height: 70%;
	color: #fff;
	padding: 80px 65px 20px 65px;
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
	background: linear-gradient(0deg, #000000, transparent);
	transition: all ease-in-out 0.3s;
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 40px;
	border-radius: 10px;
	border-top-right-radius: 40px;
}
.lotissement-header .lotis-slide .icon-box h3 span {
	font-weight:400;
}
.lotissement-header .lotis-slide .icon-box h3 {
	font-size:36px;
	font-weight:700;
}
.lotissement-header .lotise-slide-txt {
	margin-top:15px;
	border-top:#fff 2px solid;
	padding-top:20px;
	width:100%;
	position:relative;
}
.lotissement-header .lotise-slide-txt .arrow {
	position:absolute;
	right:0;
	top:15px;
	font-size:40px;
	color:#ffc418;
	width:36px;
	height:36px;
}
.lotissement-header .lotise-slide-txt h5 {
	font-size:24px;
	font-weight:700;
	margin:0 0 5px;
	padding:0;
}
.lotissement-header .lotise-slide-txt p {
	font-size:24px;
	font-weight:300;
	color: #fff;
}
.lotissement-plot-main .lotise-btm {
	margin-bottom:18px;
}
.lotissement-plot-main {
	position:relative;
	z-index:99;
}
.lotissement-plot-main .lotissement-plotbx {
	width:100%;
	height:100%;
	color:#555555;
	position:relative;
	z-index:0;
}
.lotissement-plotbx:hover .img-cover img{
  transition: 0.4s;
    transform: scale(1.1);
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 40px;
	border-radius: 10px;
	border-top-right-radius: 40px;
}
.lotissement-plot-img{
text-align:center;
}
.lotissement-plot-img img {
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 40px;
	border-radius: 10px;
	border-top-right-radius: 40px; height:308px
}


.lotissement-plot {
	width:90%;
	background:#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	color:#555555;
	position:relative;
	z-index:99;
	padding:20px;
	left:0;
	right:0;
	margin:-60px auto 0 auto;
	border-radius:10px;
	transition: 0.4s;
    border: transparent 1px solid;
	cursor:pointer;
}

.lotissement-plotbx:hover .lotissement-plot{
transition: 0.4s;
    transform: scale(1.05);
    border: #fd0a42 1px solid;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	}

.lotissement-plot h6 {
	font-size:19px;
	font-weight:700;
	color:#fd0841;
	border-bottom:#bdbdbd 2px solid;
	padding-bottom:14px;
	margin-bottom:12px;
}
.lotissement-plot p {
	font-size:18px;
	font-weight:300;
	line-height:24px;
}
.lotissement-plot .prix {
	font-size:18px;
	color:#e7041f;
	font-weight:700;
}
.lotissement-plot .prix i {
	font-size:24px;
}
.lotissement-plot .prix .bi-tag::before {
transform: rotate(80deg);
}
.lotissement-plot .prix-count {
	font-size:19px;
	color:#141414;
	border-top:none;
	padding-top:0;
	padding-left:30px;
	font-weight:400;
}
.lotissement-plot .prix-count span {
	color:#000;
	font-weight:700;
}
.lotissement-plot .parcel-txt {
	font-size:19px;
	color:#fd0942;
	font-weight:700;
	padding-top:0px;
	line-height:26px;
}
.lotissement-plot .prix-count i {
	transform: rotateZ(74deg);
	font-size: 24px;
	color:#fa0d45;
	position:absolute;
	left:20px;
	/*bottom:22px;*/
	 bottom:inherit;
}
.pagination {
	text-align:center
}
.pagination li {
	list-style:none;
	display:inline-block;
	margin-left:2px;
	margin-right:2px
}
.pagination li .active {
	background:#ff0940;
	border:solid 1px #ff0940;
	color:#fff
}
.pagination li a {
	display:inline-block;
	width:50px;
	height:50px;
	line-height:50px;
	border:solid 1px #b2b2b2;
	color:#ff0940;
	border-radius:100px;
	font-size:18px;
	background:#fff;
}
.pagination li a:hover {
	background:#ff0940;
	border:solid 1px #ff0940;
	color:#fff
}
/*--------------------------------------------------------------
# Mot page
--------------------------------------------------------------*/
#mot{width: 95%;}

#mot .red-slide {
	background: url(/assets/img/mot-redbg.jpg) no-repeat #b71220 right top;
	padding:120px 160px 0 94px;
}

.mot-image {  background: url(/assets/img/mot-image.jpg) no-repeat center top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; min-height:600px;}

#mot .red-slide .icon-box h4 {
	font-weight:400;
	font-size:32px;
	margin-bottom:6px; color:#fff
}
#mot .red-slide .icon-box h3 {
	font-size:60px;
	font-weight:700;
	line-height:66px; color:#fff
}
#mot .red-slide .lotise-slide-txt {
	margin-top:15px;
	border-top:#fff 2px solid;
	padding-top:20px;
	width:100%;
	position:relative;
}
#mot .red-slide .lotise-slide-txt .arrow {
	position:absolute;
	right:0;
	top:15px;
	font-size:40px;
	color:#fff;
	width:36px;
	height:36px;
}
#mot .red-slide .lotise-slide-txt h5 {
	font-size:24px;
	font-weight:700;
	margin:0 0 5px;
	padding:0; color:#fff
}
#mot .red-slide .lotise-slide-txt p {
	font-size:20px;
	font-weight:300;
	color: #fff;
}
.mot-about {
	margin-top:60px;
}
.mot-about-content {
	border-bottom:#dedede 1px solid;
	padding-bottom:30px;
	margin-bottom:35px;
}
.mot-about .mot-about-content h4 {
	font-size:27px;
	color:#333;
	font-weight:700;
	margin-bottom:0px;
}
.mot-about .mot-about-content h3 {
	color:#333;
	font-size:32px;
	font-weight:700;
}
.mot-about .mot-about-content h3 span {
	color:#ba1321;
	font-size:48px;
	font-weight:700;
}
.particul-bg {
	background:#fbf7eb;
}
.particul-content {
	max-width:635px;
	padding-top:62px; padding-bottom:50px;
	padding-left:45px; padding-right:15px;
}
.particul-content h4 {
	color:#ba1321;
	font-size:30px;
	font-weight:700;
}
.particul-content h5 {
	color:#000;
	font-size:22px;
}
.particul-content p {
	line-height:32px;
}
.societe-bg {
	background:#fcf4f6;
}
.societe-content {
	max-width:625px;
	padding-top:62px; padding-bottom:50px;
	margin-right:30px; padding-left:15px
}
.societe-content h4 {
	color:#ba1321;
	font-size:30px;
	font-weight:700;
}
.societe-content h5 {
	color:#000;
	font-size:22px;
}
.societe-content p {
	line-height:32px;
}
.Particulier-bx .btn-book-a-table, .Particulier-bx .btn-book-a-table:focus {
	font-size: 17px;
	color: #fff;
	background: #fa0d45;
	padding: 8px 20px 8px 30px;
	border-radius: 50px;
	transition: 0.3s;
	max-width:164px;
}
.Particulier-bx .btn-book-a-table i {
	transform: rotateZ(180deg);
	font-size: 22px;
}
.team-member {
}
.team-member h4 {
	font-weight: 700;
	color: #000;
	font-size: 28px;
	margin-bottom: 24px;
}
.tm-col img {
	position:relative;
	z-index:0;
	transition: 0.4s;
	cursor:pointer;
}
.tm-col:hover img{
	transition: 0.4s;
    transform: scale(1.1);
	border-radius:20px;
}

.tm-col:hover .tm-profile{
background:#ffc418;
	transition: 0.4s;

}

.tm-col:hover .tm-profile h5:after{ background:#fa0d45;}
.tm-col:hover .tm-profile h5, .tm-col:hover .tm-profile p, .tm-col:hover .social-tm a{ color:#000;} 


.prof-main{border-radius:20px; overflow:hidden; width:100%; height:100%;}

.tm-profile {
	width:90%;
	height:200px;
	margin:-100px auto 0 auto;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
	background:#ee0439;
	padding:20px;
	text-align:center;
	color:#fff;
}
.tm-profile h5 {
	position:relative;
	font-size:24px;
	font-weight:700;
}
.tm-profile h5:after {
	position: absolute;
	bottom:-14px;
	background:#ffc317;
	width:198px;
	height:3px;
	left:0;
	right:0;
	margin:0 auto;
	content:'';
}
.tm-profile p {
	color:#fff;
	font-size:20px;
	padding-top:10px;
	padding-bottom:0;
	margin-bottom:5px;
}
.social-tm a {
	color:#fff;
	font-size:30px;
	margin:0 5px;
}
.social-tm a:hover {
	color:#000;
}
.team-member .swiper-pointer-events {
	padding-bottom: 60px;
}
/*--------------------------------------------------------------
# Opportunite page
--------------------------------------------------------------*/
.opportunite-bg {
	background:url(/assets/img/opportunity-bg.jpg) repeat-y top center;
	position:relative;
	padding-top:60px;
}
.opportunite-plot-main .lotise-btm {
	margin-bottom:18px;
	cursor:pointer;
	overflow:hidden;
	
}

.opportunite-top-space {
	margin-top: 45px;
}
.opportunite-slide {
	width:100%;
	min-height:424px;
	position:relative;
}
.opportunite-slide .carousel-caption {
	text-align:left;
}
.opport-arrow {
	border-radius: 10px 40px 0px 0px;
	-moz-border-radius: 10px 40px 0px 0px;
	-webkit-border-radius: 10px 40px 0px 0px;
	border: 0px solid #000000;
	overflow:hidden;
}
.opport-arrow .carousel-control-next, .opport-arrow .carousel-control-prev {
	z-index:99;
	background:#fd0a42;
	width:36px;
	height:36px;
	color:#fff;
	opacity: 1;
	border-radius:50%;
	top:44%;
}
.opport-arrow .carousel-control-next {
	right:50px;
}
.opport-arrow .carousel-control-prev {
	left:50px;
}
.opport-arrow .carousel-control-next-icon, .opport-arrow .carousel-control-prev-icon {
	width:1.3rem;
	height:1.3rem;
}
.opportunite-slide .icon-box {
	position: absolute;
	left: 0;
	z-index: 22;
	bottom: 0;
	width: 100%;
	height: 62%;
	color: #fff;
	padding: 80px 65px 20px 65px;
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
	background: linear-gradient(0deg, #000000, transparent);
	transition: all ease-in-out 0.3s;
}
.opportunite-slide .icon-box h3 span {
	font-weight:400;
}
.opportunite-slide .icon-box h3 {
	font-size:36px;
	font-weight:700;
}
.opportunite-slide .opport-slide-txt {
	margin-top:15px;
	border-top:#fff 2px solid;
	padding-top:20px;
	width:100%;
	position:relative;
}
.opportunite-slide .opport-slide-txt .arrow {
	position:absolute;
	right:0;
	top:15px;
	font-size:40px;
	color:#ffc418;
	width:36px;
	height:36px;
}
.opportunite-slide .opport-slide-txt h5 {
	font-size:24px;
	font-weight:700;
	margin:0 0 5px;
	padding:0;
}
.opportunite-slide .opport-slide-txt p {
	font-size:24px;
	font-weight:300;
	color: #fff;
}
.input-group-append {
	cursor: pointer;
}
.yel-search-form {
	background:#ffc418;
	padding-top:28px !important;
	padding-bottom:28px !important;
}
.yel-search-form select {
	padding-top:9px;
	padding-bottom:9px;
	height:50px;
}
.black-search-btn {
	background:#000;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	display:block;
	padding:12px 12px; width:100%;
}
.black-search-btn:hover {
	background:#fd0942;
	color:#fff;
}
 .yel-search-form .btn:focus-visible {
background:#fd0942;
 color:#fff;
}
.yel-search-form label {
	color:#000;
	font-weight:700;
}
.yel-search-form .input-group-text {
	font-size:1.5rem;
	border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
}
 .yel-search-form .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
border-top-left-radius: 8px;
 border-bottom-left-radius: 8px;
}
.opportunite-plot-main {
	position:relative;
	z-index:99;
}
.opportunite-plot-main .opportunite-plotbx {
	width:100%;
	height:100%;
	color:#555555;
	position:relative;
	z-index:0;
}
.opportunite-plot-img {
text-align:center;
}
.opportunite-plot-img img {
-webkit-border-radius: 10px;
-webkit-border-top-right-radius: 40px;
-moz-border-radius: 10px;
-moz-border-radius-topright: 40px;
border-radius: 10px;
border-top-right-radius: 40px; height:308px
}
.img-cover{ overflow: hidden;
   -webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 40px;
	border-radius: 10px;
	border-top-right-radius: 40px;
	}
.img-cover img	{transition: 0.4s;}
.opportunite-plotbx:hover .img-cover img{
	transition: 0.4s;
	transform: scale(1.1);
	}

.opportunite-plot {
	width:90%;
	background:#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	color:#555555;
	position:relative;
	z-index:99;
	padding:20px;
	left:0;
	right:0;
	margin:-60px auto 0 auto;
	border-radius:10px;
	transition: 0.4s;
	border:transparent 1px solid;
}
.opportunite-plotbx:hover .opportunite-plot {
transition: 0.4s;
	transform: scale(1.05);
	border:#fd0a42 1px solid;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	}
.opportunite-plot h6 {
	font-size:19px;
	font-weight:700;
	color:#fd0841;
	border-bottom:#bdbdbd 2px solid;
	padding-bottom:14px;
	margin-bottom:12px;
}
.opportunite-plot h5 {
	font-size:19px;
	font-weight:700;
	line-height:24px;
	color:#000;
	margin-bottom:10px; min-height:60px;
}
.opportunite-plot p {
	font-size:19px;
	font-weight:400;
	line-height:24px;
	color:#000;
	margin-bottom:10px;
}
.opportunite-plot .prix {
	font-size:18px;
	color:#e7041f;
	font-weight:700;
}
.opportunite-plot .prix i {
	font-size:24px;
}
.opportunite-plot .prix .bi-tag::before {
transform: rotate(80deg);
}
.opportunite-plot .prix-count {
	font-size:19px;
	color:#141414;
	border-top:none;
	padding-top:0;
	padding-left:30px;
	font-weight:400;
}
.opportunite-plot .prix-count span {
	color:#fd0942;
	font-weight:700;
}
.opportunite-plot .parcel-txt {
	font-size:19px;
	color:#fd0942;
	font-weight:700;
	padding-top:0px;
	line-height:26px;
}
.opportunite-plot .prix-count i {
	transform: rotateZ(0deg);
	font-size: 24px;
	color:#fa0d45;
	position:absolute;
	left:20px;
	/*bottom:22px;*/
	bottom:inherit;
}
/*--------------------------------------------------------------
# Actualite page
--------------------------------------------------------------*/
.actualite-black-bg {
	margin-top:60px;
	background:url(/assets/img/aculite-black-bg.jpg) no-repeat top center;
	padding:50px 50px 40px 50px;
	border-radius:20px;
	color:#fff;
	font-size:19px;
}
.actualite-black-bg h3 {
	font-size:30px;
	color:#ffc418;
	font-weight:700;
	position:relative;
	margin-bottom:60px;
}
.actualite-black-bg h3:after {
	position:absolute;
	left:0;
	bottom:-22px;
	content:'';
	width:78px;
	height:2px;
	background:#ffc418;
}
.actualite-black-bg h5 {
	font-size:24px;
	font-weight:700;
	position:relative;
	margin-bottom:20px;
}
.actualite-black-bg ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}
.actualite-black-bg ul li {
	line-height:32px;
	margin-bottom:15px;
	position:relative;
}
.actualite-black-bg ul li:before {
	position:absolute;
	left:-18px;
	top:10px;
	content:'';
	background:#fff;
	width:12px;
	height:12px;
	border-radius:50px;
}
.bordr-rgt {
	border-right:#fff 2px solid;
}
.bordr-botm {
	border-bottom:#fff 2px solid;
}
.actualite-bg .prix-count {
	font-size:19px;
	color:#141414;
	border-top:none;
	padding-top:0;
	padding-left:0px;
	font-weight:400;
}
.actualite-bg .prix-count span {
	color:#fd0942;
	font-weight:400;
}
.datepicker {
	display:none !important;
}
/*--------------------------------------------------------------
# Lotissement Plus page
--------------------------------------------------------------*/

.lotissementplus-top-space {
	margin-top: 45px;
}
.lotissementplus-top-space h2 {
	font-size:26px;
	color:#f60c3f;
	font-weight:700;
	margin-bottom:20px;
}
.lotissementplus-top-space span {
	font-size:18px;
	color:#f60c3f;
	font-weight:400;
}
.lotissementplus-slide .icon-box {
	position: absolute;
	left: 0;
	z-index: 22;
	bottom: 0;
	width: 100%;
	height: 62%;
	color: #fff;
	padding: 80px 65px 20px 65px;
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
	background: linear-gradient(0deg, #000000, transparent);
	transition: all ease-in-out 0.3s;
}
.lotissementplus-slide .opport-slide-txt {
	margin-top:15px;
	padding-top:56px;
	width:100%;
	position:relative;
	text-align:left;
}
/*.lotissementplus-slide .opport-slide-txt .arrow {
	position:absolute;
	right:0;
	top:15px;
	font-size:40px;
	color:#ffc418;
	width:36px;
	height:36px;
}*/
.lotissementplus-slide .opport-slide-txt h5 {
	font-size:22px;
	font-weight:700;
	margin:0 0 5px;
	padding:0;
	color:#fff;
}
.lotissementplus-slide .opport-slide-txt h5 span {
	color:#ffc418;
}
.lotissementplus-slide .opport-slide-txt p {
	font-size:18px;
	font-weight:300;
	color: #d0d2cd;
}
.lotissementplus-top-space .opport-arrow {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 0px solid #000000;
	overflow:hidden;
	margin-bottom:30px;
}
.lotissementplus-bg {
	background:#fff;
	position:relative;
}
.lotissementplus-bg h3 {
	color:#000;
	font-weight:700;
	font-size:28px;
	margin-bottom:30px;
}
.lotissementplus-top-space .nombre {
	padding:15px;
	border-radius:10px;
	background:#fff8d7;
	text-align:center;
}
.lotissementplus-top-space .nombre h4 {
	color:#f60c3f;
	font-size:22px;
	font-weight:700;
	margin-bottom:0.2rem;
}
.lotissementplus-top-space .nombre2 {
	padding:30px 15px;
	border-radius:10px;
	background:#fff8d7;
	text-align:center;
}
.lotissementplus-top-space .nombre2 h4 {
	color:#f60c3f;
	font-size:22px;
	font-weight:700;
	margin-bottom:0.2rem;
}
.numb {
	color:#000;
	font-size:22px;
	font-weight:700;
}
.numb span, .numb span i {
	color:#ff0940;
	font-size:24px;
}
.lotissementplus-top-space .nomb-txtline {
	border-bottom:#dedede 1px solid;
}
.social-btmlink ul {
	margin:15px 0 0 0px;
	padding:0px;
	list-style:none;
	text-align:right;
}
.social-btmlink ul li {
	padding: 0 3px;
}
.social-btmlink ul li a i {
	font-size:28px;
	color:#000;
	transition: 0.4s;
}
.social-btmlink ul li a:hover i {
	font-size:28px;
	color:#fd0a42;
	transition: 0.4s;
	transform: scale(1.3);
}
.lotissement-form {
	margin-top:50px;
}
.formulaire-form {
	background:url(/assets/img/lossiement-plus-form-bg.jpg) no-repeat top left;
	background-size:cover;
	border-radius:20px;
	padding:30px 46px;
	overflow:hidden;
}
.formulaire-form .heading-form {
	border-bottom:#fff 2px solid;
	padding-bottom:10px;
}
.formulaire-form .heading-form h4 {
	font-size:26px;
	font-weight:700;
	color:#000;
	text-align:center;
}
.formulaire-form .heading-form h6 {
	font-size:18px;
	font-weight:400;
	color:#000;
	text-align:center;
}
.register-form {
	margin-top:22px;
}
.register-form input {
	height:50px;
}
.register-form textarea {
	height:150px;
}
.register-form input:placeholder {
color:#000;
}
.register-form p {
	font-size:15px;
	color:#fff;
}
.submit-btn {
	background:#ffc418;
	border-radius:50px;
	width:192px;
	height:55px;
	color:#000;
	text-align:center;
	font-weight:700;
	font-size:20px;
}
.submit-btn:hover {
	background:#000;
	color:#fff;
}
.video-bx {
}
.video-img {
	position:relative;
	z-index:0;
	border-radius: 20px;
	overflow:hidden;
}
.video-img .icon-box {
	position: absolute;
	left: 0;
	z-index: 22;
	bottom: 0;
	width: 100%;
	height: 56%;
	color: #fff;
	padding: 110px 20px 20px 20px;
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
	background: linear-gradient(0deg, #000000, transparent);
	border-radius: 20px;
	transition: all ease-in-out 0.3s;
}

.video-ani img{transition: 0.4s;}
.video-ani img:hover{
transition: 0.4s;
	transform: scale(1.15);
	}
.video-head span.vi {
	color:#fff;
	font-size:24px;
	font-weight:700;
	line-height:54px;
}
.video-txt {
	color:#000;
	margin-top:40px;
}
.video-txt h4 {
	font-size:22px;
	font-weight:700;
}
.video-txt ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.video-txt ul li {
	font-size:19px;
	line-height:30px;
}
.map-bg {
	background:url(/assets/img/lossiement-plus-mapbg.jpg) no-repeat top center;
	padding:55px 0;
}
.map-bg h3 {
	color:#000;
	font-size:28px;
	font-weight:700;
	text-align:center;
	margin-bottom:40px;
}
.map-bg h3 span {
	border-bottom:#000 1px solid;
}
.lotissementplus-plot {
	width:90%;
	background:#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	color:#555555;
	position:relative;
	z-index:99;
	padding:20px;
	left:0;
	right:0;
	margin:-60px auto 0 auto;
	border-radius:10px;
    transition: 0.4s;
    border: transparent 1px solid;
	cursor:pointer;
}

.opportunite-plotbx:hover .lotissementplus-plot{
    transition: 0.4s;
    transform: scale(1.05);
    border: #fd0a42 1px solid;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.lotissementplus-plot h6 {
	font-size:19px;
	font-weight:700;
	color:#fd0841;
	border-bottom:#bdbdbd 2px solid;
	padding-bottom:14px;
	margin-bottom:12px;
}
.lotissementplus-plot h5 {
	font-size:19px;
	font-weight:700;
	line-height:24px;
	color:#000;
	margin-bottom:10px;
}
.lotissementplus-plot p {
	font-size:19px;
	font-weight:400;
	line-height:24px;
	color:#000;
	margin-bottom:10px;
}
.lotissementplus-plot .prix {
	font-size:18px;
	color:#e7041f;
	font-weight:700;
}
.lotissementplus-plot .prix i {
	font-size:24px;
}
.lotissementplus-plot .prix .bi-tag::before {
transform: rotate(80deg);
}
.lotissementplus-plot .prix-count2 {
	font-size:19px;
	position:relative;
	color:#e7041f;
	font-weight:700;
	border-bottom:#dedede 1px solid;
	padding-bottom:12px;
	margin-bottom:12px;
	vertical-align:middle;
}
.lotissementplus-plot .prix-count2 i {
	transform: rotateZ(75deg);
	font-size: 26px;
	color:#fa0d45;
	vertical-align:middle;
}
.lotissementplus-plot .prix-count3 {
	font-size:19px;
	position:relative;
}
.lotissementplus-plot .parcel-txt {
	font-size:19px;
	color:#fd0942;
	font-weight:700;
	padding-top:0px;
	position:relative;
	vertical-align:middle;
}
.lotissementplus-plot .parcel-txt i {
	transform: rotateZ(0deg);
	font-size: 35px;
	color:#000;
	vertical-align:middle;

}
.glightbox3{ text-align:center;}
.doc-txt a {
	font-size:19px;
	color:#000;
	font-weight:700;
	transition: 0.4s;
}
.doc-txt a i {
	color:#fd0942;
	font-size:24px;
	margin-right:4px;
}
.doc-txt a:hover {
	color:#fd0942;
	padding: 0 0 0 10px;
    transition: 0.4s;
}
/*--------------------------------------------------------------
# Opportunite Plus page
--------------------------------------------------------------*/

.opportunite-plus h4 {
	font-weight:700;
	color:#000;
	font-size:28px;
	margin-bottom:12px;
}
.opportunite-plus .swiper-pointer-events {
	padding-bottom: 60px;
}
.opportunite-plus h4 span {
	font-size:14px;
	color:#e80115;
	position:relative;
	padding-right:12px;
}
.opportunite-plus h4 span i {
	font-size:35px;
	position:absolute;
	right:-14px;
	top:-9px;
}
.opp-cont-head h3 {
	color:#000;
	font-size:26px;
	font-weight:700;
}
.opp-cont-register-form {
	margin-top:22px;
}
.opp-cont-register-form input {
	height:50px;
}
.opp-cont-register-form select {
	height:50px;
}
.opp-cont-register-form textarea {
	height:100px;
}
.opp-cont-register-form input:placeholder {
color:#000;
}
.opp-cont-register-form p {
	font-size:15px;
	color:#fff;
}
.opp-cont-blackbx {
	background:url(/assets/img/aculite-black-bg.jpg) no-repeat top center;
	padding:50px 40px 40px 40px;
	border-radius:20px;
	color:#fff;
	font-size:19px;
}
.opp-cont-blackbx h3 {
	font-size:28px;
	color:#ffc418;
	font-weight:700;
	position:relative;
	margin-bottom:60px;
}
.opp-cont-blackbx h3:after {
	position:absolute;
	left:0;
	bottom:-22px;
	content:'';
	width:78px;
	height:2px;
	background:#ffc418;
}
.opp-cont-blackbx h5 {
	font-size:24px;
	font-weight:700;
	position:relative;
	margin-bottom:20px;
}
.opp-cont-blackbx h5 span {
	font-weight:400;
}
.opp-cont-blackbx ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}
.opp-cont-blackbx ul li {
	line-height:32px;
	margin-bottom:15px;
	position:relative;
}
.opp-cont-blackbx ul li:before {
	position:absolute;
	left:-18px;
	top:10px;
	content:'';
	background:#fff;
	width:12px;
	height:12px;
	border-radius:50px;
}
.opp-cont-btmline {
	border-bottom:#fff 2px solid;
	padding-bottom:28px;
	margin-bottom:38px;
}
.opp-cont-btmline:last-child {
	margin-bottom:8px;
}
.opp-cont-bx {
	width:100%;
	height:100%;
	background:#fff;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	color:#555555;
	overflow:hidden;
	cursor:pointer;
	transition: 0.4s;
}
.opp-cont-bx:hover {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	transition: 0.4s;
	transform: scale(1.02);
	border:#ff0940 1px solid;
}

.opp-cont-bx img { height:300px}

.opp-cont-content {
	padding:20px;
	width:100%;
	text-align:center;
}
.opp-cont-content h6 {
	font-size:19px;
	font-weight:700;
	color:#000; min-height:44px;
}
.opp-cont-content p {
	font-size:21px;
	font-weight:300;
	line-height:24px;
	color:#e7041f;
}
.opp-cont-content .parcel-txt {
	font-size:18px;
	color:#e7041f;
	font-weight:400;
	padding-top:0px;
	line-height:26px;
	position:relative;
}
.opp-cont-content .parcel-txt i {
	transform: rotateZ(0deg);
	font-size: 28px;
	color:#e7041f;
}
.owl-theme .owl-nav {
	position: absolute;
	top: 45%;
	width: 100%;
}
.owl-item .item {
	padding:6px;
}
.owl-carousel2 .owl-prev {
	left: -70px;
	position: absolute;
	background: none!important;
	border:#b2b2b2 1px solid !important;
	border-radius: 100px;
	width: 45px;
	height: 45px;
	line-height: 45px;
}
.owl-carousel2 .owl-next {
	right: -44px;
	position: absolute;
	background: none!important;
	border:#b2b2b2 1px solid !important;
	border-radius: 100px;
	width: 45px;
	height: 45px;
	line-height: 45px;
}
 .owl-theme .owl-nav [class*=owl-] {
color:#e90419;
}
 .owl-theme .owl-nav [class*=owl-]:hover {
color:#000!important;
}
.owl-carousel2 .owl-prev .bx-chevron-left:before, .owl-carousel2 .owl-next .bx-chevron-right:before {
	font-size:44px !important;
}


.opportunite-plus .owl-carousel .owl-stage-outer{ padding:10px 0;}
/*--------------------------------------------------------------
# services page
--------------------------------------------------------------*/	
	
.gtrigger-close	 { right:20px; z-index:999}


.gslide-inline .ginlined-content { border:solid 4px #fb0c45}


.services-page .ser-over {
	width:100%;
	height:100%;
	display:block;
	position:relative;
	z-index:0;
}

.ser-over .black-mainbtn {
	position:absolute;
	left:0;
	right:0;
	bottom:20px;
	margin:0 auto;
	width:94%;
	z-index:999;
}
.ser-over a.black-btn {
	width:100%;
	background:#000;
	border-radius:60px;
	color:#fff;
	font-size:30px;
	text-align:center;
	padding:20px 10px;
	font-weight:700;
}
 
.ser-over a.black-btn span {
	display:block;
	color:#d0d2cd;
	font-size:17px;
	font-style:italic;
	text-align:center;
	font-weight:400;
}
.ser-over a.black-btn:after {
	content: "\ea50";
	font-size:60px;
	color:#cecece;
	position:absolute;
	right:14px;
	top:0px;
	font-family: boxicons!important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	color:#fff;
}
.ser-over:hover a.black-btn span {
	color:#fff;
}
.services-box {
	margin-top:76px;
}
.ser-redbox {
 
position:relative;
z-index:1;
transition: all 0.4s ease-out;
cursor:pointer;
	}
 
.ser-redbox .red-circle {
	width:150px;
	height:150px;
	background:#fb0c45;
	border-radius:50%;
	text-align:center;
	margin:0 auto; 
}
.ser-redbox h4 {
	color:#000000;
	font-size:30px;
	font-weight:700;
	margin-bottom:14px;
}
.ser-redbox p {
	line-height:24px;
	font-size:18px;
}
.ser-btm-space {
	margin-bottom:125px;
}
.ser-blackbox {
	position:relative;
	margin:0 auto 0 auto;
	z-index:1;
	background:#000;
	color:#fff;
	width:90%;
	border-radius: 20px;
	padding:26px;
	cursor:pointer;
	transition: 0.2s;
}
.ser-blackbox:hover {
	padding: 26px 5%;
	transition: 0.2s;
}
.ser-blackbox .doc-ic {
	width:48px;
	height:48px;
	background:#f60c3f;
	border-radius:10px;
	text-align:center;
	position:absolute;
}
.ser-blackbox .doc-ic i {
	height:30px;
	color: #fff;
	font-size:32px;
	line-height:48px;
}
.ser-blackbox .doc-text {
	padding-left:60px;
}
.ser-blackbox .doc-text a {
	position:relative;
	display:block;
}
.ser-blackbox .doc-text a:before {
	content: "\ea50";
	font-size:60px;
	color:#ffc418;
	position:absolute;
	right:-25px;
	top:-22px;
	font-family: boxicons!important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
}
.ser-blackbox .doc-text:hover a:before {
	color:#f60c3f;
}
.ser-blackbox .doc-text h5 {
	font-size:20px;
	color:#fd0841;
	font-weight:700;
	margin-bottom:4px;
}
.ser-blackbox .doc-text p {
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin-bottom:0;
}
/*--------------------------------------------------------------
# Agence page
--------------------------------------------------------------*/
.agence-page {
	background:url(/assets/img/agence-headbg.jpg) no-repeat 0 -175px;
	min-height:1058px;  background-size:100%; 
}
.top-space-agence {
	margin-top:158px;
}
.big-check {
	margin:0 auto;
}
.big-check img {
	margin-bottom:20px;
}
.big-check h4 {
	color:#fff;
	font-size:34px;
	font-weight:700;
	text-align:center;
}
.agen-head-container {
	width:86%;
	margin:0 auto;
}
.agen-contnt-left {
	color:#000;
}
.agen-contnt-left h4 {
	font-size:42px;
	font-weight:700;
}
.agen-contnt-left p {
	font-size:18px;
	line-height:30px;
	color:#000;
	font-weight:700;
}
.agence-prof {
	position:relative;
	z-index:0;
}
.agence-prof a {
	position:absolute;
	z-index:1;
	bottom:10px;
	left:0;
	right:0;
	margin:0 auto;
	width:95%;
	background:#ffc417;
	border-radius:40px;
	padding:12px 30px;
	color:#000;
	font-size:16px;
	line-height:20px;
	font-weight:700;
}
.agence-prof a span {
	font-size:14px;
	color:#fff;
	font-weight:400;
}
.agence-prof a:after {
	position:absolute;
	content: "\ea50";
	right:5px;
	bottom:22px;
	font-size:40px;
	color:#000;
	font-family: boxicons!important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	transition: 0.4s;
}
.agence-prof a:hover{
	background:#000;
	color:#fff;
}
.agence-prof a:hover:after {
	color:#fff;
	rotate: 90deg;
	transition: 0.4s;
}
.agence-prof:hover a:before {
	color:#fff!important;
}
.agence-autor h4 {
	font-size:40px;
	font-weight:700;
	line-height:52px;
	color:#fff;
	margin-bottom:30px;
}
.agence-autor a {
	font-size:22px;
	font-weight:700;
	color:#fff;
	transition: 0.4s;
}
.agence-autor a:hover {
	color:#000;
}

.agence-autor a:hover i{
rotate: 90deg;
transition: 0.4s;
}
.agence-autor a i {
	font-size:40px;
}
.agence-logothumb .build-img {
	overflow:hidden;
	display:block;
	width:100%;
}
.agence-logothumb .build-img img {
	border-radius:30px;
	width:100%;
}
.agence-activites {
	background:url(/assets/img/agence-mid-bg.jpg) no-repeat top center;
	padding: 64px 0 34px 0; background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-position: center center;
}
.em-circle {
	margin-bottom:30px!important;
	width:220px;
	height:220px;
	border:#ffc928 24px solid;
	border-radius:100%;
	text-align:center;
	color:#fff;
}
.foldr-bx {
	width:44px;
	margin:30px auto 0 auto;
}
.foldr-bx-cont {
	max-width:130px;
	margin:15px auto 0 auto;
	color:#fff;
	font-size:25px;
	font-weight:700;
	text-align:center;
	line-height:22px;
}
.foldr-bx-cont span {
	font-size:15px;
}
.dos-cont {
	padding:100px 80px 20px 80px;
	text-align:center;
	color:#fff;
}
.dos-cont h3 {
	font-size:43px;
	font-weight:700;
	margin-bottom:15px;
}
.dos-cont p {
	font-size:18px;
	font-weight:700;
	line-height:30px;
	color:#fff;
}
.agence-title {
	font-size:32px;
	font-weight:700;
	text-align:center;
	color:#fff;
	padding:10px 0;
}
.agence-chef {
	margin-top:55px;
}
.chef-bx h4 {
	color:#333333;
	font-weight:700;
	margin-bottom:16px;
}
.chef-bx p {
	font-size:18px;
	line-height:30px;
	color:#333333;
}
.agence-chef ul {
	list-style: none;
	padding: 0;
}
.agence-chef ul li {
	padding: 16px 20px;
	background:#fff;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	color:#555555;
	display:inline-block;
	width:100%;
	margin-bottom:20px;
	transition: 0.2s;
}
.agence-chef ul li:hover {
	padding: 16px 5%;
    transition: 0.2s;
	}
.agence-chef ul .doc-ic {
	width:48px;
	height:48px;
	background:#ffc417;
	border-radius:10px;
	padding:9px 6px 9px 9px;
	text-align:center;
	margin-right:20px;
	float:left;
}
.agence-chef ul .doc-ic i {
	height:30px;
	color: #fff;
	font-size:30px;
}
.agence-chef ul .doc-text {
}
.agence-chef ul .doc-text a {
	position:relative;
	display:block;
	   
}
.agence-chef ul .doc-text:hover a h5, .agence-chef ul .doc-text:hover a p{ color:#fc0c44;}
.agence-chef ul .doc-text a:before {
	content: "\ea50";
	font-size:60px;
	color:#000;
	position:absolute;
	right:-25px;
	top:-22px;
	font-family: boxicons!important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	transition: 0.4s;
}
.agence-chef ul .doc-text:hover a:before {
	color:#ffc417;
	rotate: 90deg;
transition: 0.4s;
	
}
.agence-chef ul .doc-text h5 {
	font-size:18px;
	color:#000;
	font-weight:700;
	margin-bottom:4px;
}
.agence-chef ul .doc-text p {
	font-size:14px;
	font-style:italic;
	line-height:20px;
}
.agence-chef p:last-child {
	margin-bottom: 0;
}
.agence-chef .seprate-line {
	border-bottom:#dedede 1px solid;
	margin-top:20px;
}
.agence-gallery .gallery-bx {
	width:86%;
}
.agence-gallery .gallery-bx h4 {
	background:#ffc417;
	color:#fff;
	max-width:680px;
	padding:20px 40px;
	font-weight:700;
	font-size:23px;
	border-radius: 50px 50px 0px 0px;
	-moz-border-radius: 50px 50px 0px 0px;
	-webkit-border-radius: 50px 50px 0px 0px;
	margin:0;
}
.agence-gallery .gallery-bx h4 span {
	font-size:17px;
}
.gallery-bx-cont {
	width:100%;
	height:100%;
	background:#fff;
	border-radius:0px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	color:#555555;

}

.gallery-bx-cont img{ transition: all 0.4s ease-out;}
.gallery-bx-cont img:hover {
	transform: scale(1.1);
	transition: all 0.4s ease-out;
	}

.agence-gallery .owl-item .item {
	padding: 0px;
}
.agence-gallery .owl-carousel .owl-stage-outer {
	border-radius:0px !important;
}
.agence-gallery .owl-theme .owl-nav {
	position: absolute;
	bottom: -65px;
	top:inherit;
	right:0;
	max-width: 332px;
	width:100%;
	background:#ffc417;
	padding:19px 10px;
	color:#000;
	border-radius: 0px 0px 50px 50px;
	-moz-border-radius: 0px 0px 50px 50px;
	-webkit-border-radius: 0px 0px 50px 50px;
}
.agence-gallery .owl-carousel .owl-nav button.owl-next, .agence-gallery .owl-carousel .owl-nav button.owl-prev{
	background: 0 0;
	border: none;
	padding: 0px 26px!important;
}

.agence-gallery .owl-carousel button.owl-dot {
	background: 0 0;
	border: none;
	padding: 0px 0px!important;
	margin-top:20px;
}
 .agence-gallery .owl-theme .owl-nav [class*=owl-] {
 color: #000;
}
 .agence-gallery .owl-theme .owl-nav [class*=owl-] {
 color: #000;
 font-size: 18px;
}
.agence-gallery .owl-theme .owl-nav .bx-chevron-left {
	font-size:18px;
}
/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/

.contact-page {
	background:url(/assets/img/contact-bg.jpg) no-repeat top center;
	background-size:cover;
	min-height:1250px;
}
.contact-page .heading {
	color:#fff;
	border-bottom:#fff 2px solid;
	width:60%;
	margin:152px auto 52px auto;
	text-align:center;
	padding-bottom:50px;
}
.contact-page .heading h2 {
	font-size:64px;
	font-weight:700;
}
.contact-page .heading h4 {
	font-size:36px;
	font-weight:400;
}
.contact-page .heading h3 {
	font-size:35px;
	font-weight:700;
}
.contact-addbx {
	background:rgba(255, 255, 255, 0.95);
	border-radius:6px;
	color:#111111;
	overflow:hidden;
}
.contact-addbx .head {
	background:rgba(247, 247, 247, 0.4);
	border-bottom:#e4e7e9 1px solid;
	padding: 25px 15px 12px 15px;
	text-align:center;
}
.contact-addbx .head h5 {
	font-size:24px;
	font-weight:700;
	margin-bottom:4px;
}
.contact-addbx .head p {
	font-size:14px;
	color:#555;
	margin-bottom:0;
}
.contact-addbx .head p span {
	color:#fd194d;
}
.contact-address {
	padding:44px 44px 64px 44px;
}
.contact-address h4 {
	font-size:24px;
	font-style:italic;
	font-weight:700;
	line-height:34px;
	border-bottom:#dddddd 1px solid;
	padding-bottom:30px;
	margin-bottom:25px;
}
.address-detail {
}
.address-detail ul {
	margin:0;
	padding:0;
	list-style:none;
}
.address-detail ul li {
	font-size:19px;
	position:relative;
	padding:0 0 0 35px;
	margin-bottom:15px;
}
.address-detail ul li i {
	color:#ffc315;
	font-size:26px;
	position:absolute;
	left:0;
	top:3px;
}
.contact-form {
	padding:36px 62px 50px 62px;
}
.contact-form input {
	height: 50px;
}
.contact-form .form-outline {
	position:relative;
	z-index:0;
}
.contact-form .form-outline .star {
	position:absolute;
	right:-12px;
	top:16px;
	width:20px;
	font-size:14px;
	color:#fd194d;
	z-index:1;
}
.contact-form .form-outline2 {
	position:relative;
	z-index:0;
}
.contact-form .form-outline2 .star {
	position:absolute;
	right:-12px;
	top:inherit;
	bottom:0px !important;
	width:20px;
	font-size:14px;
	color:#fd194d;
	z-index:1;
}
.contact-form textarea {
	height: 130px;
}
.contact-form .submit-button {
	background:#ffc418;
	border-radius:50px;
	width:100%;
	height:48px;
	color:#000;
	text-align:center;
	font-weight:700;
	font-size:15px;
}
.contact-form .submit-button:hover {
	background:#000;
	color:#fff;
}
/*--------------------------------------------------------------
# Properties page
--------------------------------------------------------------*/
.properties-header .lotis-slide {
	width:100%;
	min-height:850px;
	position:relative;
}
.properties-header .lotis-slide .icon-box {
	position: absolute;
	left: 0;
	z-index: 22;
	bottom: 0;
	width: 100%;
	height: 85%;
	color: #fff;
	padding: 80px 65px 20px 65px;
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
	background: linear-gradient(0deg, #000000, transparent);
	transition: all ease-in-out 0.3s;
}
.properties-header .lotis-slide .icon-box .mid-txt {
	max-width:1290px;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom:40px;
}
.properties-header .lotis-slide .icon-box h3 span {
	font-weight:400;
}
.properties-header .lotis-slide .icon-box h3 {
	font-size:36px;
	font-weight:700;
}
.properties-header .lotise-slide-txt {
	margin-top:15px;
	border-top:#fff 2px solid;
	padding-top:20px;
	width:100%;
	position:relative;
}
.properties-header .lotise-slide-txt .arrow {
	position:absolute;
	right:0;
	top:15px;
	font-size:40px;
	color:#ffc418;
	width:36px;
	height:36px;
}
.properties-header .lotise-slide-txt h5 {
	font-size:24px;
	font-weight:700;
	margin:0 0 5px;
	padding:0;
	position:relative;
	width:50%;
}
.properties-header .lotise-slide-txt h5 .bx-chevron-right:before {
	position:absolute;
	right:0;
	top:-4px;
	font-size:40px;
	color:#ffc418;
}
.properties-header .lotise-slide-txt p {
	font-size:24px;
	font-weight:300;
	color: #fff;
}
.property-mid-content {
	background:url(/assets/img/property-deskbg.jpg) no-repeat center  center;
	padding:84px 0;background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center center; 
}


.properties-bg {	background:url(/assets/img/property-header-img.jpg) no-repeat center  right;
background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center center; }

.property-mid-content h5 {
	font-size:30px;
	font-weight:700;
	position:relative;
	margin-bottom:20px;
	color:#ffc418;
}
.property-mid-content h5 span {
	border-bottom:#ffc418 2px solid;
}
.property-mid-content h4 {
	font-size:48px;
	font-weight:400;
	position:relative;
	margin-bottom:20px;
	color:#fff;
}
.property-mid-content ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}
.property-mid-content ul li {
	line-height:32px;
	margin-bottom:15px;
	position:relative;
	color:#fff;
	font-size:24px;
}
.property-mid-content ul li:before {
	position:absolute;
	left:-24px;
	top:10px;
	content:'';
	background:#ffc418;
	width:14px;
	height:14px;
	border-radius:50px;
}
.properties-header .lotise-slide-txt a.btn-socl {
	background:#ff0940;
	border-radius:14px;
	text-align:left;
	padding:10px 22px 5px 10px;
	margin: 0 16px;
	position:absolute;
	right:0;
}
.properties-header .lotise-slide-txt a.btn-socl:hover {
	background:#ffc317;
	color:#000;
}
.properties-header .lotise-slide-txt a.btn-socl2 {
	background:#fff;
	border-radius:14px;
	text-align:left;
	padding:10px 22px 5px 10px;
	margin: 0 16px;
	position:absolute;
	right:245px;
}
.properties-header .lotise-slide-txt a.btn-socl2:hover {
	background:#ffc317;
	color:#fff;
}
.properties-header .lotise-slide-txt a.btn-socl:hover p, .properties-header .lotise-slide-txt a.btn-socl:hover h6 {
	color:#fff;
}
.properties-header .lotise-slide-txt a.btn-socl2:hover p, .properties-header .lotise-slide-txt a.btn-socl2:hover h6 {
	color:#000;
}
.properties-header .lotise-slide-txt a.btn-socl .icon {
	width:45px;
	font-size:42px;
	line-height:42px;
	margin-right:8px;
	color:#fff;
	display:block;
}
.properties-header .lotise-slide-txt a.btn-socl2 .icon {
	width:45px;
	font-size:42px;
	line-height:42px;
	margin-right:8px;
	color:#000;
	display:block;
}
.properties-header .lotise-slide-txt a.btn-socl .icon-txt, .properties-header .lotise-slide-txt a.btn-socl2 .icon-txt {
	color:#fff;
}
.properties-header .lotise-slide-txt a.btn-socl .icon-txt h6 {
	font-weight:700;
	text-transform:uppercase;
	font-size:16px;
	padding:0px;
	margin:0px;
}
.properties-header .lotise-slide-txt a.btn-socl .icon-txt p {
	font-size:16px;
	padding:0px;
	margin:0px;
	color:#fff;
	line-height:22px;
}
.properties-header .lotise-slide-txt a.btn-socl2 .icon-txt h6 {
	font-weight:700;
	text-transform:uppercase;
	font-size:16px;
	padding:0px;
	margin:0px;
	color:#000;
}
.properties-header .lotise-slide-txt a.btn-socl2 .icon-txt p {
	font-size:16px;
	padding:0px;
	margin:0px;
	color:#000;
	line-height:22px;
}
/*--------------------------------------------------------------
# Button animation
--------------------------------------------------------------*/

.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index: 1;
	text-decoration:none;
	font-weight:500;
	background:#fa0d45;
	border-radius:50px;
}
.thm-btn:before {
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -230%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
	background-color: #000;
}
.thm-btn:hover {
	color:#fff!important;
}
.thm-btn:hover:before {
	top:-40%;
}
.thm-btn2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index:99;
	text-decoration:none;
	font-weight:500;
	border-radius:50px;
}
.thm-btn2:before {
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -230%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
	background-color: #fd0942;
}
.thm-btn2:hover {
	color:#fff!important;
}
.thm-btn2:hover:before {
	top:-40%;
}

.thm-btn3 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index: 1;
	text-decoration:none;
	font-weight:500;
	border-radius:50px;
}
.thm-btn3:before {
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -230%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
	background-color: #000;
}
.thm-btn3:hover {
	color:#fff!important;
}
.thm-btn3:hover:before {
	top:-40%;
}


.thm-btn4 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index: 1;
	text-decoration:none;
	font-weight:500;
	border-radius:50px;
}
.thm-btn4:before {
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -230%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
	background-color: #ffc418;
}
.thm-btn4 h6, .thm-btn4 p, .thm-btn4 i{
	transition-duration: 800ms;
}
.thm-btn4:hover h6, .thm-btn4:hover p, .thm-btn4:hover i{
	color:#000!important;
	transition-duration: 800ms;
}
.thm-btn4:hover:before {
	top:-40%;
}








.services-grid {
 display: grid; 
grid-row-gap:0;
grid-column-gap : 0;

margin:0;
}
.css-services {
width: 100%; position: relative; overflow: hidden;
text-align: center; margin-bottom:0;
color: white; font-weight: 700;
transition: 0.2s ease all;
}
.css-services .services-layer {
width: 100%; height: 100%; position: absolute; display: flex; align-items: flex-start; justify-content: center; 
color: white; text-shadow: 1px 1px 5px rgb(0, 0, 0, 0.5);
}
.css-services .services-layer2 {
width:100%; height:95px; margin: 5% 5%; padding:5% 5%; position: relative; z-index: 2;
top: 70%;
position: relative; display: flex; align-items: center; justify-content: center;
background-color: rgb(0, 0, 0, 0.9); border-radius:50px;
transition: 0.2s;
}
.css-services .img-services {
width: 100%; transition: 0.2s ease all;
}
.text-1 { font-weight: 700; margin: 13px 0 4px 0; font-size:30px;}
.text-2 {    display: block;
    color: #d0d2cd;
    font-size: 17px;
    font-style: italic;
    text-align: center;
    font-weight: 400; }
.css-services .icon-services { width: 40px; position: absolute; right: 1%; opacity: 0.4; transition: 0.2s ease all; }
.css-services:hover .icon-services { transform: rotate(90deg) scale(1.4); right: 6%; opacity: 1; }

.css-services:hover .services-layer2  { 
height: 100%; margin: 0 0% 0 0; padding: 0 10%;
top: 0%;
background-color: rgb(0, 0, 0, 0.7); border-radius: 0;
}

 
 




/* === Funnel orientation: secondary nav + social links non-clickable site-wide === */
#navbar ul li a:not(.thm-btn){ pointer-events:none; cursor:default; }
#footer .copy-social a{ pointer-events:none; cursor:default; }
