/*!
Theme Name: happytheme
Theme URI: https://happyonline.gr/
Author: happyonline
Author URI: https://happyonline.gr/
Description: happyonline custom theme for constructions
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
a.espabannerfix {
    left: 0;
    opacity: 1 !important;
    z-index: 999;
    position: fixed;
    bottom: 40px;
    max-width: 320px;
}
html.lenis {
  height: auto;
}
/* dark mode */
button#theme-toggle {
    font-family: 'Manrope';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: -0.025rem;
}
body.dark-mode {
	transition: all .4s ease-in;
    background-color: #1a1a1a;
    color: #ffffff;
}
body.dark-mode  .date.d-inline{
	color: whitesmoke;
}
body.dark-mode  h1.page-title{
	    color: #ffffff !important;
}
body.dark-mode .entry-header-poster{
 background:#111111 !important
}
body.dark-mode  header.page-header{
  background: #1a1a1a !important;
}
body.dark-mode .projectimage {
    background: #232323 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000026;
	border: 1px solid #000000;
}
body.dark-mode .swiper-pagination-bullet{
	  background-color: #fff;
}
body.dark-mode #page-preloader {
	  background-color: #000;
}
p.jobopen {
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: bold !important;
}
section#hometwo .row {
    align-items: center;
}
body.dark-mode .general-title , body.dark-mode  .category header.page-header{
		transition: all .4s ease-in;
  background-color: #1a1a1a !important;
}
body.dark-mode .mySwiper .swiper-slide:after {

	background: transparent linear-gradient(180deg, #00000000 0%, #0000006e 0%, #000000 100%) 0% 0% no-repeat padding-box;
	
}
body.dark-mode ul.sub-menu {
    background: #000000c2;
}

body.dark-mode ul.sub-menu li a {
   color:white;
}
body.dark-mode a , body.dark-mode h1.entry-title{
    color: #fff;
}
 body.dark-mode .btnIn input.wpcf7-form-control{
	    color: #fff;border: 1px solid #fff;
}
body.dark-mode .single-head{
	transition: all .4s ease-in;
  background-color: #1a1a1a;
}
body.dark-mode a.viewallrarticles{
	border: 1px solid #fff;
}
body.dark-mode header,
body.dark-mode footer {
	transition: all .3s ease-in;
      background-color: #1a1a1a;
}

#theme-toggle {
    cursor: pointer;
    padding: 10px 10px;
    background: #f0f0f0;
    border: none;
    border-radius: 5px;
}
.dark-mode .projectSwiper .swiper-button-prev:after, .dark-mode .projectSwiper .swiper-button-next:after{
	  color: #fff;
}

.dark-mode #theme-toggle {
    background: #333;
    color: #fff;
}
.dark-mode p , .dark-mode h3 , .dark-mode h4 , .dark-mode section.hometwo h3 , .dark-mode h5.jobopen a{
	    color: #fff !important;
}
.dark-mode .serviceitemrow {
    border: 1px solid #464343;
    background: #1b1b1b 0% 0% no-repeat padding-box;
}
.dark-mode section , .dark-mode .ourprojects h3 span{
    background: #1a1a1a !important;
    color: #fff !important;
}
.dark-mode .blogitem h4 a{
	color: white !important;
}
.dark-mode  footer#colophon section {
	transition: all .3s ease-in;
    background: black !important;
}
.dark-mode .blogitem{
    background: #1b1b1b !important;
}
.dark-mode  h5.projectopen , .dark-mode p.projectopen{ 
	    color: #fff !important;
}

/* end dark mode */
.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}
/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}
/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}
/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*, *::before, *::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body, button, input, select, optgroup, textarea {
	color: #404040;
	font-family: 'Manrope', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Manrope', sans-serif;
	clear: both;
}
p {
	font-family: 'Manrope', sans-serif;
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: 'Manrope', sans-serif;
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/* Elements
--------------------------------------------- */

body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li>ul, li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/* Links
--------------------------------------------- */

a {
	color: #4169e1;
}
a:visited {
	color: #800080;
}
a:hover, a:focus, a:active {
	color: #191970;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/* Forms
--------------------------------------------- */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}
.main-navigation ul ul li {
	margin-bottom: 15px;
	margin-top: 15px;
}
.main-navigation ul ul a {
	text-align: left;
	font: normal normal bold 15px/21px Manrope;
	letter-spacing: 0px;
	color: #151617;
	width: 200px;
}
.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
	left: auto;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		align-items: center;
		display: flex;
		justify-content: space-around;
	}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */

.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/* Widgets
--------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
/* Media
--------------------------------------------- */

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}
/* Captions
--------------------------------------------- */

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/* Galleries
--------------------------------------------- */

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
	outline: 0;
}
/* Alignments
--------------------------------------------- */

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*header*/

header#masthead {
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	padding: 10px;
	background: white;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
}
.home header#masthead {
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	background: white;
}
.main-navigation a {
	font: normal normal 700 14px/30px Manrope;
	letter-spacing: 1.4px;
	color: #000000;
}
.main-navigation li {
	margin: 0 10px;
	border-bottom: 2px solid transparent;
}
li.current_page_item, .main-navigation li:hover {
	transition: all .3s ease;
	border-bottom: 2px solid #000000;
}
.websitemenu {
	justify-content: center;
	display: flex;
	align-items: center;
}
ul.sub-menu {
	background: white;
	display: flex;
	flex-direction: column;
	color: black;
}
ul.sub-menu a {
	color: black;
}
.actionbtnheader {
	display: flex;
	align-items: center;
	justify-content: end;
}
li.wpm-item-language-el.active span , li.wpm-item-language-en.active span , li.wpm-item-language-fr.active span{font: normal normal 800 12px/47px Manrope;letter-spacing: 0.4px;}
.langmenu  {

    width: 100%;
    display: flex;
    align-items: CENTER;
    justify-content: space-around;
}
.langmenu ul {
  
    width: 100%;
    display: flex;
    align-items: CENTER;
    justify-content: space-around;
}
ul.wpm-language-switcher.wpm-switcher-list a , ul.wpm-language-switcher.wpm-switcher-list span , .actionbtnheader a span{
	color: black !important;
	filter:brightness(100%);
}
ul.wpm-language-switcher.wpm-switcher-list {
    margin: 0 !important;
    display: flex;
    align-items: center;
}
.actionbtnheader a {
	text-align: center;
	min-height: 50px;
	font: normal normal 800 12px/47px Manrope;
	letter-spacing: 0.4px;
	background: transparent;
	color: white;
	text-decoration: none;
}
.actionbtnheader:hover a {
	transition: all .3s ease-in;
	color: #000000;
}
/*swiperhomepage*/

@media(min-width:1700px){
	.mySwiper .swiper-slide {
		background-size: cover !important;
	}
	.projectimage img {
		width: 100%;
	}
}

.mySwiper .swiper {
	width: 100%;
	height: 100%;
}
.mySwiper .swiper-slide {
	top: 0;
	position: relative;
	min-height: 100svh;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slidercaption h1 {
	max-width: 800px;
	text-align: center;
	font: normal normal bold 37px/50px Manrope;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.slidercaption p {
	text-align: center;
	font: normal normal bold 17px/40px Manrope;
	letter-spacing: -0.51px;
	color: #FFFFFF;
}
.mySwiper .swiper-slide:after {
	pointer-events: none;
	content: "";
	background: transparent linear-gradient(180deg, #00000000 0%, #00000001 46%, #000000 100%) 0% 0% no-repeat padding-box;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.mySwiper .swiper-button-next:after, .mySwiper .swiper-button-prev:after {
	font-size: 30px;
}
.mySwiper .swiper-button-prev, .mySwiper .swiper-button-next {
	color: white;
}
.slidercaption:before {
	content: "";
	width: 90px;
	height: 3px;
	background: #000000 0% 0% no-repeat padding-box;
	position: absolute;
	left: calc(50% - 45px);
}
.slidercaption {
	position: absolute;
	bottom: 22%;
}
.circlebordericon {
	border-radius: 50%;
	border: 1px solid white;
	background: transparent;
	text-align: center;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 30px;
	z-index: 999;
	left: calc(50% - 30px);
}
.circlebordericon a {
	color: white;
	text-decoration: none;
}
.circlebordericon:hover {
	background: #000000;
}
.circlebordericon:hover i {
	transform: translateY(5px);
	transition: All .3s linear;
}
a.mainbtn {
	width: 186px;
	height: 17px;
	text-align: center;
	font: normal normal bold 12px/25px Manrope;
	letter-spacing: 2.4px;
	color: #000000;
	text-decoration: none;
	border: 1px solid;
	padding: 15px;
}
a.mainbtn:hover {
	transition: all .3s ease-in;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 3px;
	color: white;
}
/*homepage*/

section.hometwo {
	position: relative;
	background: white;
	padding-top: 6rem;
	padding-bottom: 5rem;
}
section.hometwo h2 {
	text-align: left;
	font: normal normal bold 15px/25px Manrope;
	letter-spacing: 9px;
	color: #000000;
}
section.hometwo h3 {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: left;
	font: normal normal bold 36px/25px Manrope;
	letter-spacing: 0px;
	color: #000000;
}
section.hometwo p {
	text-align: left;
	font: normal normal normal 15px/30px Manrope;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.8;
}
.servicedescriptions h2.text-center {
	text-align: center;
	font: normal normal bold 15px/21px Manrope;
	letter-spacing: 9px;
	color: black;
	padding-bottom: 2rem;
}
.servicedescriptions p {
	text-align: center;
	font: normal normal normal 19px/30px Manrope;
	letter-spacing: 0px;
	color: #000000;
}
section.homethree {
	position: relative;
	padding-top: 6rem;
	padding-bottom: 6rem;
	background: white;
}
.serviceitemrow {
	border: 1px solid #ffffff;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 15px #00000033;
	border-radius: 5px;
	padding: 3rem;
}
.serviceitemrow:hover {
	transition: border .3s linear;
	border: 1px solid #000000;
}
.jobitemlink {
	margin-bottom: 30px;
}
h5.jobopen , p.jobopen{
	text-align: left;
	font: normal normal bold 20px/27px Manrope;
	letter-spacing: 0px;
	color: #151617;
}
h5.jobopen a , p.jobopen a{
	color: black;
	text-decoration: none;
}
.serviceitemrow p {
	transition-delay: 300ms;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
	font: normal normal normal 14px/20px Manrope;
	letter-spacing: 0px;
	color: #707070;
}
/*projects archive*/

.single-head {
	padding-top: 3rem;
	background: #F2F2F2 0% 0% no-repeat padding-box;
	min-height: 270px;
	display: flex;
	align-items: center;
}
.entry-header-poster {
	padding-top: 3rem;
	background: #F2F2F2;
	min-height: 300px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: CENTER;
}
.projectimage:hover img {
	filter: none;
	transition: all .3s ease;
}
.general-title {
	padding-top: 3rem;
	background: #F2F2F2 0% 0% no-repeat padding-box;
	min-height: 230px;
	display: flex;
	align-items: CENTER;
	justify-content: center;
	margin-bottom: 2rem;
}
h1.entry-title {
	text-align: center;
	font: normal normal bold 26px/36px Manrope;
	letter-spacing: 0px;
	color: #000000;
}
section.homefoure {
	padding-top: 3rem;
	background: #F9F9F9 0% 0% no-repeat padding-box;
	padding-bottom: 5rem;
	position: relative;
}
section.homefoure .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 14px;
	cursor: pointer;
	height: 14px;
}
.ourprojects h3 {
	position: relative;
}
.ourprojects h3:after {
	content: "";
	background: #000000;
	width: 100%;
	height: 1px;
	display: BLOCK;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 0;
}
.ourprojects h3 span {
	padding-right: 10px;
	background: #f9f9f9;
	z-index: 99;
	position: RELATIVE;
}
a.viewallrarticles {
	top: 0;
	right: 0;
	position: absolute;
	text-decoration: none;
	text-align: center;
	font: normal normal bold 12px/25px Manrope;
	letter-spacing: 2.4px;
	color: #000000;
	width: 240px;
	height: 46px;
	border: 1px solid #000000;
	border-radius: 3px;
	display: flex;
	align-items: CENTER;
	justify-content: CENTER;
}
a.viewallrarticles:hover {
	transition: all .3s ease-in;
	border-color: #000000;
	background: #000000;
	color: white;
}
.ourprojects {
	max-width: 1410px;
	margin: 3rem auto;
	position: relative;
}
.ourprojects h3 {
	text-align: left;
	font: normal normal bold 36px/34px Manrope;
	letter-spacing: 0px;
	color: #000000;
}
p.subheading_tilte.text-left {
	margin-bottom: 5px;
	text-align: left;
	font: normal normal bold 15px/25px Manrope;
	letter-spacing: 9px;
	color: black;
}
.projectimage {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000026;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	padding: 1rem;
}
.projectimage img {
	filter: grayscale(1) brightness(1.1);
}
h5.projectopen , p.projectopen {
	padding: 10px 0 5px 5px;
	text-align: left;
	font: normal normal bold 20px/32px Manrope;
	letter-spacing: 0px;
	color: #000000;
}
h5.projectopen a , p.projectopen a{
	color: black;
	text-decoration: none;
}
p.projectopen{
	margin-bottom: 0;
}
.projectdet a {
	padding: 4px;
	text-decoration: none;
	color: #000000;
}
section.homefive {
	background: white;
	position: relative;
	padding-top: 6rem;
	padding-bottom: 6rem;
}
section.homefive a.mainbtn {
	width: 260px;
	display: block;
	margin: AUTO;
	text-align: CENTER;
	height: 55px;
	margin-top: 3rem;
}
figure.blog-new__img.hover-anim.col-md-12 {
	margin: 0;
}
.blogitem h4 {
	text-align: left;
	font: normal normal bold 20px/27px Manrope;
	letter-spacing: 0px;
	color: #000000;
}
.blogitem h4 a {
	color: black;
	text-decoration: none;
}
p.subheading_tilte {
	text-align: center;
	font: normal normal bold 15px/21px Manrope;
	letter-spacing: 9px;
	color: black;
}
.serviceitemrow:hover h5.jobopen a , .serviceitemrow:hover  p.jobopen a{
	color: #000000;
	transition: all .3s ease-in;
}
.sliderpaginate {
	position: relative;
	margin-top: 3rem;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	outline: 1px solid black;
	background: #000000 0% 0% no-repeat padding-box;
	border: 3px solid white;
}
a.viewmorelink:hover {
	color: #000000;
	transition: all .3s ease-in;
}
.taneamas h3 {
	margin-bottom: 2rem;
	text-align: center;
	font: normal normal bold 36px/34px Manrope;
	letter-spacing: 0px;
	color: #151617;
}
.blogitem {
	padding: 1rem;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000026;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	max-width: Calc(50% - 20px);
	margin: 8px;
}
.single-project .imagewrapper {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000026;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	padding: 0.5rem;
}
.imagewrapper {
	mix-blend-mode: luminosity;
}
.imagewrapper:hover {
	mix-blend-mode: normal;
}
.single-project .entry-content.col-md-12.text-center {
	max-width: 900px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.single-project .entry-image.col-md-12 {
	margin-bottom: 4rem;
}
a.viewmorelink {
	text-decoration: none;
	text-align: left;
	font: normal normal bold 13px/32px Manrope;
	letter-spacing: 0px;
	color: #757575;
}
.lineexp {
	text-align: left;
	font: normal normal normal 13px/20px Manrope;
	letter-spacing: 0px;
	color: #000000;
}
.date.d-inline {
	text-align: left;
	font: normal normal bold 12px/17px Manrope;
	letter-spacing: 0px;
	color: #000000;
}

.single-post .post-thumbnail img {
    width: 100%;
    height: auto;
}
figure.blog-new__img.hover-anim.col-md-12 {
    max-height: 320px;
    border-radius: 3px;
}
.single-post .post-thumbnail {
    max-width: 1050px;
    margin: 3rem auto;
}

.category header.page-header {
	padding-top: 40px;
	background: #F2F2F2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 230px;
	margin-bottom: 2rem;
}
.archive h1.page-title {
	text-align: center;
	font: normal normal bold 26px/36px Manrope;
	letter-spacing: 0px;
	color: #000000;
}
.single-post span.posted-on {
	font: normal normal bold 12px/17px Manrope;
	letter-spacing: 0px;
	color: #000000;
	text-align: center;
	width: 100%;
}
.single-post span.nav-subtitle {
	font-family: Manrope;
	display: block;
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	letter-spacing: -1px;
}
.single-post .nav-previous {
	border-right: 1px solid gray;
	padding-right: 10px;
	padding-left: 10px;
}
.single-post .nav-next {
	padding-left: 10px;
}
.single-post span.nav-title {
	color: black;
	font-size: 14px;
	text-decoration: none;
	font-family: Manrope;
}
nav.navigation.post-navigation {
	margin: 0;
	background: WHITESMOKE;
	padding: 2rem;
}
.single-post .entry-meta {
	padding-top: 30px;
	text-align: center;
}
.single-post .entry-meta a {
	color: #000000;
	text-decoration: none;
}
.single-post .nav-links a {
	text-decoration: none;
}
/*site-footer*/

footer#colophon {
	padding: 4rem 3rem;
	background: #000000;
	color: white;
}
footer#colophon a {
	text-align: left;
	/* font: normal normal normal 13px/20px Manrope; */
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 0.8;
}
footer#colophon h4 {
	text-align: left;
	font: normal normal bold 23px/25px Manrope;
	letter-spacing: 0px;
	color: #FFFFFF;
}
footer#colophon h4:after {
	content: "";
	width: 40px;
	height: 3px;
	/* UI Properties */
	background: #000000 0% 0% no-repeat padding-box;
	display: block;
	margin-top: 10px;
}
footer#colophon h4 {
	padding-top: 15px;
}
.footermenus ul li:hover:Before {
	transition: all .3s ease;
	color: #000000 !important;
}
a.mailtel {
	text-decoration: none;
	padding-left: 10px;
	font: normal normal bold 13px/40px Manrope !important;
	letter-spacing: 0px;
	color: #FFFFFF;
	max-width: 230px;
	display: block;
	border: 1px solid #FFFFFF33;
	border-radius: 3px;
	margin-bottom: 4px;
}
a.mailtel:hover {
	transition: background .3s ease-in;
	background: #f9f9f9;
	color: #000000 !important;
}
a.mailtel i {
	padding-right: 10px;
}
.footeraboutus {
	padding-right: 3rem;
}
.footeraboutus p {
	text-align: left;
	font: normal normal normal 13px/20px Manrope;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 0.8;
}
.site-info {
	padding: 15px 3rem;
	background: black;
	font: normal normal bold 10px/32px Manrope;
	letter-spacing: 2px;
	color: #FFFFFF;
}
.site-info a {
	color: white;
}
.site-info .text-right {
	text-align: right;
}
.followus a {
	font-size: 18px !important;
	opacity: 1 !important;
	width: 60px;
	height: 60px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: none;
	color: #000000 !important;
	display: block;
	text-align: center !important;
	line-height: 60px !important;
	border-radius: 50%;
}
.followus a:hover {
	transition: all .3s ease-in;
	color: white !important;
	background: #000000;
}
.followus {
	padding-top: 30px;
	gap: 7px;
	display: flex;
	flex-wrap: wrap;
}
.followus h4 {
	flex: 0 0 100%;
}
.footermenus ul li {
	position: relative;
}
.footermenus ul li {
	position: relative;
}
.footermenus ul li:before {
	content: "\f0da";
	text-align: left;
	font-size: 12px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	font-family: fontawesome;
	padding-right: 3px;
}
footer#colophon li.current_page_item {
	border: none;
}
.footermenus ul {
	list-style: none;
	margin: 0;
	padding-inline-start: 4px;
}
.footermenus ul li a {
    padding-left: 5px;
	text-align: left;
	font: normal normal normal 15px/28px Manrope;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 0.6;
	text-decoration: none;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 17px;
	border: none;
	outline: none;
	background-color: #000000;
	color: white;
	cursor: pointer;
	width: 45px;
	border-radius: 50%;
	height: 45px;
}
#myBtn:hover {
	background-color: #555;
}
body.privacy-policy .entry-content {
	padding-top: 5rem;
	padding-bottom: 5rem;
	max-width: 800px;
	text-align: justify;
	margin: auto;
	color: black;
	font-family: Manrope;
}
/*contactpage*/

h3.h4.mb-2 {
	font: normal normal bold 18px/47px Manrope;
	letter-spacing: -0.72px;
	color: #000000;
}
p.text-muted.mb-0 {
	text-align: center;
	font: normal normal normal 18px/25px Manrope;
	letter-spacing: -0.72px;
	color: #000000;
}
i.fa-solid.text-primary {
	font-size: 25px;
	color: #000000 !important;
}
.contactext {
	font-size: 15px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	border: 1px solid rgba(0, 0, 0, 0.3);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.5);
}
h3.formTitle {
	text-align: center;
	margin: 0 0 40px 0;
	line-height: 28px;
}
h5.formSubTitle {
	font-size: 13px;
	text-align: center;
	margin: 0 0 40px 0;
}
.textIn {
	margin-bottom: -10px;
}
.textIn input[type="checkbox"] {
	width: auto;
	line-height: 1;
	height: auto;
	margin: 0 6px 0 0px;
}
.textIn span.wpcf7-list-item-label {
	margin-right: 10px;
}
.textIn span, .msgIn span {
	font-size: 13px;
	letter-spacing: 0.4px;
	font-weight: bold;
}
.textIn input {
	text-align: left;
	font: normal normal bold 14px/30px Manrope;
	letter-spacing: -0.42px;
	color: #000000;
	/* opacity: 0.42; */
	background: #0000000F 0% 0% no-repeat padding-box;
	border-radius: 3px;
	width: 100%;
	font-size: 15px;
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
	margin: 10px 0 0px 0;
}
.msgIn textarea {
	font: normal normal bold 14px/30px Manrope;
	letter-spacing: -0.42px;
	color: #000000;
	background: #0000000F 0% 0% no-repeat padding-box;
	border-radius: 3px;
	width: 100%;
	font-size: 15px;
	border-radius: 0;
	padding: 5px 15px;
	margin: 10px 0 5px 0;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	clear: both;
	padding: 10px 15px;
	margin: 10px 15px;
	float: left;
	width: auto;
}
.btnIn input.wpcf7-form-control {
	text-align: center;
	font: normal normal bold 12px/25px Manrope;
	letter-spacing: 2.4px;
	min-width: 250px;
	border: 1px solid #000000;
	border-radius: 3px;
	background: transparent;
	font-family: 'Manrope';
	color: black;
	font-weight: 400;
}
.btnIn input.wpcf7-form-control:hover {
	color: white;
	background: #000000;
	transition: all .3s ease-in;
}
form div.wpcf7-mail-sent-ok {
	display: block;
	float: left;
	width: 100%;
	padding: 20px 10px;
	border: 2px solid #D0A97E;
}
.single-breadcrumb a {
	font: normal normal bold 13px/25px Manrope;
	letter-spacing: 0px;
	color: #000000;
	text-decoration: none;
}
.archive footer#colophon {
	margin-top: 3rem;
}
.single-breadcrumb {
	pointer-events: none;
	font: normal normal bold 13px/25px Manrope;
	letter-spacing: 0px;
	color: #000000;
}
.single-post .entry-content {
	max-width: 980px;
	margin: 2rem auto;
	font-size: 16px;
	line-height: 26px;
}
.single-post .entry-content h4.wp-block-heading, .single-post .entry-content h4 {
	text-align: left;
	font: normal normal bold 22px/25px Manrope;
	color: black;
}
@media(max-width:1500px) {}
@media(max-width:1190px) {
	.mySwiper .swiper-slide {
		min-height: 750px;
	}
	    .mobilelogo {
    text-align: center;
}
.logomobile {
    text-align: center;
}
	.followus a {
		font-size: 17px !important;
		opacity: 1 !important;
		width: 50px;
		height: 50px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: none;
		color: #000000 !important;
		display: block;
		text-align: center !important;
		line-height: 50px !important;
		border-radius: 50%;
	}
	footer#colophon p {
		font-size: 14px;
	}
	.footeraboutus {
		padding-right: 1rem;
	}
	footer#colophon {
		padding: 3rem 1rem;
	}
}
@media(max-width:900px) {
	.slidercaption h1 {
		text-align: center;
		font: normal normal bold 32px/35px Manrope;
		letter-spacing: 0px;
	}
	.servicedescriptions p {
		text-align: center;
		font: normal normal normal 20px/40px Manrope;
	}
	section#hometwo .col-md-6 {
		padding-bottom: 30px;
		width: 100%;
		text-align: center;
	}
	section.hometwo h2, section.hometwo h3, section.hometwo p {
		text-align: center;
	}
	footer#colophon .col-md-3 {
		width: 50%;
	}
}
@media(max-width:744px) {
	footer#colophon .col-md-3 {
		width: 100%;
	}
	.slidercaption h1 {
		padding: 0 2rem;
		text-wrap: balance;
		text-align: center;
		font: normal normal bold 20px/30px Manrope;
		letter-spacing: 0px;
		color: #FFFFFF;
	}
	.mySwiper .swiper-slide {
		min-height: 650px;
	}
	section#hometwo p {
		text-align: center;
		font: normal normal normal 15px/30px Manrope;
		letter-spacing: 0px;
		color: #000000;
	}
	section#hometwo h2 {
		font: normal normal bold 15px/25px Manrope;
		letter-spacing: 9px;
		color: #000000;
		text-align: center;
		padding-top: 2rem;
	}
	section#hometwo h3 {
		text-align: center;
		padding-top: 10px;
	}
	section#hometwo a.mainbtn {
		margin: auto;
		display: block;
		min-width: 250px;
		min-height: 55px;
	}
	.servicedescriptions p {
		text-align: center;
		font: normal normal normal 15px/35px Manrope;
		letter-spacing: 0px;
	}
	.ourprojects h3:after {
		top: 50px;
	}
	.col-xs-12.text-left.projectdet {
		text-align: center;
	}
	.col-xs-12.text-left.projectdet h5 {
		text-align: center;
	}
	section.homethree {
		padding-top: 2rem;
	}
	p.subheading_tilte.text-left {
		margin-bottom: 5px;
		text-align: center;
		font: normal normal bold 13px/25px Manrope;
	}
	.ourprojects h3 {
		font: normal normal bold 36px/34px Manrope;
		letter-spacing: 0px;
		color: #000000;
		text-align: CENTER;
	}
	section.homefoure a.viewallrarticles {
		display: none;
	}
	.blogitem {
		max-width: Calc(100% - 15px);
	}
	footer#colophon {
		padding: 4rem 1rem;
	}
	footer#colophon h4 {
		text-align: left;
		font: normal normal bold 18px/25px Manrope;
		letter-spacing: 0px;
		color: #FFFFFF;
	}
	.followus a {
		font-size: 17px !important;
		opacity: 1 !important;
		width: 50px;
		height: 50px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: none;
		color: #000000 !important;
		display: block;
		text-align: center !important;
		line-height: 50px !important;
		border-radius: 50%;
	}
	.site-info {
		padding: 15px 0rem;
	}
	.site-info .col-md-4.text-left {
		text-align: center;
	}
	.site-info .text-right {
		text-align: center;
	}
	.mobilelogo {
		height: 100%;
		padding-top: 0px;
		display: flex;
		margin: auto;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
	.mobilelogo img {
		max-width: calc(100% - 70px);
	}
	.slidercaption {
		position: absolute;
		bottom: 35%;
	}
	.menu-menu-1-container {
    padding-top: 30px;
    border-top: 1px solid #b3b3b3;
}

	
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	background-color: white;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align: center;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	/* color: #818181; */
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: unset;
	font-size: 36px;
	margin-left: 0;
}
 span.menutriggerer span {
        width: 40px;
        height: 2px;
        background: white;
        display: block;
        margin: 4px auto;
    }

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

    .sidenav .closebtn {
        height: 60px;
        width: 60px;
        color: white;
        font-size: 39px;
        padding: 0;
        background: #000000;
    }

@media screen and (max-height: 480px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}
@media(min-width:1190px) {
	#mobileheader {
		display: none;
	}
}
@media(max-width:1190px) {
	#desktopheader {
		display: none;
	}
	span.menutriggerer {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	span.menutriggerer span {
		width: 40px;
		height: 2px;
		background: white;
		display: block;
		margin: 4px auto;
	}
	.col-md-3.mobileiconnav {
		display: flex;
		align-items: center;
	}
	.sidenav .closebtn {
		display: flex;
		color: white;
		font-size: 50px;
		padding: 0;
		align-items: center;
		justify-content: CENTER;
	}
	header#masthead {
		background: #ffffff !important;
		padding: 0;
	}
	ul#primary-menu {
		list-style: none;
		margin: 0;
		padding-inline-start: 0;
		text-align: left;
		color: black;
	}
	ul#primary-menu li a {
		font: normal normal bold 20px/27px Manrope;
		letter-spacing: 0px;
		color: #151617;
		color: black;
	}
	ul#primary-menu ul {
		list-style: none;
		padding-inline-start: 0;
		margin: 0 9px;
		background: white;
	}
	.aboutuspageho.mt-5.mb-5 {
		padding: 1rem;
	}
	a.contactheadbtn {
		font: normal normal bold 15px/30px Manrope;
		background: #000000;
		text-align: left;
		max-width: 100%;
		border-radius: 0;
		margin: 1rem auto;
		color: white;
	}
	div#mySidenav ul.sub-menu li a {
		color: gray !important;
	}
	a.contactheadbtn .row {
		padding: 0 0;
	}
	a.contactheadbtn {
		padding: 0px 0;
	}
	a.contactheadbtn .col-md-9 {
		padding: 10px;
		width: calc(100% - 100px);
		text-align: center;
	}
	a.contactheadbtn .col-md-3 {
		background: black;
		max-width: 100px;
		text-align: center;
		padding: 10px;
	}
}
@media(min-width:744px) {
	.mobilehomeservices {
		display: none;
	}
}
@media(max-width:744px) {
	.mySwiper .swiper-slide:after {
		pointer-events: none;
		content: "";
		background: transparent linear-gradient(180deg, #00000000 0%, #00000001 0%, #000000 100%) 0% 0% no-repeat padding-box;
		width: 100%;
	}
	.mySwiper .swiper-slide {
		background-position: center center !important;
		background-size: cover !important;
	}
	.blogitem h4 a {
		text-align: left;
		font: normal normal bold 16px/22px Manrope;
		letter-spacing: 0px;
		color: #000000;
	}
	#mySidenav li.current_page_item:after {
		left: 0;
		margin-left: 30px;
		content: "";
		width: 50px;
		height: 2px;
		display: block;
		background: #000000;
	}
	li.current_page_item, .main-navigation li:hover {
		transition: all .3s ease;
		border-bottom: 2px solid transparent;
	}
	.aboutuspageho.mt-5.mb-5 .col-md-6 {
		padding-bottom: 30px;
	}
	.desktophomeservices {
		display: none;
	}
	.mobilehomeservices span.swiper-pagination-bullet {
		height: 15px;
		width: 15px;
	}
	.mobilehomeservices .jobitemlink {
		margin-bottom: 30px;
		padding: 20px;
	}
	ul#primary-menu li a {
		font: normal normal 800 18px/30px Manrope;
	}
	div#mySidenav ul.sub-menu li a {
		font-size: 15px;
		color: gray !important;
		line-height: 1.4;
	}
}
@media(max-width:644px) {
a.contactheadbtn {
    position: absolute;
    width: 100%;
    bottom: 55px;
}
}

figure.blog-new__img.hover-anim.col-md-12:Hover img {
    transition: all .3s ease;
    transform: scale(1.15);
}
figure.blog-new__img.hover-anim.col-md-12 {
    overflow: hidden;
}
.page-template-aboutpage h4.wp-block-heading {
	font-weight: 500;
	color: #000000;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}
.logomobile {
	color: black;
	width: calc(100% - 128px);
}
.mobileiconnav {
	width: 64px;
	height: 64px;
	background: #000000;
}



@media(max-width:1190px){
	.allservicesmenu ul {
    height: 0;
    overflow: hidden;
}
.allservicesmenu a:first-child {
    pointer-events: none;
}
ul.sub-menu.submenuopend a {
    pointer-events: all;
}
.allservicesmenu:before {
	 pointer-events: all;
    font-size: 21px;
    font-family: 'FontAwesome';
    top: 7px;
    content: "\f078";
    width: 30px;
    height: 25px;
    display: block;
    background: transparent;
    position: ABSOLUTE;
    right: 50px;
}

.allservicesmenu {
    position: relative;
}
.submenuopend{
	transition: height .3s linear;
	height: 100% !important;
}
}

.sliderjewels {
		opacity: 0.6;
    background: white;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 20%;
    top: 0;
    z-index: 9;
}
.sliderjewelshoriz {
	opacity: 0.6;
    background: white;
    height: 1px;
    width: 100%;
    position: absolute;
    left:0%;
    bottom:20%;
    z-index: 9;
}
.projectSwiper  .swiper-button-prev:after, .projectSwiper  .swiper-button-next:after {
    font-size: 30px;
    color: black;
}
.projectSwiper {
    padding-bottom: 5rem;
}
.projectSwiper .swiper-pagination-bullets {
    left: 40px !important;
    top: -15px !important;
    background: transparent;
    max-width: Calc(100% - 80px);
}
section.homeone {
    position: sticky;
    top: 0;
}
div#hoWrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.blogitem {
    overflow: hidden;
}

.blogitem:hover img {
    transform: scale(1.15);
    transition: all .2s ease-in;
}

.logosidenav a {
    padding: 0;
}

.logosidenav {
	/* filter: invert(1) grayscale(1); */
	/* background:black; */
	position: absolute;
	left: calc(50% - 100px);
	top: 6px;
	max-width: 186px;
}
body.privacy-policy header.entry-header {
    padding-top: 3rem;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    min-height: 270px;
    display: flex;
    align-items: center;
    text-align: CENTER;
    justify-content: CENTER;
}

@media(min-width:1680px){
	footer#colophon {
    position: relative;
}

footer#colophon:after {
    content: "";
    background:#6f6f6f;
    width: 1px;
    height: 100%;
    position: ABSOLUTE;
    left: 24%;
    top: 0;
}

.site-info {
    border-top: 1px solid #6f6f6f;
}
}
.main-navigation ul ul a:after {
    margin-top: 5px;
    content: "";
    background: #ffffff;
    width: 80px;
    height: 2px;
    display: block;
}
.main-navigation ul ul a:hover:after {

    background: #000000;
   
}
.main-navigation ul ul li:hover{
    border: none !important;
}
.main-navigation ul ul li{
    border: none !important;
}


.lg-cursor--hover--news-list .lg-cursor-pointer::before,
.lg-cursor--hover--section-title .lg-cursor-pointer::before, #page-preloader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lg-cursor-pointer {
	position: relative;
}

.lg-cursor-pointer::before {
  content: none;
}

.lg-cursor--hover--news-list .lg-cursor-pointer::before,
.lg-cursor--hover--section-title .lg-cursor-pointer::before {
  content: "";
  color: #000;
  font-weight: bold;
  letter-spacing: -0.5px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  width: 6.5rem;
  height: 6.5rem;
  background: rgb(255 255 255 / 76%);
/*  background: no-repeat radial-gradient(circle closest-side, #ED6E00 0%, #ED6E00 25%, transparent 100%);*/
  margin: -2.75rem 0 0 -2.75rem;
  transform: none;
}

.lg-cursor--hover--news-list .lg-cursor-pointer::before {
  content: "DRAG";
}



.animate-hr {
  overflow: hidden;
}
.animate-hr > hr {
  width: 0;
  transition: all 1.5s;
}
.animate-hr > hr.is-in {
  width: 100%;
}

/*.loader-wrap {

  position: absolute;
	z-index: 99999;
  height: 100vh;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
}
.loader-wrap .loader-wrap-heading h1 {
  font-size: 120px;
  z-index: 20;
  color: #e0e0e0;
  text-transform: uppercase;
  font-weight: lighter;

}


@media (max-width: 767px) {
  .loader-wrap svg {
    width: 200vw;
    margin-left: -50vw;
  }
  .loader-wrap .loader-wrap-heading,
  .container h1 {
    font-size: 60px;
  }
}*/
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
 .list > div {
    width: 25%; }
    @media (max-width: 768px) {
     .list > div {
        margin: 0 0 20px 0;
        width: 33.33333%; } }
    @media (max-width: 660px) {
     .list > div {
        width: 50%; } }
 .list a {
    display: block;
    padding: 0 10px; }
    @media (max-width: 660px) {
     .list a {
        padding: 0 4px; } }
   .list a .image {
      overflow: hidden;
      margin: 0 0 10px 0;
      position: relative;
      }
     .list a .image img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
     .list a .image:before {
        background: #f58220;
        bottom: 0;
        content: '';
        left: 0;
        mix-blend-mode: overlay;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: opacity 0.35s;
        -o-transition: opacity 0.35s;
        transition: opacity 0.35s;
        z-index: 2; }
   .list a .title {
      white-space: nowrap; }
   .list a .more {
      color: #c8c8c8;
      -webkit-transition: color 0.35s;
      -o-transition: color 0.35s;
      transition: color 0.35s;
      white-space: nowrap; }
   .list a:hover .image:before {
      opacity: 1; }
   .list a:hover .more {
      color: #f58220; }

 .list-1 {
  margin: 0 -10px; }
  @media (max-width: 768px) {
   .list-1 {
      margin: 0 -4px; } }
 .list-1 > div:nth-child(1) {
    margin: 200px 0 0 0; }
    @media (max-width: 768px) {
     .list-1 > div:nth-child(1) {
        margin: 0 0 20px 0; } }
 .list-1 > div:nth-child(3) {
    margin: 50px 0 0 0; }
    @media (max-width: 768px) {
     .list-1 > div:nth-child(3) {
        margin: 0 0 20px 0; } }

 .list-2 {
  margin: 0 -10px 50px -10px; }
  @media (max-width: 768px) {
   .list-2 {
      margin: 0 -4px 50px -4px; } }
 .list-2 > div:nth-child(1) {
    margin: 40px 0 0 0; }
    @media (max-width: 768px) {

    	p.projectopen {
    text-align: center;
}
.langmenu ul {
    gap: 10px;
    width: 100%;
    display: flex
;
    align-items: CENTER;
    justify-content: start;
}
     .list-2 > div:nth-child(1) {
        margin: 0 0 20px 0; } }
 .list-2 > div:nth-child(2) {
    margin: 220px 0 0 0;
    }
    @media (max-width: 768px) {
     .list-2 > div:nth-child(2) {
        margin: 0 0 20px 0; } }
 .list-2 > div:nth-child(3) {
    width: 33.33333%;
    margin: 0 0 16.66667% 0;
    }
    @media (max-width: 768px) {
     .list-2 > div:nth-child(3) {
        margin: 0;
        width: 33.33333%; } }
    @media (max-width: 660px) {
		ul.wpm-language-switcher.wpm-switcher-list a, ul.wpm-language-switcher.wpm-switcher-list span, .actionbtnheader a span {
    color: black !important;
    filter: brightness(100%);
    font-size: 14px;
    font-weight: bold;
}
     .list-2 > div:nth-child(3) {
        width: 50%; } }
 .list-2 > div:nth-child(4) {
    margin: 0 8.33333% 0 auto;
    width: 16.66667%; }
    @media (max-width: 768px) {
     .list-2 > div:nth-child(4) {
        margin: 0;
        width: 33.33333%; } }
    @media (max-width: 660px) {
    	.langmenu {
    padding: 20px;
}
     .list-2 > div:nth-child(4) {
        width: 50%; } }
   .list-2 > div:nth-child(4) a {
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 1160px) {
       .list-2 > div:nth-child(4) a {
          -webkit-transform: translateY(-25%);
              -ms-transform: translateY(-25%);
                  transform: translateY(-25%); } }
      @media (max-width: 768px) {
       .list-2 > div:nth-child(4) a {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } 
      }

 .list-2 > div:nth-child(2) {
    margin: 220px 0 0 0;
}
 .list > div {
    width: 25%;
}
.list a .image img {
    width: 100%;
    height: auto;
}


html.loading body {
  overflow: hidden;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0%);
  opacity: 1;
}
.single-breadcrumb.col-xs-12.col-sm-12.text-center {
    filter: brightness(100%);
}

.language-fr .main-navigation a {
    text-transform: uppercase;
}
.slidercaption p , .slidercaption h1, .lineexp p , .sr-only , .servicedescriptions h2.text-center , .container.servicedescriptions span , p.subheading_tilte , .projectdet a , p.subheading_tilte.text-left , section.hometwo h2 , h3.h4.mb-2 , .single-post span.nav-subtitle , .single-post span.posted-on , .single-breadcrumb{
	filter: brightness(100%);
}
.single-project .imagewrapper  {
    height: 0;
    margin-bottom:25px;
    overflow: hidden;
    position: relative;
    padding-bottom: 250px;
}

.single-project .imagewrapper  img {
    position: absolute;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
}
.textIn label {
    text-align: left;
}