/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2024 | 16:14:27 */
/**----------------------------------------
 Core
----------------------------------------**/
html{
	min-height: 100%;
  	height: auto;
	overflow-x:hidden;
}

body {
	min-height: 100%;
  	height: auto;
}

will-change: scroll-position;
will-change: transform; 

.light,
.light * {
	color: #fff;
}

.light a {
	color: #fff;
}

.footer-bottom p {
	margin-bottom: 0;
}

.footer-bottom a:hover {
	text-decoration: underline;
}

::selection { background: #ECECEC;}

/*ul li:last-child {
	margin-bottom: 20px !important
}*/

.elementor-nav-menu li:last-child {
	margin-bottom: 0px !important;
}

.elementor-editor-section-settings .elementor-editor-element-setting:last-child {
	margin-bottom: 0px !important;
}

.elementor-editor-column-settings .elementor-editor-element-setting:last-child {
	margin-bottom: 0px !important;
}

.elementor-editor-widget-settings .elementor-editor-element-setting:last-child {
	margin-bottom: 0px !important;
}

.overflow-hidden{
	overflow:hidden;
}

/*----------------------------------LENIS SCROLL-----------------------------------*/
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
/*----------------------------------END LENIS SCROLL-----------------------------------*/

.image-scale img{
	transform:scale(1.8);
}

h1{
	overflow:hidden;
}

h2{
	overflow:hidden;
}

h3{
	overflow:hidden;
}

.elementor-button-text{
	text-align:left;
}

.elementor-button-content-wrapper{
	align-items:end;
}

.justified-button .elementor-button-text{
	text-align:center!important;
}

/*.elementor-button-content-wrapper{
	z-index:2;
	position:relative;
}

.elementor-button:after{
	content:"";
	position:absolute;
	width:100%;
	height:0px;
	height: 0;
    bottom: 0;
    left: 0;
	background-color:#A7181D;
	transition: height 0.3s ease-in-out;
	z-index:1;
	border-radius:4px;
}

.elementor-button:hover:after{
	height:100%;
}

.elementor-button{
	overflow:hidden;
}

.elementor-button-wrapper{
	overflow:hidden;
}*/

/*#pum-1755{
	position: fixed;
    left: 0;
    right: 0;
    top: 34%;
    width: 30%;
    margin: auto;
    background-color: white;
    padding: 40px;
}*/

.footer-image{
	object-fit:cover;
	object-position:center;
	height:300px;
	width:100vw;
}

/*------------CUSTOM CONTAINER OPTIONS-----------*/

@media (min-width:993px){
.e-con-boxed{
	padding-left:64px;
	padding-right:64px;
	}
}

@media (max-width:992px){
	.e-con-boxed{
	padding-left:24px;
	padding-right:24px;
	}
}

@media (max-width:768px){
	.e-con-boxed{
	padding-left:10px;
	padding-right:10px;
	}
}

.e-con{
	--container-max-width:100%!important;
}

/*CONTAINER WITHIN CONTAINER
@media (min-width:993px){
.e-con-boxed .e-con-boxed{
	padding-left:0px;
	padding-right:0px;
	}
}

@media (max-width:992px){
	.e-con-boxed .e-con-boxed{
	padding-left:0px;
	padding-right:0px;
	}
}

@media (max-width:768px){
	.e-con-boxed .e-con-boxed{
	padding-left:0px;
	padding-right:0px;
	}
}*/

/*------------------------------------------------*/

/*NAV BUTTON*/
@media (min-width:993px){
	.custom-absolute-nav ul li:last-child{
		background-color:#d12128;
		padding: 0px 20px;
		color:#fff!important;
		border-radius:3px;
		transition: all 0.3s;
	}

	.custom-absolute-nav ul li:last-child:hover{
		background-color:#857479;
		color:#fff!important;
	}

	.custom-absolute-nav ul li:last-child:active{
		background-color:#857479;
		color:#fff!important;
	}

	.custom-absolute-nav ul li:last-child a{
		color:#fff!important;
	}

	.custom-absolute-nav ul li:last-child a:hover{
		color:#fff!important;
	}

	.custom-absolute-nav ul li:last-child a::after {
		display: none;
	}
}

.custom-absolute-nav ul ul li:last-child{
		background-color:inherit;
		padding:0px 0px 0px 0px;
		color:inherit;
		border-radius:0px;
		text-align:center;
	}

/*------------------------------------------------------*/

/*.team-member-image:before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d12128;
    border-radius: 3px;
    z-index: -1;
}*/

.project a{
	color:#fff;
}

   /* .iframe-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%
    }
    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }*/

.popup-flag img{
	transition: all .2s;
}

.popup-flag img:hover{
	box-shadow: 0 0 25px rgba(209, 33, 40, 0.6);
}

.location-tabs ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.location-tabs a{
	color:#fff;
	text-decoration: underline;
}

.location-tabs a:hover{
	text-decoration: none;
}

.location-tabs h3{
	margin-top:32px;
}

.addify_checkout_place_quote{
	background-color: #d12128!important;
}

/*TEAM MEMBER PHOTOS*/
.team-photo {
    position: relative;
}

.team-photo::after {
    content: 'View';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: transparent;
    padding: 25px; /* Adjusted padding */
    border-radius: 50%; /* Round background */
    /*display: none;*/
    font-size: 24px; /* Adjusted font size */
    transition : all .3s linear;
	height:100px;
	width:100px;
	display: flex;
	justify-content: center;
    align-items: center;
	pointer-events: none;
}

.team-photo:hover::after {
    display: flex;
	justify-content: center;
    align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}

/*CAREER MULTI BUTTONS*/
.multi-buttons .elementor-button-text{
	text-align:center;
}

/**----------------------------------------
 Country Select
----------------------------------------**/

.country_select {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}

.country_select a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.country_select a.active{
	opacity: 1;
}

.country_select a.ca {
    background-image: url(/wp-content/uploads/2024/02/canada.svg);
}

.country_select a.us {
    background-image: url(/wp-content/uploads/2024/02/united.svg);
}

.post-password-form{
	padding: 0px 64px;
}

/*FOR FLAGS IN THE FOOTER*/
@media (max-width:768px){
	.flex-start{
		justify-content:flex-start;
	}
}
