/* @font-face {
    font-family: 'HelveticaNowDisplay-Light';
    src: url('fonts/HelveticaNowDisplay-Light.woff2') format('woff2'),
        url('fonts/HelveticaNowDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNowDisplay-Thin';
    src: url('fonts/HelveticaNowDisplay-Thin.woff2') format('woff2'),
        url('fonts/HelveticaNowDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
} */
img{
	max-width: 100%;
	height: auto;
}
.history-open .decades_hover,
.history-open .decades-main-title
{
	border: none;
}
.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
  }
  
body.dark-bg{
    background-color: #f15625;
    -webkit-transition-timing-function: ease-out;
    -webkit-font-smoothing: antialiased;
}
/* - Decades Timeline Section  */
.decades-timeline-section {
    background-color: #f15625;
    padding: 0;
    height: 100vh;
    transition: all 0.3s ease-in-out;
}
.dtbtn:hover::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.44);
/*     background-blend-mode: multiply; */
    z-index: 0;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
}
.decades-main-title{
    font-family: "Helvetica Now Display Light";
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    padding: 21.5px 80px;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
}
.decades_hover{
    font-family:'Helvetica Now Display Thin',sans-serif;
    font-size: 30px;
    line-height: 43px;
    color: #fff;
    padding: 17px 120px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    transition: padding 0.3s ease;
    position: relative;
    z-index: 1;
}
.dtbtn:hover .decades_hover{
    background-color: #fff;
    padding: 65px 120px;
    color: #000;
    position: relative;
    z-index: 9;
}
.dtbtn:hover .decades_hover span{
    color: #f15625;
}
.dtbtn span{
    margin-right: 30px;
	width: 90px;
	display: inline-block;
}
.decades_modal{
	background: url("https://s2.designcostaging.com/clients/wp/lemessurier/v2/wp-content/uploads/2023/04/section_bg.jpg") no-repeat;
	background-size: cover;
    padding-bottom: 0px;
}

.decades_modal .modal-dialog {
    margin: 0 auto 0 0;
    padding-left: 80px;
    max-width: 100%;
    pointer-events: all;
    display: flex;
    align-items: center;
    padding-right: 80px;
    grid-column-gap: 80px;
}
.decades-content-block {
    background-color: rgba(255,255,255,0.95);
    padding: 80px 50px 10px 50px;
    max-width: 50vw;
    /* max-height: 100vh;
    overflow-y: auto; */
    position: relative;
    z-index: 1;
}
.decades-content-block::-webkit-scrollbar{
    display: none;
}
.decades_closebtn {
    border: none;
    display: flex;
    margin-left: auto;
    background-color: transparent;
    position: fixed;
    right: 47px;
    top: 65px;
    padding: 0;
    z-index: 99999;
}
.decades_closebtn svg{
	width: 25px;
	background-color: transparent;
	fill: #fff;
	transition: all 0.3s ease-out;
}
.decades_closebtn:hover svg{
	fill: #000;
}
.decades-conten-heading {
    margin-bottom: 40px;
}
.decades-conten-heading h4 {
	font-family: 'Helvetica Now Display Thin',sans-serif;
	font-size: 30px;
	color: #f15625;
	line-height: 40px;
	margin-bottom: 0;
}
.decades-conten-heading h3 {
	font-family: 'Helvetica Now Display Thin',sans-serif;
	font-size: 50px;
	color: rgba(0,0,0,0.65);
	line-height: 60px;
}
.decades-content-block p {
	margin-bottom: 30px;
	font-size: 16px;
	font-family: 'Helvetica Now Display Light',Helvetica,Arial,Lucida,sans-serif;
	line-height: 1.7em;
	font-weight: 500;
	padding-bottom:0px;
}
.img-caption-block{
	margin-bottom: 15px;
}
.img-caption-block img{
	margin-bottom: 10px;
}
.img-caption-block p{
	color: #f15625;
	margin-bottom: 0;
}
/* .parallax-img-block {   
    right: 80px;
    top: 0;   
    max-height: 100vh;
    overflow-y: auto;   
    display: flex;
    align-items: center;
    flex-direction: column;   
    align-content: center;
    width: 50vw;
    padding-top: 45vh;
    transition: all 0.5s ease-out;
}
.parallax-img-block::-webkit-scrollbar{
    display: none;
    width: 0;
}
.parallax-img-block img {
    margin-bottom: 50px;
    max-width: 100%;
    height: auto;
    width: 350px;
} */

/*Related Project*/
.decades_modal .related-project-section {   
    display: inline-block;
    width: 100%;
	padding: 0 80px;
	margin-top: 40px;
    position: relative;
    z-index: 0;
}
.related-project-inner-wrapper{
	background-color: rgba(255,255,255,0.95);
	padding: 40px 55px;
	display: inline-block;
    width: 100%;
}
.decades_modal .related-project-section h4{
	font-size: 30px;
	line-height: 40px;
	margin: 0px 0px 30px;
	color: #f15625;
   font-family: 'Helvetica Now Display Thin',sans-serif;
}
.decades_modal .related-project-section ul.project-post {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    padding-left: 0;
    margin-bottom: 0;
}
.decades_modal .related-project-section ul.project-post li{
	list-style: none;
}
.decades_modal .related-project-section ul.project-post li a{
	display: block;
	text-decoration: none;
}
.decades_modal .related-project-section ul.project-post li a .project_img{
	margin-bottom: 15px; 
	height: 18vw;
	overflow: hidden;
}
.decades_modal .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;
}
.decades_modal .related-project-section ul.project-post li a .project_conent {
    font-size: 19px;
    color: #6b6b6b;
    font-family: "Helvetica Now Display Light";
    line-height: 25px;
	font-weight: normal;
}
.decades_modal .project-listing-lnk a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    color: #6b6b6b;
    transition: all 0.3s ease-out;
}
.decades_modal .related-project-section ul.project-post li a:hover .project_conent{color: #f15625;}
.decades_modal .project-listing-lnk a span.prev-arrow {
    display: inline-block;
    width: 10px;
    vertical-align: middle;
    margin-right: 5px;
    transition: all 0.3s ease-out;
}
.decades_modal .project-listing-lnk a:hover{color: #f15625;}
.decades_modal .project-listing-lnk a:hover span.prev-arrow {fill: #f15625;}

.decades_modal .project-listing-lnk a {
	display: flex;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
	color: #6b6b6b;
	transition: all 0.3s;
	font-family: "Helvetica Now Display Light";
	text-decoration: none;
	margin-top: 17px;
	align-items: center;
}
.decades_modal .related-project-section ul.project-post li a:hover .project_conent{color: #f15625;}
.decades_modal .project-listing-lnk a span.prev-arrow {
    display: inline-block;
    width: 10px;
    vertical-align: middle;
    margin-right: 5px;
    transition: all 0.3s;
}
.decades-next-timeline {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 54px;
    z-index: 3;
    cursor: pointer;
}
.decades-next-timeline .decade_nextarrow {
    position: fixed;
    right: 50px;
    bottom: 17px;
    max-width: 22px;
    cursor: pointer;
    width: 100%;
}
.decades-next-timeline p {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #f15625;
    color: #fff;
    display: block;
    width: 100%;
    text-align: right;
    padding: 15px 90px !important;
    font-size: 22px;
   font-family: 'Helvetica Now Display Thin',sans-serif;
    margin: 0;
    z-index: -1;
    line-height: 24px;
    transition: all 0.25s ease;   
}
.decades-next-timeline p:hover{
    background-color: #f15625;
}
.decades-next-timeline svg{
    fill: #fff;
}

.decades-prev-timeline {
    position: fixed;
    right: 0;
    top: -54px;
    width: 100%;
    min-height: 54px;
    z-index: 3;
    cursor: pointer;
	transition: all 0.25s ease; 
	height: calc(100vh - 70%);
}
.decades-prev-timeline .decade_nextarrow {
    position: fixed;
    right: 50px;
    top: -54px;
    max-width: 22px;
    cursor: pointer;
    width: 100%;
	transform: rotate(180deg);
	transition: all 0.25s ease;
}
.decades-prev-timeline p {
    position: fixed;
    top: -54px;
    right: 0;
    background-color: #f15625;
    color: #fff;
    display: block;
    width: 100%;
    text-align: right;
    padding: 15px 90px !important;
    font-size: 22px;
   	font-family: 'Helvetica Now Display Thin',sans-serif;
    margin: 0;
    z-index: -1;
    line-height: 24px;
    transition: all 0.25s ease;   
}
.decades-prev-timeline p:hover{
    background-color: #f15625;
}
.decades-prev-timeline svg{
    fill: #fff;
}
.history-prev:hover{
	height:30%;
}
.decades-prev-timeline:hover .decade_nextarrow,
.decades-prev-timeline:hover p {
    top: 0;
}
.decades-prev-timeline:hover .decade_nextarrow {
    top: 17px;
}

.modal_overlay {
    position: fixed;
    inset: 0;
    background-color: transparent;
    z-index: 9999;
    transition: all 0.3s ease;   
}
.fade {
    transition: unset;
}
.decades_modal .modal.fade .modal-dialog{
    transition: unset;
    transform: unset;
}
.decades_modal{
    padding-bottom: 100px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 0px;
    height: 100vh;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.decades_modal.show {
    overflow: overlay;
    opacity: 1;
    -webkit-transform: unset;
    transform: unset;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    width: 100%;
/*     transition-delay: .01s; */
/* 	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999999; */
}
.modal-backdrop {
    height: 0;
    background-color: #f15625;
    transition: height 0.1s ease-out;
    bottom: 0;
    opacity: 0;
}
.modal-open .dtbtn,
.modal-open .decades-main-title {
    display: none;
}

body.history-open #footer-new-section,
body.history-open #menu-switch,
body.modal-open #footer-new-section,
body.modal-open #menu-switch{
	display: none;
}
body.history-open #header-section{
	display: none;
}
.modal-backdrop.show {
    opacity: 1;
    top: auto;
    height: 100vh;
    background-color: #f15625;
	z-index: 0;
}


/* - gallerypopup-modal  */
.gallerypopup-modal .modal-body,
.decades_modal .gallerypopup-modal .modal-dialog{
    padding: 0;
}
.gallerypopup-modal {
    background-color: rgba(255,255,255,0.95);
}
.gallerypopup-modal .modal-content{
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.gallerypopup-modal .owl-carousel .owl-item{
	display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
	padding: 20px;
}
.gallerypopup-modal .owl-carousel .owl-item img{
    width: auto;
    margin: 0 auto;
	width: 100%;
	margin: 0 auto;
	max-width: 768px;
	max-height: 85vh;
}
.gallerypopup-modal .btn-close{
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 38px;
    top: 28px;
    text-decoration: none;
    color: #282828;
    font-style: normal;
    font-size: 60px;
    font-family: 'Helvetica Now Display Thin',sans-serif;
    padding: 0 !important;
    text-align: center;
    background: #0000 !important;
    font-weight: 300;
    opacity: 0.7;
    border-radius: 0;
    display: block;
    overflow: hidden;
    z-index: 9999;
	box-shadow: none;
}
.gallerypopup-modal .btn-close:hover{
    opacity: 1 !important;
}
.gallerypopup-modal .modal-body{
    height: 100vh;
    display: flex;
    align-items: center;
}
.gallerypopup-modal.modal.show .modal-dialog{
    z-index: 9;
}
.gallerymodel-btn {
    padding-bottom: 50px;
    display: flex;
    justify-content: flex-end;
}
.gallerymodel-btn a {
    text-decoration: none;
    color: #f15625;
    display: inline-block;
	font-family: 'Helvetica Now Display Light',Helvetica,Arial,Lucida,sans-serif;
    border: 2px solid transparent;
    font-size: 22px;
    background-color: rgba(255,255,255,0.88);
    transition: all 300ms ease 0ms;
    width: max-content;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
    border-radius: 3px;
    padding-right: 2em;
    padding-left: 0.7em;
    position: relative;
    transition-property: all!important;
}
.gallerymodel-btn a:after {
    color: #f05524;
    line-height: inherit;
    font-size: inherit!important;
    opacity: 1;
    margin-left: 0.3em;
    left: auto;
    font-family: ETmodules!important;
    font-weight: 400!important;
    content: attr(data-icon);
    position: absolute;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
}
.gallerymodel-btn a:hover {
    background: #f15625;
    color: #fff;
}
.gallerymodel-btn a:hover:after{
    color: #fff;
}
body.gallery-open .decades-next-timeline {
    display: none;
}
.gallerypopup-modal .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0px;
    left: 0;
    right: 0;
}
.gallerypopup-modal .owl-nav .owl-prev {
    font-size: 0;
    position: relative;
}
.gallerypopup-modal .owl-nav .owl-next {
    font-size: 0;
}

.gallerypopup-modal .owl-nav .owl-prev::before,
.gallerypopup-modal .owl-nav .owl-next::after {
    position: absolute;
    content:"";
    top: 0;   
    width: 16px;
    height: 28px;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.gallerypopup-modal .owl-nav .owl-prev:hover::before,
.gallerypopup-modal .owl-nav .owl-next:hover::after{
    opacity: 1;
}
.gallerypopup-modal .owl-nav .owl-prev::before {
    left: 78px;
    background: url("https://s2.designcostaging.com/clients/wp/lemessurier/v2/wp-content/themes/Divi_Child/history/images/prev2-arrow.svg") no-repeat left center;
    right: auto;
    margin-top: -14px;
    background-size: 16px 28px !important;
}
.gallerypopup-modal .owl-nav .owl-next::after{
    left: auto;
    right: 78px;
    background: url("https://s2.designcostaging.com/clients/wp/lemessurier/v2/wp-content/themes/Divi_Child/history/images/next-arrow.svg") no-repeat right center;
    /* transform: rotate(180deg); */
    margin-top: -14px;
    background-size: 16px 28px !important;
}
.gallerypopup-modal .owl-nav span {
    display: none;
}
.gallerymodel-btn a span {
	width: 10px;
	margin-left: 5px;
	margin-top: -3px;
}
.gallerymodel-btn a span path{
    transition: all 0.3s ease;
}
.gallerymodel-btn a:hover span path{
    fill: #f15625;
}

.gallery-open .decades_modal.show {
    overflow: hidden;
}
.gallery-open .owl-dots {
    display: none;
}
.gallerypopup-modal .owl-carousel .owl-item figcaption {
    max-width: 768px;
    position: relative;
    top: auto;
}
.gallerypopup-modal .owl-carousel .owl-item figcaption .mfp-bottom-bar {
    margin-top: 10px;
}
.gallerypopup-modal .owl-carousel .owl-item figcaption .mfp-bottom-bar .mfp-title{
	padding:0px;
	color: #000;
}
.gallery-open .modal-dialog {
    z-index: 999999;
}

body.history-open .history-third::before{
	position: fixed;
	content:"";
	inset: 0;
	background-color: #f15625 !important;
	z-index:1;
}
.parallax-text-block {
    z-index: 0;
}

/* ## Responsive */
@media (max-width:1441px) {
    .gallerypopup-modal .owl-nav .owl-prev::before {
        left: 20px !important;
    }
    .gallerypopup-modal .owl-nav .owl-next::after{
        right: 20px !important;
    }
    .gallerypopup-modal .btn-close{
        right: 28px;
    }
}
@media(max-width: 980px){

    .decades-timeline-section{
        padding-bottom: 100px;
		height: auto !important;
    }
    .decades-main-title{
        padding: 15px 30px;
        font-size: 20px;
        line-height: 30px;
    }
    .decades_hover{
        padding: 15px 30px;
        font-size: 26px;
        line-height: 36px;
    }
    .dtbtn:hover .decades_hover{
        padding: 35px 30px;
    }
    .decades_modal .modal-dialog{
        padding-left: 30px;
        padding-right: 30px;
    }
    .decades-content-block{
        padding: 40px 20px 10px 20px;
        max-width: 50vw;
    }
    .decades-conten-heading h4{
        font-size: 24px;
        line-height: 34px;
    }
    .decades-conten-heading h3{
        font-size: 36px;
        line-height: 46px;
    }
    .decades-conten-heading {
        margin-bottom: 20px;
    }
    .decades_modal .related-project-section {
        padding: 0 30px;
        margin-top: 30px;
    }
    .related-project-inner-wrapper{
        padding: 30px;
    }
    .decades_modal .related-project-section h4 {
        font-size: 24px;
        line-height: 32px;
        margin: 0px 0px 20px;       
    }
    .decades_modal .related-project-section ul.project-post li a .project_conent{
        font-size: 16px;
        line-height: 24px;
    }
    .gallerypopup-modal .owl-carousel .owl-item img{
        padding-left: 50px;
        padding-right: 50px;
    }
	.gallerypopup-modal .owl-carousel .owl-item figcaption .mfp-bottom-bar .mfp-title {
		padding: 0 50px;
	}
}


@media(max-width: 767px) {

    .decades-main-title,
    .decades_modal .modal-dialog {
        padding-left: 15px;
        padding-right: 15px;
    }

    .decades-main-title{
        font-size: 18px;
        line-height: 28px;
    }

    .decades_hover{
        padding: 15px 20px;
        font-size: 22px;
        line-height: 32px;
    }
    .dtbtn:hover .decades_hover {
        padding: 25px 20px;
    }
    .dtbtn span {
        margin-right: 20px;
		width: 65px;
    }

    .decades_modal .related-project-section ul.project-post li a .project_img{
        height: 26vw;
    }

    .decades_modal .related-project-section {
        padding: 0 15px;
        margin-top: 20px;
    }
    .decades_modal .related-project-section ul.project-post{
        grid-template-columns: repeat(2,1fr);
    }

    .decades-content-block{
        padding: 40px 15px 10px 15px;
        max-width: 100%;
    }
    .related-project-inner-wrapper {
        padding: 15px;
    }
    .decades_modal .related-project-section ul.project-post li a .project_img {
        height: 60vw;
    }

    .decades_closebtn svg{
        fill: #000;
        width: 20px;
    }

    .gallerypopup-modal .owl-nav .owl-prev::before {
        left: 10px !important;
    }
    .gallerypopup-modal .owl-nav .owl-next::after{
        right: 10px !important;
    }
    .gallerypopup-modal .btn-close{
        right: 28px;
    }
    .gallerypopup-modal .owl-carousel .owl-item img{
        padding-left: 30px;
        padding-right: 30px;
    }
	.gallerymodel-btn a{
		font-size: 18px;
		line-height: 21px;
	}
	.gallerypopup-modal .owl-carousel .owl-item figcaption .mfp-bottom-bar .mfp-title {
		padding: 0 30px;
	}
	
	.decades-timeline-section .decades_modal{
		padding-bottom: 200px;		
	}
	.decades-timeline-section .decades_modal:last-child{
		padding-bottom: 120px;
	}
}


@media(max-width: 479px) {

    .decades_modal .related-project-section ul.project-post{
        grid-template-columns: repeat(1,1fr);
        grid-row-gap: 10px;
        grid-column-gap: 0;
    }
    .decades_modal .related-project-section ul.project-post li a .project_conent {
        font-size: 14px;
        line-height: 24px;
    }
    .gallerymodel-btn {
        padding-bottom: 20px;
    }

}