body,
p {
	color: #999;
	line-height: 1.75em
}

#slider-area,
.about,
.acod-head,
.blog-home,
.contact,
.error-form form,
.form-component,
.news-block .inner-box,
.page-title .inner-container,
.pos-re,
.project-page,
.project2,
.projects,
.sidebar .search-box,
.skills,
[data-overlay-dark],
[data-overlay-light] {
	position: relative
}

body,
p {
	line-height: 1.75em
}

input[type=submit],
select,
td,
th,
tr {
	padding: 10px
}

.link-btn:before,
.v-bottom,
.v-middle {
	left: 0;
	position: absolute
}

.100vh,
.blog-home .item .post-img .img,
.header,
.notfound,
.o-hidden {
	overflow: hidden
}

.100vh,
.header,
.hero,
.notfound {
	min-height: 100vh
}

#root .slick-slider a,
.button-light2,
a:hover,
a:link {
	text-decoration: none
}

body,
html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased
}

body {
	font-family: 'Roboto Medium', arial;
	font-size: 15px;
	font-weight: 400;
	background: #1b1b1b
}

.notfound .number,
.notfound .title,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Oswald, sans-serif
}

img {
	width: 100%;
	height: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #777
}

h1 {
	font-size: 40px;
	margin-bottom: 0
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 27px
}

h4 {
	font-size: 24px
}

.dark,
.prev-next a i,
h5 {
	font-size: 20px
}

.gallery-box .gallery-detail h4,
h6 {
	font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #777;
	font-weight: 400;
	line-height: 1.5em
}

input[type=submit],
p {
	font-family: 'Roboto Medium', arial;
	font-weight: 400
}

p {
	font-size: 15px;
	margin: 0 0 20px
}

ul {
	list-style-type: none
}

.about .wrap ul.social li a,
.blog-home .item .info a span,
.contact h4 span,
.footer .bottom p a:hover,
.nav-scroll .icon-bar,
.nav-scroll .navbar-toggler-icon,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .navbar-nav .active i,
.navbar .navbar-nav .nav-link:hover,
.prev-next a:hover,
.projects2-filter li:hover,
.sidebar .widget.category li span a:hover,
.sidebar .widget.last-post-thum .item .cont h6 a:hover,
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
a,
select option {
	color: #777
}

a:hover {
	color: #fff
}

.owl-dots button.owl-dot:focus,
.owl-nav button:focus,
a:focus,
input[type=checkbox]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=text]:focus,
textarea:focus {
	outline: 0
}

.mb-100 {
	margin-bottom: 100px
}

.hero .owl-theme .owl-nav.disabled+.owl-dots,
.mt-30 {
	margin-top: 30px
}

.mt-60 {
	margin-top: 60px
}

.mt-90 {
	margin-top: 90px
}

.hero:last-child,
.mb-30 {
	margin-bottom: 30px
}

.pb-30 {
	padding-bottom: 30px
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat
}

.bg-fixed {
	background-attachment: fixed
}

.dark {
	color: #777;
	vertical-align: middle;
	margin-right: 10px
}

.notfound .number {
	font-size: 180px;
	line-height: 180px;
	color: #777;
	margin-bottom: 15px;
	font-weight: 400
}

.notfound .title {
	font-size: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #1b1b1b;
	margin-bottom: 20px
}

.form-component {
	margin-bottom: 5px
}

.js .animate-box,
.services .item:hover:after,
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0
}

:root {
	scroll-behavior: auto
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.v-middle {
	width: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.v-bottom {
	width: 100%;
	bottom: 5%;
	-webkit-transform: translate(0, -5%);
	transform: translate(0, -5%)
}

input::placeholder {
	color: #efefef
}

input[type=email],
input[type=file],
input[type=password],
input[type=text],
textarea {
	max-width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	height: auto;
	background-color: rgba(255, 255, 255, .6);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0 0 1px;
	border-style: solid;
	display: block;
	width: 100%;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
	background-image: none;
	border-bottom: 1px solid rgba(255, 255, 255, .03);
	border-radius: 5px
}

input:focus,
textarea:focus {
	border-bottom: 1px solid #777
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.75em;
	-webkit-transition: background-color .15s ease-out;
	transition: background-color .15s ease-out;
	background: #777;
	border: 1px solid transparent;
	outline: 0
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background-color: transparent;
	color: #777;
	border: 1px solid #777
}

input[type=submit] {
	font-size: 15px;
	margin: 0;
	position: relative;
	border-radius: 5px;
	width: 100%
}

input[type=checkbox] {
	position: relative;
	cursor: pointer;
	margin: 5px 35px 15px 0;
	-moz-appearance: none;
	-webkit-appearance: none
}

input[type=checkbox]:before {
	content: '';
	width: 22px;
	height: 22px;
	border: 1px solid #e9e9ec;
	background: 0 0;
	position: absolute;
	top: -1px;
	margin-left: -3px
}

input[type=checkbox]:after {
	font-family: themify;
	content: '\e64c';
	color: #fff;
	background: 0 0;
	position: absolute;
	top: 2px;
	margin-left: -1px;
	left: 0;
	width: 18px;
	height: 18px;
	border: none;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
	will-change: opacity;
	font-size: 12px
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before,
input[type=checkbox]:checked:after {
	opacity: 1
}

input[type=email].line-gray,
input[type=file].line-gray,
input[type=password].line-gray,
input[type=text].line-gray,
label a.underline.line-gray,
textarea.line-gray {
	border-bottom: 1px solid rgba(255, 255, 255, .4)
}

input.line-gray:focus,
textarea.line-gray:focus {
	border-bottom-width: 1px;
	border-color: #fff;
	outline: 0
}

.alert-success,
input[type=checkbox].line-gray:before {
	border: 1px solid rgba(255, 255, 255, .03)
}

.lets-talk input[type=file],
.lets-talk input[type=text],
.lets-talk textarea,
button,
input,
input[type=email],
input[type=file],
input[type=password],
input[type=text],
optgroup,
select,
textarea {
	font-family: 'Roboto Medium', arial;
	color: #585151;
	outline: 0
}

[data-aos^=fade][data-aos^=fade].aos-animate p a {
	color: #fff
}

.lets-talk input[type=checkbox].line-gray:before {
	border: 1px solid rgba(255, 255, 255, .4)
}

.lets-talk label {
	display: inline-block;
	color: #fff
}

.lets-talk ::-webkit-input-placeholder {
	color: #fff
}

.lets-talk :-moz-placeholder {
	color: #fff
}

.lets-talk ::-moz-placeholder {
	color: #fff;
	opacity: 1
}

.lets-talk :-ms-input-placeholder {
	color: #fff
}

label a.underline {
	border-bottom: 1px solid #f1f1f1;
	display: inline-block;
	line-height: 1.5
}

.alert-success {
	background: 0 0;
	color: #999;
	border-radius: 0
}

::-webkit-input-placeholder {
	color: #999;
	font-size: 15px;
	font-weight: 400
}

:-moz-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	color: #999
}

input[type=email]::placeholder,
input[type=text]::placeholder,
textarea::placeholder {
	color: #585151
}

#no-more-tables td,
.about .wrap ul.social li a:hover,
.acc-bg-dark .acod-head .indicator,
.acc-bg-dark .acod-head a,
.acc-bg-dark .acod-head a:active,
.acc-bg-dark .acod-head a:focus,
.acc-bg-dark .acod-head a:hover,
.blog-home .item .info a span:hover,
.card-bloc p,
.footer .top .item h3 span,
.hero .wrap .caption .title.white,
.lets-talk .section-title,
.lets-talk input[type=text],
.link-btn:hover,
.nav-scroll .navbar-nav .nav-link,
.navbar .icon-bar,
.navbar .navbar-nav .nav-link.nav-color,
.navbar .navbar-toggler-icon,
.project2-link:hover,
.projects2-wrap h3 a,
.projects2-wrap h3 a:hover,
.section-title span,
.section-title2 span,
.services .item:hover .icon-size,
.services .item:hover .more,
.services .item:hover h5,
.services .item:hover p,
.services .item:hover span,
.team .wrap ul.social li a:hover,
.testimonials .wrap .item p,
[data-overlay-dark] p,
input[type=email],
input[type=text],
textarea {
	color: #fff
}

select {
	border-radius: 5px;
	font-size: 14px
}

input[type=checkbox],
input[type=radio] {
	display: inline;
	outline: 0
}

.link-btn {
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: -2px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	color: #777
}

#root .card-header,
#root .sticky .card-body,
.header .caption p span:last-child,
.logo,
.navbar {
	padding: 0
}

.link-btn i {
	margin-left: 5px;
	font-size: 10px
}

.link-btn:before {
	content: '';
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #777;
	-webkit-transition: .4s;
	transition: .4s
}

.link-btn:hover::before {
	width: 100%;
	color: #777
}

#preloader,
.preloader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #1b1b1b;
	z-index: 999999
}

.loader,
.loader span {
	width: 55px;
	height: 55px
}

#preloader {
	display: table;
	table-layout: fixed
}

#preloader-status,
.process .wrap .cont,
.projects3 .content .cont {
	display: table-cell;
	vertical-align: middle
}

.preloader-position {
	position: relative;
	margin: 0 auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

.loader {
	position: relative;
	left: 50%;
	top: auto;
	margin-left: -22px;
	margin-top: 1px;
	-webkit-animation: 1s linear infinite rotate;
	-moz-animation: 1s linear infinite rotate;
	-ms-animation: rotate 1s infinite linear;
	-o-animation: 1s linear infinite rotate;
	animation: 1s linear infinite rotate;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.loader span {
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid transparent;
	border-top: 1px solid #777;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.content-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
	line-height: .7;
	display: block
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 0 3px;
	border-radius: 50%;
	background: 0 0;
	border: 1px solid rgba(255, 255, 255, .2)
}

.hero .owl-theme .owl-dots .owl-dot.active span,
.hero .owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #777;
	border: 1px solid #777
}

.slider-fade .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 0 3px;
	border-radius: 50%;
	background: 0 0;
	border: 1px solid #fff
}

.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	border: 1px solid #fff
}

.slider-fade .owl-theme .owl-nav [class*=owl-] {
	background: 0 0;
	color: #fff;
	font-size: 10px;
	margin-right: 3px;
	cursor: pointer;
	transition: .2s ease-in-out;
	transform: scale(1);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	line-height: 32px;
	border: 1px solid rgba(255, 255, 255, .3)
}

.navbar {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	background: 0 0;
	z-index: 99;
	height: 90px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.navbar-toggler-icon {
	background-image: none
}

.navbar .navbar-nav .nav-link {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin: 1px;
	-webkit-transition: .4s;
	transition: .4s;
	padding-right: 12px;
	padding-left: 12px;
	font-family: 'Roboto Medium', arial
}

.nav-scroll {
	background: #1b1b1b;
	padding: 0;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .03)
}

.nav-scroll .navbar-nav .logo {
	padding: 15px 0;
	color: #fff
}

.nav-scroll .logo-img {
	width: 165px;
	margin-bottom: 0
}

.nav-scroll .logo-wrapper .logo h2 {
	font-family: Oswald, sans-serif;
	font-size: 27px;
	font-weight: 500;
	display: block;
	width: 100%;
	position: relative;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 3px
}

.logo-wrapper .logo span,
.nav-scroll .logo-wrapper .logo span {
	font-family: 'Roboto Medium', arial;
	font-size: 10px;
	color: #777;
	font-weight: 400;
	letter-spacing: 4px;
	display: block;
	margin-top: 0;
	line-height: 1.2em;
	text-transform: uppercase
}

.hero .wrap .caption .title,
.logo-wrapper .logo h2,
.section-title,
.section-title2 {
	font-family: Oswald, sans-serif
}

.logo-wrapper,
.owl-prev {
	float: left
}

.logo-wrapper .logo h2 {
	font-size: 27px;
	font-weight: 500;
	display: block;
	width: 100%;
	position: relative;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px
}

.header .caption h1,
.header .caption h4,
.hero .wrap .caption .subtitle,
.hero .wrap .caption .title,
.section-title,
.sub-title {
	letter-spacing: 3px;
	text-transform: uppercase
}

.logo-wrapper .logo h2 a i {
	color: #fff;
	font-size: 20px;
	vertical-align: super
}

.logo-img {
	padding: 20px 0;
	width: 165px;
	text-align: center
}

.dropdown .nav-link i {
	padding-left: 5px;
	font-size: 8px;
	color: #fff
}

.navbar .dropdown-menu .dropdown-item {
	padding: 9px 0;
	font-family: 'Roboto Medium', arial;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	position: relative;
	-webkit-transition: .4s;
	transition: .4s;
	background-color: transparent
}

.navbar .dropdown-menu .dropdown-item span {
	display: block;
	cursor: pointer
}

.navbar .dropdown-menu .dropdown-item i {
	padding: 10px 0 0 5px;
	font-size: 8px;
	float: right
}

#root .sticky .card-body,
#root .sticky .card-body img,
#root .sticky .card-footer,
.header .caption p span:last-child:after,
.navbar .dropdown-toggle::after,
.text-slider-hammamet-mobile {
	display: none
}

.navbar .dropdown-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, .02)
}

#root .sticky .card-header,
.navbar .dropdown-menu li:last-child {
	border-bottom: none
}

.navbar .dropdown-menu .dropdown-menu.pull-left {
	top: 0;
	left: auto;
	right: 100%
}

@media screen and (min-width:992px) {
	.navbar .dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		width: 200px;
		padding: 15px;
		border-radius: 0;
		border: 0;
		background-color: #222;
		-webkit-transition: .3s;
		transition: .3s
	}

	.navbar .dropdown-menu .dropdown-menu {
		left: calc(100% + 5px);
		top: -10px;
		right: auto;
		min-width: 190px;
		transform: translateY(0)
	}

	.navbar .dropdown:hover>.dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0)
	}
}

@media screen and (max-width:767px) {
	.navbar .navbar-collapse {
		max-height: 450px;
		overflow: auto;
		background: #222;
		text-align: left;
		padding: 20px
	}
}

.about .wrap .con .info .name,
.about .wrap .con .info .number,
.banner-header .wrap div,
.header .caption .o-hidden,
.team .wrap .con .info .name,
.team .wrap .con .info .number {
	display: inline-block
}

.header .caption h4 {
	color: #fff;
	font-family: 'Roboto Medium', arial;
	font-weight: 400;
	line-height: 1.5em;
	font-size: 12px;
	word-spacing: 5px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.header .caption h4:before {
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%
}

.about .wrap .con .info .name:after,
.about .wrap .con .info .name:before,
.banner-header .subtitle:after,
.banner-header .subtitle:before,
.header .caption h4:after,
.header .caption h4:before,
.hero .wrap .caption .subtitle:after,
.hero .wrap .caption .subtitle:before,
.projects .items .con .info .category:after,
.projects .items .con .info .category:before,
.team .wrap .con .info .name:after,
.team .wrap .con .info .name:before {
	content: "";
	position: absolute;
	display: block;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header .caption h1 {
	position: relative;
	margin-bottom: 20px;
	font-size: 48px;
	line-height: 1.2em;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	color: #fff;
	font-weight: 400
}

.header .caption p {
	font-size: 15px;
	line-height: 1.75em;
	margin-bottom: 30px;
	color: #fff;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	margin-right: 15px
}

.header .caption p span {
	letter-spacing: 5px;
	text-transform: uppercase;
	margin: 0 5px;
	padding-right: 14px;
	position: relative
}

.header .caption p span:after {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #1b1b1b;
	position: absolute;
	top: 10px;
	right: 0;
	opacity: .5
}

.header .caption .button-dark,
.header .caption .button-dark2,
.header .caption .button-light,
.header .caption .button-light2 {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	margin-right: 15px;
	margin-bottom: 15px
}

#slider-area:after {
	content: '';
	position: absolute;
	height: 100%;
	left: 0;
	top: -1px;
	width: 100%;
	-webkit-clip-path: polygon(0% 75%, 0% 0%, 100% 0%, 100% 35%);
	clip-path: polygon(0% 75%, 0% 0%, 100% 0%, 100% 35%);
	z-index: -1
}

.slider .owl-item,
.slider-fade .owl-item {
	height: 100vh;
	position: relative
}

.slider .item,
.slider-fade .item {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center
}

.slider .item .caption,
.slider-fade .item .caption {
	z-index: 9
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
	position: absolute;
	bottom: 7%;
	width: 100%;
	text-align: center
}

.owl-nav {
	position: absolute;
	bottom: 5%;
	right: 12%;
	z-index: inherit
}

.owl-next,
.testimonials .wrap .item .info .rate {
	float: right
}

.owl-theme .owl-nav [class*=owl-] {
	background: 0 0;
	color: #fff;
	font-size: 9px;
	margin-right: 3px;
	cursor: pointer;
	transition: .2s ease-in-out;
	transform: scale(1);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	line-height: 32px;
	border: 1px solid rgba(255, 255, 255, .3)
}

.sub-title.border-bot-light,
.sub-title.border-bot-light.light {
	border-bottom: 1px solid rgba(255, 255, 255, .03)
}

.owl-theme .owl-nav [class*=owl-]:hover {
	transform: scale(.9);
	background: #fff;
	border: 1px solid #fff;
	color: #1b1b1b
}

@media screen and (max-width:768px) {
	.owl-nav {
		display: none
	}
}

.slide-num {
	position: absolute;
	left: 168px;
	bottom: 7%;
	z-index: 9
}

.slide-num span {
	font-family: 'Roboto Medium', arial;
	font-size: 15px;
	color: #fff;
	margin-right: 140px
}

.about .states li:last-of-type,
.banner-header .wrap .date-comment:last-of-type,
.projects2-filter li:last-child,
.slide-num span:last-child {
	margin-right: 0
}

.slider__progress {
	width: 120px;
	height: 1px;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	left: 192px;
	bottom: 8.5%;
	z-index: 9
}

.slider__progress span {
	background: #fff;
	height: 1px;
	display: block;
	-webkit-transition: none, .4s;
	-o-transition: none, .4s;
	transition: none, .4s;
	position: relative;
	top: 0
}

.hero {
	position: relative
}

.hero .wrap figure {
	margin: 0 0 0 auto;
	position: relative;
	width: 50%
}

.hero .wrap.left figure {
	margin-left: 0;
	margin-right: auto
}

.hero .wrap .caption {
	position: absolute;
	top: 50%;
	width: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0 30px 30px 0
}

.hero .wrap.left .caption {
	left: auto;
	right: 0;
	padding: 30px
}

.hero .wrap .caption .subtitle,
.section-subtitle,
.sub-title {
	position: relative;
	padding-left: 15px
}

.hero .wrap .caption .title {
	color: #777;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.5em;
	word-spacing: 5px
}

.hero .wrap .caption .subtitle {
	color: #777;
	font-size: 13px;
	margin-bottom: 20px;
	font-weight: 400;
	word-spacing: 3px;
	margin-left: 5px;
	margin-top: 0
}

.banner-header .subtitle:before,
.hero .wrap .caption .subtitle:before,
.projects .items .con .info .category:before,
.section-subtitle:before,
.sub-title:before {
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #777;
	border-radius: 50%
}

.hero .wrap .caption .list,
.news-block .caption-box .info,
.page-list {
	position: relative;
	display: block
}

.hero .wrap .caption .list li,
.page-list li {
	position: relative;
	display: flex;
	align-items: center
}

.hero .wrap .caption.list li+li,
.page-list li+li {
	margin-top: 10px
}

.hero .wrap .caption .icon,
.page-list-icon {
	display: flex;
	align-items: center
}

.hero .wrap .caption .icon span {
	font-size: 12px;
	color: #777;
	background-color: transparent
}

.hero .wrap .caption .text {
	margin-left: 10px
}

.hero .wrap .caption .text p,
.page-list-text p {
	font-size: 15px;
	margin: 0
}

.hero .wrap .caption .signature {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.hero .wrap .caption .signature img {
	margin-right: 15px;
	width: 70px
}

.hero .wrap .caption .signature .wrap .name {
	color: #777;
	font-size: 15px
}

.hero .wrap .caption .signature .wrap .job {
	color: #999;
	font-size: 15px
}

.hero .wrap .caption .signature .wrap .job.white {
	color: #fff;
	font-size: 15px
}

.hero .owl-theme .owl-dots .owl-dot span {
	border: 1px solid rgba(255, 255, 255, .5)
}

@media (max-width:991.98px) {
	.hero .wrap figure {
		width: auto;
		margin: 0
	}

	.hero .wrap .caption {
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		padding: 30px 0 0
	}

	.hero .wrap.left .caption {
		padding: 30px 0 0
	}
}

.section-padding {
	padding-top: 120px;
	padding-bottom: 120px
}

.section-padding2 {
	padding-top: 200px;
	padding-bottom: 120px
}

.section-padding.three {
	padding-top: 180px;
	padding-bottom: 120px
}

.section-title {
	color: #777;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.5em;
	word-spacing: 5px
}

.section-title2 {
	color: #777;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5em
}

.section-subtitle {
	font-size: 15px;
	margin-bottom: 5px;
	color: #1b1b1b;
	word-spacing: 3px;
	margin-left: 10px
}

.section-subtitle:after,
.section-subtitle:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.sub-title {
	color: #777;
	font-family: 'Roboto Medium', arial;
	font-weight: 400;
	line-height: 1.5em;
	font-size: 12px;
	margin-top: 5px
}

.sub-title.border-bot-dark:before {
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #777;
	border-radius: 50%;
	top: 45%
}

.sub-title:after,
.sub-title:before {
	content: "";
	position: absolute;
	display: block;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.sub-title.border-bot-light {
	position: relative;
	padding: 5px 0 15px 15px
}

.sub-title.border-bot-dark {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 5px 0 10px 15px;
	color: #fff
}

.sub-title.border-footer-light {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .03);
	padding: 0 0 15px 15px
}

.lets-talk {
	position: inherit
}

.footer .sub-title:after,
.footer .sub-title:before {
	top: 30%
}

.banner-header {
	padding: 268px 0 248px
}

.qodef-section-title .qodef-m-text {
	letter-spacing: .6em;
	font-family: Raleway;
	margin: 13px 0 0;
	text-transform: uppercase;
	line-height: 2.2em;
	color: #c28562
}

.banner-header .title,
.services .item .numb {
	font-family: Oswald, sans-serif;
	font-weight: 400
}

.about .states li p,
.banner-header .title {
	line-height: 1.5em;
	text-transform: uppercase
}

.banner-header .title {
	color: #fff;
	font-size: 36px;
	letter-spacing: 3px;
	margin-bottom: 10px
}

.banner-header .subtitle {
	color: #fff;
	font-size: 13px;
	margin-bottom: 0;
	font-weight: 400;
	word-spacing: 3px;
	position: relative;
	padding-left: 15px;
	margin-left: 5px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 0
}

.banner-header p {
	font-size: 15px;
	margin-bottom: 0;
	color: #fff;
	text-align: center
}

.projects2-wrap p,
p.encours {
	margin-bottom: 5px;
	padding: 1px 0 0 7px;
	width: fit-content
}

.banner-header p a {
	color: #aa8453
}

.banner-header .wrap,
.skills .skill-item {
	margin-top: 20px
}

.banner-header .wrap .avatar {
	width: 25px;
	height: 25px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 5px
}

.banner-header .wrap .author,
.banner-header .wrap .date-comment {
	color: #fff;
	margin-right: 20px;
	font-size: 13px
}

.banner-header .wrap .date-comment {
	position: relative
}

.banner-header .wrap .date-comment i {
	color: #aa8453;
	font-size: 15px;
	margin-right: 5px
}

.about .wrap,
.team .wrap {
	box-sizing: border-box;
	padding-left: 40px;
	overflow: hidden;
	padding-bottom: 30px
}

.about .wrap .con,
.team .wrap .con {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 20px
}

.about .wrap .con .info,
.team .wrap .con .info {
	bottom: 0;
	left: -7px;
	position: absolute;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.about .wrap .con img:hover {
	transform: scale(.98)
}

.about .wrap .con .info .name {
	font-family: 'Roboto Medium', arial;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 400;
	padding-left: 15px;
	word-spacing: 5px;
	color: #999
}

.about .wrap .con .info .name:before,
.team .wrap .con .info .name:before {
	left: 5px;
	width: 5px;
	height: 5px;
	background-color: #777;
	border-radius: 50%
}

.about .wrap .con .info .number {
	color: #999;
	margin: 0;
	padding-left: 20px;
	position: relative;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 2px;
	word-spacing: 7px
}

.about .wrap .con .info .number:before,
.team .wrap .con .info .number:before {
	content: "/";
	left: 5px;
	position: absolute;
	top: 0;
	color: #777
}

.about .wrap ul.social li,
.team .wrap ul.social li {
	display: inline-block;
	margin: 0;
	padding: 0 5px
}

.about .wrap .social,
.team .wrap .social {
	text-align: center;
	padding: 0;
	margin: 0 0 10px
}

.about .wrap p,
.team .wrap p {
	text-align: center;
	margin-bottom: 0
}

.about .states {
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 0;
	padding-top: 20px
}

.about .states .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0
}

.about .states ul {
	margin: 0
}

.about .states li {
	margin-right: 40px
}

.about .states li h1 {
	font-size: 60px;
	color: #777;
	margin-right: 15px
}

.about .states li p,
.skills .skill-item h6,
.team .wrap .con .info .name,
.team .wrap .con .info .number,
.testimonials .wrap .item .info h6 {
	font-size: 15px;
	font-family: 'Roboto Medium', arial
}

.about .states li p {
	margin-bottom: 0;
	color: #fff;
	letter-spacing: 2px;
	padding-top: 5px
}

.about-box {
	text-align: center;
	border: none;
	margin-bottom: 15px
}

.about-box h5 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff
}

.about-box .icon {
	width: 50px;
	height: 30px;
	margin-bottom: 15px
}

.skills .skill-item h6 {
	color: #fff;
	font-weight: 400;
	position: relative;
	z-index: 4;
	margin-bottom: 10px
}

.skills .skill-item h6 i {
	font-size: 10px;
	margin-right: 10px;
	float: right;
	font-style: normal;
	letter-spacing: 2px
}

.skills .skill-item .skill-progress {
	position: relative;
	background-color: #333
}

.skills .skill-item .skill-progress .progres {
	position: relative;
	height: 1px;
	width: 10%;
	border-radius: 5px;
	padding: 0 10px;
	background-color: #777;
	-webkit-transition: 1.5s;
	transition: 1.5s
}

.skills .skill-item .skill-progress .progres:after {
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #777;
	position: absolute;
	right: -5px;
	top: -1px
}

.team .wrap .con img:hover {
	transform: scale(.95)
}

.team .wrap .con .info .name {
	margin: 0 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	padding-left: 15px;
	word-spacing: 7px;
	color: #fff
}

.team .wrap .con .info .number {
	color: #999;
	margin: 0;
	padding-left: 20px;
	position: relative;
	font-weight: 400
}

.testimonials .wrap {
	position: relative;
	padding: 0;
	border: none
}

.testimonials .wrap .item {
	margin-bottom: 30px;
	position: relative
}

.testimonials .wrap .item .quote {
	position: absolute;
	right: 30px;
	top: 75px;
	width: 100px;
	margin: 0 auto 20px;
	opacity: .7
}

.testimonials .wrap .item .info {
	text-align: left;
	margin: 30px 0 15px
}

.testimonials .wrap .item .info .author-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	float: left;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .2)
}

.testimonials .wrap .item .info .author-img img {
	padding: 3px;
	border-radius: 50%
}

.testimonials .wrap .item .info .cont {
	margin-left: 70px
}

.testimonials .wrap .item .info h6 {
	margin-bottom: 0;
	padding-top: 10px;
	color: #777;
	line-height: 1em
}

.testimonials .wrap .item .info span {
	font-size: 13px;
	color: #fff;
	margin-right: 5px;
	line-height: 1.25em
}

.testimonials .wrap .item .info i {
	color: #fff;
	font-size: 10px
}

.contact h4,
.projects .items .con .info h6,
.projects .items .con .info h6 a,
.services .item h5 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px
}

.services .item {
	padding: 40px 20px;
	position: relative;
	background-size: cover;
	background-position: 50% 0 !important
}

.services .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(7, 8, 5, .5)
}

.accordion-box .block .content,
.accordion-box .block.active-block,
.project-bar {
	background-color: #1b1b1b
}

.services .item:hover .numb {
	-webkit-text-stroke: 1px #fff
}

.services .item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1b1b1b;
	z-index: 1;
	-webkit-transition: .4s;
	transition: .4s
}

.services .item .con {
	position: relative;
	z-index: 7
}

.services .item h5 {
	margin-bottom: 15px
}

.services .item .numb {
	font-size: 48px;
	line-height: 48px;
	color: transparent;
	-webkit-text-stroke: 1px #777777;
	opacity: 1;
	margin-bottom: 20px
}

.services .item .more {
	font-size: 15px;
	color: #777
}

.services .item .more .icon-size {
	font-size: 10px;
	margin-left: 5px
}

.services .item p {
	font-size: 15px
}

.services .bg-1 {
	background-image: url(../images/slider/1.jpg)
}

.services .bg-2 {
	background-image: url(../images/slider/2.jpg)
}

.services .bg-3 {
	background-image: url(../images/slider/3.jpg)
}

.services .bg-4 {
	background-image: url(../images/slider/4.jpg)
}

.services .bg-5 {
	background-image: url(../images/slider/5.jpg)
}

.services .bg-6 {
	background-image: url(../images/slider/6.jpg)
}

.projects .items img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: .5s;
	transition: .5s
}

.projects .items:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transition: 1s
}

.gallery-box .gallery-img,
.process .img,
.projects .items .con,
.projects3 .img,
.vid-icon {
	position: relative;
	overflow: hidden
}

.projects .items .con .info {
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 25px 25px 25px 15px;
	background: #1b1b1b;
	-webkit-transform: translateX(-110%);
	-ms-transform: translateX(-110%);
	transform: translateX(-110%);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.projects .items .con:hover .info {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.projects .items .con .info .category {
	color: #777;
	font-size: 11px;
	margin-bottom: 40px;
	font-weight: 400;
	word-spacing: 3px;
	position: relative;
	padding-left: 15px;
	margin-left: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 5px
}

.projects .items,
.projects .items:nth-of-type(2n) {
	width: 100% !important
}

/* .projects2-items .col-md-6:nth-child(2) {
	margin-top: 75px
} */
/* Header Top */
.header-top {
	width: 100%;
	background-color: #2c3e50;
	color: white;
	padding: 10px 0;
}

.header-top .container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	/* font-size: 0.9rem; */
}
.contact {
	display: flex;
	gap: 25px;
	align-items: center;
}
.contact a {
	color: white;;
}
.contact i {
	margin-right: 5px;
	color: #94221A;
}

.social {
	display: flex;
	gap: 15px;
}

.social a {
	color: white;
	text-decoration: none;
	/* font-size: 1.1rem; */
	transition: color 0.3s;
}

.social a:hover {
	color: #94221A;
}

@media (max-width: 768px) {
	.header-top .container {
		flex-direction: column;
		grap: 10px;
	}
	.social a {
		display: none;
	}
	.mobile-d-none{
		display: none;
	}
}



.projects2-filter {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	padding-left: 0
}

.projects2-filter li {
	margin-right: 15px;
	display: inline-block;
	font-size: 15px;
	line-height: 1.75em;
	cursor: pointer;
	color: #999;
	font-family: 'Roboto Medium', arial;
	letter-spacing: 0
}

.projects2-wrap h3,
.projects2-wrap p,
p.encours {
	letter-spacing: 3px;
	text-transform: uppercase
}

.projects2-filter li.active {
	color: #777;
	content: "";
	left: 0;
	bottom: -4px;
	border-bottom: 1px solid;
	-webkit-transition: .7s cubic-bezier(.17, .67, 0, 1.01);
	-o-transition: .7s cubic-bezier(.17, .67, 0, 1.01);
	transition: .7s cubic-bezier(.17, .67, 0, 1.01)
}

.project2-link,
.project2-link i,
.project2-link:before {
	transition: .3s ease-in-out
}

.projects2-wrap {
	padding-bottom: 90px;
	padding-right: 0;
	padding-left: 90px;
	position: relative
}

.projects2-wrap:hover img {
	-ms-transform: scale(.95, .95);
	-webkit-transform: scale(.95, .95);
	transform: scale(.95, .95)
}

.projects2-wrap h3 {
	font-size: 24px;
	line-height: 1.75em;
	color: #777
}

.projects2-wrap p {
	font-size: 12px;
	color: #fff;
	background: #777
}

p.encours {
	font-size: 12px;
	color: #777 !important;
	background: #fff !important
}

.projects2-con {
	position: absolute;
	left: 40px;
	top: 80px
}

.project2-link {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding-right: 40px;
	line-height: 1.75em;
	display: inline-block;
	padding-left: 80px
}

.project2-link:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 1px;
	background: #777;
	position: absolute;
	left: 0;
	bottom: 15px
}

.project2-link:before:hover,
.project2-link:hover i {
	padding-left: 5px;
	color: #fff;
	transition: .3s ease-in-out
}

.project2-link i {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px
}

.process p,
.projects3 p,
.sidebar .widget.category li span a,
.sidebar .widget.last-post-thum .item .cont span a {
	color: #999
}

.process .img:hover img,
.projects3 .img:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transition: 1s
}

.blog-home .item .post-img img,
.process .img img,
.projects3 .img img {
	-webkit-transition: .5s;
	transition: .5s
}

.process .wrap,
.projects3 .content {
	width: 100%;
	padding: 30px
}

.projects3 .content .cont h3 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase
}

.projects3 .content .cont h6 {
	font-size: 13px;
	margin-bottom: 15px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Roboto Medium', arial
}

.process .wrap .number h1,
.project-page h2 {
	font-family: Oswald, sans-serif;
	margin-bottom: 20px;
	font-weight: 400
}

.mt-120 {
	margin-top: 120px
}

.project-page h2 {
	color: #1b1b1b;
	font-size: 36px;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: 5px
}

.contact h5,
.project-bar h5,
.project-page h6 {
	font-family: 'Roboto Medium', arial
}

.project-page h6 {
	margin-bottom: 0;
	position: relative;
	font-size: 15px;
	color: #999
}

.project-bar {
	padding: 30px;
	margin-top: -60px;
	margin-bottom: 60px;
	position: relative;
	z-index: 2;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .03)
}

.project-bar h5 {
	color: #777;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px
}

.page-list-icon span {
	font-size: 10px;
	color: #777;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .03);
	border-radius: 50%;
	padding: 10px
}

.page-list-text {
	margin-left: 15px
}

.process .wrap .number,
[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2
}

.process .wrap .number h1 {
	font-size: 48px;
	line-height: 48px;
	color: transparent;
	-webkit-text-stroke: 1px #777777;
	opacity: .8
}

.process .wrap .cont h3 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px
}

@media screen and (max-width:991px) {
	.bg-fixed {
		background-attachment: scroll !important
	}

	.logo-img,
	.nav-scroll .logo-img {
		width: 165px
	}

	.navbar {
		background: 0 0;
		padding: 0
	}

	.nav-scroll {
		background: #222
	}

	.logo-wrapper {
		float: left;
		padding: 21px 0 21px 15px
	}

	.nav-scroll .logo-wrapper {
		padding: 21px 15px;
		background-color: transparent
	}

	.navbar .logo {
		text-align: left;
		margin-left: 0
	}

	.logo-img {
		margin-bottom: 0;
		padding: 0
	}

	.navbar button {
		margin-right: 0;
		outline: 0 !important;
		background: 0 0;
		margin-top: 10px;
		border: none;
		font-size: 27px;
	}

	.navbar button:active,
	.navbar button:focus,
	.navbar button:hover {
		background: 0 0;
		outline: 0;
		color: transparent !important
	}

	.navbar .container {
		max-width: 100%;
		padding: 0
	}

	.navbar .nav-link {
		margin: 0 auto !important
	}

	.navbar .navbar-nav .nav-link {
		color: #fff
	}

	.nav-scroll .navbar-collapse .nav-link {
		color: #fff !important
	}

	.nav-scroll .navbar-collapse .active {
		color: #777 !important
	}

	.navbar .dropdown-menu .dropdown-item {
		padding: 0 15px;
		font-size: 15px;
		line-height: 40px
	}

	.navbar .dropdown-menu .dropdown-item.dropdown-toggle {
		font-weight: 500
	}

	.navbar .dropdown-submenu .dropdown-toggle::after {
		right: 15px;
		font-size: 13px
	}

	.navbar .dropdown-submenu:hover>.dropdown-toggle::after {
		transform: rotate(0)
	}

	.navbar .dropdown-submenu .dropdown-toggle.show::after {
		transform: rotate(90deg)
	}

	.navbar .dropdown-menu {
		border: none;
		padding: 0;
		border-radius: 0;
		margin: 0;
		background: #222
	}

	.navbar .dropdown-submenu .dropdown-menu {
		margin: 0;
		padding: 0 0 0 20px
	}

	.navbar .dropdown-menu li a {
		padding: 0 15px
	}

	.navbar .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0
	}

	.about .states {
		position: relative
	}

	.about .states ul.flex {
		display: block
	}

	.about .states ul.flex li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 50px
	}

	.testimonials .wrap {
		margin-bottom: 0;
		padding: 20px
	}

	.testimonials .wrap .item .quote {
		position: absolute;
		right: 10px;
		top: 180px;
		width: 75px;
		margin: 0 auto 20px;
		opacity: .7
	}

	.process .wrap,
	.projects3 .content {
		padding: 0 30px;
		margin-top: 30px;
		margin-bottom: 30px
	}

	.process .wrap .cont h3,
	.projects3 .content .cont h3 {
		line-height: 1.25em
	}

	.order2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important
	}

	.order1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important
	}
}

@media screen and (max-width:480px) {

	.process .wrap,
	.projects3 .content {
		padding: 0
	}

	.process .wrap .number h1 {
		font-size: 50px
	}

	ul.comodite-ul2 li {
		width: 44.4% !important
	}
}

.accordion-box {
	position: relative;
	padding-left: 3px
}

.accordion-box .block {
	position: relative;
	background: #1b1b1b;
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid rgba(255, 255, 255, .03)
}

.accordion-box .block:last-child,
.sidebar .widget.category li:last-of-type,
.sidebar .widget.last-post-thum .item:last-of-type,
.social-fixed a:last-child {
	margin-bottom: 0
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	cursor: pointer;
	padding: 20px 60px 20px 40px;
	color: #999;
	transition: .5s
}

.accordion-box .block .acc-btn .count {
	color: #777;
	padding-right: 3px
}

.accordion-box .block .acc-btn:before {
	position: absolute;
	right: 35px;
	top: 20px;
	height: 30px;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	line-height: 30px;
	content: "\e64b";
	font-family: Themify;
	transition: .5s
}

.accordion-box .block .acc-btn.active {
	background-color: #1b1b1b;
	color: #777
}

.accordion-box .block .acc-btn.active:before {
	content: "\e648";
	color: #777
}

.accordion-box .block .acc-content {
	position: relative;
	display: none
}

.accordion-box .block .content {
	position: relative;
	padding: 0 40px 30px;
	color: #999
}

.gallery-box .gallery-detail,
.gallery-box .gallery-img:after {
	position: absolute;
	transition: .27s cubic-bezier(.3, .1, .58, 1);
	width: 100%;
	left: 0
}

.accordion-box .block .acc-content.current {
	display: block
}

.accordion-box .block .content .text {
	position: relative;
	top: 0;
	display: block
}

.gallery-item {
	position: relative;
	margin-bottom: 30px
}

.gallery-box {
	overflow: hidden;
	position: relative
}

.gallery-box .gallery-img:after {
	content: " ";
	display: block;
	height: 100%;
	top: 0
}

.gallery-box .gallery-img>img {
	transition: .3s cubic-bezier(.3, .1, .58, 1);
	border-radius: 0
}

.gallery-box .gallery-detail {
	opacity: 0;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden
}

.gallery-box .gallery-detail p {
	color: rgba(255, 255, 255, .6);
	font-size: 15px
}

.gallery-box:hover .gallery-detail {
	top: 50%;
	transform: translate(0, -50%);
	opacity: 1
}

.gallery-box:hover .gallery-img:after {
	background: rgba(0, 0, 0, .5)
}

.gallery-box:hover .gallery-img>img {
	transform: scale(1.05)
}

.vid-icon: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: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transition: 1s
}

.video-gallery-button {
	position: relative;
	margin: auto 20px auto auto;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	z-index: 4;
	float: left
}

.video-gallery-polygon {
	z-index: 2;
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: #777;
	border-radius: 50%;
	color: #fff;
	padding: 10px 9px 10px 11px;
	line-height: 0;
	box-shadow: 0 0 0 5px rgb(255 255 255 / 10%);
	font-size: 13px
}

.video-gallery-polygon:hover {
	background: #fff;
	color: #1b1b1b
}

.google-maps {
	height: 100%;
	min-height: 500px;
	width: 100%;
	position: relative;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.contact h5 {
	font-size: 18px
}

.comments h6,
.contact .phone,
.footer .top .item .phone {
	font-size: 20px;
	font-family: Oswald, sans-serif;
	letter-spacing: 2px
}

.contact .phone,
.footer .top .item .phone {
	color: #fff;
	font-weight: 400;
	display: block;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 5px
}

.contact .mail,
.footer .top .item .mail {
	font-size: 15px;
	line-height: 3em;
	color: #999;
	position: relative;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s
}

.contact .mail:before,
.footer .top .item .mail:before {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #777;
	content: "";
	-webkit-transition: .5s;
	transition: .5s
}

.contact .social,
.footer .top .item .social {
	margin-bottom: 15px
}

.contact .social a,
.footer .top .item .social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	border: 1px solid rgba(255, 255, 255, .03);
	color: #999;
	border-radius: 100%;
	margin-right: 3px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: inline-block
}

.contact .social a:hover,
.footer .top .item .social a:hover {
	border: 1px solid #777;
	background: 0 0;
	color: #fff
}

.comments {
	position: relative;
	padding-top: 0;
	margin-bottom: 90px
}

.comments h6 {
	text-transform: uppercase
}

.comments .wrap {
	display: flex;
	margin-bottom: 60px
}

.comments .wrap .user {
	margin-right: 30px;
	flex: 0 0 auto
}

.comments .wrap .user img {
	width: 100px;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, .03);
	padding: 3px
}

.comments .wrap .con {
	margin-right: 26px
}

.blog-home .item .info a,
.comments .wrap .con p span {
	font-size: 13px
}

.comments .wrap .con .reply {
	font-size: 13px;
	color: #777
}

.prev-next {
	position: relative;
	padding: 40px 0;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, .03)
}

@media (max-width:576px) {
	.project-bar {
		margin-top: 0;
		padding: 20px 0
	}

	.prev-next {
		text-align: center
	}

	.prev-next-left {
		margin-bottom: 10px
	}
}

.prev-next a {
	display: inline-block;
	line-height: 1em;
	color: #999
}

.prev-next .prev-next-left a i {
	margin-right: 5px;
	font-size: 12px
}

.prev-next .prev-next-right a i {
	font-size: 12px;
	margin-left: 5px
}

.blog-home .item .post-img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.blog-home .item .cont {
	position: relative;
	padding: 20px 15px;
	width: 95%;
	-webkit-transition: .4s;
	transition: .4s;
	margin-top: -60px;
	background-color: #1b1b1b;
	margin-left: 0;
	margin-bottom: 20px
}

.blog-home .item .info {
	margin-bottom: 0;
	position: relative
}

.blog-home .item .info a:last-of-type {
	margin-right: 0;
	color: #999
}

.blog-home .item .info a i,
.blog-home .item .info a span {
	margin-right: 10px
}

.blog-home .item .info a span:after {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	flex-shrink: 0;
	margin-inline-start: 1em;
	border-radius: 50em;
	background-color: currentColor;
	vertical-align: middle;
	opacity: .35;
	color: #fff
}

.blog-home .item h4,
.blog-home .item h4 a {
	color: #fff;
	font-size: 23px;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 15px;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px
}

.blog-home .item .more {
	color: #999;
	font-size: 15px;
	font-weight: 400;
	border-bottom: 1px solid #ccc
}

.blog .wrap {
	padding-top: 0;
	margin-bottom: 0;
	text-align: left
}

.footer .bottom p.right,
.post .date {
	text-align: right
}

.blog .wrap .con {
	position: relative;
	padding: 30px 30px 60px 0;
	margin-top: 0;
	margin-bottom: 0
}

.blog .wrap .con .date {
	font-size: 13px;
	text-align: right;
	margin-bottom: 10px
}

.blog .wrap .con .date span,
.post .date span {
	margin: 0 2px 0 12px;
	color: #777
}

.blog .wrap .con .title,
.blog .wrap .con .title a {
	color: #fff;
	font-size: 30px;
	line-height: 1.5em;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px
}

.sidebar .search-box input {
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, .03);
	border-radius: 2px;
	width: 100%;
	background: 0 0;
	color: #999
}

.sidebar .search-box .icon {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.sidebar .widget {
	padding: 45px 30px;
	margin-top: 45px;
	border: 1px solid rgba(255, 255, 255, .03);
	background: 0 0
}

.sidebar .widget .title-widget {
	font-size: 30px;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.sidebar .widget.category li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	margin-bottom: 15px;
	color: #999
}

.sidebar .widget.last-post-thum .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px
}

.sidebar .widget.last-post-thum .item .img {
	width: 95px;
	height: 95px;
	border-radius: 2px;
	overflow: hidden
}

.sidebar .widget.last-post-thum .item .img a {
	width: 100%;
	height: 100%
}

.sidebar .widget.last-post-thum .item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.sidebar .widget.last-post-thum .item .cont {
	padding-left: 15px
}

.sidebar .widget.last-post-thum .item .cont h6,
.sidebar .widget.last-post-thum .item .cont h6 a {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff
}

.sidebar .widget.last-post-thum .item .cont span {
	font-size: 12px;
	margin-top: 10px
}

.sidebar .widget.tags .bt {
	line-height: 2.5em
}

.sidebar .widget.tags a {
	border: 1px solid rgba(255, 255, 255, .03);
	color: #999;
	padding: 8px 15px;
	border-radius: 2px;
	font-size: 13px;
	margin: 2px 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.footer .top .item h3,
.post h2 {
	margin-bottom: 20px;
	letter-spacing: 3px;
	text-transform: uppercase
}

.button-dark,
.button-light {
	-webkit-transition: border-color .4s, color .4s, background-color .4s;
	font-weight: 400
}

.sidebar .widget.tags a:hover {
	background: #777;
	color: #fff
}

.rest {
	padding: 0 !important;
	margin: 0 !important
}

.ml-auto {
	margin-left: auto
}

.blog .pagination-wrap {
	padding-top: 30px;
	padding-bottom: 60px;
	margin-bottom: 0
}

.blog .pagination-wrap li {
	display: inline-block;
	margin: 0 5px
}

.blog .pagination-wrap li a {
	background: 0 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #999;
	font-weight: 400;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, .03)
}

.blog .pagination-wrap li a:hover {
	opacity: 1;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #777
}

.blog .pagination-wrap li a.active {
	background-color: transparent;
	border: 1px solid #777;
	color: #777
}

.blog .pagination-wrap li a i {
	font-size: 11px
}

.post .date {
	font-size: 15px;
	margin-bottom: 10px
}

.post h2 {
	color: #fff;
	font-family: Oswald, sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.5em;
	word-spacing: 5px
}

.button-light {
	display: inline-block;
	height: auto;
	padding: 14px 30px;
	border: 1px solid #fff;
	border-radius: 80px;
	background-color: transparent;
	transition: border-color .4s, color .4s, background-color .4s;
	color: #fff;
	line-height: 20px;
	text-align: center
}

.button-light2,
.button-light:hover {
	border: 1px solid #fff;
	background-color: #fff
}

.button-dark,
.button-light2 {
	color: #777;
	height: auto;
	padding: 15px 32px;
	line-height: 20px;
	text-align: center;
	display: inline-block
}

.button-light:hover {
	color: #1b1b1b
}

.button-light2 {
	border-radius: 80px;
	-webkit-transition: border-color .4s, background-color .4s;
	transition: border-color .4s, background-color .4s
}

.button-light2:hover {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff
}

.button-dark {
	border: 1px solid #777;
	border-radius: 80px;
	background-color: transparent;
	transition: border-color .4s, color .4s, background-color .4s
}

.button-dark2,
.button-dark:hover {
	border: 1px solid #777;
	background-color: #777;
	color: #fff
}

.button-dark2 {
	display: inline-block;
	height: auto;
	padding: 15px 32px;
	border-radius: 80px;
	-webkit-transition: border-color .4s, color .4s, background-color .4s;
	transition: border-color .4s, color .4s, background-color .4s;
	line-height: 20px;
	font-weight: 400;
	text-align: center
}

.button-dark2:hover {
	border: 1px solid #777;
	background-color: transparent;
	color: #777
}

.error-form {
	position: relative;
	max-width: 460px;
	margin: 40px auto 0
}

.error-form .form-group {
	position: relative;
	margin: 0
}

.error-form .form-group input[type=email],
.error-form .form-group input[type=search],
.error-form .form-group input[type=text] {
	position: relative;
	width: 100%;
	line-height: 30px;
	padding: 20px 30px;
	height: 50px;
	display: block;
	background: #f6f6f6;
	color: #777;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, .03);
	transition: .3s;
	outline: 0
}

.favories-compare,
.social-fixed a {
	border-radius: 50%;
	text-align: center
}

.progress-wrap,
.progress-wrap::after {
	-webkit-transition: .4s linear;
	-o-transition: .4s linear;
	width: 45px;
	height: 45px;
	cursor: pointer;
	display: block
}

.error-form .form-group input[type=email]:focus,
.error-form .form-group input[type=search]:focus,
.error-form .form-group input[type=text]:focus {
	border-color: #f6f6f6
}

.footer,
.footer .bottom {
	border-top: 1px solid rgba(255, 255, 255, .03)
}

.error-form .form-group input::-webkit-input-placeholder {
	color: #999
}

.error-form .form-group .theme-btn {
	position: absolute;
	right: 20px;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background: 0 0;
	color: #777
}

.error-form .form-group .theme-btn span {
	vertical-align: middle;
	outline: 0
}

.progress-wrap {
	position: fixed;
	bottom: 30px;
	right: 30px;
	border-radius: 50px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition: .4s linear;
	-webkit-box-shadow: inset 0 0 0 1px rgba(197, 164, 126, .2);
	box-shadow: inset 0 0 0 1px rgba(197, 164, 126, .2)
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.progress-wrap::after {
	position: absolute;
	font-family: themify;
	content: '\e648';
	text-align: center;
	line-height: 45px;
	font-size: 12px;
	font-weight: 400;
	left: 0;
	top: 0;
	z-index: 1;
	transition: .4s linear;
	color: #777
}

.progress-wrap svg path {
	fill: none
}

.progress-wrap svg.progress-circle path {
	stroke: #777777;
	stroke-width: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .4s linear;
	-o-transition: .4s linear;
	transition: .4s linear;
	stroke: #777777
}

.footer {
	padding: 90px 0 0;
	position: relative
}

.footer .top .item h3 {
	position: relative;
	font-size: 24px;
	color: #777
}

.footer .top .item p {
	margin-bottom: 15px;
	color: #999
}

.footer .top .sub-title.border-bot-dark {
	margin-top: 0
}

.footer .bottom {
	padding: 30px 0 10px;
	margin-top: 45px
}

.footer .bottom p {
	font-size: 13px;
	color: #999
}

.footer .bottom p a,
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] p,
[data-overlay-light] span {
	color: #999
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

[data-overlay-dark]:before {
	background: #2e2c2c
}

#video-container:before {
	background: linear-gradient(to top, transparent, #000) top no-repeat;
	background-size: 100% 20%
}

#root .specifications .col-container:nth-child(odd),
[data-overlay-light]:before {
	background: #fff
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
	opacity: .6
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
	opacity: .9
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px !important
	}
}

@media (max-width:1024px) {
	.projects2-wrap {
		padding-left: 20px
	}

	.projects2-wrap h3 {
		font-size: 22px
	}

	.projects2-con {
		top: 40px
	}
}

@media all and (max-width:767px) {
	.mobile-img {
		background-image: url('../images/cetrine2/externe2.png') !important
	}

	.slider .item,
	.slider-fade .item {
		background-position: right !important
	}

	.projects2-items .col-md-6:nth-child(2) {
		margin-top: 0
	}

	.footer .bottom p.right {
		text-align: left
	}

	.slide-num,
	.slider__progress {
		display: none
	}
}

@media all and (max-width:575px) {
	.projects2-filter li {
		margin-right: 10px;
		font-size: 16px
	}

	.projects2-filter li:last-child {
		margin-right: 0
	}

	.projects2-items .single-item {
		padding-bottom: 30px
	}

	.projects2-wrap {
		padding: 0
	}

	.notfound .number {
		font-size: 100px;
		line-height: 100px
	}

	.banner-header .title {
		font-size: 36px;
		line-height: 1.3em
	}
}

.social-fixed {
	position: fixed;
	right: 30px;
	bottom: 80px;
	z-index: 11111111111
}

.social-fixed a {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px
}

.social-fixed a.messenger {
	background: #0084ff
}

.social-fixed a.whatsapp {
	background: #7ad06d
}

.text1 {
	text-shadow: 0 4px 3px rgba(0, 0, 0, .4), 0 8px 13px rgba(0, 0, 0, .1), 0 18px 23px rgba(0, 0, 0, .1)
}

wt-accordion .wt-panel {
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}

.acod-title {
	margin-top: 0;
	margin-bottom: 0
}

.acod-title .acod-title a {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.acod-head .acod-title a {
	display: block;
	padding: 15px 40px 15px 15px;
	letter-spacing: 1px;
	font-size: 17px
}

.acc-bg-dark .acod-title a,
.owl-dots button.owl-dot.active {
	background-color: #000
}

.acod-head .indicator {
	padding: 15px;
	color: #ababab;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear
}

.favories-compare,
.page-title .bread-crumb li a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s
}

.acod-title .indicator .fa {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 4px
}

.acod-title .collapsed .indicator .fa {
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

#video-container,
#video-container2 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden
}

#video-container video,
#video-container2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

#showModalDetail2 .modal-content {
	background: #1b1b1b
}

#showModalDetail2 .btn-close {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat #fff
}

.favories-compare {
	background: #000;
	position: fixed;
	bottom: 225px;
	right: 25px;
	width: 45px;
	height: 45px;
	color: #010101;
	font-size: 30px;
	line-height: 35px;
	z-index: 11111;
	cursor: pointer;
	transition: .3s;
	border: 2px solid #010101
}

.favories-compare sup {
	top: -.5px;
	right: 0;
	position: absolute
}

.favories-compare sup span {
	font-size: 12px;
	border-radius: 50%;
	background: #010101;
	color: #fff;
	height: 15px;
	padding: 2px 7px
}

#root .card-deck .card {
	flex: none;
	margin: 0
}

#root .slick-slide img {
	display: inline-block;
	object-fit: contain
}

#root .col-container {
	display: flex;
	width: 100%
}

#root .col {
	flex: 1;
	padding: 16px
}

#root .card-header button {
	padding: 7px 5px;
	margin: 0;
	background: 0 0;
	box-shadow: none;
	width: 10%;
	border: 0;
	color: #fbc21a;
	line-height: initial
}

#root .card-header button.float-left {
	float: left;
	color: #fbc21a
}

#root .card-header button.float-right {
	float: right;
	padding-right: 16px
}

#root .card-header button:focus,
#root .card-header button:hover,
#root .card-header button:not([disabled]):not(.disabled):active {
	box-shadow: none !important;
	background: 0 0 !important
}

#root .card-header h5 {
	width: 80%;
	display: none;
	margin-top: 0;
	margin-bottom: 0
}

#root .sticky .card-header h5 {
	display: inline-block;
	text-decoration: underline;
	padding-top: 5px
}

#root .sticky .card-header h5:hover {
	cursor: pointer
}

#root .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	font-size: 0;
	height: 40px;
	width: 40px;
	background: #fff;
	right: 60px
}

#root .slick-next,
#root .slick-prev {
	line-height: 34px;
	height: 34px;
	width: 34px;
	z-index: 1;
	border-radius: 50%;
	border: 0
}

#root .slick-next:active,
#root .slick-next:focus,
#root .slick-prev:active,
#root .slick-prev:focus {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4)
}

#root .slick-next:focus,
#root .slick-next:not([disabled]):not(.disabled):active,
#root .slick-prev:focus,
#root .slick-prev:not([disabled]):not(.disabled):active {
	background: 0 0 !important
}

#root .slick-prev {
	left: -22px;
	padding: 7px
}

#root .slick-next {
	right: -22px;
	padding: 7px
}

#root .sticky .card-body .card-title {
	margin-top: .75rem
}

#root .slick-slider a {
	color: #2c3341
}

#root .specifications {
	margin-bottom: 60px;
	margin-top: 20px
}

#root .specifications h3 {
	font-size: 15px;
	font-weight: 700;
	padding: 1rem;
	margin-bottom: 0;
	line-height: 15px
}

#root .specifications h2 {
	font-size: 18px;
	padding: 1rem;
	color: #fff;
	background: #333;
	line-height: 18px
}

#root .card,
#root .card-footer,
#root .card-header {
	background: 0 0
}

#root .card {
	box-shadow: none;
	border: none
}

#root .card>div {
	box-shadow: -3px 5px 14px 0 rgba(0, 0, 0, .4);
	margin: 0 15px 15px;
	background: #fff
}

#root .specifications .col-container:nth-child(2n) {
	background: #f2f2f2
}

#root .specifications .col-container .col {
	padding: 1rem
}

#root .sticky .slick-next,
#root .sticky .slick-prev {
	border-radius: 0;
	box-shadow: none;
	top: 0;
	transform: none
}

#root .sticky {
	z-index: 999;
	left: auto;
	top: 100px !important;
	box-shadow: none
}

#root .sticky .slick-prev {
	left: -34px;
	top: 0
}

#root .sticky .slick-next {
	right: -34px
}

#root .col-container .col:first-child {
	color: #222;
	font-weight: 700;
	text-transform: capitalize
}

#root .btn-plan-etage {
	background: 0 0;
	border: 0;
	position: absolute;
	left: 10px;
	top: 10px
}

#root .slick-slide.empty-slide {
	background: #fff;
	height: 0
}

#root .slick-slide.empty-slide .empty-card {
	border: 0
}

#root .card-body {
	padding: 20px 0
}

#root .card-body .card-title {
	margin-top: 0;
	margin-bottom: 6px
}

#root .slick-arrow:before {
	color: #2c3341
}

@media only screen and (max-width:800px) {

	#no-more-tables table,
	#no-more-tables tbody,
	#no-more-tables td,
	#no-more-tables th,
	#no-more-tables thead,
	#no-more-tables tr {
		display: block
	}

	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
		display: none
	}

	#no-more-tables tr {
		border: 1px solid #ccc
	}

	#no-more-tables td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50% !important;
		white-space: normal;
		text-align: left
	}

	#no-more-tables td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: 700;
		content: attr(data-title)
	}
}

.from-reservation-slider {
	padding: 20px
}

@media screen and (max-width:800px) {

	.bg-mobile-hammamet,
	.bg-mobile-megrine {
		height: 100%;
		width: 100%;
		background-size: cover;
		background-position: center
	}

	.text-slider-hammamet-mobile {
		display: block
	}

	.section-padding {
		padding-top: 40px;
		padding-bottom: 20px
	}

	.footer {
		padding: 40px 0 0
	}

	.bg-mobile-hammamet {
		background-image: url('../images/cetrine2/externe2.png?v=3') !important
	}

	.bg-mobile-megrine {
		background-image: url('../images/cetrine2/externe2.png?v=3') !important
	}

	#video-container video {
		display: none
	}
}

@media screen and (min-width:1200px) {
	.from-reservation-slider {
		position: absolute;
		bottom: 14%;
		right: 7%;
		z-index: 1;
		width: 60%;
		padding: 0 20px
	}

	.qodef-video-button .qodef-m-play {
		top: 100px
	}
}

.from-reservation-slider .section-title {
	font-size: 25px;
	color: #fff
}

.navbar .navbar-nav .active {
	text-decoration: underline;
	text-underline-position: under
}

.comodites-div {
	position: relative;
	width: 100%;
	padding: 60px 0;
	background: #fff;
	bottom: 0;
	right: 0
}

ul.comodite-ul li h4,
ul.comodite-ul li i:before {
	color: #000
}

ul.comodite-ul li {
	width: 23.4%;
	margin-bottom: 50px
}

ul.comodite-ul li i {
	font-size: 60px
}

.comodites-div ul.comodite-ul img {
	width: 60px
}

.elementor-192 .elementor-element.elementor-element-1990123 {
	padding: 40px
}

input[type=submit] {
	background: #323232;
	color: #fff
}

.elementor-192 .elementor-element.elementor-element-80232a0 {
	padding: 50px 0
}

[data-overlay-dark] span {
	color: #c1c1c1
}

@media screen and (min-width:576px) {
	.text-mobile {
		display: none !important
	}

	.text-desktop {
		display: block !important
	}
}

@media screen and (max-width:575px) {
	.text-mobile {
		display: block !important
	}

	.text-desktop {
		display: none !important
	}

	ul.comodite-ul li {
		width: 40.4%;
		margin-bottom: 50px
	}
}

html {
	overflow-x: hidden !important
}

.gallery-photos-projets img,
.intl-tel-input {
	margin-bottom: 20px
}

.card-bloc .icon-360 {
	position: absolute;
	top: 34%;
	left: 41%;
	z-index: 1;
	background: #fff;
	padding: 10px;
	border-radius: 50%
}

.card-bloc h3 {
	text-align: center;
	margin: 0;
	font-size: 16px
}

.card-bloc a {
	background: #fff;
	color: #000;
	font-size: 13px;
	padding: 8px 33px;
	border-radius: 10px
}

.card-bloc span {
	position: absolute;
	color: #fff;
	top: 8px;
	left: 25px;
	font-size: 13px;
	text-shadow: 2px 2px #000
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a.btn-visite-360 {
	padding: 10px 15px;
	background: #000;
	color: #fff
}

ul.comodite-ul2 li {
	width: 30.4% !important
}

.qodef-section-title .qodef-m-text {
	font-size: 14px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: 600
}

.gallery-photos-projets {
	background-color: #fff;
	padding: 40px 0
}

.gallery-photos-projets .qodef-m-title {
	text-align: center;
	font-size: 20px;
	color: #000;
	margin-bottom: 30px;
	font-weight: 500
}

.description-detail-projet .qodef-m-text {
	margin-top: 29px;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: 600;
	text-transform: uppercase
}

.page-title {
	position: relative;
	padding: 380px 0 180px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.page-title:before {
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	position: absolute
}

.page-title .title-box {
	position: relative;
	float: left
}

.page-title h1 {
	position: relative;
	display: block;
	font-size: 48px;
	color: #fff;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 35px
}

.page-title .title {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	font-weight: 400
}

.page-title .bread-crumb {
	position: relative;
	float: right;
	padding-top: 95px
}

.page-title .bread-crumb li {
	position: relative;
	float: left;
	font-size: 18px;
	line-height: 30px;
	color: #1b1b1b;
	font-weight: 700;
	text-transform: capitalize;
	cursor: default;
	padding-right: 10px;
	margin-right: 10px
}

.page-title .bread-crumb li:before {
	position: absolute;
	right: -2px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	content: "-"
}

.page-title .bread-crumb li a {
	color: #fff;
	transition: .3s
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.blog-section {
	position: relative;
	padding: 100px 0
}

.news-block {
	position: relative;
	margin-bottom: 30px;
	z-index: 1
}

.news-block .image-box {
	position: relative;
	margin-right: 40px
}

.news-block .image-box .image {
	position: relative;
	margin-bottom: 0;
	height: 350px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important
}

.news-block .overlay-box i {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 400;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.news-block .caption-box {
	position: relative;
	margin-top: -50px;
	margin-left: 40px;
	padding: 28px 35px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .21);
	-moz-box-shadow: 0 0 21px rgba(0, 0, 0, .21);
	-ms-box-shadow: 0 0 21px rgba(0, 0, 0, .21);
	-o-box-shadow: 0 0 21px rgba(0, 0, 0, .21);
	box-shadow: 0 0 21px rgba(0, 0, 0, .21)
}

.news-block .caption-box h3 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #2f2f2f;
	font-weight: 500;
	margin-bottom: 10px
}

.news-block .caption-box .info li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #777;
	font-weight: 400;
	margin-right: 10px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.news-block .inner-box:hover .overlay-box {
	height: 100%;
	opacity: .7
}

.news-block .image-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 100%;
	background: padding-box content-box #1b1b1b;
	content: "";
	padding: 15px;
	opacity: 0;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear
}

.slider-bg-image {
	position: absolute;
	background-blend-mode: multiply;
	background-position: bottom center;
	background-size: cover
}

.carousel-overlay,
.slider-bg-image {
	height: 600px
}

.aminite-icon-bx {
	padding: 25px 10px;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .07);
	text-align: center
}

.aminite-icon-bx i {
	font-size: 70px;
	line-height: 70px;
	color: #000;
	margin-bottom: 10px;
	display: block
}

.aminite-icon-bx .title {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 16px
}

.owl-nav button {
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: .3s ease-in-out;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, .38) !important
}

.owl-nav button.owl-prev {
	left: 0
}

.owl-nav button.owl-next {
	right: 0
}

.owl-dots {
	text-align: center;
	padding-top: 15px
}

.owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px
}

.owl-nav button span {
	font-size: 70px;
	position: relative;
	top: -5px
}

.center-marker {
	height: 50px;
	width: 100vw;
	position: absolute;
	top: calc(50% - 360px);
	display: none
}

.center-marker div {
	height: 30px;
	width: 1px;
	margin: auto;
	background: #8882
}

.js-slideshow {
	--offset: 1600px;
	--overlap: 2;
	--image-gap: 6;
	--offset-time: 0.48s;
	--thumb-border-radius: 0;
	--thumb-size: 50;
	--thumbs-width: 20000;
	width: calc(100vw - 0px);
	max-width: 880px;
	position: relative;
	user-select: none
}

.js-slideshow__slides-wrapper {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 50%;
	overflow: hidden
}

.js-slideshow__slides {
	position: absolute;
	height: 100%;
	width: 40000px;
	left: 50%;
	transform: translate(calc(var(--offset) * -1), 0);
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	transition: transform var(--offset-time) ease
}

.js-slideshow__slides img {
	height: 100%;
	display: block;
	margin-left: calc(var(--image-gap) * .5px);
	margin-right: calc(var(--image-gap) * .5px)
}

.js-slideshow__thumbs-wrapper {
	width: 100%;
	height: calc(var(--thumb-size) * 1px + 18px);
	margin-top: calc(var(--image-gap) * 1px);
	position: relative;
	display: block;
	overflow: scroll;
	scroll-behavior: smooth
}

.js-slideshow__thumbs {
	width: calc(var(--thumbs-width) * 1px);
	display: grid;
	grid-auto-rows: calc(var(--thumb-size) * 1px);
	grid-template-columns: repeat(auto-fit, calc(var(--thumb-size) * 1px));
	grid-gap: calc(var(--image-gap) * 1px)
}

.js-slideshow__thumb-image {
	margin: 0;
	position: relative
}

.js-slideshow__thumb-image img {
	height: 100%;
	width: 100%;
	display: block;
	border-radius: var(--thumb-border-radius);
	object-fit: cover
}

.js-slideshow__thumb-image--selected:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: var(--thumb-border-radius);
	box-shadow: inset 0 0 0 3px rgba(50, 200, 200, .8)
}

@media (min-width:700px) {
	.js-slideshow {
		--thumb-size: 77
	}

	.js-slideshow__thumbs-wrapper {
		display: block
	}
}

.article-detail {
	position: relative;
	margin-top: -25px;
	padding: 0 20px
}

.article-detail .inner {
	padding: 35px 40px 5px;
	background-color: #fff;
	box-shadow: 0 0 21px rgba(0, 0, 0, .21)
}

.article-detail .inner h3 {
	font-size: 24px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	line-height: 30px;
	color: #2f2f2f;
	font-weight: 500
}

.blog-article {
	margin-top: 50px;
	margin-bottom: 50px
}

#Form-footer input[type=submit]:hover {
	color: #fff;
	border: 1px solid #fff
}

@media screen and (max-width:480px) {
	.aminite-icon-bx.padding-aminite-mobile {
		padding: 37px 10px
	}

	ul.comodite-ul2 li {
		width: 44.4% !important
	}
}