/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
@font-face { 
	font-family: "Helvetica Now Display Light";
	font-display: swap;
	src: url("https://www.lemessurier.com/wp-content/uploads/et-fonts/Monotype-Helvetica-Now-Display-Light.otf")
	format("opentype");
}

@font-face { 
	font-family: "Helvetica Now Display";
	font-display: swap;
	src: url("https://www.lemessurier.com/wp-content/uploads/et-fonts/Monotype-Helvetica-Now-Display.otf")
	format("opentype");
}

@font-face { 
	font-family: "Helvetica Now Display Medium";
	font-display: swap;
	src: url("https://www.lemessurier.com/wp-content/uploads/et-fonts/Monotype-Helvetica-Now-Display-Medium.otf")
	format("opentype");
}

@font-face { 
	font-family: "Helvetica Now Display Light";
	font-display: swap;
	src: url("https://www.lemessurier.com/wp-content/uploads/et-fonts/Monotype-Helvetica-Now-Display-Light.otf")
	format("opentype");
}
@font-face { 
	font-family: "Helvetica Now Display Thin";
	font-display: swap;
	src: url("https://www.lemessurier.com/wp-content/uploads/et-fonts/Monotype-Helvetica-Now-Display-Thin.otf")
	format("opentype");
}
@font-face { 
	font-family: "Helvetica Now Display";
	font-display: swap;
	src: url("https://www.lemessurier.com/wp-content/uploads/et-fonts/Monotype-Helvetica-Now-Display.otf")
	format("opentype");
}
@font-face { 
	font-family: "Helvetica Now Display Medium";
	font-display: swap;
	src: url("https://www.lemessurier.com/wp-content/uploads/et-fonts/Monotype-Helvetica-Now-Display-Medium.otf")
	format("opentype");
}
@font-face { 
	font-family: "Helvetica Now Display Bold";
	font-display: swap;
	src: url("https://www.lemessurier.com/wp-content/uploads/et-fonts/Monotype-Helvetica-Now-Display-Bold.otf")
	format("opentype");
}
@font-face{
	font-family:"social-shapes";
	font-display:swap;
	src:url("https://www.lemessurier.com/wp-content/uploads/et-fonts/social_shapes.ttf")
	format("truetype")
}

@font-face {
    font-family: 'helvetica_lt_stdbold';
    src: url('fonts/helveticaltstd-bold-webfont.woff2') format('woff2'),
         url('fonts/helveticaltstd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_lt_stdoblique';
    src: url('fonts/helveticaltstd-obl-webfont.woff2') format('woff2'),
         url('fonts/helveticaltstd-obl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica LT Std';
    src: url('fonts/HelveticaLTStd-Roman.woff2') format('woff2'),
        url('fonts/HelveticaLTStd-Roman.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'minion_proregular';
    src: url('fonts/minionpro-regular-webfont.woff2') format('woff2'),
         url('fonts/minionpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_now_displayxlight';
    src: url('fonts/monotype__-_helvetica_now_display_xlight-webfont.woff2') format('woff2'),
         url('fonts/monotype__-_helvetica_now_display_xlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* - LEM Custom Icon */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?eovsd4');
  src:  url('fonts/icomoon.eot?eovsd4#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?eovsd4') format('truetype'),
    url('fonts/icomoon.woff?eovsd4') format('woff'),
    url('fonts/icomoon.svg?eovsd4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e900";
}
.icon-down-arrow:before {
  content: "\e901";
}
.icon-hemburger-menu:before {
  content: "\e902";
  color: #f15625;
}
.icon-title-arrow-thin:before {
  content: "\e903";
  color: #6b6b6b;
}



/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/
/* # Header */
/*body{padding-top: 90px;}
body.home{padding-top: 0;}*/

#header-section {
	position: fixed;	
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
#menu-switch-block {
	position: fixed;
	right: 0;
	width: auto;
	z-index: 99;
}
#menu-wrapper {
	right: -100%;
	left: auto;
	background-color: #fff;
	padding: 40px;
	position: fixed !important;
	min-width: 325px;
	transition: all 0.3s ease;
	height: 100%;
	max-width:325px;
	width:25vw;
	overflow-y: auto;
	overflow-x: visible;
}

body.menu-fixed #header-section,
body.nav-fixed #header-section{
	background-color: rgba(255,255,255,0.8);
	bottom: auto;
	left: 0;
	height: 90px;
}
/* - culture page */
/*body.nav-fixed.page-id-1312 #header-section{
	background-color: rgba(255,255,255,0.8);
}*/
.menu-open #menu-wrapper {right: 0;}
.home-header-section .et_pb_menu__logo {margin-right: 0;position: fixed;top: 30px;left: 40px;}
#menu-switch-block, #menu-ft-block,#menu-block {width: 100%;margin: 0;}
#menu-block {margin-top: 150px;padding-bottom: 50px;}
#menu-switch-block {position: relative;right: 0;width: auto;z-index: 99;float: right;/*min-width: 100px;*/}
#menu-switch {position: fixed !important;right: 42px;top: 45px;z-index:9999;left:auto;}
#logosm-icon {position: relative;max-width: 40px;display: inline-block;margin-bottom: 10px;}
#main-menu .et_pb_menu_inner_container{display: grid;}
#main-menu .et_mobile_menu {display: grid;justify-content: left;align-content: left;margin-left: 0;}
/*#main-menu .et_mobile_menu::after {position:absolute;content: "";bottom:0;left:0;background-color:#d1d1c7;width:70px;height:3px;}*/
#main-menu .et_pb_menu__wrap{justify-content: left;}
#main-menu .et_mobile_menu li{width: 100%;padding: 0;list-style:none;}
#main-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li{width: 100%;}
#main-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li a{padding: 0 !important;transition:all .3s ease;}
#main-menu .et_mobile_menu li a {padding: 0 0;position: relative;}
#main-menu .et_mobile_menu li a:hover{opacity:1;}
#main-menu #main-menu .et_mobile_nav_menu {display: none !important;}
#main-menu #main-menu .et_pb_menu__menu{display: block !important;}
.mobile_menu_bar{cursor: pointer;}
#header-section .mobile_menu_bar::before {display: none;}
#header-section .mobile_menu_bar .menuclose-icon{fill: #6b6b6b;}
#header-section .mobile_menu_bar .menuclose-icon,
#header-section .mobile_menu_bar .hemburger-icon{width: 25px;transition:all .3s ease;}
#header-section .mobile_menu_bar .hemburger-icon{fill: #f15625;}
body.menu-open .mobile_menu_bar .hemburger-icon,
#header-section .mobile_menu_bar .menuclose-icon{display: none;}

body.menu-open #header-section .mobile_menu_bar .hemburger-icon{display: none;}
body.menu-open #header-section .mobile_menu_bar .menuclose-icon {display: block;}
#header-section.menu-open .mobile_menu_bar .hemburger-icon{
	display:none;
}
#header-section.menu-open .mobile_menu_bar .menuclose-icon {
	display: block;
}

#header-section .mobile_menu_bar .hemburger-icon:hover{fill: #fff;}
#header-section.menu-open .mobile_menu_bar .menuclose-icon:hover{fill: #f15625;}


.menu-open #header-section .mobile_menu_bar .hemburger-icon:hover{fill: #ECECEC;}
.et-boc{transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
body.menu-open .et-boc{
/* 	margin-right: 325px; */
	position: relative;
}

.nav-fixed #header-section .mobile_menu_bar .hemburger-icon:hover {
	fill: #ECECEC;
}



/*#header-section .mobile_menu_bar:hover:before {color: #fff;}
#header-section.menu-open .mobile_menu_bar::before {color: #000;}
#header-section.menu-open .mobile_menu_bar:hover::before {color: #f15625;}

#header-section.menu-open .mobile_menu_bar::before,
#header-section .opened .mobile_menu_bar::before {content: "\4d";}*/



/* - Home Menu: 14/03/22 */
/*#header-section #main-menu .et_mobile_menu > li {border-bottom: 1px solid #d1d1c7;}*/
#header-section #main-menu .et_mobile_menu > li > a {padding: 5px 0; }
#header-section #main-menu .et_mobile_menu li.mega-menu-parent {display: none !important;padding-top: 10px;}
#header-section #main-menu .et_pb_menu__menu {display: none !important;}
#header-section #main-menu .et_mobile_nav_menu .et_mobile_menu,
#header-section #main-menu .et_mobile_nav_menu{display: block !important;}
#header-section #main-menu .et_mobile_nav_menu {float: none;width: 100%;}
#header-section #main-menu .et_mobile_nav_menu .mobile_nav .mobile_menu_bar {display: none !important;}
#header-section #main-menu .et_mobile_nav_menu .mobile_nav .et_mobile_menu{
	border: none;
	box-shadow: none;
	position: relative;
	top: auto;
	opacity: 1;
	padding-left: 0;
}

#header-section #main-menu .et_mobile_menu li a{background-color: transparent;border-bottom: none;font-weight: 400 !important;     color: #241f21!important;}
.current-menu-item a {
    color: #f15625!important;
}
#header-section #main-menu .et_mobile_menu li a:hover{background-color: transparent;}
#header-section #main-menu .et_mobile_menu .sub-menu{
	padding-bottom: 15px;
	padding-left: 0;
}
#header-section #main-menu .et_mobile_menu .sub-menu li a {font-size: 20px;line-height: 32px;}
/*#header-section #main-menu .et_mobile_menu .menu-item-has-children > a:first-child::after {
	font-family: ETmodules;
	content: "3";
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 800;
}*/

/*.homebanner-slider .et_pb_section_video_bg,
.home-slider .et_pb_slides .et_parallax_bg.et_pb_parallax_css,
.home-slider .et_pb_section_parallax .et_pb_parallax_css{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
body.menu-open .home-slider .et_pb_section_parallax .et_pb_parallax_css,
body.menu-open .home-slider .et_pb_slides .et_parallax_bg.et_pb_parallax_css{
	background-attachment: initial;
}
body.menu-open .homebanner-slider .et_pb_section_video_bg{position: absolute;}*/

.culturebg-section{
	position: relative;
}
.culturebg-section::before{
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.85);
}

/* - Menu Footer */
#menu-ft-block {	
	padding-bottom: 45px;
/* 	border-top: 1px solid #F04B1B;
	padding-top: 20px; */
}
.menu-footer-menu p {padding-bottom: 5px;}
.menu-footer-menu a{
	transition: all 0.3s ease;
	display: block;
	font-family: "Helvetica Now Display Light";
	font-size: 17px;
	color: #f04b1b !important;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu-ft-block .menu-footer-menu a:hover{color: #6b6b6b !important;}
#menu-ft-block .menu-footer-social a {display: inline-block;margin-right: 15px;}
#menu-ft-block .menu-footer-social a:last-of-type {margin-right: 0;}
/*body.menu-fixed .home-header-section .et_pb_menu__logo img{display: none;}*/
#header-section .et_pb_menu__logo img{width: 250px !important;}
.nav-fixed#header-section.default-header-section,
.open_menu #header-section.default-header-section{
	background-color: #fff;
}
/*#header-section.default-header-section.nav-down.nav-fixed{position: fixed !important;top: -100%;}*/
/*#header-section.default-header-section.nav-fixed{position: fixed !important;top: -100%;}
#header-section.default-header-section.nav-fixed{position: fixed !important;top: -100%;}*/

body.home #header-section.default-header-section.nav-down{border-bottom: none;box-shadow: none;}
body.home .open_menu #header-section.default-header-section.nav-down {background-color: #fff;}
body .hamburger .hemburger-icon{fill: #f15625;}
body .hamburger .hemburger-icon:hover{fill: #fff;}
body .hamburger .hemburger-icon:hover{fill: #fff;}
body .nav-fixed .hamburger .hemburger-icon{fill:#000}

body .nav-fixed .hamburger .hemburger-icon:hover{fill: #f15625;}

	body.no-pagebanner .hamburger .hemburger-icon:hover{fill: #ECECEC;}

/* - Footer */
.footer-left {display: flex;margin-bottom: 0 !important; flex-direction: column; position: relative;}
.footer-left .footer-contact-block{margin-bottom: 0 !important;}
.footer-left .footer-contact-block {margin-right: 85px;}
.footer-contact-inner{margin-top:20px;}
.footer-contact-inner .footer-contact-number{color: #000;}
.footer-social-block .footer-contact-inner .footer-contact-number:hover{color: #f15625 !important;}
.footer-contact-block .footer-contact-number{color: #6b6b6b;}
.footer-contact-block .footer-contact-number:hover{color: #f15625;}
.footer-social-inner {margin-top: 15px;}
.footer-social-inner a {
	font-family: 'social-shapes',Helvetica,Arial,Lucida,sans-serif;
	font-size: 32px;
	line-height: 42px;
	display: inline-block;
	color: #bebebe;
	margin-right: 15px;
}
.footer-social-block.et_pb_text .footer-social-inner a:hover{color: #f15625 !important;}
.footer-social-inner a:last-of-type{margin-right: 0;}

#footer-menu {margin-bottom: 12px !important}
#footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li{margin-top: 0;}

#sidebar .et_pb_widget{position: relative;}
#sidebar .et_pb_widget .wp-block-search__input{
	font-family: 'Helvetica Now Display',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 0.715em !important;
	height: 30.6px !important;
	padding-left: 35px !important;
}
#footer-search .et_pb_searchform{
	padding-left: 30px;
	padding-right: 10px;
}
#footer-search input.et_pb_searchsubmit,
.widget_search .wp-block-search__button {
	background: transparent;
	color: transparent;
	border: none;
	width: 35px;
	z-index: 2;
	position: absolute;
	left: 0;
	cursor: pointer;
}
#footer-search .et_pb_searchform::before,
.widget_search::before {
    content: '\55';
    position: absolute;
    font-family: 'ETModules';
    z-index: 1;
    left: 0;
    font-size: 13px;
    padding: 1px 10px;
    color: #a7a5a6;
    height: 22px !important;
    font-weight: bold;
    top: -3px;
}
.et-db #et-boc .et-l #footer-search input.et_pb_s{
	height: 22px !important;
}
.footer-left #footer-search{
	margin:-30px 0px 0 79px !important;
}

/* # Default Header */
#header-section.default-header-section{
	left: 0;
	bottom: auto;
	background-color: transparent;
	padding-left: 50px;
	padding-right: 50px;
	/*border-bottom: 1px solid rgba(0,0,0,0.25);*/
	position: fixed !important;
	 transition: top 0.2s ease-in-out;
}
#header-section.default-header-section.nav-up{top: -100%;}
#header-section.default-header-section.nav-down {top: 0;}
.home-slider.et-pb-controllers .et-pb-active-control{border-color: #fff;}
.home-slider .et-pb-controllers a{border: 1px solid #6B6B6B;width: 10px;height: 10px;}
.home-slider .et_pb_slide .et_parallax_bg {background-position: center;}
#default-menu.et_pb_menu .et_pb_menu__wrap{justify-content: flex-end;}
#default-menu.et_pb_menu .et-menu-nav > ul ul{border-top: 7px solid #f15625;}
#default-menu.et_pb_menu .et_pb_menu__logo img,
#default-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li a{transition: all 500ms ease 0ms;}
/* #default-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li a{padding: 52px 5px;} */
#default-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li a{padding: 34px 5px;}
#default-menu .et-menu .menu-item-has-children > a:first-child::after {right: -10px;}
body.menu-fixed #header-section.default-header-section {
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.20);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

body.navscroll-up .default-header-section{
	/*position: fixed;*/
	/*top: -100%;*/
	-webkit-transition: top .5s ease;
	-o-transition: top .5s ease;
	transition: top .5s ease;
}
body.navscroll-down .default-header-section{
	top: 0;
}
#default-menu.et_pb_menu .et-menu-nav > ul ul li {padding: 0;width: 100%;}
#default-menu.et_pb_menu .et-menu-nav > ul ul li a{
	padding:0 15px;width: 100%;margin-bottom: 13px; /*color: #000 !important;*/
	font-family: "Helvetica Now Display";line-height: 22px; }
#default-menu.et_pb_menu .et-menu-nav > ul ul li.current-menu-item a,
#default-menu.et_pb_menu .et-menu-nav > ul ul li a:hover{background-color: transparent; opacity:1;color: #f15625 !important;}
#default-menu.et_pb_menu .et-menu-nav > ul ul li:last-of-type a{margin-bottom: 0;}
#default-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li > ul{top: calc(100% - 5px);max-width: 170px;}

#default-menu.et_pb_menu .et_pb_menu__search-button::after {
	border: 1px solid #000;
	border-radius: 100%;
	padding: 5px;
	width: 15px;
	height: 15px;
	transition: all 300ms ease 0ms;
	-webkit-transition: all 300ms ease 0ms;
	font-size: 14px;
	max-width: 170px;
}
#default-menu.et_pb_menu .et_pb_menu__search-button:hover::after{border-color: #f15625;}
#default-menu.et_pb_menu .et_pb_menu__close-search-button,
#default-menu.et_pb_menu .et_pb_menu__search-button{margin-right: 0;}


/* - Hide footer subdropdown */
/* #footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li{padding-left: 5px;padding-right: 5px;} */
#footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li{padding-left: 20px;}
#footer-menu.et_pb_menu .et-menu .menu-item-has-children > a:first-child::after,
#footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li .sub-menu{display: none;}
#footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li.current-menu-ancestor a{color: #f15625 !important;}
.default-header-section .et_pb_menu .et_pb_menu__search-form{margin-top: 0px;}


/*.page-banner-overlay {position: relative;}
.page-banner-overlay::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("https://s2.designcostaging.com/clients/wp/lemessurier/wp-content/uploads/2022/02/banner-overlay2-01.svg");
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: left top;
	z-index: -1;
}*/

.featured-projects-list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 30px;
}

.featured-projectsbox img {	
	transition: all 500ms ease 0ms;
	-webkit-transition: all 500ms ease 0ms;	
}
.featured-projectsbox a {
	color: #6b6b6b;
	font-size: 18px;
	font-family: "Helvetica Now Display Light";
	line-height: 24px;
	transition: all 500ms ease 0ms;
	-webkit-transition: all 500ms ease 0ms;
}
.featured-projectsbox a:hover {color: #f15625;}
.featured-projectsbox a:hover img {opacity: 0.4;}

.single-project-title .entry-title{
	padding-bottom: 40px;
	border-bottom: 1px solid #f15625;
	margin-bottom: 50px;
	color: #6b6b6b;
	font-family: 'Helvetica Now Display Thin',sans-serif !important;
}

/* - structures-carousel  */
#structures-carousel .et_pb_slide {
	padding: 0 !important;
	position: relative;
}
#structures-carousel .et_pb_slide_image {
	width: 100%;
	margin: 0 !important;
	top: 0 !important;
	position: relative;
}
#structures-carousel  .et_pb_slide_image img{width: 100% !important;max-height: 100% !important;}
#structures-carousel  .et_pb_slide.et_pb_slide_with_image .et_pb_slide_description{
	width: 100% !important;
	padding: 0 !important;
	text-shadow: none;
}
#structures-carousel .et-pb-active-slide .et_pb_slide_description,
#structures-carousel .et-pb-active-slide .et_pb_slide_image,
#structures-carousel .et_pb_slide:first-child .et_pb_slide_image img.active {animation-name: none !important;}
#structures-carousel .et_pb_slide.et_pb_slide_image .et_pb_slide_description .et_pb_slide_title{padding-bottom: 0;}
#structures-carousel .et_pb_slide_description .et_pb_slide_title {padding-bottom: 0 !important;margin-top: 15px;}
#structures-carousel .et-pb-controllers {	
	bottom: 20px;
	width: 100%;
	text-align: right;
	right: 0;
	left: auto;
	z-index: 999;
}
#structures-carousel .et-pb-controllers a {
	background-color: rgba(0,0,0,0.35);
	border-radius: 8px;
	width: 8px;
	height: 8px;
	opacity: 1;
	font-size: 0;
	text-indent: 0;
}
#structures-carousel .et-pb-controllers .et-pb-active-control {background-color: #f15625;}
.structures-list-block ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.blog-desciption .blog-date{color:#f15625 !important;}
.blog-box-row .blog-desciption {	
	margin-top: 15px;	
	font-size: 20px; 
	line-height: 25px;
	color: #222;
}	
.blog-box-col{	
	margin-bottom: 30px;	
}	
.blog-desciption .blog-date{	
	color:#f15625 !important;	
	display: block;	
	font-family: "Helvetica Now Display Bold";	
}	
.blog-box-row .blog-heading{	
	font-family: "Helvetica Now Display Bold";	
	font-size: 20px;	
	line-height: 25px;	
	padding-bottom: 0;	
}	
.blog-box-row .blog-desciption .blog-heading,
body.page-id-387 .blog-box-row .blog-desciption .blog-date {
	font-family: "Helvetica Now Display Bold"; 
	font-size: 20px;
	line-height: 26px;
}

.blog-box-row .blog-desciption .news-content p{	
	display: inline-block;	
	font-size: 20px;	
	line-height: 25px;	
}	
.blog-box-row .blog-desciption .news-content p a{	
	margin-left: 5px;	
}

#default-menu {float: none !important;margin-right: 35px;}
#default-menu li.mega-menu-parent {
	display: block;
	float: right;
	margin-top: 0;
	padding-right: 0;
	position: relative;
	right: -30px;
}
.hamburger {cursor: pointer;}
.hamburger .hemburger-icon{width: 25px;}
.hamburger .menuclose-icon {width: 23px;}
.hamburger svg {fill: #000;transition: all 500ms ease 0ms;
	-webkit-transition: all 500ms ease 0ms;	}
.open_menu .hamburger .hemburger-icon,
.hamburger .menuclose-icon{display: none;}
.open_menu .hamburger .menuclose-icon{display: block;}
.hamburger .menuclose-icon:hover,
.hamburger .hemburger-icon:hover{
	fill: #f15625
}

body .nav-fixed .hamburger .hemburger-icon,
.open_menu .hamburger svg{fill:  #6b6b6b;}
.open_menu #default-menu.et_pb_menu .et_pb_menu__search-button::after{color: #6b6b6b;}
.open_menu #default-menu.et_pb_menu .et_pb_menu__search-button:hover::after{color: #f15625;}


/*.hamburger:after {
    line-height: 0.6em;
    text-transform: none;
    speak: none;
    position: relative;
    cursor: pointer;
    top: 0px;
    left: 0;
    vertical-align: -11px;
    padding-right: 3px;
    font-size: 44px;
    content: "\61";	
    color: #000;
} */
/*.open_menu .hamburger:after {content: "\4d";}*/
#default-menu.et_pb_menu .et_pb_menu__search-button::after{padding: 0;border: none;font-size: 20px;}
#default-menu.et_pb_menu .et_pb_menu__search-button {
	margin-left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 0 !important;
	opacity: 0;
	border: none;
	padding: 0;
	margin-top:-5px;
}
.open_menu #default-menu.et_pb_menu .et_pb_menu__search-button {opacity: 1;}
.et_pb_menu__search-container--visible .et_pb_menu__icon.et_pb_menu__close-search-button {right: 0px;position: relative;}




/*change hamburger icon to x when mobile menu is open*/
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}
/*adjust the new toggle element which is added via jQuery*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
/* 	width: 44px; */
	width: 100%;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}
/*some code to keep everyting positioned properly*/
ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}
/*remove default background color from menu items that have children*/
.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}

/*adjust the toggle icon position and transparency*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}
/*submenu toggle icon when closed*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    top: 6px;
    position: absolute;
    font-family: 'icomoon' !important;
    content: '\e901';
    color: #222;
    font-size: 10px;
    font-weight: 100;
    display: block;
    text-align: right;
    right: 7px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
/*submenu toggle icon when open*/
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
/*add point on top of the menu submenu dropdown*/
#main-menu.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}
/*adjust the position of the hamburger menu*/
.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}
/*force the background color and add a rounded border*/
#main-menu.et_pb_menu .et_mobile_menu, #main-menu.et_pb_menu .et_mobile_menu ul {background-color: #ffffff!important;border-radius: 10px;}





/*#main-menu .et_mobile_menu li ul.hide {
    display: none !important;
}
#main-menu .et_mobile_menu .menu-item-has-children {
    position: relative;
}
#main-menu .et_mobile_menu .menu-item-has-children > a {
    background: transparent;
}
#main-menu .et_mobile_menu .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
#main-menu .et_mobile_menu span.menu-closed:before {
    content: "\4c";
    display: block;
    color: inherit;
    font-size: 16px;
    font-family: ETmodules;
}
#main-menu .et_mobile_menu span.menu-closed.menu-open:before {
    content: "\4d";
}*/
#menu-wrapper::-webkit-scrollbar {
    display: none;
}
#menu-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
ul.et_mobile_menu li.menu-item-has-children:hover .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children:hover .mobile-toggle::after{
	color: #f15625!important;
}
#footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li.mega-menu-parent {
    display: none;
}
#footer-section .et-menu .menu-item-has-children>a:first-child {
    padding: 0;
}
/* New Footer */
#footer-new-section a:hover{
    text-decoration: underline;
}
#footer-new-section .footer-social-inner a:hover{
	text-decoration:none;
}
#footer-new-section .footer-left .footer-contact-block {
    margin-right: 0;
}
#footer-new-section .footer-left .footer-social-block {
    margin-right: 0px;
}
#footer-new-section .footer-left .footer-contact-block .footer-contact-inner {
    margin: 0;
}
#footer-new-section .footer-left .footer-social-inner a{
	font-size: 34px;
	line-height: 1;
	vertical-align: middle;
}
#footer-new-section .go-map a:after {
    content: '|';
    color: #6b6b6b;
    display: inline-block;
    margin: 0 5px;
	vertical-align: text-top;
}
#footer-new-section .go-map a:last-child:after{
	display: none;
}
#footer-new-section .footer-right #footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul {
    margin: 0 !important;
}
#footer-new-section .footer-right #footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li {
    padding: 0px 0px 0px 25px;
}
#footer-new-section .footer-right #footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li:last-child, #footer-new-section .footer-right #footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li:first-child{
	padding: 0px;	
}
#footer-new-section .footer-right #footer-menu.et_pb_menu .et_pb_menu__menu > nav > ul > li a {
    padding: 0;
}
#footer-new-section .footer-right #footer-menu {
	margin-bottom: 12px !important;
}
#footer-new-section .footer-right #footer-search .et_pb_searchform::before,
#footer-new-section .footer-right .widget_search::before{
	font-size: 12px;
	padding: 0px 0px 0px 8px;
	height: 20px !important;
    top: -2px;
    font-weight: bold;
}
.et-db #et-boc .et-l #footer-new-section .footer-right #footer-search input.et_pb_s{
	height: 20px !important;
}
#footer-new-section .footer-right #footer-search .et_pb_searchform input.et_pb_searchsubmit {
    height: 20px;
    padding: 0 !important;
    width: 25px !important;
}

.single-work-slider.slick-dotted.slick-slider,
.pages-sliders.slick-dotted.slick-slider{margin-bottom: 0; overflow:hidden;}



/* - Slider Indicator Setting */
body .single-work-wrapper .slick-dots{display: none !important;} 
/*body .single-work-wrapper .single-work-sldier-indicator {
	position: absolute;
	top: 0;
	z-index: 1;
	padding: 0;
	width: 100%;
	float: none;
	left: 0;
	right: 0;
	top: 0;
	height: 70vh;
}*/
body .single-work-wrapper .pagingInfo {
	max-width: 100%;
	display: inline-block;
	position: absolute;
	margin-left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
}
body .single-work-wrapper .single-work-sldier-indicator .pagingInfo .slick-prev {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.3s ease;
}
body .single-work-wrapper .single-work-sldier-indicator .pagingInfo .slick-next{
	right: 100px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.3s ease;
}
body .single-work-wrapper .single-work-sldier-indicator:hover .slick-prev,
body .single-work-wrapper .single-work-sldier-indicator:hover .slick-next{
	opacity: 1;
}
body .single-work-wrapper .slick-prev,
body .single-work-wrapper .slick-next {
	width: 35px;
	height: 70px;
	background-color: rgba(255,255,255,0.75);
	padding: 10px 8px;
	text-align: center;
}
body .single-work-wrapper .single-work-sldier-indicator .slick-prev::before,
body .single-work-wrapper .single-work-sldier-indicator .slick-next::before {
	display: inline-block;
	width: 35px;
	height: 70px;
	background-color: rgba(61,44,36,0.5);
	opacity: 1 !important;	
}
body .single-work-wrapper .single-work-sldier-indicator .slick-prev::before{
	content:"";
	background: url("https://www.lemessurier.com/wp-content/uploads/2022/03/leftarrow.png") no-repeat;
	background-size: contain;
	width: 100%;	
	height: 50px;
}
body .single-work-wrapper .single-work-sldier-indicator .slick-next::before{
	content:"";
	background: url("https://www.lemessurier.com/wp-content/uploads/2024/03/rightArrow.png") no-repeat;
	background-size: contain;
	width: 100%;	
	height: 50px;
}

/*Features Section*/
.pages-sliders .slick-list .slick-slide video,
.pages-sliders .slick-list .slick-slide img,
#features-section .slick-list .slick-slide video,
#features-section .slick-list .slick-slide img {
	object-fit: cover;
	width: 100%;
}
.pages-sliders .slick-list,
.pages-sliders .slick-list .slick-slide video,
.pages-sliders .slick-list .slick-slide img,
#features-section .slick-list,
#features-section .slick-list .slick-slide video,
#features-section .slick-list .slick-slide img{
	height: 700px;
	overflow: unset;
}

/* New Layout CSS */
/* .img-layout-3 img:nth-child(2),
.pages-sliders .img-layout-2 img:nth-child(1),
#features-section .img-layout-2 img:nth-child(1){float:left;width:70%;}

.img-layout-3 img:nth-child(1),
.pages-sliders .img-layout-2 img:nth-child(2),
#features-section .img-layout-2 img:nth-child(2){float:left;width:30%;}


#features-section .img-layout-4 img {
    float: left;
    width: 50%;
} */

.pages-sliders .slick-dots,
#features-section .slick-dots {
    position: relative;
    bottom: 0;
   	display: flex;
    width: 100%;
    padding: 0;
    margin: 18px 0px 35px 0px;
    list-style: none;
   	justify-content: flex-end;
}
.pages-sliders .slick-dots:after,
#features-section .slick-dots:after{
	content:"";
	display:table;
	clear:both;
}
.pages-sliders .slick-dots li,
#features-section .slick-dots li {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 0px 0 10px;
    padding: 0;
    cursor: pointer;
    /*float: right;*/
}
.pages-sliders .slick-dots li button,
#features-section .slick-dots li button{
	width: 10px;
    height: 10px;
    padding: 0px;
}
.pages-sliders .slick-dots li button:before,
#features-section .slick-dots li button:before {
    background-color: rgba(0,0,0,0.35);
    border-radius: 8px;
    width: 8px;
    height: 8px;
    opacity: 1;
    font-size: 0;
    text-indent: 0;
}
.pages-sliders .slick-dots li button:hover:before,
.pages-sliders .slick-dots li.slick-active button:before,
#features-section .slick-dots li button:hover:before,
#features-section .slick-dots li.slick-active button:before {	
    opacity: 1;
    background-color: #f15625;
}
#features-section .slider.single-work-slider .slick-prev,
#features-section .slider.single-work-slider .slick-next{
	z-index: 1;
	transition: all 0.3s; 
	-webkit-transition: all 0.3s;
	margin-top: -24px;
	width: 32px;
	height:32px;
}
.pages-sliders.slider .slick-prev,
.pages-sliders.slider .slick-next{
	z-index: 9;
	transition: all 0.3s;
	margin-top: -45px;
	width: 32px;
	height:32px;
}

.pages-sliders.slider .slick-prev,
#features-section .slider.single-work-slider .slick-prev{
	left: -40px;
}
.pages-sliders.slider .slick-next,
#features-section .slider.single-work-slider .slick-next{
	right: -40px;
}
.pages-sliders.slider .slick-prev:before,
#features-section .slider.single-work-slider .slick-prev:before{
	content: '';
	background: url(https://www.lemessurier.com/wp-content/uploads/2022/03/white-outline-arrow-prev.svg) no-repeat center;
	display: block;
	width: 32px;
	height: 32px;
	opacity: 1;
}
.pages-sliders.slider .slick-next:before,
#features-section .slider.single-work-slider .slick-next:before{
	content: '';
	background: url(https://www.lemessurier.com/lemessurier/wp-content/uploads/2022/03/white-outline-arrow-next.svg) no-repeat center;
	display: block;
	width: 32px;
	height: 32px;
	opacity: 1;
}
.pages-sliders.slider:hover .slick-prev,
#features-section .slider.single-work-slider:hover .slick-prev {
    left: 30px !important;
}
.pages-sliders.slider:hover .slick-next,
#features-section .slider.single-work-slider:hover .slick-next {
    right: 30px !important;
}
#features-section .single-work-wrapper .single-work-content .single-work-description,
#features-section .single-work-wrapper .single-work-content .single-work-description p {
    font-family: 'Helvetica Now Display',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px!important;
	padding-bottom:0px;
}
#features-section .single-work-wrapper .single-work-content .single-work-description ul,
.tabs_block .tab_menu_container ul{
/*     list-style: inside;
	margin: 10px 0px; */
	    margin: 10px 0px;
    list-style-type: disc;
    padding-inline-start: 40px;
}
#features-section .single-work-wrapper .single-work-content .single-work-description ul li,
.tabs_block .tab_menu_container ul li {
    margin-bottom: 5px;
}
#features-section .single-work-wrapper .single-work-content .single-work-description ol,
.tabs_block .tab_menu_container ol{
    list-style-type: decimal;
	margin: 10px 0px;
	padding-inline-start: 40px;
}
#features-section .single-work-wrapper .single-work-content .single-work-description ol li,
.tabs_block .tab_menu_container ol li {
    margin-bottom: 5px;
}

#features-section .single-work-wrapper {
    display: flex;
	padding-bottom:30px;
}
#features-section .single-work-wrapper .single-work-content {
    /*width: 700px;*/
	width: 65.66%;
}
#features-section .single-work-wrapper .single-work-meta {
   /* width: 380px;*/
	width: 34.33%;
    padding-left: 60px;
}
#features-section .single-work-wrapper .single-work-meta .single-work-meta-inner {
    display: flex;
    flex-wrap: wrap;
}
#features-section .single-work-wrapper .single-work-meta .single-work-meta-inner .cat-section-item {
    width: 50%;
	margin: 0px 0px 25px 0px;
}
#features-section .single-work-wrapper .single-work-meta .single-work-meta-inner .cat-section-item h4 {
    font-size: 14px;
    font-family: "Helvetica Now Display Bold",Helvetica,Arial,Lucida,sans-serif;
    color: #f15625;
    margin: 0px 0px 10px 0px;
    padding: 0;
}
#features-section .single-work-wrapper .single-work-meta .single-work-meta-inner .cat-section-item ul,
#features-section .single-work-wrapper .single-work-meta .single-work-meta-inner .cat-section-item ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}
#features-section .single-work-wrapper .single-work-meta .single-work-meta-inner .cat-section-item ul li a {
    color: rgb(0 0 0 / 35%);
    font-family: "Helvetica Now Display",Helvetica,Arial,Lucida,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 20px;
    transition: all 0.3s;
    display: inline-block;
}
#features-section .single-work-wrapper .single-work-meta .single-work-meta-inner .cat-section-item ul li a:hover{
	color:#f15625;
}

/*Related Project*/
#features-section .related-project-section {
    margin-top: 45px;
    margin-bottom: 25px;
}
#features-section .related-project-section .et_pb_row {
    width: 100%;
}
#features-section .related-project-section h4{
	font-size: 24px;
	line-height: 1;
	border-top:1px solid #f15625;
	padding: 13px 0px 0px;
	margin: 0px 0px 30px;
	color: #6b6b6b;
}
#features-section .related-project-section ul.project-post {
    margin-left: -15px;
    margin-right: -15px;
}
#features-section .related-project-section ul.project-post li {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
	float: left;
}
#features-section .related-project-section ul.project-post li a{
	display: block;
}
#features-section .related-project-section ul.project-post li a .project_img{
	margin-bottom: 15px;
	height: 248px;
	overflow: hidden;
}
#features-section .related-project-section ul.project-post li a .project_img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: unset;
	display: block;
	object-position: center center;
}
#features-section .related-project-section ul.project-post li a .project_conent {
    font-size: 19px;
    color: #6b6b6b;
    font-family: "Helvetica Now Display Light",Helvetica,Arial,Lucida,sans-serif;
    line-height: 25px;
	font-weight: normal;
}
#features-section .project-listing-lnk a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    color: #6b6b6b;
    transition: all 0.3s;
}
#features-section .related-project-section ul.project-post li a:hover .project_conent{color: #f15625;}
#features-section .project-listing-lnk a span.prev-arrow {
    display: inline-block;
    width: 10px;
    vertical-align: middle;
    margin-right: 5px;
    transition: all 0.3s;
}
#features-section .project-listing-lnk a:hover{color: #f15625;}
#features-section .project-listing-lnk a:hover span.prev-arrow {fill: #f15625;}

.pages-sliders .slick-dots {
    position: absolute;
    bottom: 35px;
}
.slider-meta {
    margin: 20px 0 35px;
	float: left;
	width: 100%;
}
.slider-meta span {
    display: block;
    font-size: 15px;
    line-height: 21px;
	font-family: 'Helvetica Now Display Medium',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
}
.page-child .expertise-slider h2 {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 9;
    font-size: 60px;
    line-height: 74px;
    color: #fff;
    font-family: 'Helvetica Now Display Thin',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 100;
}
.page-child .pages-sliders .slick-list .slick-slide:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 700px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}


.innerpage-link:hover h3{color: #f15625;}
.innerpage-link.after-arrow h3:hover::after{
	background:  url("https://www.lemessurier.com/wp-content/uploads/2022/03/title-arrow-bold-red.svg") no-repeat;
	width: 28px;
	height: 28px;
}


.gradient-bottom-overlay{position: relative;display: flex;align-items: flex-end;}
.gradient-bottom-overlay::before{
	position: absolute;
	content:"";
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}


/* - News & Idea Grid */
.news-ideas-block .et_pb_ajax_pagination_container {
	display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 30px;padding-bottom: 30px;}
.news-ideas-block .et_pb_post{margin-bottom: 15px;}
.news-ideas-block .et_pb_post .entry-featured-image-url{margin-bottom: 20px;}
.news-ideas-block .type-news {display: flex;flex-direction: column;}
.news-ideas-block .entry-title{order: 2;}
.news-ideas-block .post-meta{order: 1;margin-bottom: 5px;}
.news-ideas-block .wp-pagenavi {margin-bottom: 0;position: absolute;left: 0;right: 0;bottom: 0;}
.news-ideas-block .wp-pagenavi a{font-size: 16px;}
.news-ideas-block .wp-pagenavi a:hover,
.news-ideas-block .wp-pagenavi span.current{color: #f15625 !important;}
.gradient-bottom-overlay #pagebanner-row .pagebanner-title{display: flex;float: none;justify-content: flex-end;}
/*.news-ideas-block .type-news .entry-featured-image-url img{transition: all 0.3s ease;}
.news-ideas-block .type-news .entry-featured-image-url img:hover{opacity: 0.4;}*/

/* - Team Section */
/* .team-wrapper {margin-left: -15px;margin-right: -15px;} */


.team-wrapper .gridtab--0 > dt{background-color: transparent;border: none;}
.team-wrapper .teamimg {position: relative;}
/*.team-wrapper .teamimg::before {position: absolute; content: ""; left: 0;right: 0; top: 0; bottom: 0;
	background-color: rgba(255,255,255,0.8); opacity: 0;
}*/
.team-wrapper .blur .teamimg-box{position: relative;cursor: pointer;}
.team-wrapper .blur .teamimg-box::before{position: absolute; content: ""; left: 0;right: 0; top: 0; bottom: 0;
	background-color: rgba(255,255,255,0.8); opacity: 1;z-index: 1;
}
.team-wrapper .blur .teamimg-box:hover::before{opacity: 0;}
.team-wrapper .blur .teamimg-box::before,
.team-wrapper .blur .teamimg-box,
.team-wrapper .gridtab > dd > .gridtab__controls > .gridtab__close,
.team-wrapper .team-drp-arrow svg,
.team-wrapper .team-title-block .team-position,
.team-wrapper .team-title-block .team-name,
.team-wrapper .teamimg::before{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.team-wrapper .teamimg-box{cursor: pointer;}
.team-wrapper .team-title-block {display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.team-wrapper .team-title-block-left{padding-right: 15px;}
.team-wrapper .team-discription-box .team-name,
.team-wrapper .team-discription-box .team-position,
.team-wrapper .team-title-block .team-position,
.team-wrapper .team-title-block .team-name {
	font-size: 18px;line-height: 24px;padding-bottom: 0;font-family: 'Helvetica Now Display Light',sans-serif;
color:#6b6b6b;font-weight: normal;}
.team-title-block h3.team-name
{
	font-weight: bold!important;
}
.team-title-block p.team-position
{
	font-style: italic;
}
.team-wrapper .is-active .team-title-block .team-position,
.team-wrapper .is-active .team-title-block .team-name,
.team-wrapper .teamimg-box:hover .team-position,
.team-wrapper .teamimg-box:hover .team-name{color: #f15625;}
.team-wrapper .team-drp-arrow svg {width: 20px;}
.team-wrapper .is-active .team-drp-arrow svg {transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
.team-wrapper .is-active .team-drp-arrow svg,
.team-wrapper .teamimg-box:hover .team-drp-arrow svg{fill: #f15625;}
.team-wrapper .teamimg img {width: 100%;}
.team-wrapper .team-discription-box {padding-bottom: 40px; border-bottom: 1px solid rgba(0,0,0,0.35);color: #6b6b6b;}
.team-wrapper .team-discription-box .team-position{margin-bottom:20px;}
.team-wrapper .team-discription-box	p{font-size: 16px;line-height: 26px;font-family: 'Helvetica Now Display Thin',sans-serif;color: #6b6b6b;}
.team-wrapper .gridtab > dd > .gridtab__controls{top: 15px;right: 15px;}
.team-wrapper .gridtab > dd > .gridtab__controls > .gridtab__close{
background: url("https://www.lemessurier.com/wp-content/uploads/2022/03/menu-close.svg") no-repeat;width: 18px;height: 18px;
}
.team-wrapper .gridtab > dd > .gridtab__controls > .gridtab__close:hover{
background: url("https://www.lemessurier.com/wp-content/uploads/2022/03/menu-close-red.svg") no-repeat;
}
.team-wrapper .gridtab > dd > .gridtab__controls > .gridtab__close::before,
.team-wrapper .gridtab > dd > .gridtab__controls > .gridtab__close::after{display: none;}
.wow {visibility: hidden;}

/*.homebanner-slider .et_pb_section_video_bg {position: fixed;}*/

.sidebar-menu-wrapper {
	overflow: hidden;
}
/*.hovereble-column .et_pb_image img:hover{opacity: 0.4;}*/
.featured-project-section .featured-row .featured-col .featured-img img{transition: filter 300ms ease 0ms;}
.featured-project-section .featured-row .featured-col .featured-img img:hover{filter: opacity(40%);}



.team-list-filter-section {
    margin-top: 50px;
}
.team-list-filter-section h3 {
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}
.team-list-filter-section .roles-filter, .team-list-filter-section .locations-filter {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.team-list-filter-section .roles-filter label,
.team-list-filter-section .locations-filter label {
    font-size: 18px;
    line-height: 1;
    min-width: 130px;
}
.team-list-filter-section .roles-filter select,
.team-list-filter-section .locations-filter select {
    border-radius: 0px;
    border: 1px solid #e1e1e1;
    line-height: 1;
    width: 100%;
    background-color: #fff;
    background-image: url(https://www.lemessurier.com/wp-content/uploads/2022/03/down-arrow.svg);
    background-size: 17px;
    background-position: center right 10px;
    padding: 9px 40px 9px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #6B6B6B !important;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
}
.no-result-found {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 35px;
}
.no-result-found span {
    font-size: 16px;
    background: #e1e1e1;
    padding: 10px 25px;
    display: inline-block;
}
#header-section #main-menu .et_mobile_menu > li.current_page_ancestor > a,
#header-section #main-menu .et_mobile_menu > li.current_page_ancestor > .sub-menu li.current-menu-item a.active,
#header-section #main-menu .et_mobile_menu > li.current_page_ancestor > a.mobile-toggle:after {
    color: #f15625 !important;
}
.header-search-icon {
    position: relative;
    width: 26px;
    height: 25px;
    background: #f15625;
    border-radius: 4px;
		transition: background 300ms ease 0ms !important;
}
.header-search-icon:before {
    content: '\55';
    position: absolute;
    font-family: 'ETModules';
    z-index: 1;
    left: 50%;
    font-size: 12px;
    color: #fff;
    transform: translate(-50%,-50%);
    top: 50%;
    font-weight: bold;
}
.header-search-icon:hover{
		background: #404040;
}
.header-search-bx-section{
    display: none;
}
.header-search-bx-section.et_pb_search{
		border-radius: 0px;
}
#header-section #main-menu .et_mobile_menu li.current-menu-item a:not(#header-section #main-menu .et_mobile_menu li.current-menu-item .sub-menu a),
.single-project #header-section #main-menu .et_mobile_menu li#menu-item-890 a{
    color: #f15625 !important;
}

#header-section #main-menu .et_mobile_menu .sub-menu li a:hover{
    color: #e2e2e2 !important;
}

/* - expertise navigation */
.expertise-inner-image img{object-fit: cover}
#expertise-navigation .et_pb_image a {
	display: inline-block;
	width: 40px;
	height: 40px;
}
#expertise-prev-nav,
#expertise-next-nav{
	position: absolute;
	top: -50px;
	display: inline-block;
	width: auto !important;
	margin: 0;
}
#expertise-prev-nav {left: -90px;}
#expertise-next-nav {right: -90px;}

#expertise-next-nav .et_pb_image,
#expertise-prev-nav .et_pb_image{
	width: 40px;
	height: 40px; 
	background-size: contain;
	background-color: #6b6b6b;
	transition: all .3s ease-in-out;
}
#expertise-prev-nav .et_pb_image{	
	transform: rotate(-180deg);  
	-webkit-transform: rotate(-180deg);
	 -webkit-mask-image: url('https://www.lemessurier.com/wp-content/uploads/2022/04/title-arrow-thin.svg');	
}
#expertise-next-nav .et_pb_image{
	 -webkit-mask-image: url('https://www.lemessurier.com/wp-content/uploads/2022/04/title-arrow-thin.svg');
}
#expertise-next-nav .et_pb_image:hover,
#expertise-prev-nav .et_pb_image:hover{
	background-color: #f05524;
}
#loftloader-wrapper .loader-section {
    opacity: 1 !important;
}
#loftloader-wrapper.pl-imgloading #loader .imgloading-container{
	background: transparent !important;
    -webkit-animation:none !important;
    animation: none !important;	
}
#loftloader-wrapper.pl-imgloading #loader img {
    opacity: 1 !important;
}
.loader-close-button{
	display:none !important;
}
#footer-new-section .footer-left .footer-social-inner a.icon_search, #footer-new-section .footer-left .footer-social-inner a.icon_phone {
    background: #bebebe;
    border-radius: 4px;
    padding: 5px;
    line-height: 1;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
#footer-new-section .footer-left .footer-social-inner a.icon_search:hover, #footer-new-section .footer-left .footer-social-inner a.icon_phone:hover {
    background: #f15625;
}
#footer-new-section .footer-left .footer-social-inner a.icon_search span,
#footer-new-section .footer-left .footer-social-inner a.icon_phone span {
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
}
.footer-search-bx-section,
.ft-contact-number{
    display: none;
}

.team-popup-content{
	margin-left: -8px !important;
	margin-right: 8px !important;
}
.team-popup-content .content-section {
	font-family: 'helvetica_lt_stdroman';
	padding-top: 10px;
}
.team-popup-content .content-section h4{	
	font-size: 19px;
	font-family: 'helvetica_lt_stdbold';
/* 	color: #fff; */
	color:#6B6B6B;
	padding-bottom: 0;
	line-height: 1;
	font-weight: normal;
}
.team-popup-content .content-section span.designation {
    font-family: 'helvetica_lt_stdbold';
	font-size: 19px;
	font-weight: normal;
}
body .mfp-container{
	padding: 0;
}
.department-block,
.education-block {
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
}
.team-popup-content .department-block p,
.team-popup-content .education-block p{
	padding-bottom: 0;
	line-height: 22px;
	font-size: 19px;
	font-family: 'Helvetica LT Std';
	font-weight: 500;
}
.mfp-content{
	padding: 0 23px;
	vertical-align: top !important;
}

.team-popup-content .img-section img {
	width: 100%;
}
.team-popup-content .question,
.team-popup-content .department-block p.office {
    display: none;
}
.team-popup-content .question,
.team-popup-content .description {
    margin-top: 15px;
    font-size: 19px;
    line-height: 23px;
    font-weight: normal;
    font-family: 'Helvetica LT Std';
}
.team-popup-content .question i {
    font-family: 'helvetica_lt_stdoblique';
    font-weight: normal;
}
#header-section #main-menu .et_mobile_menu .sub-menu li a.active {
    color: #f15625!important;
}
.innerpage-sidebar-menu.main-innerpage a {
    padding-bottom: 0 !important;
}
.page-template-expertise li#wp-admin-bar-et-use-visual-builder {
    display: none;
    pointer-events: none;
}

/* Start History Page */
body.page-id-373.menu-fixed #header-section, body.page-id-373.nav-fixed #header-section {
    background: transparent !important;
}
.pb-0 h2{
	padding-bottom:0px !important;
}
.history-banner,
.history-second,
.history-third{
    align-items: center;
    display: flex;
}
/* End History Page */

.home-slider .et_pb_slide .et_parallax_bg:after, .home-slider .et_pb_slide .et_pb_section_video_bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 65%);*/
/* 	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 65%); */
 	background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(255,255,255,0) 65%); 
}

/*News Ideas*/
.et_pb_module.news-ideas .blog-box-row .blog-desciption {
    font-size: 16px;
}
.news-ideas-listing.news-ideas-block .et_pb_post .entry-featured-image-url{
/* 	padding-top: 66.66%; */
	padding-top: 100%;
}
.news-ideas-listing.news-ideas-block .et_pb_post .entry-featured-image-url img{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.news-template-default .single-news-title .et_pb_title_container{
	border-bottom: 1px solid #f15625;
	margin-bottom: 50px;
	padding-bottom: 40px;
}
.news-template-default .single-news-title .et_pb_title_container .entry-title {
	padding-bottom: 5px;
	color: #6b6b6b;
	font-family: 'Helvetica Now Display Thin',sans-serif !important;
}

.blog-section .blog-box-row .blog-box-col .blog-img-box a {
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.blog-section .blog-box-row .blog-box-col .blog-img-box a img.wp-post-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
object-fit: cover;
}
.custom-arrow h3 {
    padding: 0;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.custom-arrow h3:after{
    content: '\e903';
    margin-left: 10px;
    background-size: contain;
    font-family: 'icomoon' !important;
    font-size: 28px;
}

.our-expertise .fullwidth_block {
	overflow: hidden;
	height: 22vw;
}


#features-section .single-work-wrapper.category-expertise .single-work-content {
    width: 100%;
}
#features-section .single-work-wrapper.category-expertise .single-work-content .single-row {
    display: flex;
    grid-template-columns: unset;
    grid-template-rows: unset;
    grid-column-gap: unset;
    grid-row-gap: unset; 
    margin-bottom: 0px;
    row-gap: 20px;
}



/*#features-section .single-work-wrapper.category-expertise .single-work-content {
    width: 100%;
}
#features-section .single-work-wrapper.category-expertise .single-work-content .single-row {
    display: flex;
    row-gap: 20px;
    justify-content: space-between;
}
#features-section .single-work-wrapper.category-expertise .single-work-content .single-row .catItemParent {
    width: auto;
}

@media (max-width:980px){
	#features-section .single-work-wrapper.category-expertise .single-work-content .single-row {
	    display: flex;
	}
	#features-section .single-work-wrapper.category-expertise .single-work-content .single-row .catItemParent {
	    width: calc(50% - 20px);
	}
}
@media (max-width:576px){
	#features-section .single-work-wrapper.category-expertise .single-work-content .single-row .catItemParent {
		flex-wrap: wrap;	
	    width: 100%;
	}
}*/

.before-arrow h3 {
    padding: 15px 0 0 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.before-arrow h3:before {
    content: '\e903';
    margin-right: 10px;
    background-size: contain;
    font-family: 'icomoon' !important;
    font-size: 22px;
    transform: rotate(180deg);
}
.search-results #main-content .bannerImg{
	height:242px;
	background-image:url(https://www.lemessurier.com/wp-content/uploads/2024/01/search-banner.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: top -280px center;
}

.search-results #main-content .searchContainer {
    max-width: 1042px;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px 35px;
    min-height: 50vh;
}
.search-results #main-content .searchContainer h1 {
    padding-bottom: 15px!important;
    margin-bottom: 35px!important;
    font-size: 28px;
    color: #6B6B6B!important;
    line-height: 1.4;
    font-family: 'Helvetica Now Display Thin',Helvetica,Arial,Lucida,sans-serif;
    margin-top: 40px;
    border-bottom: 1px solid #f15625;
}
.search-results #main-content .searchContainer article {
	width: 90%;
    display: grid;
    grid-template-columns: 220px auto;
    grid-column-gap: 35px;
    grid-row-gap: 0px;
    margin-bottom:35px;
	align-items: center;
}
.search-results #main-content .searchContainer article a.entry-featured-image-url{
	margin:0px;
}
.search-results #main-content .searchContainer article a.entry-featured-image-url img {
    width: 218px;
    height: 135px;
    object-fit: cover;
	object-position: center center;	
}
.search-results #main-content .searchContainer article .textPart .entry-title {
    font-size: 18px;
    font-family: "Helvetica Now Display Bold";
    line-height: 22px;
    padding: 0px 0px 5px;
}
.search-results #main-content .searchContainer article .textPart .entry-title a{
	color: #000;
	transition: all 0.3s ease;
}
.search-results #main-content .searchContainer article .textPart .entry-title a:hover{
	color: #f15625;
}
.search-results #main-content .searchContainer article .textPart {
    font-size: 16px;
    line-height: 22px;
	font-family: 'Helvetica Now Display Light',Helvetica,Arial,Lucida,sans-serif;
}

.linkedInPostCode .tagembed-container{
	overflow:unset !important;
}

@media(max-width:980px){
	.search-results #main-content .bannerImg{
    	background-position: center center;
	}
	.search-results #main-content .searchContainer article{
		width: 100%;
	}
	
}
@media(max-width:980px){
	.search-results #main-content .searchContainer{
		padding: 0 15px 10px;
	}
	.search-results #main-content .searchContainer article{
		grid-template-columns: 1fr;	
	}
	.search-results #main-content .searchContainer article .textPart{
		margin-top:30px;
	}
	.search-results #main-content .searchContainer article a.entry-featured-image-url img{
		width: 100%;
		height: auto;
	}
	
}