.elementor-location-header{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
	max-width: 100vw;
}
.elementor-location-header.XNThide,.elementor-location-header.XNThide2{
	position:absolute;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/*Remove margin on last p text widget*/
.elementor-widget-text-editor .elementor-widget-container p:last-child, .elementor-widget-text-editor p:last-child{
	margin-bottom:0;
}

/*Elementor form messages*/
.elementor-message {
    background-color: #FFF;
    padding: 20px;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.elementor-message.elementor-message-success {
    background-color: #a7de9c;
}


/*Set max width for full-width elements*/
@media screen and (min-width:1920px){
	body > .elementor > .elementor-element, body > .elementor > .elementor-section-wrap > .elementor-element-edit-mode {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		background-color:#FFF;
		inset-inline-start: 0 !important;
		position:relative;
	}
	body {
		background-color:#F3F3F3;
	}
}

@keyframes fadeInLeftXNT {
    from {
        opacity: 0;
        transform: translate3d(-70px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeftXNT !important;
}

@keyframes fadeInRightXNT {
    from {
        opacity: 0;
        transform: translate3d(70px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRightXNT !important;
}